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
/
lib
/
Target
/
ARM
Commit message (
Expand
)
Author
Age
Files
Lines
*
Record CodeGen optimization level in the BranchFolding pass so that we can
Bob Wilson
2009-10-27
1
-1
/
+1
*
Enable virtual register based frame index scavenging by default for ARM & T2.
Jim Grosbach
2009-10-27
1
-2
/
+2
*
Infrastructure for dynamic stack realignment on ARM. For now, this is off by
Jim Grosbach
2009-10-27
2
-2
/
+76
*
Similar to r85280, do not clear the "S" bit for RSBri and RSBrs.
Johnny Chen
2009-10-27
1
-2
/
+0
*
Set condition code bits of BL and BLr9 to 0b1110 (ALways) to distinguish between
Johnny Chen
2009-10-27
1
-2
/
+6
*
Do not clear the "S" bit for RSCri and RSCrs. They inherit from the "sI"
Bob Wilson
2009-10-27
1
-2
/
+0
*
Explicitly specify 0b00, i.e, zero rotation, as the rotate filed (Inst{11-10})
Johnny Chen
2009-10-27
1
-5
/
+8
*
Test commit. Added '.' to the comment line.
Johnny Chen
2009-10-27
1
-1
/
+1
*
Correctly align double arguments in the stack.
Rafael Espindola
2009-10-27
1
-0
/
+1
*
Now VFP instructions.
Evan Cheng
2009-10-27
1
-57
/
+58
*
Change Thumb1 and Thumb2 instructions to separate opcode from operands with a...
Evan Cheng
2009-10-27
2
-227
/
+227
*
Change ARM asm strings to separate opcode from operands with a tab instead of...
Evan Cheng
2009-10-26
2
-143
/
+143
*
Try to get ahead of Johnny Chen and pro-actively add some more ARM encoding
Bob Wilson
2009-10-26
1
-2
/
+16
*
Fix ARM encoding typo: Opcod3 is not passed to ASuI parent class.
Bob Wilson
2009-10-26
1
-2
/
+2
*
Add more ARM instruction encodings for 's' bit set and "rs" register encoding
Bob Wilson
2009-10-26
1
-2
/
+18
*
Break anti-dependence breaking out into its own class.
David Goodwin
2009-10-26
1
-1
/
+1
*
of -> or
Jim Grosbach
2009-10-25
1
-1
/
+1
*
80-column cleanup
Jim Grosbach
2009-10-25
1
-2
/
+3
*
Add ARM getMatchingSuperRegClass to handle S / D / Q cross regclass coalescing.
Evan Cheng
2009-10-25
2
-0
/
+34
*
Don't forget subreg indices when folding load / store.
Evan Cheng
2009-10-25
1
-10
/
+30
*
Remove includes of Support/Compiler.h that are no longer needed after the
Nick Lewycky
2009-10-25
5
-5
/
+0
*
Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.
Nick Lewycky
2009-10-25
6
-8
/
+7
*
80 col violation.
Evan Cheng
2009-10-24
1
-1
/
+2
*
Restrict Thumb1 register allocation to low registers, even for instructions that
Jim Grosbach
2009-10-24
1
-0
/
+16
*
FIXME no longer applies. R12 and R3 are available for allocation
Jim Grosbach
2009-10-23
1
-3
/
+0
*
Allow the target to select the level of anti-dependence breaking that should ...
David Goodwin
2009-10-22
1
-1
/
+3
*
Revert 84843. Evan, this was breaking some of the if-conversion tests.
Bob Wilson
2009-10-22
1
-3
/
+5
*
Move if-conversion before post-regalloc scheduling so the predicated instruct...
Evan Cheng
2009-10-22
1
-5
/
+3
*
Load / store multiple was missing opportunites when the load / store bundles ...
Evan Cheng
2009-10-22
1
-0
/
+3
*
Trim more includes.
Evan Cheng
2009-10-22
3
-3
/
+0
*
Trim include.
Evan Cheng
2009-10-22
1
-1
/
+0
*
Don't generate sbfx / ubfx with negative lsb field. Patch by David Conrad.
Evan Cheng
2009-10-22
1
-1
/
+1
*
Missing piece of the ARM frame index post-scavenging conditionalization
Jim Grosbach
2009-10-21
3
-0
/
+16
*
Conditionalize ARM/T2 frame index post-scavenging while working out fixes
Jim Grosbach
2009-10-21
1
-4
/
+31
*
Most of the NEON shuffle instructions do not support 64-bit element types.
Bob Wilson
2009-10-21
1
-3
/
+18
*
Improve handling of immediates by splitting 32-bit immediates into two 16-bit
Jim Grosbach
2009-10-21
3
-0
/
+99
*
Fix NEON VST2LN instruction encoding.
Bob Wilson
2009-10-21
1
-7
/
+7
*
Revert 84732. It was the wrong fix.
Bob Wilson
2009-10-21
1
-6
/
+6
*
Match more patterns to movt.
Evan Cheng
2009-10-21
4
-1
/
+42
*
tidy
Chris Lattner
2009-10-21
1
-1
/
+1
*
Fix some more NEON instruction encoding problems.
Bob Wilson
2009-10-21
1
-6
/
+6
*
Leave some NEON instruction encoding bits unspecified instead of setting
Bob Wilson
2009-10-21
2
-198
/
+247
*
Fix -Asserts warning.
Daniel Dunbar
2009-10-20
1
-2
/
+3
*
Disable by default while debugging
Jim Grosbach
2009-10-20
1
-1
/
+1
*
add cmd line opt to disable frame index reuse for ARM and T2. debug aid.
Jim Grosbach
2009-10-20
1
-0
/
+7
*
Random #include pruning.
Benjamin Kramer
2009-10-20
1
-1
/
+2
*
implement some more easy hooks.
Chris Lattner
2009-10-20
2
-3
/
+34
*
Implement some hooks, make printOperand abort if unknown modifiers are
Chris Lattner
2009-10-20
2
-9
/
+129
*
t2MOVi32imm is currently always lowered by the Thumb2ITBlockPass.
Chris Lattner
2009-10-20
1
-2
/
+2
*
Wire up the ARM MCInst printer, for llvm-mc.
Daniel Dunbar
2009-10-20
2
-8
/
+33
[next]