This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
llvm-project
Watch
0
Star
0
Fork
0
You've already forked llvm-project
mirror of
https://github.com/llvm/llvm-project.git
synced
2025-05-16 05:56:06 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
llvm-project
/
llvm
/
lib
/
Transforms
History
Devang Patel
267c07b51f
Do not eliminate loop when it is invalid to do so. For example,
...
for(int i = 0; i < N; i++) { if ( i == XYZ) { A; else B; } C; D; } llvm-svn: 42058
2007-09-17 21:01:05 +00:00
..
Hello
Fix typo in comment.
2007-05-06 13:37:16 +00:00
Instrumentation
New CallInst interface to address GLIBCXX_DEBUG errors caused by
2007-08-01 03:43:44 +00:00
IPO
Fix a logic error in ValueIsOnlyUsedLocallyOrStoredToOneGlobal that caused
2007-09-14 03:41:21 +00:00
Scalar
Do not eliminate loop when it is invalid to do so. For example,
2007-09-17 21:01:05 +00:00
Utils
Fix comment.
2007-09-17 20:07:40 +00:00
Makefile
Build Hello by default so it can be used in test cases.
2007-04-11 21:03:37 +00:00