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 workaround for <rdar://problem/7098328>.
David Goodwin
2009-07-28
1
-1
/
+2
*
the apple "ld_classic" linker doesn't support .literal16 in 32-bit
Chris Lattner
2009-07-28
1
-1
/
+1
*
Add Thumb-2 patterns for ARMsrl_flag and ARMsra_flag.
David Goodwin
2009-07-28
1
-1
/
+10
*
tADDrSPI doesn't have a predicate operand, but tADDhirr and tADDi3 have.
Evan Cheng
2009-07-28
1
-0
/
+5
*
Code clean up. No functionality changes.
Evan Cheng
2009-07-28
1
-21
/
+32
*
- More refactoring. This gets rid of all of the getOpcode calls.
Evan Cheng
2009-07-28
16
-566
/
+607
*
Rip all of the global variable lowering logic out of TargetAsmInfo. Since
Chris Lattner
2009-07-28
3
-6
/
+12
*
ORN does not require (and can not have) the ".w" suffix. "Orthogonality" is a...
David Goodwin
2009-07-27
1
-7
/
+13
*
Remove TPat. No patterns depend on just isThumb(). Must use either T1Pat (isT...
David Goodwin
2009-07-27
2
-30
/
+26
*
remove dead code.
Chris Lattner
2009-07-27
2
-6
/
+3
*
More DCE.
Evan Cheng
2009-07-27
4
-17
/
+1
*
convertToThreeAddress can't handle Thumb2 instructions (which don't have same...
Evan Cheng
2009-07-27
1
-10
/
+7
*
Get rid of more dead code.
Evan Cheng
2009-07-27
5
-9
/
+1
*
Cosmetic change.
Evan Cheng
2009-07-27
1
-2
/
+4
*
Clean up.
Evan Cheng
2009-07-27
2
-5
/
+6
*
Get rid of some more getOpcode calls.
Evan Cheng
2009-07-27
6
-33
/
+46
*
Thumb-2 does not have RSC.
David Goodwin
2009-07-27
1
-34
/
+1
*
Add ".w" suffix for wide thumb-2 instructions.
David Goodwin
2009-07-27
1
-45
/
+43
*
Eliminate getNamed/getUnnamedSection, adding a new and unified getOrCreateSec...
Chris Lattner
2009-07-27
1
-1
/
+1
*
Eliminate SectionFlags, just embed a SectionKind into Section
Chris Lattner
2009-07-27
2
-3
/
+3
*
If CPSR is modified but the def is dead, then it's ok to fold the load / store.
Evan Cheng
2009-07-27
1
-2
/
+3
*
Use t2LDRi12 and t2STRi12 to load / store to / from stack frames. Eliminate m...
Evan Cheng
2009-07-27
7
-31
/
+76
*
Use the right instructions to copy between GPR and the more strictive tGPR cl...
Evan Cheng
2009-07-27
2
-5
/
+12
*
Merge isLoadFromStackSlot into one since it behaves the same regardless of su...
Evan Cheng
2009-07-27
3
-49
/
+23
*
Just use a single isMoveInstr to catch all the cases.
Evan Cheng
2009-07-27
3
-32
/
+12
*
Rename tMOVhi2lor to tMOVgpr2tgpr. It's not moving from a high register to a ...
Evan Cheng
2009-07-26
4
-24
/
+24
*
untangle a TargetAsmInfo hack where ELFTargetAsmInfo would create a
Chris Lattner
2009-07-26
1
-0
/
+3
*
Refactor. Get rid of a few more getOpcode() calls.
Evan Cheng
2009-07-26
6
-18
/
+44
*
Eliminate some uses of DOUT, cerr, and getNameStart().
Daniel Dunbar
2009-07-26
1
-5
/
+6
*
Factor commonality in triple match routines into helper template for registering
Daniel Dunbar
2009-07-26
1
-29
/
+5
*
Kill Target specific ModuleMatchQuality stuff.
Daniel Dunbar
2009-07-26
1
-38
/
+0
*
Add support for ARM Neon VREV instructions.
Bob Wilson
2009-07-26
3
-0
/
+101
*
Remove Value::{isName, getNameRef}.
Daniel Dunbar
2009-07-25
1
-2
/
+2
*
Simplify JIT target selection.
Daniel Dunbar
2009-07-25
1
-18
/
+4
*
Add new helpers for registering targets.
Daniel Dunbar
2009-07-25
3
-25
/
+8
*
80 col violation.
Evan Cheng
2009-07-25
1
-1
/
+2
*
Get rid of a couple of unnecessary getOpcode calls.
Evan Cheng
2009-07-25
2
-2
/
+2
*
Another TODO.
Evan Cheng
2009-07-25
1
-0
/
+6
*
Change Thumb2 jumptable codegen to one that uses two level jumps:
Evan Cheng
2009-07-25
12
-72
/
+74
*
More migration to raw_ostream, the water has dried up around the iostream hole.
Daniel Dunbar
2009-07-25
2
-16
/
+18
*
ARM code emitter can't handle Thumb2 instructions yet. So don't even try.
Evan Cheng
2009-07-25
1
-4
/
+3
*
Revert the ConstantInt constructors back to their 2.5 forms where possible, t...
Owen Anderson
2009-07-24
4
-8
/
+4
*
Uh. It would be useful to actually print the operand.
Evan Cheng
2009-07-24
1
-1
/
+1
*
Disable my constant island pass optimization (to make use soimm more effectiv...
Evan Cheng
2009-07-24
2
-4
/
+7
*
Add a workaround for Darwin assembler bug where it's not setting the thumb bi...
Evan Cheng
2009-07-24
1
-2
/
+20
*
Make sure thumb2 jumptable entries are aligned.
Evan Cheng
2009-07-24
3
-15
/
+19
*
Clean up.
Evan Cheng
2009-07-24
1
-3
/
+1
*
Replace use of std::set with SmallPtrSet.
Evan Cheng
2009-07-24
1
-3
/
+5
*
Remove unused member functions.
Eli Friedman
2009-07-24
4
-118
/
+0
*
use section flags more correctly.
Chris Lattner
2009-07-24
1
-3
/
+2
[next]