index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
CodeGen
/
Thumb2
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable machine cse pass.
Evan Cheng
2010-03-10
1
-4
/
+2
*
Fix a crash compiling 254.gap for Thumb2. The Thumb2 add/sub with 12-bit
Bob Wilson
2010-03-08
1
-0
/
+266
*
Drop the ".w" qualifier for t2UXTB16* instructions as there is no 16-bit version
Johnny Chen
2010-03-04
1
-10
/
+10
*
Create a stack frame on ARM when
Jakob Stoklund Olesen
2010-02-24
1
-0
/
+15
*
LowerCall() should always do getCopyFromReg() to reference the stack pointer.
Jim Grosbach
2010-02-24
1
-1
/
+1
*
Last week we were generating code with duplicate induction variables in this
Bob Wilson
2010-02-15
1
-0
/
+4
*
Besides removing phi cycles that reduce to a single value, also remove dead
Bob Wilson
2010-02-13
2
-2
/
+40
*
Reapply the new LoopStrengthReduction code, with compile time and
Dan Gohman
2010-02-12
2
-13
/
+17
*
Add a new pass on machine instructions to optimize away PHI cycles that
Bob Wilson
2010-02-12
1
-0
/
+34
*
Reapply coalescer fix for better cross-class coalescing.
Jakob Stoklund Olesen
2010-02-11
1
-1
/
+1
*
Handle AddrMode6 (for NEON load/stores) in Thumb2's rewriteT2FrameIndex.
Bob Wilson
2010-02-06
1
-2
/
+2
*
Revert LoopStrengthReduce.cpp to pre-r94061 for now.
Dan Gohman
2010-01-22
2
-17
/
+13
*
Re-implement the main strength-reduction portion of LoopStrengthReduction.
Dan Gohman
2010-01-21
2
-13
/
+17
*
Remove predicates when changing an add into an unpredicable mov.
Jakob Stoklund Olesen
2010-01-19
1
-0
/
+53
*
Run the pre-register allocation tail duplication pass by default. Remove
Bob Wilson
2010-01-16
1
-1
/
+1
*
Add comments.
Jakob Stoklund Olesen
2010-01-07
1
-0
/
+2
*
Add Target hook to duplicate machine instructions.
Jakob Stoklund Olesen
2010-01-06
1
-0
/
+87
*
Delete useless trailing semicolons.
Dan Gohman
2010-01-05
1
-8
/
+8
*
Make this test pass on Linux.
Nick Lewycky
2009-12-16
1
-9
/
+20
*
Dynamic stack realignment use of sp register as source/dest register
Anton Korobeynikov
2009-12-06
2
-2
/
+2
*
test case for IV-Users simplification loop improvement
Jim Grosbach
2009-12-01
1
-0
/
+128
*
Enable predication of NEON instructions in Thumb2 mode.
Evan Cheng
2009-11-24
1
-0
/
+29
*
move fconst[sd] to UAL. <rdar://7414913>
Jim Grosbach
2009-11-23
1
-1
/
+1
*
update test for 89694
Jim Grosbach
2009-11-23
1
-2
/
+2
*
Miss two, PR5307.
Edward O'Callaghan
2009-11-22
2
-6
/
+30
*
Convert Thumb2 tests to FileCheck for PR5307.
Edward O'Callaghan
2009-11-22
12
-26
/
+130
*
Revert 89562. We're being sneakier than I was giving us credit for, and this
Jim Grosbach
2009-11-21
2
-2
/
+0
*
Darwin requires a frame pointer for all non-leaf functions to support correct
Jim Grosbach
2009-11-21
2
-0
/
+2
*
Enable hoisting load from constant memories.
Evan Cheng
2009-11-20
1
-2
/
+6
*
Remat VLDRD from constpool. Clean up some instruction property specifications.
Evan Cheng
2009-11-20
2
-4
/
+2
*
Also CSE non-pic load from constant pools.
Evan Cheng
2009-11-20
1
-2
/
+11
*
More consistent thumb1 asm printing.
Evan Cheng
2009-11-19
3
-5
/
+5
*
Shrink ldr / str [sp, imm0-1024] to 16-bit instructions.
Evan Cheng
2009-11-19
1
-0
/
+6
*
Enable arm jumpt table adjustment.
Jim Grosbach
2009-11-17
2
-2
/
+1
*
Forgot to commit test fixes
Anton Korobeynikov
2009-11-17
1
-2
/
+2
*
Convert to FileCheck
Jim Grosbach
2009-11-17
5
-13
/
+57
*
Convert to FileCheck
Jim Grosbach
2009-11-17
1
-6
/
+8
*
Cleanup. Missed removing these when converting. Oops.
Jim Grosbach
2009-11-17
1
-5
/
+0
*
Convert to FileCheck
Jim Grosbach
2009-11-16
1
-5
/
+18
*
Convert to FileCheck
Jim Grosbach
2009-11-16
1
-5
/
+17
*
Convert to FileCheck
Jim Grosbach
2009-11-16
1
-3
/
+7
*
tbb opt off by default
Jim Grosbach
2009-11-16
1
-0
/
+1
*
Detect need for autoalignment of the stack earlier to catch spills more
Jim Grosbach
2009-11-15
1
-2
/
+3
*
remove xfail
Jim Grosbach
2009-11-14
1
-2
/
+0
*
When expanding t2STRDi8 r, r to two stores, add kill markers correctly.
Evan Cheng
2009-11-14
1
-0
/
+20
*
Clean up testcase a bit. Simplify case blocks and adjust switch instruction t...
Jim Grosbach
2009-11-12
1
-7
/
+3
*
Fix typo in run line.
Benjamin Kramer
2009-11-12
1
-1
/
+1
*
RegScavenger::enterBasicBlock should always reset register state.
Evan Cheng
2009-11-12
1
-0
/
+85
*
- Teach LSR to avoid changing cmp iv stride if it will create an immediate that
Evan Cheng
2009-11-12
1
-0
/
+37
*
Add support for tail duplication to BranchFolding, and extend
Dan Gohman
2009-11-11
2
-2
/
+3
[next]