summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/TargetLoweringObjectFile.cpp
Commit message (Expand)AuthorAgeFilesLines
* Target: Replace getSection().empty() with hasSection()David Majnemer2014-05-171-1/+1
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-251-4/+4
* Target: whitespaceSaleem Abdulrasool2014-04-161-1/+1
* [cleanup] Re-sort all the includes with utils/sort_includes.py.Chandler Carruth2014-03-041-1/+1
* move getNameWithPrefix and getSymbol to TargetMachine.Rafael Espindola2014-02-191-4/+3
* Add back r201608, r201622, r201624 and r201625Rafael Espindola2014-02-191-17/+16
* Revert r201622 and r201608.Daniel Jasper2014-02-191-16/+17
* Fix PR18743.Rafael Espindola2014-02-181-17/+16
* Use a consistent argument order in TargetLoweringObjectFile.Rafael Espindola2014-02-091-9/+8
* Pass the Mangler by reference.Rafael Espindola2014-02-081-6/+6
* Revert r199871 and replace it with a simple check in the debug infoEric Christopher2014-01-281-4/+6
* Add a variable to track whether or not we've used a unique section,Eric Christopher2014-01-231-6/+4
* Move the llvm mangler to lib/IR.Rafael Espindola2014-01-071-1/+1
* Don't assert with private type info variables.Rafael Espindola2014-01-071-3/+0
* Make the llvm mangler depend only on DataLayout.Rafael Espindola2014-01-031-2/+2
* Remove the isImplicitlyPrivate argument of getNameWithPrefix.Rafael Espindola2013-12-051-2/+10
* Move getSymbolWithGlobalValueBase to TargetLoweringObjectFile.Rafael Espindola2013-12-021-0/+7
* Move getSymbol to TargetLoweringObjectFile.Rafael Espindola2013-10-291-2/+12
* [DebugInfo] Allow getDebugThreadLocalSymbol to return MCExprUlrich Weigand2013-07-021-1/+1
* DebugInfo: PR14728: TLS supportDavid Blaikie2013-06-281-0/+6
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-5/+5
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-4/+4
* Use TARGET2 relocation for TType references on ARM.Anton Korobeynikov2012-11-141-12/+12
* Move TargetData to DataLayout.Micah Villmow2012-10-081-2/+2
* Typo.Eric Christopher2012-05-051-1/+1
* Prune some includesCraig Topper2012-03-271-1/+0
* Remove some dead code and tidy things up now that vectors use ConstantDataVectorChris Lattner2012-02-061-17/+0
* C++, CBE, and TLOF support for ConstantDataSequentialChris Lattner2012-01-241-5/+18
* Add 'llvm_unreachable' to passify GCC's understanding of the constraintsChandler Carruth2012-01-101-0/+1
* Remove unnecessary default cases in switches that cover all enum values.David Blaikie2012-01-101-2/+0
* Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky2011-12-021-3/+3
* Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.Evan Cheng2011-07-201-18/+2
* Add MCObjectFileInfo and sink the MCSections initialization code fromEvan Cheng2011-07-201-27/+8
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-3/+3
* Fix up TargetLoweringObjectFile ctors to properly initialize fields.Evan Cheng2011-07-131-26/+26
* Use the presence of the __compact_unwind section to indicate that a targetBill Wendling2011-06-231-1/+0
* Add a flag that indicates whether a target supports compact unwind info or not.Bill Wendling2011-06-221-0/+1
* Add a __LD,__compact_unwind section.Bill Wendling2011-06-221-0/+1
* Fix a FIXME by making GlobalVariable::getInitializer() return aJay Foad2011-06-191-2/+2
* Remove a flag that would set the ".eh" symbol as .globl. MachO was the only oneBill Wendling2011-05-051-1/+0
* GCC uses a different encoding of pointers in the FDE when usingRafael Espindola2011-05-011-1/+1
* Remove unnecessary argument.Rafael Espindola2011-04-271-1/+1
* Rename getPersonalityPICSymbol to getCFIPersonalitySymbol, document it, andRafael Espindola2011-04-271-5/+4
* Remove unused arguments.Rafael Espindola2011-04-201-3/+2
* MSVC needs the return 0 to compile.Francois Pichet2011-04-161-0/+1
* Put each personality function in a section. This fixes the gnu ld warning:Rafael Espindola2011-04-161-0/+12
* Add 129518 back with a fix for when we are producing eh just because of debug...Rafael Espindola2011-04-151-1/+1
* Revert r129518, "Change ELF systems to use CFI for producing the EH tables. T...NAKAMURA Takumi2011-04-151-1/+1
* Change ELF systems to use CFI for producing the EH tables. This reduces theRafael Espindola2011-04-141-1/+1
* Delay the creation of eh_frame so that the user can change the defaults.Rafael Espindola2011-01-231-1/+0
OpenPOWER on IntegriCloud