aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/TargetLoweringObjectFile.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2010-01-17Get MCSymbol out of the mangling business, and move all the logicChris Lattner1-10/+3
2010-01-16move the mangler into libtarget from vmcore.Chris Lattner1-1/+2
2010-01-16fix build failure.Chris Lattner1-1/+1
2010-01-16remove a couple of actively incorrect uses of getMangledName.Chris Lattner1-1/+2
2010-01-13fix ELF section mangling stuff for weak symbols to not useChris Lattner1-9/+11
2010-01-13Use the GV version of getNameWithPrefix in TargetLoweringObjectFileCOFF::Chris Lattner1-1/+1
2010-01-13add a fixme, ELF MCSection isn't quite right and weak unnamed globals are brokenChris Lattner1-0/+4
2010-01-13eliminate some uses of Mangler::makeNameProper.Chris Lattner1-1/+1
2010-01-13change Mangler::makeNameProper to return its result in a SmallVectorChris Lattner1-11/+13
2010-01-07We need to put any kind of data with a relocation into aEric Christopher1-1/+1
2009-11-19Reverting the EH table patches.Bill Wendling1-2/+2
2009-11-19The "ReadOnlyWithRel" enum seems to apply more to what Darwin does with the EHBill Wendling1-1/+1
2009-11-18Attempt #2:Bill Wendling1-1/+1
2009-11-07add some missing #includesChris Lattner1-2/+3
2009-11-06Pass StringRef by value.Daniel Dunbar1-1/+1
2009-09-20--- Reverse-merging r82282 into '.':Bill Wendling1-5/+0
2009-09-20Still one more thing wrong here...Bill Wendling1-0/+5
2009-09-20Here's fun! It turns out that these filter functions can be internal. If they'reBill Wendling1-6/+0
2009-09-19Revert r82274. It's causing failures in the CINT2006 benchmarks.Bill Wendling1-0/+6
2009-09-18It's inefficient to have place the exception tables (which contain the LSDA)Bill Wendling1-2/+2
2009-09-17pass machinemoduleinfo down into getSymbolForDwarfGlobalReference, Chris Lattner1-0/+2
2009-09-16Big change #1 for personality function references:Chris Lattner1-0/+39
2009-09-09Provide proper section flags for various BSS flavoursAnton Korobeynikov1-1/+5
2009-09-09Whitespace cleanupAnton Korobeynikov1-163/+162
2009-08-26Simplify.Daniel Dunbar1-3/+3
2009-08-18fix COFF targets (mingw/cygwin) to provide ehframe and LSDA sectionsChris Lattner1-0/+8
2009-08-18Text sections should have 'exec' flag set. This seems to unbreak libstdc++ on...Anton Korobeynikov1-0/+3
2009-08-17Clear the uniquing table when initializing TLOF to avoid a crash when the TLO...Benjamin Kramer1-0/+6
2009-08-17Update getSectionForConstant() to to allow mergable sections to be nulled outRichard Osborne1-3/+3
2009-08-15the .eh_frame sections we generate need to be writable (whichChris Lattner1-1/+2