| Age | Commit message (Expand) | Author | Files | Lines | 
|---|
| 2011-07-20 | Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc. | Evan Cheng | 1 | -18/+2 | 
| 2011-07-20 | Add MCObjectFileInfo and sink the MCSections initialization code from | Evan Cheng | 1 | -27/+8 | 
| 2011-07-18 | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 1 | -3/+3 | 
| 2011-07-13 | Fix up TargetLoweringObjectFile ctors to properly initialize fields. | Evan Cheng | 1 | -26/+26 | 
| 2011-06-23 | Use the presence of the __compact_unwind section to indicate that a target | Bill Wendling | 1 | -1/+0 | 
| 2011-06-22 | Add a flag that indicates whether a target supports compact unwind info or not. | Bill Wendling | 1 | -0/+1 | 
| 2011-06-22 | Add a __LD,__compact_unwind section. | Bill Wendling | 1 | -0/+1 | 
| 2011-06-19 | Fix a FIXME by making GlobalVariable::getInitializer() return a | Jay Foad | 1 | -2/+2 | 
| 2011-05-05 | Remove a flag that would set the ".eh" symbol as .globl. MachO was the only one | Bill Wendling | 1 | -1/+0 | 
| 2011-05-01 | GCC uses a different encoding of pointers in the FDE when using | Rafael Espindola | 1 | -1/+1 | 
| 2011-04-27 | Remove unnecessary argument. | Rafael Espindola | 1 | -1/+1 | 
| 2011-04-27 | Rename getPersonalityPICSymbol to getCFIPersonalitySymbol, document it, and | Rafael Espindola | 1 | -5/+4 | 
| 2011-04-20 | Remove unused arguments. | Rafael Espindola | 1 | -3/+2 | 
| 2011-04-16 | MSVC needs the return 0 to compile. | Francois Pichet | 1 | -0/+1 | 
| 2011-04-16 | Put each personality function in a section. This fixes the gnu ld warning: | Rafael Espindola | 1 | -0/+12 | 
| 2011-04-15 | Add 129518 back with a fix for when we are producing eh just because of debug... | Rafael Espindola | 1 | -1/+1 | 
| 2011-04-15 | Revert r129518, "Change ELF systems to use CFI for producing the EH tables. T... | NAKAMURA Takumi | 1 | -1/+1 | 
| 2011-04-14 | Change ELF systems to use CFI for producing the EH tables. This reduces the | Rafael Espindola | 1 | -1/+1 | 
| 2011-01-23 | Delay the creation of eh_frame so that the user can change the defaults. | Rafael Espindola | 1 | -1/+0 | 
| 2011-01-18 | minor change to rafael's recent patches: if something is | Chris Lattner | 1 | -1/+7 | 
| 2011-01-16 | Only put unnamed_addr constants in mergeable sections. Fixes PR8297. | Rafael Espindola | 1 | -1/+1 | 
| 2010-09-27 | the latest assembler that runs on powerpc 10.4 machines doesn't | Chris Lattner | 1 | -0/+1 | 
| 2010-06-18 | Eliminate unnecessary uses of getZExtValue(). | Dan Gohman | 1 | -1/+1 | 
| 2010-04-07 | rename llvm::llvm_report_error -> llvm::report_fatal_error | Chris Lattner | 1 | -1/+1 | 
| 2010-03-17 | fix GetOrCreateTemporarySymbol to require a name, clients | Chris Lattner | 1 | -1/+1 | 
| 2010-03-12 | finally give Mangler a getSymbol method, which returns an MCSymbol | Chris Lattner | 1 | -10/+1 | 
| 2010-03-12 | make TargetLoweringObjectFile::getExprForDwarfReference | Chris Lattner | 1 | -5/+1 | 
| 2010-03-11 | fix a fixme in TargetLoweringObjectFile::getExprForDwarfReference | Chris Lattner | 1 | -12/+18 | 
| 2010-03-11 | rename getSymbolForDwarf* to getExprForDwarf* since it returns | Chris Lattner | 1 | -6/+7 | 
| 2010-03-10 | move three lowering hooks from MAI to TLOF and make one of them | Chris Lattner | 1 | -0/+4 | 
| 2010-03-10 | set the temporary bit on MCSymbols correctly. | Chris Lattner | 1 | -1/+6 | 
| 2010-02-16 | Make error statement more personal. | Bill Wendling | 1 | -1/+1 | 
| 2010-02-15 | Move TLOF implementations to libCodegen to resolve layering violation. | Anton Korobeynikov | 1 | -842/+0 | 
| 2010-02-15 | Add suffix for stubs, so we won't have name clashes with private symbols. | Anton Korobeynikov | 1 | -0/+1 | 
| 2010-02-15 | Preliminary patch to improve dwarf EH generation - Hooks to return Personalit... | Anton Korobeynikov | 1 | -28/+89 | 
| 2010-01-22 | Simplify some uses of str(n)cmp with StringRef. | Benjamin Kramer | 1 | -21/+21 | 
| 2010-01-19 | stop using the .lcomm pseudoop on darwin, instead, directly use the | Chris Lattner | 1 | -4/+12 | 
| 2010-01-19 | make TLOF subclassify BSS based on linkage type into private, external | Chris Lattner | 1 | -2/+7 | 
| 2010-01-19 | fix a significant difference between llvm and gcc on ELF systems: | Chris Lattner | 1 | -2/+4 | 
| 2010-01-19 | introduce a section kind for common linkage.  Use this to slightly | Chris Lattner | 1 | -2/+6 | 
| 2010-01-19 | Cleanup handling of .zerofill on darwin: | Chris Lattner | 1 | -0/+8 | 
| 2010-01-17 | Get MCSymbol out of the mangling business, and move all the logic | Chris Lattner | 1 | -10/+3 | 
| 2010-01-16 | move the mangler into libtarget from vmcore. | Chris Lattner | 1 | -1/+2 | 
| 2010-01-16 | fix build failure. | Chris Lattner | 1 | -1/+1 | 
| 2010-01-16 | remove a couple of actively incorrect uses of getMangledName. | Chris Lattner | 1 | -1/+2 | 
| 2010-01-13 | fix ELF section mangling stuff for weak symbols to not use | Chris Lattner | 1 | -9/+11 | 
| 2010-01-13 | Use the GV version of getNameWithPrefix in TargetLoweringObjectFileCOFF:: | Chris Lattner | 1 | -1/+1 | 
| 2010-01-13 | add a fixme, ELF MCSection isn't quite right and weak unnamed globals are broken | Chris Lattner | 1 | -0/+4 | 
| 2010-01-13 | eliminate some uses of Mangler::makeNameProper. | Chris Lattner | 1 | -1/+1 | 
| 2010-01-13 | change Mangler::makeNameProper to return its result in a SmallVector | Chris Lattner | 1 | -11/+13 |