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
2009-10-08
Add codegen support for NEON vld2lane intrinsics with 128-bit vectors.
Bob Wilson
2009-10-08
Convert more NEON tests to use FileCheck.
Bob Wilson
2009-10-08
Add codegen support for NEON vst4 intrinsics with <1 x i64> vectors.
Bob Wilson
2009-10-08
Add codegen support for NEON vst3 intrinsics with <1 x i64> vectors.
Bob Wilson
2009-10-08
Add codegen support for NEON vst2 intrinsics with <1 x i64> vectors.
Bob Wilson
2009-10-07
Add codegen support for NEON vld4 intrinsics with <1 x i64> vectors.
Bob Wilson
2009-10-07
Convert more NEON tests to use FileCheck.
Bob Wilson
2009-10-07
Add codegen support for NEON vld3 intrinsics with <1 x i64> vectors.
Bob Wilson
2009-10-07
Add codegen support for NEON vld2 intrinsics with <1 x i64> vectors.
Bob Wilson
2009-10-07
Convert more NEON tests to use FileCheck.
Bob Wilson
2009-10-07
Convert test to FileCheck.
Bob Wilson
2009-10-07
Add codegen support for NEON vst4 intrinsics with 128-bit vectors.
Bob Wilson
2009-10-07
Add codegen support for NEON vst3 intrinsics with 128-bit vectors.
Bob Wilson
2009-10-07
Add codegen support for NEON vst2 intrinsics with 128-bit vectors.
Bob Wilson
2009-10-07
Add codegen support for NEON vld4 intrinsics with 128-bit vectors.
Bob Wilson
2009-10-07
Add codegen support for NEON vld3 intrinsics with 128-bit vectors.
Bob Wilson
2009-10-07
Add tests for vld2 of 128-bit vectors.
Bob Wilson
2009-10-06
Update NEON struct names to match llvm-gcc changes.
Bob Wilson
2009-10-02
Fix tests.
Evan Cheng
2009-10-02
Move load / store multiple before post-alloc scheduling.
Evan Cheng
2009-10-01
Remove neonfp attribute and instead set default based on CPU string. Add -arm...
David Goodwin
2009-10-01
Restore the -post-RA-scheduler flag as an override for the target specificati...
David Goodwin
2009-09-30
Remove -post-RA-schedule flag and add a TargetSubtarget method to enable post...
David Goodwin
2009-09-29
Post-RA regressions.
David Goodwin
2009-09-29
Fix PR4687. Pre ARMv5te does not support ldrd / strd. Patch by John Tytgat.
Evan Cheng
2009-09-28
Coalescer should not delete extract_subreg, insert_subreg, and subreg_to_reg of
Evan Cheng
2009-09-27
Use movt/movw pair to materialize 32 bit constants on ARMv6T2+.
Anton Korobeynikov
2009-09-26
Remove this test.
Evan Cheng
2009-09-26
"Update" tests for -disable-if-conversion removal. I think branch.ll should just
Daniel Dunbar
2009-09-26
Convert test to filecheck.
Evan Cheng
2009-09-25
Flip -disable-post-RA-scheduler to -post-RA-scheduler.
Evan Cheng
2009-09-25
Improve MachineMemOperand handling.
Dan Gohman
2009-09-25
pr4926: ARM requires the stack pointer to be aligned, even for leaf functions.
Bob Wilson
2009-09-24
Convert to FileCheck.
Bob Wilson
2009-09-24
Fix PR5024 with a big hammer: disable the double-def assertion in the scavenger.
Evan Cheng
2009-09-23
Fix PR5024. LiveVariables physical register defs should *commit* only after all
Evan Cheng
2009-09-22
Fix PR5024. LiveVariables::FindLastPartialDef should return a set of sub-regi...
Evan Cheng
2009-09-22
Fix a pasto. Also simplify for Bill's benefit.
Evan Cheng
2009-09-21
Clean up spill weight computation. Also some changes to give loop induction
Evan Cheng
2009-09-21
Fix PR4986. "r1024 = insert_subreg r1024, undef, 2" cannot be turned in an im...
Evan Cheng
2009-09-15
Convert more tests to FileCheck.
Bob Wilson
2009-09-15
Fix superreg use in ARMAsmPrinter. Approved by Anton Korobeynikov.
Sandeep Patel
2009-09-13
Define proper subreg sets for arm - this should fix bunch of subtle problems
Anton Korobeynikov
2009-09-11
Remove an unnecessary -f.
Dan Gohman
2009-09-11
Convert more tests to avoid llvm-as.
Dan Gohman
2009-09-10
Don't swap the operands of a subtraction when trying to create a
Bob Wilson
2009-09-09
Fix pr4939: Change FPCCToARMCC to translate SETOLE to ARMCC::LS.
Bob Wilson
2009-09-09
Eliminate more uses of llvm-as and llvm-dis.
Dan Gohman
2009-09-08
Unbreak getOnesVector() / getZeroVector() to use valid ARM extended imm's.
Anton Korobeynikov
2009-09-08
Add NEON 'laned' operations. This fixes another bunch of gcc testsuite fails and
Anton Korobeynikov
[prev]
[next]