aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/MachineModuleInfo.h
Commit message (Expand)AuthorAgeFilesLines
* 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