This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
ce1ffcf8a2b104f688b511d60f18b0fe2b1645d0
clang-p2996
/
llvm
/
test
/
Transforms
/
InstSimplify
History
Dmitri Gribenko
56bf2e1830
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a ModuleID
...
This is done to avoid odd test failures, like the one fixed in r171243. llvm-svn: 171250
2012-12-30 02:33:22 +00:00
..
2010-12-20-Boolean.ll
…
2010-12-20-Distribute.ll
…
2011-01-14-Thread.ll
…
2011-02-01-Vector.ll
…
2011-09-05-InsertExtractValue.ll
…
2011-10-27-BinOpCrash.ll
…
2011-11-23-MaskedBitsCrash.ll
…
AndOrXor.ll
…
call.ll
Teach instsimplify to use the constant folder where appropriate for
2012-12-28 14:23:29 +00:00
compare.ll
Add support to ValueTracking for determining that a pointer is non-null
2012-12-07 02:08:58 +00:00
exact-nsw-nuw.ll
…
fast-math.ll
Added a slew of SimplifyInstruction floating-point optimizations, many of which take advantage of fast-math flags. Test cases included.
2012-12-12 00:27:46 +00:00
fdiv.ll
…
floating-point-arithmetic.ll
Added a slew of SimplifyInstruction floating-point optimizations, many of which take advantage of fast-math flags. Test cases included.
2012-12-12 00:27:46 +00:00
lit.local.cfg
Replace all instances of dg.exp file with lit.local.cfg, since all tests are run with LIT now and now Dejagnu. dg.exp is no longer needed.
2012-02-16 06:28:33 +00:00
maxmin.ll
…
phi.ll
Make sure we don't return bits outside the mask in ComputeMaskedBits. PR12189.
2012-03-05 23:09:40 +00:00
ptr_diff.ll
Switch the pointer-difference simplification logic to only work with
2012-03-25 20:43:07 +00:00
reassociate.ll
Generalize the "trunc(ptrtoint(x)) - trunc(ptrtoint(y)) ->
2012-03-13 14:07:05 +00:00
rem.ll
…
undef.ll
…
vector_gep.ll
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a ModuleID
2012-12-30 02:33:22 +00:00