aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/MachineModuleInfo.h
Commit message (Expand)AuthorAgeFilesLines
* implement a new magic global "llvm.compiler.used" which is like llvm.used, butChris Lattner2009-07-201-5/+8
* Restore minor deletion.Mike Stump2009-05-041-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
* Long live the exception handling!Anton Korobeynikov2007-07-141-0/+9
* Add explicit keywords.Dan Gohman2007-07-051-1/+1
* Make sure only one copy of a filter is placed in theDuncan Sands2007-07-051-0/+5
* The semantics of invoke require that we always jump to the unwind blockDuncan Sands2007-06-021-1/+1
* Integrate exception filter support and exception catch support. ThisDuncan Sands2007-06-021-12/+24
* Mark all calls as "could throw", when exceptions are enabled. Emit necessary ...Anton Korobeynikov2007-05-231-0/+1
* Emit multiple common EH frames for multiple (including blank) personalityAnton Korobeynikov2007-05-131-3/+14
* More DWARF-related things cleanup:Anton Korobeynikov2007-05-121-0/+1
* Allow multiple invokes per landing pad. This (probably) fixes PR1410.Anton Korobeynikov2007-05-101-4/+3
* Fix typo in comment.Nick Lewycky2007-05-061-1/+1
* Drop 'const'Devang Patel2007-05-031-1/+1
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-021-1/+1
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-011-0/+2
* Collect eh filter info.Jim Laskey2007-03-011-0/+7
* Typo.Jim Laskey2007-02-221-1/+1
* Add structures used for collecting eh information.Jim Laskey2007-02-211-0/+78
* Support for non-landing pad exception handling.Jim Laskey2007-02-011-5/+0
* Out of line function.Jim Laskey2007-01-291-2/+1
* Only gather frame info if debug or eh.Jim Laskey2007-01-291-0/+5
* rename filesJim Laskey2007-01-261-0/+1156