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-03-06 19:37:56 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
/
Transforms
History
Devang Patel
85770c83ba
PHI->removeIncomingValue may remove PHInode.
...
Increment iterator in advance. llvm-svn: 48890
2008-03-27 17:32:46 +00:00
..
Hello
Remove attribution from file headers, per discussion on llvmdev.
2007-12-29 20:36:04 +00:00
Instrumentation
fix typos
2008-03-06 10:36:00 +00:00
IPO
Increasing the inline limit from (overly conservative) 200 to 300. Given each BB costs 20 and each instruction costs 5, 200 means a 4 BB function + 24 instructions (actually less because caller's size also contributes to it).
2008-03-24 06:37:48 +00:00
Scalar
PHI->removeIncomingValue may remove PHInode.
2008-03-27 17:32:46 +00:00
Utils
Increasing the inline limit from (overly conservative) 200 to 300. Given each BB costs 20 and each instruction costs 5, 200 means a 4 BB function + 24 instructions (actually less because caller's size also contributes to it).
2008-03-24 06:37:48 +00:00
Makefile
remove attribution from lib Makefiles.
2007-12-29 20:09:26 +00:00