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-26 06:04:47 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
/
Transforms
/
Utils
History
Owen Anderson
04f6f0775a
Fix some formatting, and use inLoop() when appropriate.
...
llvm-svn: 28694
2006-06-06 04:36:36 +00:00
..
BasicBlockUtils.cpp
…
BreakCriticalEdges.cpp
…
CloneFunction.cpp
Remove dead #include
2006-06-01 20:02:28 +00:00
CloneModule.cpp
…
CloneTrace.cpp
…
CodeExtractor.cpp
…
DemoteRegToStack.cpp
…
InlineFunction.cpp
Switch the inliner over to using CloneAndPruneFunctionInto. This effectively
2006-05-27 01:28:04 +00:00
LCSSA.cpp
Fix some formatting, and use inLoop() when appropriate.
2006-06-06 04:36:36 +00:00
Local.cpp
Refactor some code to expose an interface to constant fold and instruction given it's opcode, typeand operands.
2006-05-27 01:18:04 +00:00
LoopSimplify.cpp
…
Makefile
…
PromoteMemoryToRegister.cpp
…
SimplifyCFG.cpp
…
UnifyFunctionExitNodes.cpp
Force anything that #includes llvm/Transforms/Utils/UnifyFunctionExitNodes.h
2006-06-02 18:40:06 +00:00
ValueMapper.cpp
Implement a new method, CloneAndPruneFunctionInto, as documented.
2006-05-27 01:22:24 +00:00
ValueMapper.h
…