aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/TargetLoweringObjectFile.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* minor change to rafael's recent patches: if something isChris Lattner2011-01-181-1/+7
* Only put unnamed_addr constants in mergeable sections. Fixes PR8297.Rafael Espindola2011-01-161-1/+1
* the latest assembler that runs on powerpc 10.4 machines doesn'tChris Lattner2010-09-271-0/+1
* Eliminate unnecessary uses of getZExtValue().Dan Gohman2010-06-181-1/+1
* rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner2010-04-071-1/+1
* fix GetOrCreateTemporarySymbol to require a name, clientsChris Lattner2010-03-171-1/+1
* finally give Mangler a getSymbol method, which returns an MCSymbolChris Lattner2010-03-121-10/+1
* make TargetLoweringObjectFile::getExprForDwarfReferenceChris Lattner2010-03-121-5/+1
* fix a fixme in TargetLoweringObjectFile::getExprForDwarfReferenceChris Lattner2010-03-111-12/+18
* rename getSymbolForDwarf* to getExprForDwarf* since it returnsChris Lattner2010-03-111-6/+7
* move three lowering hooks from MAI to TLOF and make one of themChris Lattner2010-03-101-0/+4
* set the temporary bit on MCSymbols correctly.Chris Lattner2010-03-101-1/+6
* Make error statement more personal.Bill Wendling2010-02-161-1/+1
* Move TLOF implementations to libCodegen to resolve layering violation.Anton Korobeynikov2010-02-151-842/+0
* Add suffix for stubs, so we won't have name clashes with private symbols.Anton Korobeynikov2010-02-151-0/+1
* Preliminary patch to improve dwarf EH generation - Hooks to return Personalit...Anton Korobeynikov2010-02-151-28/+89
* Simplify some uses of str(n)cmp with StringRef.Benjamin Kramer2010-01-221-21/+21
* stop using the .lcomm pseudoop on darwin, instead, directly use theChris Lattner2010-01-191-4/+12
* make TLOF subclassify BSS based on linkage type into private, externalChris Lattner2010-01-191-2/+7
* fix a significant difference between llvm and gcc on ELF systems:Chris Lattner2010-01-191-2/+4
* introduce a section kind for common linkage. Use this to slightlyChris Lattner2010-01-191-2/+6
* Cleanup handling of .zerofill on darwin:Chris Lattner2010-01-191-0/+8
* Get MCSymbol out of the mangling business, and move all the logicChris Lattner2010-01-171-10/+3
* move the mangler into libtarget from vmcore.Chris Lattner2010-01-161-1/+2