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
2011-03-14
Generate a VTBL instruction instead of a series of loads and stores when we
Bill Wendling
2011-03-14
Fix this test up a bit.
Eric Christopher
2011-03-14
Minor optimization. sign-ext/anyext of undef is still undef.
Evan Cheng
2011-03-12
Saving files before committing is overrated.
Eric Christopher
2011-03-12
Sometimes isPredicable lies to us and tells us we don't need the operands.
Eric Christopher
2011-03-11
Properly pseudo-ize the ARM LDMIA_RET instruction. This has the nice side-
Jim Grosbach
2011-03-11
Roll r127459 back in:
Cameron Zwarich
2011-03-11
Revert r127459, "Optimize trivial branches in CodeGenPrepare, which often get
Daniel Dunbar
2011-03-11
Optimize trivial branches in CodeGenPrepare, which often get created from the
Cameron Zwarich
2011-03-11
Avoid replacing the value of a directly stored load with the stored value if ...
Evan Cheng
2011-03-10
Properly pseudo-ize MOVCCr and MOVCCs.
Jim Grosbach
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
[prev]
[next]