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-08-09
Add a test for Neon VTRN instructions.
Bob Wilson
2009-08-07
Convert more Neon tests to use FileCheck.
Bob Wilson
2009-08-07
Make NEON single-precision FP support the default for cortex-a8 (again).
David Goodwin
2009-08-07
2 more vdup.32 cases
Anton Korobeynikov
2009-08-06
Implement Neon VST[234] operations.
Bob Wilson
2009-08-06
Fix incorrect intrinsic declarations.
Bob Wilson
2009-08-06
Add tests for new NEON vld instructions.
Bob Wilson
2009-08-05
Convert more Neon tests to FileCheck.
Bob Wilson
2009-08-05
Missed pieces for ARM HardFP ABI.
Anton Korobeynikov
2009-08-04
Convert more Neon tests to use FileCheck.
Bob Wilson
2009-08-04
Convert a few Neon tests to use FileCheck.
Bob Wilson
2009-08-04
Clean up the handling of two-address operands in RegScavenger.
Jakob Stoklund Olesen
2009-08-04
Add NEON single-precision FP support for fabs and fneg.
David Goodwin
2009-08-04
Match common pattern for FNMAC. Add NEON SP support.
David Goodwin
2009-08-04
Improve tests.
David Goodwin
2009-08-04
Initial support for single-precision FP using NEON. Added "neonfp" attribute ...
David Goodwin
2009-08-04
Fix PR4528. This scavenger assertion is too strict. The two-address value is
Evan Cheng
2009-08-03
Lower CONCAT_VECTOR during legalization instead of matching it during isel.
Bob Wilson
2009-08-03
Fix Bug 4657: register scavenger asserts with subreg lowering
Jakob Stoklund Olesen
2009-08-02
switch to filecheck format
Chris Lattner
2009-07-29
Add VFP3 D registers to the DPR register class.
Evan Cheng
2009-07-29
Change Neon VLDn intrinsics to return multiple values instead of really
Bob Wilson
2009-07-26
Add support for ARM Neon VREV instructions.
Bob Wilson
2009-07-22
Use getTargetConstant instead of getConstant since it's meant as an constant ...
Evan Cheng
2009-07-22
Ignore undef uses.
Evan Cheng
2009-07-21
Fix ARM isle code that optimize multiply by constants which are power-of-2 +/...
Evan Cheng
2009-07-20
Forgot this test earlier.
Evan Cheng
2009-07-15
fix an arm codegen bug (the same as PR4482 on ppc) where available_externally
Chris Lattner
2009-07-10
Remove a bogus assertion.
Evan Cheng
2009-07-09
Handle 'a' modifier on inline assembly operands.
Bob Wilson
2009-07-09
Improved tracking of value number kills. VN kills are now represented
Lang Hames
2009-07-08
Implement NEON vst1 instruction.
Bob Wilson
2009-07-08
Implement NEON vld1 instructions.
Bob Wilson
2009-07-08
Change these tests to use [fi]cmp+sext instead of v[fi]cmp. No
Chris Lattner
2009-07-06
Add bfc to armv6t2.
Evan Cheng
2009-07-06
Added ARM::mls for armv6t2.
Evan Cheng
2009-07-03
Add thumb2 sign / zero extend with rotate instructions.
Evan Cheng
2009-07-01
CommuteChangesDestination() should check if to-be-commuted instruction define...
Evan Cheng
2009-07-01
Remove special handling of implicit_def. Fix a couple more bugs in liveinterv...
Evan Cheng
2009-07-01
Handle IMPLICIT_DEF with isUndef operand marker, part 2. This patch moves the...
Evan Cheng
2009-06-30
Temporarily restore the scavenger implicit_def checking code. MachineOperand ...
Evan Cheng
2009-06-30
Add a bit IsUndef to MachineOperand. This indicates the def / use register op...
Evan Cheng
2009-06-29
Implement Thumb2 ldr.
Evan Cheng
2009-06-26
ORN and BIC tests.
David Goodwin
2009-06-26
Fix tests: Count -> count.
Evan Cheng
2009-06-26
Fix a CodeGenDAGPatterns bug. Check if top level predicates match when it's l...
Evan Cheng
2009-06-25
Select ADC, SBC, and RSC instead of the ADCS, SBCS, and RSCS when the carry b...
Evan Cheng
2009-06-25
ISD::ADDE / ISD::SUBE updates the carry bit so they should isle to ADCS and S...
Evan Cheng
2009-06-24
Move thumb and thumb2 tests into separate directories.
Evan Cheng
2009-06-23
Proper patterns for thumb2 shift and rotate instructions.
Evan Cheng
[prev]
[next]