aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/MachineModuleInfo.h
Commit message (Expand)AuthorAgeFilesLines
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-261-1/+1
* Using TrackingVH instead of WeakVH or WeakMetadataVH.Devang Patel2009-10-221-1/+2
* Enable "debug info attached to an instruction" mode.Devang Patel2009-10-121-0/+2
* Extract scope information from the variable itself, instead of relying on all...Devang Patel2009-10-091-4/+4
* If location info is attached with an instruction then keep track of alloca sl...Devang Patel2009-10-011-0/+14
* Silence unused variable warning.Devang Patel2009-09-301-1/+1
* Simplify.Devang Patel2009-09-301-1/+1
* move FnStubs/GVSTubs/HiddenGVStub handling out of the X86 asmprinterChris Lattner2009-09-161-3/+3
* add a new MachineModuleInfoMachO class, which is the per-moduleChris Lattner2009-09-161-1/+2
* the pointer MMI keeps will start out with object-file format specific stuffChris Lattner2009-09-161-10/+11
* add hooks to hang target-specific goop off MachineModuleInfo,Chris Lattner2009-09-151-7/+34
* implement a new magic global "llvm.compiler.used" which is like llvm.used, butChris Lattner2009-07-201-5/+8
* 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