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-05-21
Change ARM scheduling default to list-hybrid if the target supports floating ...
Evan Cheng
2010-05-20
When canonicalizing icmp operand order to put the loop invariant
Dan Gohman
2010-05-20
Handle Neon v2f64 and v2i64 vector shuffles as register copies.
Bob Wilson
2010-05-19
Teach LSR how to cope better with unrolled loops on targets where
Dan Gohman
2010-05-19
TwoAddressInstructionPass doesn't really know how to merge live intervals when
Jakob Stoklund Olesen
2010-05-19
Testcase to go with 104141.
Bob Wilson
2010-05-19
Intrinsics which do a vector compare (results are all zero or all ones) are m...
Evan Cheng
2010-05-18
Remember to update VirtRegLastUse when spilling without killing before a call.
Jakob Stoklund Olesen
2010-05-18
Sink dag combine's post index load / store code that swap base ptr and index ...
Evan Cheng
2010-05-18
Fix PR7162: Use source register classes and sub-indices to determine the corr...
Evan Cheng
2010-05-18
FIX PR7158. SimplifyVBinOp was asserting when it fails to constant fold (op (...
Evan Cheng
2010-05-17
Fix PR7175. Insert copies of a REG_SEQUENCE source if it is used by other REG...
Evan Cheng
2010-05-17
Fix PR7156. If the sources of a REG_SEQUENCE are all IMPLICIT_DEF's. Replace ...
Evan Cheng
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
[prev]
[next]