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
*
Add a 2 byte safety margin in offset computations.
Jakob Stoklund Olesen
2012-03-31
1
-2
/
+5
*
Add more debugging output to ARMConstantIslandPass.
Jakob Stoklund Olesen
2012-03-31
1
-2
/
+16
*
ARM fix encoding fixup resolution for ldrd and friends.
Jim Grosbach
2012-03-30
1
-0
/
+2
*
ARM assembler should prefer non-aliases encoding of cmp.
Jim Grosbach
2012-03-30
1
-4
/
+6
*
ARM encoding for VSWP got the second operand incorrect.
Jim Grosbach
2012-03-30
1
-4
/
+4
*
ARM can only use narrow encoding for low regs.
Jim Grosbach
2012-03-30
1
-0
/
+1
*
ARM integrated assembler should encoding choice for add/sub imm.
Jim Grosbach
2012-03-30
1
-0
/
+25
*
ARM assembly parsing needs to be paranoid about negative immediates.
Jim Grosbach
2012-03-30
1
-3
/
+3
*
Ensure conditional BL instructions for ARM are given the fixup fixup_arm_cond...
James Molloy
2012-03-30
5
-10
/
+33
*
ARM target should allow codegenprep to duplicate ret instructions to enable t...
Evan Cheng
2012-03-30
1
-1
/
+1
*
Invalidate liveness in ARMConstantIslandPass.
Jakob Stoklund Olesen
2012-03-29
1
-0
/
+4
*
Prefer even-odd D-register pairs.
Jakob Stoklund Olesen
2012-03-29
1
-1
/
+2
*
Try using vmov.i32 to materialize FP32 constants that can't be materialized by
Lang Hames
2012-03-29
1
-23
/
+54
*
ARM assembly 'cmp lr, #0' should not encode using 'cmn'.
Jim Grosbach
2012-03-29
3
-4
/
+8
*
Handle register copies for the new ARM register classes.
Jakob Stoklund Olesen
2012-03-29
1
-19
/
+41
*
Don't kill the base register when expanding strd.
Jakob Stoklund Olesen
2012-03-28
1
-0
/
+4
*
Preserve implicit defs in ARMLoadStoreOptimizer.
Jakob Stoklund Olesen
2012-03-28
2
-4
/
+23
*
Spill DPair registers, not just QPR.
Jakob Stoklund Olesen
2012-03-28
2
-6
/
+6
*
Revert r153516: "Invalidate liveness in Thumb2ITBlockPass."
Jakob Stoklund Olesen
2012-03-28
2
-8
/
+0
*
Fixup VST1.32 with writeback instruction. Also re-factor non-writeback version.
Richard Barton
2012-03-28
1
-21
/
+13
*
ARMLoadStoreOptimizer invalidates register liveness.
Jakob Stoklund Olesen
2012-03-27
1
-0
/
+4
*
Invalidate liveness in Thumb2ITBlockPass.
Jakob Stoklund Olesen
2012-03-27
1
-0
/
+4
*
Prune some includes
Craig Topper
2012-03-27
5
-6
/
+0
*
Remove unnecessary llvm:: qualifications
Craig Topper
2012-03-27
10
-241
/
+241
*
ARM has a peephole optimization which looks for a def / use pair. The def
Evan Cheng
2012-03-26
1
-0
/
+19
*
Prune some includes and forward declarations.
Craig Topper
2012-03-26
2
-0
/
+2
*
Prune includes and replace uses of ARMRegisterInfo.h with ARMBaeRegisterInfo.h
Craig Topper
2012-03-26
7
-10
/
+2
*
Replace uses of ARMBaseInstrInfo and ARMTargetMachine with the Base versions.
Craig Topper
2012-03-25
8
-18
/
+12
*
Prune some includes and forward declarations.
Craig Topper
2012-03-25
1
-0
/
+1
*
ARM tidy up ARMConstantIsland.cpp.
Jim Grosbach
2012-03-23
1
-156
/
+158
*
Added soft fail checks for the disassembler when decoding some corner cases o...
Silviu Baranga
2012-03-22
1
-1
/
+81
*
Added soft fail cases for the disassembler when decoding LDRSBT, LDRHT or LDR...
Silviu Baranga
2012-03-22
2
-5
/
+35
*
Added soft fail cases for the disassembler when decoding MUL instructions on ...
Silviu Baranga
2012-03-22
1
-5
/
+6
*
Fix ARM disassembly of VST1 and VST2 instructions with writeback. And add test
Kevin Enderby
2012-03-21
1
-0
/
+19
*
Change conditional instructions definitions, e.g. ANDCC, ARMPseudoExpand and ...
Evan Cheng
2012-03-20
2
-96
/
+56
*
remove unused variable
Matt Beaumont-Gay
2012-03-20
1
-1
/
+0
*
Require a base pointer for stack realignment when SP may vary dynamically.
Bob Wilson
2012-03-20
1
-2
/
+3
*
Remove some redundant checks.
Bob Wilson
2012-03-20
2
-3
/
+2
*
Fix assembling ARM vst2 instructions with double-spaced registers.
Kevin Enderby
2012-03-20
1
-1
/
+1
*
ARM non-scattered MachO relocations for movw/movt.
Jim Grosbach
2012-03-20
1
-22
/
+58
*
The ARM instructions that have an unpredictable behavior when the pc register...
Silviu Baranga
2012-03-20
2
-4
/
+10
*
Test Commit - add a newline
Richard Barton
2012-03-20
1
-0
/
+1
*
ARM branch relaxation for unconditional t1 branches.
Jim Grosbach
2012-03-19
1
-0
/
+11
*
ARM assembly, accept optional '#' on lane index number.
Jim Grosbach
2012-03-19
1
-0
/
+6
*
Perform mul combine when multiplying wiht negative constants.
Anton Korobeynikov
2012-03-19
1
-18
/
+48
*
Reorder includes to match coding standards. Fix an issue or two exposed by that.
Craig Topper
2012-03-17
18
-29
/
+20
*
Check if we can handle the arguments of a call (and therefore the call) in
Bill Wendling
2012-03-16
1
-8
/
+52
*
ARM fix silly typo in optional operand alias.
Jim Grosbach
2012-03-16
1
-1
/
+1
*
ARM divided syntax fmrx/fmxr mnemonics.
Jim Grosbach
2012-03-16
1
-0
/
+2
*
ARM ldm/stm register lists can be out of order.
Jim Grosbach
2012-03-16
1
-2
/
+6
[next]