llvm/lib/Transforms/Scalar
2002-05-07 18:10:55 +00:00
..
ADCE.cpp Clean up ADCE by removing extraneous wrapper class 2002-05-06 17:27:57 +00:00
ConstantProp.cpp Factor code out to the TransformUtils library 2002-05-07 18:10:55 +00:00
DCE.cpp Factor code out to the TransformUtils library 2002-05-07 18:10:55 +00:00
DecomposeMultiDimRefs.cpp Range insertion now returns an iterator 2002-04-29 21:25:34 +00:00
GCSE.cpp Eliminate duplicate or unneccesary #include's 2002-04-29 17:42:12 +00:00
IndVarSimplify.cpp Eliminate duplicate or unneccesary #include's 2002-04-29 17:42:12 +00:00
InstructionCombining.cpp Only do masking for unsigned values! 2002-05-06 18:54:59 +00:00
Makefile Initial checkin of indvar stuff 2001-12-03 17:28:42 +00:00
SCCP.cpp * Convert InstWorkList to vector instead of set, because on big programs it 2002-05-07 04:29:32 +00:00
SymbolStripping.cpp Add new optional getPassName() virtual function that a Pass can override 2002-04-29 14:57:45 +00:00