This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
6
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
llvm
/
test
/
Transforms
/
BoundsChecking
History
Nuno Lopes
1e8dffdf27
BoundsChecking: optimize out the check for offset < 0 if size is known to be >= 0 (signed).
...
(LLVM optimizers cannot do this optimization by themselves) llvm-svn: 159668
2012-07-03 17:30:18 +00:00
..
lit.local.cfg
boundschecking:
2012-05-25 16:54:04 +00:00
many-trap.ll
port the BoundsChecking patch to the new MemoryBuiltin API (i.e., remove most of the code from here).
2012-06-21 15:59:53 +00:00
phi.ll
BoundsChecking: optimize out the check for offset < 0 if size is known to be >= 0 (signed).
2012-07-03 17:30:18 +00:00
simple.ll
BoundsChecking: fix a bug when the handling of recursive PHIs failed and could leave dangling references in the cache
2012-06-01 17:43:31 +00:00