This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
6
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
llvm
/
lib
/
Transforms
/
Scalar
History
Devang Patel
5292e65791
Inherit BasicBlockPass directly from Pass.
...
llvm-svn: 33511
2007-01-25 23:23:25 +00:00
..
ADCE.cpp
…
BasicBlockPlacement.cpp
…
CondPropagate.cpp
…
ConstantProp.cpp
…
CorrelatedExprs.cpp
For PR1043:
2007-01-19 21:13:56 +00:00
DCE.cpp
Inherit BasicBlockPass directly from Pass.
2007-01-25 23:23:25 +00:00
DeadStoreElimination.cpp
…
GCSE.cpp
…
IndVarSimplify.cpp
…
InstructionCombining.cpp
Cleanup checks in the load and store of casted pointer transforms. Two
2007-01-22 05:51:25 +00:00
LICM.cpp
…
LoopStrengthReduce.cpp
…
LoopUnroll.cpp
…
LoopUnswitch.cpp
For PR1043:
2007-01-19 21:13:56 +00:00
LowerGC.cpp
…
LowerPacked.cpp
…
Makefile
…
PredicateSimplifier.cpp
…
Reassociate.cpp
For PR970:
2007-01-21 00:29:26 +00:00
Reg2Mem.cpp
…
ScalarReplAggregates.cpp
For PR970:
2007-01-21 00:29:26 +00:00
SCCP.cpp
…
SimplifyCFG.cpp
…
TailDuplication.cpp
…
TailRecursionElimination.cpp
…