aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/TargetLoweringObjectFile.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2011-01-23Delay the creation of eh_frame so that the user can change the defaults.Rafael Espindola1-1/+0
2011-01-18minor change to rafael's recent patches: if something isChris Lattner1-1/+7
2011-01-16Only put unnamed_addr constants in mergeable sections. Fixes PR8297.Rafael Espindola1-1/+1
2010-09-27the latest assembler that runs on powerpc 10.4 machines doesn'tChris Lattner1-0/+1
2010-06-18Eliminate unnecessary uses of getZExtValue().Dan Gohman1-1/+1
2010-04-07rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner1-1/+1
2010-03-17fix GetOrCreateTemporarySymbol to require a name, clientsChris Lattner1-1/+1
2010-03-12finally give Mangler a getSymbol method, which returns an MCSymbolChris Lattner1-10/+1
2010-03-12make TargetLoweringObjectFile::getExprForDwarfReferenceChris Lattner1-5/+1
2010-03-11fix a fixme in TargetLoweringObjectFile::getExprForDwarfReferenceChris Lattner1-12/+18
2010-03-11rename getSymbolForDwarf* to getExprForDwarf* since it returnsChris Lattner1-6/+7
2010-03-10move three lowering hooks from MAI to TLOF and make one of themChris Lattner1-0/+4
2010-03-10set the temporary bit on MCSymbols correctly.Chris Lattner1-1/+6
2010-02-16Make error statement more personal.Bill Wendling1-1/+1
2010-02-15Move TLOF implementations to libCodegen to resolve layering violation.Anton Korobeynikov1-842/+0
2010-02-15Add suffix for stubs, so we won't have name clashes with private symbols.Anton Korobeynikov1-0/+1
2010-02-15Preliminary patch to improve dwarf EH generation - Hooks to return Personalit...Anton Korobeynikov1-28/+89
2010-01-22Simplify some uses of str(n)cmp with StringRef.Benjamin Kramer1-21/+21
2010-01-19stop using the .lcomm pseudoop on darwin, instead, directly use theChris Lattner1-4/+12
2010-01-19make TLOF subclassify BSS based on linkage type into private, externalChris Lattner1-2/+7
2010-01-19fix a significant difference between llvm and gcc on ELF systems:Chris Lattner1-2/+4
2010-01-19introduce a section kind for common linkage. Use this to slightlyChris Lattner1-2/+6
2010-01-19Cleanup handling of .zerofill on darwin:Chris Lattner1-0/+8