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
2010-05-17
Careful with reg_sequence coalescing to not to overwrite sub-register indices.
Evan Cheng
2010-05-17
Turn on -neon-reg-sequence by default.
Evan Cheng
2010-05-17
Avoid allocating the same physreg to multiple virtregs in one instruction.
Jakob Stoklund Olesen
2010-05-15
Some cheap DAG combine goodness for multiplication with a particular constant.
Anton Korobeynikov
2010-05-15
Allow TargetLowering::getRegClassFor() to be called on illegal types. Also
Evan Cheng
2010-05-11
Keep track of the last place a live virtreg was used.
Jakob Stoklund Olesen
2010-05-11
Select @llvm.trap to the special B with 1111 condition (i.e. trap) instruction.
Evan Cheng
2010-05-07
Correct some bogus target triples.
Duncan Sands
2010-05-05
fix copy/paste oops.
Jim Grosbach
2010-05-05
Add tests for ARMV7M divide instruction use
Jim Grosbach
2010-05-05
remove unneeded underscores.
Jim Grosbach
2010-05-05
Convert to filecheck
Jim Grosbach
2010-05-03
Fix tests to use fadd, fsub, and fmul, instead of add, sub, and mul,
Dan Gohman
2010-05-03
Fix a bug which prevented tail merging of return instructions in
Dan Gohman
2010-05-02
Remove the -enable-sjlj-eh option, which doesn't do anything.
Duncan Sands
2010-04-22
Update ARM DAGtoDAG for matching UBFX instruction for unsigned bitfield
Jim Grosbach
2010-04-20
Fix tests for Neon load/store intrinsics to match the i8* types expected by
Bob Wilson
2010-04-17
Fix declarations in a few more tests.
Nick Lewycky
2010-04-17
Start function numbering at 0.
Dan Gohman
2010-04-15
Fix PR6847. RegScavenger should ignore DebugValues.
Jakob Stoklund Olesen
2010-04-15
add a simple dag combine to replace trivial shl+lshr with
Chris Lattner
2010-04-14
Don't custom lower bit converts to ARM VMOVDRRD or VMOVDRR when the operand
Bob Wilson
2010-04-13
Handle a v2f64 formal parameter that is split between registers and memory
Bob Wilson
2010-04-09
Add a testcase for svn r100568.
Bob Wilson
2010-04-07
Split big test into multiple directories to cater to
Dale Johannesen
2010-03-25
switch the flag for using NEON for SP floating point to a subtarget 'feature'.
Jim Grosbach
2010-03-20
pr6652: Use LDM to restore PC to the return address on ARMv4.
Bob Wilson
2010-03-17
Added sub-formats to the NeonI/NeonXI instructions to further refine the NEONFrm
Johnny Chen
2010-03-16
--- Reverse-merging r98637 into '.':
Bob Wilson
2010-03-16
Initial ARM/Thumb disassembler check-in. It consists of a tablgen backend
Johnny Chen
2010-03-16
Stop using the old pre-UAL syntax for LDM/STM instruction suffixes.
Bob Wilson
2010-03-14
Fix typo
Anton Korobeynikov
2010-03-14
Feature test for half precision FP.
Anton Korobeynikov
2010-03-14
fix AsmPrinter::GetBlockAddressSymbol to always return a unique
Chris Lattner
2010-03-10
Enable machine cse pass.
Evan Cheng
2010-03-06
Initial bits of ARMv4-only support.
Anton Korobeynikov
2010-03-04
pr6478: The frame pointer spill frame index is only defined when there is a
Bob Wilson
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
[prev]
[next]