index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Integer
Age
Commit message (
Expand
)
Author
2007-09-05
Change all floating constants that are not exactly
Dale Johannesen
2007-07-19
For PR1553:
Reid Spencer
2007-06-29
Convert .cvsignore files
John Criswell
2007-04-14
Changes to fix problems with "make check". Apparently you can redefine
Reid Spencer
2007-04-14
Fix syntax.
Reid Spencer
2007-04-14
Don't try to interpret a fictitious file.
Reid Spencer
2007-04-14
No need to quote things, shell isn't interpreting any more.
Reid Spencer
2007-04-14
For PR1319:
Reid Spencer
2007-04-14
FIx this test, thanks to llvm.exp
Reid Spencer
2007-04-11
Make the llvm-runtest function much more amenable by eliminating all the
Reid Spencer
2007-03-28
Remove use of implementation keyword.
Reid Spencer
2007-03-28
implementation keyword is going .. going .. gone.
Reid Spencer
2007-03-24
Flip the srem tests around. Previous commit was to correct an apparent
Reid Spencer
2007-03-24
Fix incorrect test cases for srem. The definition of srem is a remainder so
Reid Spencer
2007-03-19
For PR1258:
Reid Spencer
2007-02-27
Update for constant folding now generating undef and overflow correctly.
Reid Spencer
2007-02-27
Shifting by the bit width now produces undef, not 0.
Reid Spencer
2007-02-27
Remove test cases that produce undefined results.
Reid Spencer
2007-02-05
For PR411:
Reid Spencer
2007-02-05
For PR411:
Reid Spencer
2007-02-04
Prepare for PR411
Reid Spencer
2007-02-02
Changes to support making the shift instructions be true BinaryOperators.
Reid Spencer
2007-01-30
For PR411:
Reid Spencer
2007-01-26
For PR761:
Reid Spencer
2007-01-20
Try a negative number with ashr.
Reid Spencer
2007-01-20
Add a test case for sext bug that Leo found.
Reid Spencer
2007-01-19
Cover non-byte-width BATs situation.
Zhou Sheng
2007-01-19
Cover more arithmetics for arbitrary bitwidth integers.
Zhou Sheng
2007-01-19
Add one test case for Arbitrary BitWidth Integers.
Zhou Sheng
2007-01-16
Fix test cases. Patch by Guoling Han.
Reid Spencer
2007-01-16
Remove this test case. LLVM doesn't currently support comparison of packed.
Reid Spencer
2007-01-16
New test cases for bit accurate integers developed by Guoling Han.
Reid Spencer