aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/TargetLoweringObjectFile.cpp
AgeCommit message (Expand)Author
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-11-14Use TARGET2 relocation for TType references on ARM.Anton Korobeynikov
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-05-05Typo.Eric Christopher
2012-03-27Prune some includesCraig Topper
2012-02-06Remove some dead code and tidy things up now that vectors use ConstantDataVectorChris Lattner
2012-01-24C++, CBE, and TLOF support for ConstantDataSequentialChris Lattner
2012-01-10Add 'llvm_unreachable' to passify GCC's understanding of the constraintsChandler Carruth
2012-01-10Remove unnecessary default cases in switches that cover all enum values.David Blaikie
2011-12-02Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky
2011-07-20Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.Evan Cheng
2011-07-20Add MCObjectFileInfo and sink the MCSections initialization code fromEvan Cheng
2011-07-18land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner
2011-07-13Fix up TargetLoweringObjectFile ctors to properly initialize fields.Evan Cheng
2011-06-23Use the presence of the __compact_unwind section to indicate that a targetBill Wendling
2011-06-22Add a flag that indicates whether a target supports compact unwind info or not.Bill Wendling
2011-06-22Add a __LD,__compact_unwind section.Bill Wendling
2011-06-19Fix a FIXME by making GlobalVariable::getInitializer() return aJay Foad
2011-05-05Remove a flag that would set the ".eh" symbol as .globl. MachO was the only oneBill Wendling
2011-05-01GCC uses a different encoding of pointers in the FDE when usingRafael Espindola
2011-04-27Remove unnecessary argument.Rafael Espindola
2011-04-27Rename getPersonalityPICSymbol to getCFIPersonalitySymbol, document it, andRafael Espindola
2011-04-20Remove unused arguments.Rafael Espindola
2011-04-16MSVC needs the return 0 to compile.Francois Pichet
2011-04-16Put each personality function in a section. This fixes the gnu ld warning:Rafael Espindola
2011-04-15Add 129518 back with a fix for when we are producing eh just because of debug...Rafael Espindola
2011-04-15Revert r129518, "Change ELF systems to use CFI for producing the EH tables. T...NAKAMURA Takumi
2011-04-14Change ELF systems to use CFI for producing the EH tables. This reduces theRafael Espindola
2011-01-23Delay the creation of eh_frame so that the user can change the defaults.Rafael Espindola
2011-01-18minor change to rafael's recent patches: if something isChris Lattner
2011-01-16Only put unnamed_addr constants in mergeable sections. Fixes PR8297.Rafael Espindola
2010-09-27the latest assembler that runs on powerpc 10.4 machines doesn'tChris Lattner
2010-06-18Eliminate unnecessary uses of getZExtValue().Dan Gohman
2010-04-07rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner
2010-03-17fix GetOrCreateTemporarySymbol to require a name, clientsChris Lattner
2010-03-12finally give Mangler a getSymbol method, which returns an MCSymbolChris Lattner
2010-03-12make TargetLoweringObjectFile::getExprForDwarfReferenceChris Lattner
2010-03-11fix a fixme in TargetLoweringObjectFile::getExprForDwarfReferenceChris Lattner
2010-03-11rename getSymbolForDwarf* to getExprForDwarf* since it returnsChris Lattner
2010-03-10move three lowering hooks from MAI to TLOF and make one of themChris Lattner
2010-03-10set the temporary bit on MCSymbols correctly.Chris Lattner
2010-02-16Make error statement more personal.Bill Wendling
2010-02-15Move TLOF implementations to libCodegen to resolve layering violation.Anton Korobeynikov
2010-02-15Add suffix for stubs, so we won't have name clashes with private symbols.Anton Korobeynikov
2010-02-15Preliminary patch to improve dwarf EH generation - Hooks to return Personalit...Anton Korobeynikov
2010-01-22Simplify some uses of str(n)cmp with StringRef.Benjamin Kramer
2010-01-19stop using the .lcomm pseudoop on darwin, instead, directly use theChris Lattner
2010-01-19make TLOF subclassify BSS based on linkage type into private, externalChris Lattner
2010-01-19fix a significant difference between llvm and gcc on ELF systems:Chris Lattner