aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/MachineModuleInfo.h
Commit message (Expand)AuthorAgeFilesLines
* Remove an, apparently, leftover MachineModuleInfo::RecordSourceLine declaration.Argiris Kirtzidis2009-05-031-5/+0
* DebugLabelFolder ruthlessly deletes redundant labels. However, sometimes the ...Devang Patel2009-04-101-0/+17
* Remove dead code.Devang Patel2009-02-031-28/+0
* Need only one set of debug info versions enum.Devang Patel2009-01-201-11/+0
* Removoe MachineModuleInfo methods (and related DebugInfoDesc class hierarchy...Devang Patel2009-01-131-975/+0
* Keep "has debug info" big in MachineModuleInfo to avoid circular dependency b...Devang Patel2009-01-131-2/+7
* Today the front-ends (llvm-gcc and clang) generate multiple llvm.dbg.compile_...Devang Patel2008-12-171-1/+2
* Fix a couple of Dwarf bugs.Evan Cheng2008-12-101-1/+8
* Move the include of MachineLocation.h into MachineModuleInfo.hDan Gohman2008-10-161-1/+1
* Use StringMap for greater justice!Bill Wendling2008-07-071-1/+2
* Don't return std::vector by value, but pass it in by reference to be filled.Bill Wendling2008-07-031-8/+7
* Revert my previous check-in that split up MachineModuleInfo. It turns out toBill Wendling2008-07-031-13/+691
* More cruft from revert...Bill Wendling2008-06-271-2/+2
* Reverting broken patch r52803.Bill Wendling2008-06-271-34/+18
* - Remove a use of std::vector.Bill Wendling2008-06-271-1/+1
* Refactor the DebugInfoDesc stuff out of the MachineModuleInfo file. Clean upBill Wendling2008-06-271-690/+12
* Fix more -Wshorten-64-to-32 warnings.Evan Cheng2008-05-051-1/+1
* Update comments to use 2.0 syntax type names.Dan Gohman2008-04-091-2/+2
* Recommitting EH patch; this should answer most of theDale Johannesen2008-04-021-4/+0
* A quick nm audit turned up several fixed tables and objects that wereDan Gohman2008-03-251-3/+3
* SDIsel processes llvm.dbg.declare by recording the variable debug information...Evan Cheng2008-02-021-2/+10
* Rename RecordLabel to RecordSourceLine because that's what it is doing.Evan Cheng2008-02-011-2/+2
* Do not mark EH tables no-dead-strip unless theDale Johannesen2008-01-161-0/+10
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Provide a way to update DescGlobals cache directly.Devang Patel2007-11-301-1/+9
* explicit keywords.Dan Gohman2007-09-241-8/+8
* There is an impedance matching problem between LLVM andDuncan Sands2007-08-271-1/+4
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+1280