llvm-6502/lib/Transforms/IPO
Chris Lattner 6420f1cd50 Initial checkin of the Setjmp/Longjmp lowering/transformation pass,
contributed by the masterful Bill Wendling!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8520 91177308-0d34-0410-b5e6-96231b3b80d8
2003-09-15 04:56:27 +00:00
..
ConstantMerge.cpp Fix spell-o's 2003-09-10 05:29:43 +00:00
DeadArgumentElimination.cpp Spell `definitely' correctly. 2003-09-11 15:31:17 +00:00
DeadTypeElimination.cpp
ExtractFunction.cpp
FunctionResolution.cpp
GlobalDCE.cpp Ugh, a bug fix needed because of the bug in the CallGraph code 2003-09-15 04:52:00 +00:00
Inliner.cpp Heavily refactor code: 2003-08-31 19:10:30 +00:00
Inliner.h Heavily refactor code: 2003-08-31 19:10:30 +00:00
InlineSimple.cpp Heavily refactor code: 2003-08-31 19:10:30 +00:00
Internalize.cpp
LowerSetJmp.cpp Initial checkin of the Setjmp/Longjmp lowering/transformation pass, 2003-09-15 04:56:27 +00:00
Makefile
MutateStructTypes.cpp Add support for the unwind instruction 2003-09-08 18:54:55 +00:00
Parallelize.cpp Final cleanup: remove dead code 2003-09-01 18:01:36 +00:00
PruneEH.cpp Fix bug: PruneEH/2003-09-14-ExternalCall.llx 2003-09-15 02:22:50 +00:00
RaiseAllocations.cpp Change the RaiseAllocations pass to be a Pass instead of a BasicBlock pass. 2003-09-01 03:14:56 +00:00
SimpleStructMutation.cpp