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
/
CodeGen
/
ARM
Age
Commit message (
Expand
)
Author
2007-02-23
bugfix: SP wasn't updated for varargs when frame pointer was eliminated.
Lauro Ramos Venancio
2007-02-23
Fix stack alignment in functions with varargs.
Lauro Ramos Venancio
2007-02-23
-march=arm -enable-thumb => -march=thumb
Evan Cheng
2007-02-13
Add ABI information to ARM subtarget.
Lauro Ramos Venancio
2007-02-13
According to ARM EABI, 8-bytes function arguments must be 8-bytes aligned.
Lauro Ramos Venancio
2007-02-08
i64 setcc tests.
Evan Cheng
2007-02-07
New test case.
Evan Cheng
2007-02-06
Add a DYNAMIC_STACKALLOC test case.
Evan Cheng
2007-02-05
Fix unord test.
Lauro Ramos Venancio
2007-02-03
Add a test case.
Evan Cheng
2007-02-03
__builtin_isunordered test case.
Evan Cheng
2007-02-03
Improves alloca test. Verifies SP restoration.
Lauro Ramos Venancio
2007-02-02
Changes to support making the shift instructions be true BinaryOperators.
Reid Spencer
2007-02-01
My mistake, my environment wasn't up to date. This passes now.
Reid Spencer
2007-02-01
XFAIL this on x86 linux as it continues to fail.
Reid Spencer
2007-02-01
Add a test case.
Evan Cheng
2007-02-01
Added a thumb vararg test.
Evan Cheng
2007-01-31
Fix test case.
Evan Cheng
2007-01-31
Fix test cases.
Evan Cheng
2007-01-31
ARM fix: Miscompilation when frame pointer can't be eliminated. Uninitialized...
Lauro Ramos Venancio
2007-01-30
Combine two tests.
Evan Cheng
2007-01-30
For PR411:
Reid Spencer
2007-01-30
Add / merge tests.
Evan Cheng
2007-01-27
Thumb tests.
Evan Cheng
2007-01-27
Merge tests.
Evan Cheng
2007-01-26
For PR761:
Reid Spencer
2007-01-25
fix fcopysign test
Lauro Ramos Venancio
2007-01-24
Added some load from stack frames test cases.
Evan Cheng
2007-01-23
Thumb test cases.
Evan Cheng
2007-01-23
Thumb test cases.
Evan Cheng
2007-01-22
Make it work for both Linux and Mac OS.
Evan Cheng
2007-01-22
Pasto
Evan Cheng
2007-01-22
Fix test case.
Evan Cheng
2007-01-19
Add test case extracted from lencod. Spiller was infinite looping in GetRegFo...
Evan Cheng
2007-01-19
ARM test cases contributed by Apple.
Evan Cheng
2007-01-13
For PR1043:
Reid Spencer
2007-01-12
Don't add or sub zero to sp.
Lauro Ramos Venancio
2007-01-12
Build constants using instructions mov/orr or mvn/eor.
Lauro Ramos Venancio
2007-01-05
Globals are not being renamed any more.
Reid Spencer
2007-01-05
This test case has been translated to 2.0 assembly so don't run
Reid Spencer
2007-01-04
Add test for constructor and destructor sections.
Lauro Ramos Venancio
2007-01-04
Add extload(i1) test.
Lauro Ramos Venancio
2007-01-04
Add test for FCOPYSIGN.
Lauro Ramos Venancio
2007-01-03
Update test cases that grepped for register names that have now changed
Reid Spencer
2007-01-02
For PR1070:
Reid Spencer
2006-12-31
implement missing compares
Rafael Espindola
2006-12-31
For PR950:
Reid Spencer
2006-12-29
Update tests that need to be run through llvm-upgrade. This is necessary
Reid Spencer
2006-12-14
avoid using a constant table when a constant can be used inline
Rafael Espindola
2006-12-14
Avoid creating invalid sub/add instructions on the prolog/epilog
Rafael Espindola
[next]