index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
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
2011-03-08
Fix a compiler crash where a Glue value had multiple uses. Radar 9049552.
Bob Wilson
2011-03-04
Be nice to Xcore and the XMOS assembler and avoid quoting section names
Joerg Sonnenberger
2011-03-04
XFAIL for all. These tests are darwin specific anyway.
Devang Patel
2011-03-04
Disable ARMGlobalMerge on darwin. The debugger is not yet able to extract ind...
Devang Patel
2011-03-03
Bug#9033: For the ELF assembler output, always quote the section name.
Joerg Sonnenberger
2011-03-02
Eliminate the unused CodeGenPrepare option to split critical edges.
Cameron Zwarich
2011-03-01
Narrow right shifts need to encode their immediates differently from a normal
Bill Wendling
2011-02-28
Fix typo introduced by r126661: "Fix a typo which ..."
Jakob Stoklund Olesen
2011-02-28
Fix a typo which cause dag combine crash. rdar://9059537.
Evan Cheng
2011-02-25
Add patterns to use post-increment addressing for Neon VST1-lane instructions.
Bob Wilson
2011-02-24
Move arch specific tests in arch specific directories.
Devang Patel
2011-02-23
Check only relevant strings in output to increase stability of the tests.
Devang Patel
2011-02-23
More fcopysign correctness and performance fix.
Evan Cheng
2011-02-22
available_externally (hidden or not) GVs are always accessed via stubs. rdar:...
Evan Cheng
2011-02-14
PR9139: Specify ARM/Darwin triple for vector-DAGCombine.ll test.
Bob Wilson
2011-02-11
Implement sdiv & udiv for <4 x i16> and <8 x i8> NEON vector types.
Nate Begeman
2011-02-11
Fix buggy fcopysign lowering.
Evan Cheng
2011-02-08
PostRA antidependence breaker unit test for PR8986.
Andrew Trick
2011-02-08
PostRA antidependence breaker unit test for rdar://8959122.
Andrew Trick
2011-02-07
Fix an obvious typo which caused an isel assertion. rdar://8964854.
Evan Cheng
2011-02-07
Add codegen support for using post-increment NEON load/store instructions.
Bob Wilson
2011-02-07
Rework some .ARM.attribute work for improved gcc compatibility.
Jason W Kim
2011-02-02
Given a pair of floating point load and store, if there are no other uses of
Evan Cheng
2011-01-27
Add a testcase for my last checkin.
Eric Christopher
2011-01-25
Don't merge restore with tail call instruction.
Evan Cheng
2011-01-21
Last round of fixes for movw + movt global address codegen.
Evan Cheng
2011-01-21
Enable support for precise scheduling of the instruction selection
Andrew Trick
2011-01-21
Convert -enable-sched-cycles and -enable-sched-hazard to -disable
Andrew Trick
2011-01-20
Don't be overly aggressive with CSE of "ldr constantpool". If it's a pc-relative
Evan Cheng
2011-01-20
Add test.
Evan Cheng
2011-01-20
Sorry, several patches in one.
Evan Cheng
2011-01-20
If we can, lower the multiply part of a umulo/smulo call to a libcall
Eric Christopher
2011-01-20
Fix debug info for merged global.
Devang Patel
2011-01-17
Materialize GA addresses with movw + movt pairs for Darwin in PIC mode. e.g.
Evan Cheng
2011-01-11
Even if we don't have 7 bytes of stack space we may need to save and
Eric Christopher
2011-01-08
Recognize inline asm 'rev /bin/bash, ' as a bswap intrinsic call.
Evan Cheng
2011-01-07
Lower some BUILD_VECTORS using VEXT+shuffle.
Bob Wilson
2011-01-07
Add testcases for PR8411 (vget_low and vget_high implemented as shuffles).
Bob Wilson
2011-01-07
Add ARM patterns to match EXTRACT_SUBVECTOR nodes.
Bob Wilson
2011-01-06
PR8921: LDM/POP do not support interworking prior to v5t.
Bob Wilson
2011-01-01
Update the test
Anton Korobeynikov
2010-12-23
Radar 8803471: Fix expansion of ARM BCCi64 pseudo instructions.
Bob Wilson
2010-12-21
Add ARM-specific DAG combining to cast i64 vector element load/stores to f64.
Bob Wilson
2010-12-19
move this test into the ARM test so that it is only run when the arm backend
Chris Lattner
2010-12-18
Fix result type of Neon floating-point comparisons against zero.
Bob Wilson
2010-12-17
During local stack slot allocation, the materializeFrameBaseRegister function
Bill Wendling
2010-12-17
Fix a DAGCombiner crash when folding binary vector operations with constant
Bob Wilson
2010-12-17
Combine several vector-related DAGCombiner tests.
Bob Wilson
2010-12-17
Fix crash compiling a QQQQ REG_SEQUENCE for a Neon vld3_lane operation.
Bob Wilson
2010-12-16
1. ARM/MC/ELF: A few more ELF relocs for .o
Jason W Kim
[next]