summaryrefslogtreecommitdiff
path: root/lib/CodeGen/MachineModuleInfo.cpp
Commit message (Expand)AuthorAge
...
* Change the PointerType api for creating pointer types. The old functionality ...Christopher Lamb2007-12-17
* Provide a way to update DescGlobals cache directly.Devang Patel2007-11-30
* Fix PR1628. When exception handling is turned on,Duncan Sands2007-09-05
* There is an impedance matching problem between LLVM andDuncan Sands2007-08-27
* Long live the exception handling!Anton Korobeynikov2007-07-14
* Make sure only one copy of a filter is placed in theDuncan Sands2007-07-05
* The semantics of invoke require that we always jump to the unwind blockDuncan Sands2007-06-02
* Integrate exception filter support and exception catch support. ThisDuncan Sands2007-06-02
* Mark all calls as "could throw", when exceptions are enabled. Emit necessary ...Anton Korobeynikov2007-05-23
* Emit multiple common EH frames for multiple (including blank) personalityAnton Korobeynikov2007-05-13
* More DWARF-related things cleanup:Anton Korobeynikov2007-05-12
* Fix http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070507/0495...Devang Patel2007-05-11
* Ooops. Some debugging stuff :)Anton Korobeynikov2007-05-10
* Allow multiple invokes per landing pad. This (probably) fixes PR1410.Anton Korobeynikov2007-05-10
* Drop 'const'Devang Patel2007-05-03
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-02
* Fix build error.Lauro Ramos Venancio2007-05-02
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-01
* Collect eh filter info.Jim Laskey2007-03-01
* Add structures used for collecting eh information.Jim Laskey2007-02-21
* Support for non-landing pad exception handling.Jim Laskey2007-02-01
* Out of line function.Jim Laskey2007-01-29
* rename filesJim Laskey2007-01-26