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-22 11:55:12 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
/
Transforms
History
Chris Lattner
084601e6f4
s/Method/Function
...
llvm-svn: 2034
2002-03-29 03:44:36 +00:00
..
Instrumentation
Simplify code a bit by using Module::getOrInsertFunction
2002-03-29 03:43:24 +00:00
IPO
Flesh out a bunch more code, print allocations that are poolable.
2002-03-29 03:40:59 +00:00
Scalar
Simplify code a lot by using the Module::getFunction & getOrInsertFunction
2002-03-29 03:38:05 +00:00
Utils
s/Method/Function
2002-03-29 03:44:36 +00:00
ExprTypeConvert.cpp
Fix bug test/Regression/Transforms/LevelRaise/2002-03-21-MissedRaise3.ll
2002-03-21 23:02:37 +00:00
HoistPHIConstants.cpp
Change over to use new style pass mechanism, now passes only expose small
2002-02-26 21:46:54 +00:00
LevelRaise.cpp
Fix the: test/Regression/Other/2002-03-20-LevelRaiseCrash.ll bug. It turned
2002-03-21 06:22:23 +00:00
Makefile
Compile the scalar directory
2001-12-03 17:28:15 +00:00
TransformInternals.cpp
Make ConvertableToGEP handle cases where the user is indexing into the
2002-03-21 06:27:20 +00:00
TransformInternals.h
Declare the new InsertInstBeforeInst function
2002-03-21 06:15:53 +00:00