summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/MachineModuleInfo.h
Commit message (Expand)AuthorAge
...
* remove a noop function.Chris Lattner2010-01-26
* back this out for now. Growing Function is not good.Jim Grosbach2010-01-21
* remove a couple of asserts that use RTTI.Chris Lattner2010-01-21
* Make sure that landing pad entries in the EH call site table are in the properJim Grosbach2010-01-21
* Metadata.h doesn't need to include ValueHandle.h anymore.Chris Lattner2009-12-28
* Remove DebugLabelFolder pass. It is not used by dwarf writer anymore.Devang Patel2009-11-24
* "Attach debug info with llvm instructions" mode was enabled a month ago. Now ...Devang Patel2009-11-12
* Implement support to debug inlined functions.Devang Patel2009-11-10
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-26
* Using TrackingVH instead of WeakVH or WeakMetadataVH.Devang Patel2009-10-22
* Enable "debug info attached to an instruction" mode.Devang Patel2009-10-12
* Extract scope information from the variable itself, instead of relying on all...Devang Patel2009-10-09
* If location info is attached with an instruction then keep track of alloca sl...Devang Patel2009-10-01
* Silence unused variable warning.Devang Patel2009-09-30
* Simplify.Devang Patel2009-09-30
* move FnStubs/GVSTubs/HiddenGVStub handling out of the X86 asmprinterChris Lattner2009-09-16
* add a new MachineModuleInfoMachO class, which is the per-moduleChris Lattner2009-09-16
* the pointer MMI keeps will start out with object-file format specific stuffChris Lattner2009-09-16
* add hooks to hang target-specific goop off MachineModuleInfo,Chris Lattner2009-09-15
* implement a new magic global "llvm.compiler.used" which is like llvm.used, butChris Lattner2009-07-20
* Restore minor deletion.Mike Stump2009-05-04
* DebugLabelFolder ruthlessly deletes redundant labels. However, sometimes the ...Devang Patel2009-04-10
* Remove dead code.Devang Patel2009-02-03
* Need only one set of debug info versions enum.Devang Patel2009-01-20
* Removoe MachineModuleInfo methods (and related DebugInfoDesc class hierarchy...Devang Patel2009-01-13
* Keep "has debug info" big in MachineModuleInfo to avoid circular dependency b...Devang Patel2009-01-13
* Today the front-ends (llvm-gcc and clang) generate multiple llvm.dbg.compile_...Devang Patel2008-12-17
* Fix a couple of Dwarf bugs.Evan Cheng2008-12-10
* Move the include of MachineLocation.h into MachineModuleInfo.hDan Gohman2008-10-16
* Use StringMap for greater justice!Bill Wendling2008-07-07
* Don't return std::vector by value, but pass it in by reference to be filled.Bill Wendling2008-07-03
* Revert my previous check-in that split up MachineModuleInfo. It turns out toBill Wendling2008-07-03
* More cruft from revert...Bill Wendling2008-06-27
* Reverting broken patch r52803.Bill Wendling2008-06-27
* - Remove a use of std::vector.Bill Wendling2008-06-27
* Refactor the DebugInfoDesc stuff out of the MachineModuleInfo file. Clean upBill Wendling2008-06-27
* Fix more -Wshorten-64-to-32 warnings.Evan Cheng2008-05-05
* Update comments to use 2.0 syntax type names.Dan Gohman2008-04-09
* Recommitting EH patch; this should answer most of theDale Johannesen2008-04-02
* A quick nm audit turned up several fixed tables and objects that wereDan Gohman2008-03-25
* SDIsel processes llvm.dbg.declare by recording the variable debug information...Evan Cheng2008-02-02
* Rename RecordLabel to RecordSourceLine because that's what it is doing.Evan Cheng2008-02-01
* Do not mark EH tables no-dead-strip unless theDale Johannesen2008-01-16
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Provide a way to update DescGlobals cache directly.Devang Patel2007-11-30
* explicit keywords.Dan Gohman2007-09-24
* There is an impedance matching problem between LLVM andDuncan Sands2007-08-27
* Long live the exception handling!Anton Korobeynikov2007-07-14
* Add explicit keywords.Dan Gohman2007-07-05
* Make sure only one copy of a filter is placed in theDuncan Sands2007-07-05