aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/TargetLoweringObjectFile.cpp
AgeCommit message (Expand)Author
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
2010-01-19introduce a section kind for common linkage. Use this to slightlyChris Lattner
2010-01-19Cleanup handling of .zerofill on darwin:Chris Lattner
2010-01-17Get MCSymbol out of the mangling business, and move all the logicChris Lattner
2010-01-16move the mangler into libtarget from vmcore.Chris Lattner
2010-01-16fix build failure.Chris Lattner
2010-01-16remove a couple of actively incorrect uses of getMangledName.Chris Lattner
2010-01-13fix ELF section mangling stuff for weak symbols to not useChris Lattner
2010-01-13Use the GV version of getNameWithPrefix in TargetLoweringObjectFileCOFF::Chris Lattner
2010-01-13add a fixme, ELF MCSection isn't quite right and weak unnamed globals are brokenChris Lattner
2010-01-13eliminate some uses of Mangler::makeNameProper.Chris Lattner
2010-01-13change Mangler::makeNameProper to return its result in a SmallVectorChris Lattner
2010-01-07We need to put any kind of data with a relocation into aEric Christopher
2009-11-19Reverting the EH table patches.Bill Wendling
2009-11-19The "ReadOnlyWithRel" enum seems to apply more to what Darwin does with the EHBill Wendling
2009-11-18Attempt #2:Bill Wendling
2009-11-07add some missing #includesChris Lattner
2009-11-06Pass StringRef by value.Daniel Dunbar
2009-09-20--- Reverse-merging r82282 into '.':Bill Wendling
2009-09-20Still one more thing wrong here...Bill Wendling
2009-09-20Here's fun! It turns out that these filter functions can be internal. If they'reBill Wendling
2009-09-19Revert r82274. It's causing failures in the CINT2006 benchmarks.Bill Wendling
2009-09-18It's inefficient to have place the exception tables (which contain the LSDA)Bill Wendling
2009-09-17pass machinemoduleinfo down into getSymbolForDwarfGlobalReference, Chris Lattner
2009-09-16Big change #1 for personality function references:Chris Lattner