aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/TargetLoweringObjectFile.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix build failure.Chris Lattner2010-01-161-1/+1
* remove a couple of actively incorrect uses of getMangledName.Chris Lattner2010-01-161-1/+2
* fix ELF section mangling stuff for weak symbols to not useChris Lattner2010-01-131-9/+11
* Use the GV version of getNameWithPrefix in TargetLoweringObjectFileCOFF::Chris Lattner2010-01-131-1/+1
* add a fixme, ELF MCSection isn't quite right and weak unnamed globals are brokenChris Lattner2010-01-131-0/+4
* eliminate some uses of Mangler::makeNameProper.Chris Lattner2010-01-131-1/+1
* change Mangler::makeNameProper to return its result in a SmallVectorChris Lattner2010-01-131-11/+13
* We need to put any kind of data with a relocation into aEric Christopher2010-01-071-1/+1
* Reverting the EH table patches.Bill Wendling2009-11-191-2/+2
* The "ReadOnlyWithRel" enum seems to apply more to what Darwin does with the EHBill Wendling2009-11-191-1/+1
* Attempt #2:Bill Wendling2009-11-181-1/+1
* add some missing #includesChris Lattner2009-11-071-2/+3
* Pass StringRef by value.Daniel Dunbar2009-11-061-1/+1
* --- Reverse-merging r82282 into '.':Bill Wendling2009-09-201-5/+0
* Still one more thing wrong here...Bill Wendling2009-09-201-0/+5
* Here's fun! It turns out that these filter functions can be internal. If they'reBill Wendling2009-09-201-6/+0
* Revert r82274. It's causing failures in the CINT2006 benchmarks.Bill Wendling2009-09-191-0/+6
* It's inefficient to have place the exception tables (which contain the LSDA)Bill Wendling2009-09-181-2/+2
* pass machinemoduleinfo down into getSymbolForDwarfGlobalReference, Chris Lattner2009-09-171-0/+2
* Big change #1 for personality function references:Chris Lattner2009-09-161-0/+39
* Provide proper section flags for various BSS flavoursAnton Korobeynikov2009-09-091-1/+5
* Whitespace cleanupAnton Korobeynikov2009-09-091-163/+162
* Simplify.Daniel Dunbar2009-08-261-3/+3
* fix COFF targets (mingw/cygwin) to provide ehframe and LSDA sectionsChris Lattner2009-08-181-0/+8
* Text sections should have 'exec' flag set. This seems to unbreak libstdc++ on...Anton Korobeynikov2009-08-181-0/+3
* Clear the uniquing table when initializing TLOF to avoid a crash when the TLO...Benjamin Kramer2009-08-171-0/+6
* Update getSectionForConstant() to to allow mergable sections to be nulled outRichard Osborne2009-08-171-3/+3
* the .eh_frame sections we generate need to be writable (whichChris Lattner2009-08-151-1/+2
* If ELF subtargets don't want to support 4/8/16-byte mergable sections, allow Chris Lattner2009-08-151-3/+3