This website requires JavaScript.
Explore
Help
Register
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2025-01-17 00:57:54 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
/
Transforms
/
Scalar
History
Chris Lattner
e125e808a8
Split ChangeAllocations.cpp into Raise & LowerAllocations.cpp
...
llvm-svn: 2529
2002-05-07 19:02:48 +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
Reduce dependance on TransformInternals.h, instead using the TransformUtils library
2002-05-07 18:12:18 +00:00
LowerAllocations.cpp
Split ChangeAllocations.cpp into Raise & LowerAllocations.cpp
2002-05-07 19:02:48 +00:00
Makefile
Initial checkin of indvar stuff
2001-12-03 17:28:42 +00:00
SCCP.cpp
Add #include no longer included by llvm/Transforms/Scalar/ConstantProp.h
2002-05-07 18:11:30 +00:00
SymbolStripping.cpp
Updates to move some header files out of include/llvm/Transforms into
2002-05-07 18:36:35 +00:00