- e0d4037 Devirtualize and pack MCFragment to reduce memory usage. by Pete Cooper · 10 years ago
- 1c8c213 [MC] Common symbols weren't being checked for redeclaration which allowed an assembly file to generate an assertion in setCommon(): !isCommon(). This change allows redeclaration as long as the size and alignment match exactly, otherwise report a fatal error. by Colin LeMahieu · 10 years ago
- e194400 Test commit access. by Gabor Ballabas · 10 years ago
- f8794ff Remove MCELFSymbolFlags.h. It is now internal to MCSymbolELF. by Rafael Espindola · 10 years ago
- f6dcd2a Convert BindingExplicitlySet into a MCSymbolELF field. by Rafael Espindola · 10 years ago
- 95fb9b9 Merge MCELF.h into MCSymbolELF.h. by Rafael Espindola · 10 years ago
- a869576 Create a MCSymbolELF. by Rafael Espindola · 10 years ago
- 13760bd MC: Clean up MCExpr naming. NFC. by Jim Grosbach · 10 years ago
- 4d37b2a Remove getData. by Rafael Espindola · 10 years ago
- beb6060 Remove the MCSymbolData typedef. by Rafael Espindola · 10 years ago
- b5d316b Rename getOrCreateSymbolData to registerSymbol and return void. by Rafael Espindola · 10 years ago
- e3b2acf Pass MCSymbols to the helper functions in MCELF.h. by Rafael Espindola · 10 years ago
- 1467250 Move common symbol related information from MCSectionData to MCSymbol. by Rafael Espindola · 10 years ago
- 7c23cba Move SymbolSize from MCSymbolData to MCSymbol. by Rafael Espindola · 10 years ago
- 3a5d3cc Remove a trivial forwarding function. NFC. by Rafael Espindola · 10 years ago
- 983bec6 Rename and move getCurrentSectionData. by Rafael Espindola · 10 years ago
- 2f9bdd8 There is only one current section. by Rafael Espindola · 10 years ago
- bb9a71c Replace getOrCreateSectionData with registerSection. by Rafael Espindola · 10 years ago
- 3d2aeb2 Have getCurrentSectionData return a MCSection. by Rafael Espindola · 10 years ago
- e6e287d Pass a MCSection to getCurrentSectionData. by Rafael Espindola · 10 years ago
- 64acc7f Remove most uses of MCSectionData from MCAssembler. by Rafael Espindola · 10 years ago
- 8324c2f Store a MCSection in MCFragment. by Rafael Espindola · 10 years ago
- cd62518 Move HasInstructions to MCSection. by Rafael Espindola · 10 years ago
- b028cc8 Move bundle info from MCSectionData to MCSection. by Rafael Espindola · 10 years ago
- c1cd944 Add a isBundleLocked helper to MCELFStreamer. by Rafael Espindola · 10 years ago
- 967d6a6 Stop forwarding (get|set)Aligment from MCSectionData to MCSection. by Rafael Espindola · 10 years ago
- 0709a7b Move alignment from MCSectionData to MCSection. by Rafael Espindola · 10 years ago
- fd28abc MC: Use MCSymbol in LocalCommon, NFC by Duncan P. N. Exon Smith · 10 years ago
- 91df21f MC: Update MCCodeEmitter naming. NFC. by Jim Grosbach · 10 years ago
- 2a1678a [MC] When using bundle aligment, align sections to bundle size by Derek Schuff · 11 years ago
- 5560a4c Use raw_pwrite_stream in the object writer/streamer. by Rafael Espindola · 11 years ago
- 9e0c890 [MC] Write padding into fragments when -mc-relax-all flag is used by Petr Hosek · 11 years ago
- cd584a8 Split the object streamer callback in one per file format. by Rafael Espindola · 11 years ago
- 867bfc5 Make constant arrays that are passed to functions as const. by Benjamin Kramer · 11 years ago
- ba31e27 Compute the ELF SectionKind from the flags. by Rafael Espindola · 11 years ago
- 5fa925e Add STB_GNU_UNIQUE to the ELF writer. by Rafael Espindola · 11 years ago
- b661302 Add back commits r219835 and a fixed version of r219829. by Rafael Espindola · 11 years ago
- 4544a40 Revert commit r219835 and r219829. by Rafael Espindola · 11 years ago
- a74b5e6 Correctly handle references to section symbols. by Rafael Espindola · 11 years ago
- 05fb735 [MC] Make bundle alignment mode setting idempotent and support nested bundles by Derek Schuff · 11 years ago
- 7b61ddf Simplify handling of --noexecstack by using getNonexecutableStackSection. by Rafael Espindola · 11 years ago
- f491704 Print a=b as an assignment. by Rafael Espindola · 11 years ago
- 7f4ccce Remove an always true argument. by Rafael Espindola · 11 years ago
- aa02427 Make getOrCreateSymbolData non virtual. by Rafael Espindola · 11 years ago
- 96918bc Fix the assembler to print a better relocatable expression error by Kevin Enderby · 12 years ago
- bb694de [C++11] More 'nullptr' conversion or in some cases just using a boolean check instead of comparing to nullptr. by Craig Topper · 12 years ago
- 28221d8 Mark alias symbols as microMIPS if necessary. Differential Revision: http://llvm-reviews.chandlerc.com/D3080 by Zoran Jovanovic · 12 years ago
- 7fadc0e Look through variables when computing relocations. by Rafael Espindola · 12 years ago
- 8377085 Always print the implicit .text at the start of an asm file. by Rafael Espindola · 12 years ago
- 7b51496 Use the default values. by Rafael Espindola · 12 years ago
- 9784cef Explictly pass MCSubtargetInfo to MCCodeEmitter::EncodeInstruction() by David Woodhouse · 12 years ago
- 6f3c73f Modify MCObjectStreamer EmitInstTo* interface by David Woodhouse · 12 years ago
- 24ea09e Construct the MCStreamer before constructing the MCTargetStreamer. by Rafael Espindola · 12 years ago
- 0e2ccb2 Simplify the logic for deciding when to initialize the sections. by Rafael Espindola · 12 years ago
- 247f951 Inline functions that are only called once. by Rafael Espindola · 12 years ago
- f144034 InitToTextSection is redundant with InitSections. Remove it. by Rafael Espindola · 12 years ago
- e308c0c Remove duplicated info on what .text, .data and .bss look like. by Rafael Espindola · 12 years ago
- 8a8cd2b Re-sort all of the includes with ./utils/sort_includes.py so that by Chandler Carruth · 12 years ago
- 8ad70b3 Add support for parsing ARM symbol variants on ELF targets by David Peixotto · 12 years ago
- 7266731 ARM integrated assembler generates incorrect nop opcode by David Peixotto · 12 years ago
- fc18473 Move the STT_FILE symbols out of the normal symbol table processing for by Joerg Sonnenberger · 12 years ago
- 5645bad Move .ident handling to MCStreamer. by Rafael Espindola · 12 years ago
- a17151a Add a MCTargetStreamer interface. by Rafael Espindola · 12 years ago
- 21101b3 Added support for generate DWARF .debug_aranges sections automatically. by Richard Mitton · 12 years ago
- 550c76d Call generateCompactUnwindEncodings() right before we need to output the frame information. by Bill Wendling · 12 years ago
- 4208b61 [CodeGen] prevent abnormal on invalid attributes by Saleem Abdulrasool · 12 years ago
- 52cf8e4 by Ulrich Weigand · 12 years ago
- 4050995 by Ulrich Weigand · 12 years ago
- 64e1af8 Remove address spaces from MC. by Rafael Espindola · 12 years ago
- f11efe7 by Ulrich Weigand · 12 years ago
- 876a0d0 by Ulrich Weigand · 12 years ago
- d51c09f by Ulrich Weigand · 12 years ago
- 2f495b9 Add support for subsections to the ELF assembler. Fixes PR8717. by Peter Collingbourne · 13 years ago
- adac407 Use a scheme closer to that of GNU as when deciding the type of a by Peter Collingbourne · 13 years ago
- c1f9694 We need a shndx if the number of sections breaks SHN_LORESERVE. This condition by Nick Lewycky · 13 years ago
- 441907d Fix PR15359. by Bill Schmidt · 13 years ago
- 2f8d9d9 ELF symbol table field st_other support, excluding visibility bits. by Jack Carter · 13 years ago
- 8878bcc9 If bundle alignment is enabled, do not add data to a fragment with instructions by Derek Schuff · 13 years ago
- e0e3aef Add AArch64 as an experimental target. by Tim Northover · 13 years ago
- cf6009b Optimize the memory usage of MC bundling, by creating a new type of fragment by Eli Bendersky · 13 years ago
- cbb2514 Expose an InitToTextSection through MCStreamer. by Eli Bendersky · 13 years ago
- bf7bc49 Last in the series of removing unnecessary '0' arguments for by Eric Christopher · 13 years ago
- 4d9ada0 Renamed MCInstFragment to MCRelaxableFragment and added some comments. by Eli Bendersky · 13 years ago
- 802b628 Add the align_to_end option to .bundle_lock in the MC implementation of aligned by Eli Bendersky · 13 years ago
- f483ff9 Aligned bundling support. Following the discussion here: by Eli Bendersky · 13 years ago
- aee4d5d1 This patch is needed to make c++ exceptions work for mips16. by Reed Kotler · 13 years ago
- a31a894 Refactor MCInstFragment and MCDataFragment to adhere to a common interface, by Eli Bendersky · 13 years ago
- ea2824d Lift EmitAssignment into MCObjectStreamer which gets rid of at least three by Eli Bendersky · 13 years ago
- 5cc3dc8 Added Mapping Symbols for ARM ELF by Tim Northover · 13 years ago
- 59ff070 Split MCELFStreamer into a header file. by Logan Chien · 13 years ago
- ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
- ef206f1 PowerPC: add EmitTCEntry class for TOC creation by Adhemerval Zanella · 13 years ago
- 64ddcb0 Hoist some grossly duplicated code from the COFF/ELF/MachO streamers into MCObjectStreamer. by Benjamin Kramer · 13 years ago
- b7b750d Assembler: Darwin variables defined via .set are no-dead-strip. by Jim Grosbach · 13 years ago
- f5bd6c6 EmitZerofill should take a 64-bit size or else it's chopping off large zero-filled global. rdar://11729134 by Evan Cheng · 13 years ago
- 4b63d2a Refactor data-in-code annotations. by Jim Grosbach · 13 years ago
- 44ec69e For ELF, also call fixSymbolsInTLSFixups() on expressions passed to EmitValue (literal values). Previously only called on expressions in instructions. New test cases added to tls.s, tls-i386.s. Resolves PR11981. by David Meyer · 14 years ago
- a2886c2 Convert assert(0) to llvm_unreachable by Craig Topper · 14 years ago
- 81a6274 Remove MCELFStreamer.h. by Rafael Espindola · 14 years ago
- 0708209 Split Finish into Finish and FinishImpl to have a common place to do end of by Rafael Espindola · 14 years ago