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