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
2010-03-04
pr6480: Don't try producing ld/st-multiple instructions when the address is
Bob Wilson
2010-02-24
Check for comparisons of +/- zero when optimizing less-than-or-equal and
Bob Wilson
2010-02-18
Use NEON vmin/vmax instructions for floating-point selects.
Bob Wilson
2010-02-16
Fix pr6111: Avoid using the LR register for the target address of an indirect
Bob Wilson
2010-02-12
Reapply the new LoopStrengthReduction code, with compile time and
Dan Gohman
2010-02-10
Delete dead PHI machine instructions. These can be created due to type
Bob Wilson
2010-02-08
convert to filecheck.
Chris Lattner
2010-02-06
Run codegen dce pass for all targets at all optimization levels. Previously it's
Evan Cheng
2010-01-30
Fix a gross typo: ARMv6+ may or may not support unaligned memory operations.
Anton Korobeynikov
2010-01-26
emit jump table an alias ".set" directives through MCStreamer as
Chris Lattner
2010-01-26
Emit .comm alignment in bytes but .align in powers of 2 for ARM ELF.
Rafael Espindola
2010-01-25
Update test for darwin.
Rafael Espindola
2010-01-25
Fix PR6134.
Rafael Espindola
2010-01-22
Revert LoopStrengthReduce.cpp to pre-r94061 for now.
Dan Gohman
2010-01-21
Re-implement the main strength-reduction portion of LoopStrengthReduction.
Dan Gohman
2010-01-19
Test case for r93758.
Evan Cheng
2010-01-17
The Neon "vtst" instruction takes a suffix that is the element size alone --
Bob Wilson
2010-01-16
Run the pre-register allocation tail duplication pass by default. Remove
Bob Wilson
2010-01-13
remove uses of deprecated functions, this generates slightly
Chris Lattner
2010-01-05
Delete useless trailing semicolons.
Dan Gohman
2010-01-01
Make this more likely to generate a libcall.
Chris Lattner
2009-12-18
Handle ARM inline asm "w" constraints with 64-bit ("d") registers.
Bob Wilson
2009-12-08
- Support inline asm 'w' constraint for 128-bit vector types.
Evan Cheng
2009-12-03
Recognize canonical forms of vector shuffles where the same vector is used for
Bob Wilson
2009-12-01
Fix PR5614: parts of a physical register def may be killed the rest.
Evan Cheng
2009-11-24
Materialize global addresses via movt/movw pair, this is always better
Anton Korobeynikov
2009-11-23
move fconst[sd] to UAL. <rdar://7414913>
Jim Grosbach
2009-11-22
Convert ARM tests to FileCheck for PR5307.
Edward O'Callaghan
2009-11-22
Forgot to alter RUN line when converting to FileCheck.
Edward O'Callaghan
2009-11-22
Fix for bad FileCheck converts in revision 89584.
Edward O'Callaghan
2009-11-22
Convert a few tests to FileCheck for PR5307.
Edward O'Callaghan
2009-11-21
Revert 89562. We're being sneakier than I was giving us credit for, and this
Jim Grosbach
2009-11-21
Darwin requires a frame pointer for all non-leaf functions to support correct
Jim Grosbach
2009-11-20
Remat VLDRD from constpool. Clean up some instruction property specifications.
Evan Cheng
2009-11-20
Fix codegen of conditional move of immediates. We were not making use of the ...
Evan Cheng
2009-11-18
Fix buildbots.
Bob Wilson
2009-11-18
Tail duplication still needs to iterate. Duplicating new instructions onto
Bob Wilson
2009-11-17
Forgot to commit test fixes
Anton Korobeynikov
2009-11-15
Detect need for autoalignment of the stack earlier to catch spills more
Jim Grosbach
2009-11-14
- Change TargetInstrInfo::reMaterialize to pass in TargetRegisterInfo.
Evan Cheng
2009-11-14
Add radar number.
Evan Cheng
2009-11-14
Fix PR5412: Fix an inverted check and another missing sub-register check.
Evan Cheng
2009-11-13
Fix PR5411. Bug in UpdateKills. A reg def partially define its super-registers.
Evan Cheng
2009-11-13
Fix PR5410: LiveVariables lost subreg def:
Evan Cheng
2009-11-09
Use Unified Assembly Syntax for the ARM backend.
Jim Grosbach
2009-11-07
It turns out that the testcase in question uncovered subreg-handling bug.
Anton Korobeynikov
2009-11-06
Honour subreg machine operands during asmprinting
Anton Korobeynikov
2009-11-06
Print VMOV (immediate) operands as hexadecimal values. Apple's assembler
Bob Wilson
2009-11-06
Remove ARMPCLabelIndex from ARMISelLowering. Use ARMFunctionInfo::createConst...
Evan Cheng
2009-11-05
Update these tests for the new label names.
Dan Gohman
[prev]
[next]