llvm-6502/lib/Transforms/IPO
Reid Spencer 1628cec4d7 For PR950:
Make necessary changes to support DIV -> [SUF]Div. This changes llvm to
have three division instructions: signed, unsigned, floating point. The
bytecode and assembler are bacwards compatible, however.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31195 91177308-0d34-0410-b5e6-96231b3b80d8
2006-10-26 06:15:43 +00:00
..
ArgumentPromotion.cpp For PR950: 2006-10-20 07:07:24 +00:00
ConstantMerge.cpp
DeadArgumentElimination.cpp Implement a trivial optzn: of vastart is never called in a function that takes 2006-09-18 07:02:31 +00:00
DeadTypeElimination.cpp
ExtractFunction.cpp llvm-extract should remove module-level asm 2006-10-20 21:35:41 +00:00
FunctionResolution.cpp
GlobalDCE.cpp
GlobalOpt.cpp For PR950: 2006-10-20 07:07:24 +00:00
IndMemRemoval.cpp
Inliner.cpp
Inliner.h
InlineSimple.cpp Make inlining costs more accurate. 2006-09-09 20:40:44 +00:00
Internalize.cpp Initialize DontInternalize. 2006-09-13 01:02:26 +00:00
IPConstantPropagation.cpp
LoopExtractor.cpp
LowerSetJmp.cpp For PR950: 2006-10-20 07:07:24 +00:00
Makefile
PruneEH.cpp
RaiseAllocations.cpp
SimplifyLibCalls.cpp For PR950: 2006-10-26 06:15:43 +00:00
StripSymbols.cpp