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
/
Thumb2
Age
Commit message (
Expand
)
Author
2010-05-24
Thumb2 RSBS instructions were being printed without the 'S' suffix.
Bob Wilson
2010-05-22
Recognize more BUILD_VECTORs and VECTOR_SHUFFLEs that can be implemented by
Bob Wilson
2010-05-19
t2LEApcrel and tLEApcrel are re-materializable. This makes it possible to hoi...
Evan Cheng
2010-05-07
Clean up the conditional for handling of sign_extend_inreg based on
Jim Grosbach
2010-05-05
Cleanup of ARMv7M support. Move hardware divide and Thumb2 extract/pack
Jim Grosbach
2010-05-05
fix copy/paste oops.
Jim Grosbach
2010-05-05
Add tests for ARMV7M divide instruction use
Jim Grosbach
2010-05-03
Fix a bug which prevented tail merging of return instructions in
Dan Gohman
2010-04-26
Handle register-to-register copies within the tGPR class.
Bob Wilson
2010-04-22
Update ARM DAGtoDAG for matching UBFX instruction for unsigned bitfield
Jim Grosbach
2010-04-21
- Clean up some crappy code which deals with coalescing of copies which look at
Evan Cheng
2010-04-17
Start function numbering at 0.
Dan Gohman
2010-04-15
Use default lowering of DYNAMIC_STACKALLOC. As far as I can tell, ARM isle is...
Evan Cheng
2010-04-15
ARM SelectDYN_ALLOC should emit a copy from SP rather than referencing SP dir...
Evan Cheng
2010-03-25
switch the flag for using NEON for SP floating point to a subtarget 'feature'.
Jim Grosbach
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-16
Add a testcase for the change in r98586.
Bob Wilson
2010-03-10
Enable machine cse pass.
Evan Cheng
2010-03-08
Fix a crash compiling 254.gap for Thumb2. The Thumb2 add/sub with 12-bit
Bob Wilson
2010-03-04
Drop the ".w" qualifier for t2UXTB16* instructions as there is no 16-bit version
Johnny Chen
2010-02-24
Create a stack frame on ARM when
Jakob Stoklund Olesen
2010-02-24
LowerCall() should always do getCopyFromReg() to reference the stack pointer.
Jim Grosbach
2010-02-15
Last week we were generating code with duplicate induction variables in this
Bob Wilson
2010-02-13
Besides removing phi cycles that reduce to a single value, also remove dead
Bob Wilson
2010-02-12
Reapply the new LoopStrengthReduction code, with compile time and
Dan Gohman
2010-02-12
Add a new pass on machine instructions to optimize away PHI cycles that
Bob Wilson
2010-02-11
Reapply coalescer fix for better cross-class coalescing.
Jakob Stoklund Olesen
2010-02-06
Handle AddrMode6 (for NEON load/stores) in Thumb2's rewriteT2FrameIndex.
Bob Wilson
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
Remove predicates when changing an add into an unpredicable mov.
Jakob Stoklund Olesen
2010-01-16
Run the pre-register allocation tail duplication pass by default. Remove
Bob Wilson
2010-01-07
Add comments.
Jakob Stoklund Olesen
2010-01-06
Add Target hook to duplicate machine instructions.
Jakob Stoklund Olesen
2010-01-05
Delete useless trailing semicolons.
Dan Gohman
2009-12-16
Make this test pass on Linux.
Nick Lewycky
2009-12-06
Dynamic stack realignment use of sp register as source/dest register
Anton Korobeynikov
2009-12-01
test case for IV-Users simplification loop improvement
Jim Grosbach
2009-11-24
Enable predication of NEON instructions in Thumb2 mode.
Evan Cheng
2009-11-23
move fconst[sd] to UAL. <rdar://7414913>
Jim Grosbach
2009-11-23
update test for 89694
Jim Grosbach
2009-11-22
Miss two, PR5307.
Edward O'Callaghan
2009-11-22
Convert Thumb2 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
Enable hoisting load from constant memories.
Evan Cheng
2009-11-20
Remat VLDRD from constpool. Clean up some instruction property specifications.
Evan Cheng
[prev]
[next]