llvm-6502/lib/Transforms
2002-08-20 19:35:11 +00:00
..
Hello Initial checkin of the "Hello World" Pass. 2002-08-08 20:10:38 +00:00
Instrumentation - Cleaned up the interface to AnalysisUsage to take analysis class names 2002-08-08 19:01:28 +00:00
IPO - Made GlobalDCE worklist driven, making it more successful. Now can handle 2002-08-18 01:28:30 +00:00
Scalar - instcombine (~(a < b)) into (a >= b) 2002-08-20 18:24:26 +00:00
Utils fixed bug: test/Regression/Linker/2002-08-20-ConstantExpr.ll 2002-08-20 19:35:11 +00:00
ExprTypeConvert.cpp Avoid creating 'load X, 0' instead of just 'load X' 2002-08-14 22:11:52 +00:00
LevelRaise.cpp
Makefile
TransformInternals.cpp
TransformInternals.h