Age | Commit message (Expand) | Author | Files | Lines |
2014-07-14 | CodeGen: Stick constant pool entries in COMDAT sections for WinCOFF | David Majnemer | 1 | -1/+2 |
2014-05-17 | Target: Replace getSection().empty() with hasSection() | David Majnemer | 1 | -1/+1 |
2014-04-25 | [C++] Use 'nullptr'. Target edition. | Craig Topper | 1 | -4/+4 |
2014-04-16 | Target: whitespace | Saleem Abdulrasool | 1 | -1/+1 |
2014-03-04 | [cleanup] Re-sort all the includes with utils/sort_includes.py. | Chandler Carruth | 1 | -1/+1 |
2014-02-19 | move getNameWithPrefix and getSymbol to TargetMachine. | Rafael Espindola | 1 | -4/+3 |
2014-02-19 | Add back r201608, r201622, r201624 and r201625 | Rafael Espindola | 1 | -17/+16 |
2014-02-19 | Revert r201622 and r201608. | Daniel Jasper | 1 | -16/+17 |
2014-02-18 | Fix PR18743. | Rafael Espindola | 1 | -17/+16 |
2014-02-09 | Use a consistent argument order in TargetLoweringObjectFile. | Rafael Espindola | 1 | -9/+8 |
2014-02-08 | Pass the Mangler by reference. | Rafael Espindola | 1 | -6/+6 |
2014-01-28 | Revert r199871 and replace it with a simple check in the debug info | Eric Christopher | 1 | -4/+6 |
2014-01-23 | Add a variable to track whether or not we've used a unique section, | Eric Christopher | 1 | -6/+4 |
2014-01-07 | Move the llvm mangler to lib/IR. | Rafael Espindola | 1 | -1/+1 |
2014-01-07 | Don't assert with private type info variables. | Rafael Espindola | 1 | -3/+0 |
2014-01-03 | Make the llvm mangler depend only on DataLayout. | Rafael Espindola | 1 | -2/+2 |
2013-12-05 | Remove the isImplicitlyPrivate argument of getNameWithPrefix. | Rafael Espindola | 1 | -2/+10 |
2013-12-02 | Move getSymbolWithGlobalValueBase to TargetLoweringObjectFile. | Rafael Espindola | 1 | -0/+7 |
2013-10-29 | Move getSymbol to TargetLoweringObjectFile. | Rafael Espindola | 1 | -2/+12 |
2013-07-02 | [DebugInfo] Allow getDebugThreadLocalSymbol to return MCExpr | Ulrich Weigand | 1 | -1/+1 |
2013-06-28 | DebugInfo: PR14728: TLS support | David Blaikie | 1 | -0/+6 |
2013-01-02 | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 1 | -5/+5 |
2012-12-03 | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 1 | -4/+4 |
2012-11-14 | Use TARGET2 relocation for TType references on ARM. | Anton Korobeynikov | 1 | -12/+12 |
2012-10-08 | Move TargetData to DataLayout. | Micah Villmow | 1 | -2/+2 |
2012-05-05 | Typo. | Eric Christopher | 1 | -1/+1 |
2012-03-27 | Prune some includes | Craig Topper | 1 | -1/+0 |
2012-02-06 | Remove some dead code and tidy things up now that vectors use ConstantDataVector | Chris Lattner | 1 | -17/+0 |
2012-01-24 | C++, CBE, and TLOF support for ConstantDataSequential | Chris Lattner | 1 | -5/+18 |
2012-01-10 | Add 'llvm_unreachable' to passify GCC's understanding of the constraints | Chandler Carruth | 1 | -0/+1 |
2012-01-10 | Remove unnecessary default cases in switches that cover all enum values. | David Blaikie | 1 | -2/+0 |
2011-12-02 | Move global variables in TargetMachine into new TargetOptions class. As an API | Nick Lewycky | 1 | -3/+3 |
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 |