summaryrefslogtreecommitdiff
path: root/lib/Target/TargetLoweringObjectFile.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-07-14CodeGen: Stick constant pool entries in COMDAT sections for WinCOFFDavid Majnemer1-1/+2
2014-05-17Target: Replace getSection().empty() with hasSection()David Majnemer1-1/+1
2014-04-25[C++] Use 'nullptr'. Target edition.Craig Topper1-4/+4
2014-04-16Target: whitespaceSaleem Abdulrasool1-1/+1
2014-03-04[cleanup] Re-sort all the includes with utils/sort_includes.py.Chandler Carruth1-1/+1
2014-02-19move getNameWithPrefix and getSymbol to TargetMachine.Rafael Espindola1-4/+3
2014-02-19Add back r201608, r201622, r201624 and r201625Rafael Espindola1-17/+16
2014-02-19Revert r201622 and r201608.Daniel Jasper1-16/+17
2014-02-18Fix PR18743.Rafael Espindola1-17/+16
2014-02-09Use a consistent argument order in TargetLoweringObjectFile.Rafael Espindola1-9/+8
2014-02-08Pass the Mangler by reference.Rafael Espindola1-6/+6
2014-01-28Revert r199871 and replace it with a simple check in the debug infoEric Christopher1-4/+6
2014-01-23Add a variable to track whether or not we've used a unique section,Eric Christopher1-6/+4
2014-01-07Move the llvm mangler to lib/IR.Rafael Espindola1-1/+1
2014-01-07Don't assert with private type info variables.Rafael Espindola1-3/+0
2014-01-03Make the llvm mangler depend only on DataLayout.Rafael Espindola1-2/+2
2013-12-05Remove the isImplicitlyPrivate argument of getNameWithPrefix.Rafael Espindola1-2/+10
2013-12-02Move getSymbolWithGlobalValueBase to TargetLoweringObjectFile.Rafael Espindola1-0/+7
2013-10-29Move getSymbol to TargetLoweringObjectFile.Rafael Espindola1-2/+12
2013-07-02[DebugInfo] Allow getDebugThreadLocalSymbol to return MCExprUlrich Weigand1-1/+1
2013-06-28DebugInfo: PR14728: TLS supportDavid Blaikie1-0/+6
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-5/+5
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-4/+4
2012-11-14Use TARGET2 relocation for TType references on ARM.Anton Korobeynikov1-12/+12
2012-10-08Move TargetData to DataLayout.Micah Villmow1-2/+2
2012-05-05Typo.Eric Christopher1-1/+1
2012-03-27Prune some includesCraig Topper1-1/+0
2012-02-06Remove some dead code and tidy things up now that vectors use ConstantDataVectorChris Lattner1-17/+0
2012-01-24C++, CBE, and TLOF support for ConstantDataSequentialChris Lattner1-5/+18
2012-01-10Add 'llvm_unreachable' to passify GCC's understanding of the constraintsChandler Carruth1-0/+1
2012-01-10Remove unnecessary default cases in switches that cover all enum values.David Blaikie1-2/+0
2011-12-02Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky1-3/+3
2011-07-20Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.Evan Cheng1-18/+2
2011-07-20Add MCObjectFileInfo and sink the MCSections initialization code fromEvan Cheng1-27/+8
2011-07-18land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner1-3/+3
2011-07-13Fix up TargetLoweringObjectFile ctors to properly initialize fields.Evan Cheng1-26/+26
2011-06-23Use the presence of the __compact_unwind section to indicate that a targetBill Wendling1-1/+0
2011-06-22Add a flag that indicates whether a target supports compact unwind info or not.Bill Wendling1-0/+1
2011-06-22Add a __LD,__compact_unwind section.Bill Wendling1-0/+1
2011-06-19Fix a FIXME by making GlobalVariable::getInitializer() return aJay Foad1-2/+2
2011-05-05Remove a flag that would set the ".eh" symbol as .globl. MachO was the only oneBill Wendling1-1/+0
2011-05-01GCC uses a different encoding of pointers in the FDE when usingRafael Espindola1-1/+1
2011-04-27Remove unnecessary argument.Rafael Espindola1-1/+1
2011-04-27Rename getPersonalityPICSymbol to getCFIPersonalitySymbol, document it, andRafael Espindola1-5/+4
2011-04-20Remove unused arguments.Rafael Espindola1-3/+2
2011-04-16MSVC needs the return 0 to compile.Francois Pichet1-0/+1
2011-04-16Put each personality function in a section. This fixes the gnu ld warning:Rafael Espindola1-0/+12
2011-04-15Add 129518 back with a fix for when we are producing eh just because of debug...Rafael Espindola1-1/+1
2011-04-15Revert r129518, "Change ELF systems to use CFI for producing the EH tables. T...NAKAMURA Takumi1-1/+1
2011-04-14Change ELF systems to use CFI for producing the EH tables. This reduces theRafael Espindola1-1/+1