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
/
Thumb2
Age
Commit message (
Expand
)
Author
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
2009-11-20
Also CSE non-pic load from constant pools.
Evan Cheng
2009-11-19
More consistent thumb1 asm printing.
Evan Cheng
2009-11-19
Shrink ldr / str [sp, imm0-1024] to 16-bit instructions.
Evan Cheng
2009-11-17
Enable arm jumpt table adjustment.
Jim Grosbach
2009-11-17
Forgot to commit test fixes
Anton Korobeynikov
2009-11-17
Convert to FileCheck
Jim Grosbach
2009-11-17
Convert to FileCheck
Jim Grosbach
2009-11-17
Cleanup. Missed removing these when converting. Oops.
Jim Grosbach
2009-11-16
Convert to FileCheck
Jim Grosbach
2009-11-16
Convert to FileCheck
Jim Grosbach
2009-11-16
Convert to FileCheck
Jim Grosbach
2009-11-16
tbb opt off by default
Jim Grosbach
2009-11-15
Detect need for autoalignment of the stack earlier to catch spills more
Jim Grosbach
2009-11-14
remove xfail
Jim Grosbach
2009-11-14
When expanding t2STRDi8 r, r to two stores, add kill markers correctly.
Evan Cheng
2009-11-12
Clean up testcase a bit. Simplify case blocks and adjust switch instruction t...
Jim Grosbach
2009-11-12
Fix typo in run line.
Benjamin Kramer
2009-11-12
RegScavenger::enterBasicBlock should always reset register state.
Evan Cheng
2009-11-12
- Teach LSR to avoid changing cmp iv stride if it will create an immediate that
Evan Cheng
2009-11-11
Add support for tail duplication to BranchFolding, and extend
Dan Gohman
2009-11-09
Update test
Jim Grosbach
2009-11-09
Use Unified Assembly Syntax for the ARM backend.
Jim Grosbach
[next]