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-02-13 00:10:37 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
/
Transforms
/
Utils
History
Chris Lattner
e58f6153f4
Remove using declarations
...
llvm-svn: 6306
2003-05-22 22:00:07 +00:00
..
BasicBlockUtils.cpp
- Eliminated the deferred symbol table stuff in Module & Function, it really
2002-11-20 18:36:02 +00:00
BreakCriticalEdges.cpp
Remove unnecesary &*'s
2003-04-23 16:37:45 +00:00
CloneFunction.cpp
Refactor CloneFunction to expose the new CloneBasicBlock function
2003-04-18 03:50:09 +00:00
CloneModule.cpp
Make sure that the cloned module retains the type symbol table entries!
2003-04-24 17:15:33 +00:00
DemoteRegToStack.cpp
This file implements the function DemoteRegToStack(), which takes a
2002-12-10 13:07:58 +00:00
Linker.cpp
Fix Bug: Linker/2003-05-15-TypeProblem.ll
2003-05-15 16:30:55 +00:00
Local.cpp
Hopefully, the final fix for `[Pp]ropogate'.
2003-05-20 21:01:22 +00:00
Makefile
*** empty log message ***
2002-07-23 17:52:38 +00:00
PromoteMemoryToRegister.cpp
Fix bug: mem2reg/2003-04-24-MultipleIdenticalSuccessors.ll
2003-04-25 00:54:58 +00:00
SimplifyCFG.cpp
Remove unnecesary &*'s
2003-04-23 16:37:45 +00:00
UnifyFunctionExitNodes.cpp
Remove using declarations
2003-05-22 22:00:07 +00:00
ValueMapper.cpp
New const_cast instead of c style cast
2003-04-18 03:49:49 +00:00
ValueMapper.h
Initial checkin of Module cloning support stuff
2002-11-20 20:47:41 +00:00