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-05-24
Implement the immediate part of the 'B' modifier.
Eric Christopher
2011-05-24
Add support for the arm 'y' asm modifier.
Eric Christopher
2011-05-23
Fix <rdar://problem/9476260> by having tail calls always generate 32-bit bran...
Cameron Zwarich
2011-05-22
RTABI chapter 4.3.4 specifies __eabi_mem* calls. Specifically, __eabi_memset ...
Renato Golin
2011-05-18
Handle perfect shuffle case that generates a vrev for vectors of floats.
Tanya Lattner
2011-05-18
In r131488 I misunderstood how VREV works. It splits the vector in half and s...
Tanya Lattner
2011-05-17
vrev is incorrectly defined in the perfect shuffle table. The ordering is bac...
Tanya Lattner
2011-05-16
Teach LiveInterval::isZeroLength about null SlotIndexes.
Jakob Stoklund Olesen
2011-05-12
Correction. Use explicit target triple in the test.
Galina Kistanova
2011-05-11
Fixes a bug in the DAGCombiner. LoadSDNodes have two values (data, chain).
Nadav Rotem
2011-05-10
Produce a __debug_frame section on darwin ARM when appropriate.
Rafael Espindola
2011-05-04
Give this test an explicit register allocator, so that it can work even if
Dan Gohman
2011-05-04
SjLj EH could produce a machine basic block that legitimately has more than one
Bill Wendling
2011-05-04
This test fails on ARM. The test shouldn't explicitly specify alignment (and ...
Galina Kistanova
2011-05-04
Do not emit location expression size twice.
Devang Patel
2011-05-03
Fix a bunch of ARM tests to be register allocation independent.
Jakob Stoklund Olesen
2011-05-03
Make the test less likely to fail with minor changes.
Evan Cheng
2011-05-03
Remove test for iOS divmod function, since that is disabled for now.
Bob Wilson
2011-05-03
Add a few ARM coprocessor intrinsics. Testcases included
Bruno Cardoso Lopes
2011-05-03
Add an unfolded offset field to LSR's Formula record. This is used to
Dan Gohman
2011-04-30
Weekly fix of register allocation dependent unit tests.
Jakob Stoklund Olesen
2011-04-29
Make FastEmit_ri_ try a bit harder to succeed for supported operations; FastE...
Eli Friedman
2011-04-29
Switch to ImmLeaf (which can be used by FastISel) for a few more common ARM/T...
Eli Friedman
2011-04-29
Fix run-line, again. :(
Eli Friedman
2011-04-29
Re-committing r130454, which does not in fact break anything.
Eli Friedman
2011-04-29
Add trunc->branch support, this won't help with clang's i8->i1 truncations
Eric Christopher
2011-04-28
Revert r130454; apparently this doesn't actually work.
Eli Friedman
2011-04-28
Fix runline.
Eli Friedman
2011-04-28
Fix a rather obscure crash caused by ARM fast-isel generating code which rede...
Eli Friedman
2011-04-28
Teach dwarf writer to handle complex address expression for .debug_loc entries.
Devang Patel
2011-04-27
If converter was being too cute. It look for root BBs (which don't have
Evan Cheng
2011-04-27
Also add <imp-def> operands for defined and dead super-registers when rewriting.
Jakob Stoklund Olesen
2011-04-26
Be careful about scheduling nodes above previous calls. It increase usages of
Evan Cheng
2011-04-26
This test should be in MC. It breaks with changes to scheduling / register al...
Evan Cheng
2011-04-26
don't emit the symbol name twice for local bss and common
Chris Lattner
2011-04-25
Make this test disable fast isel as it's not needed.
Eric Christopher
2011-04-25
Make tests more useful.
Benjamin Kramer
2011-04-23
Thumb2 and ARM add/subtract with carry fixes.
Andrew Trick
2011-04-21
Fix DWARF description of Q registers.
Devang Patel
2011-04-21
Fix DWARF description of S registers.
Devang Patel
2011-04-21
Test case for r129922
Devang Patel
2011-04-20
Remove -use-divmod-libcall. Let targets opt in when they are available.
Evan Cheng
2011-04-20
Rewrite the expander for umulo/smulo to remember to sign extend the input
Eric Christopher
2011-04-19
CodeGen: Eliminate a use of getDarwinMajorNumber().
Daniel Dunbar
2011-04-19
This patch combines several changes from Evan Cheng for rdar://8659675.
Bob Wilson
2011-04-19
Add -mcpu=cortex-a9-mp. It's cortex-a9 with MP extension. rdar://8648637.
Bob Wilson
2011-04-19
Avoid some 's' 16-bit instruction which partially update CPSR
Bob Wilson
2011-04-19
Avoid write-after-write issue hazards for Cortex-A9.
Bob Wilson
2011-04-19
Tighten test case a bit.
Jakob Stoklund Olesen
2011-04-19
Make tests register allocation independent again.
Jakob Stoklund Olesen
[prev]
[next]