llvm-6502/lib/Transforms/IPO
Chris Lattner 9cc5f42feb ConstantInt::get only works for arguments < 128.
SimplifyLibCalls probably has to be audited to make sure it does not make
this mistake elsewhere.  Also, if this code knows that the type will be
unsigned, obviously one arm of this is dead.

Reid, can you take a look into this further?


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22566 91177308-0d34-0410-b5e6-96231b3b80d8
2005-08-01 16:52:50 +00:00
..
ArgumentPromotion.cpp Preserve calling conventions when doing IPO 2005-05-09 01:05:50 +00:00
ConstantMerge.cpp
DeadArgumentElimination.cpp add a debug type 2005-06-24 16:00:46 +00:00
DeadTypeElimination.cpp
ExtractFunction.cpp
FunctionResolution.cpp
GlobalDCE.cpp
GlobalOpt.cpp Do not promote globals only used by main to locals if there are constantexprs 2005-06-15 21:11:48 +00:00
Inliner.cpp
Inliner.h
InlineSimple.cpp teach the inliner about coldcc and noreturn functions 2005-05-18 04:30:33 +00:00
Internalize.cpp
IPConstantPropagation.cpp
LoopExtractor.cpp
LowerSetJmp.cpp Fix PR575, patch provided by John Mellor-Crummey. Thanks! 2005-06-15 22:49:30 +00:00
Makefile
PruneEH.cpp Eliminate all remaining tabs and trailing spaces. 2005-07-27 06:12:32 +00:00
RaiseAllocations.cpp
SimplifyLibCalls.cpp ConstantInt::get only works for arguments < 128. 2005-08-01 16:52:50 +00:00
StripSymbols.cpp