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
/
Thumb1RegisterInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Push LLVMContexts through the IntegerType APIs.
Owen Anderson
2009-08-13
1
-1
/
+2
*
Shrinkify Thumb2 load / store multiple instructions.
Evan Cheng
2009-08-11
1
-1
/
+1
*
Whitespace cleanup. Remove trailing whitespace.
Jim Grosbach
2009-08-11
1
-1
/
+1
*
Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...
Owen Anderson
2009-08-10
1
-1
/
+1
*
tADDrSPI doesn't have a predicate operand, but tADDhirr and tADDi3 have.
Evan Cheng
2009-07-28
1
-0
/
+5
*
- More refactoring. This gets rid of all of the getOpcode calls.
Evan Cheng
2009-07-28
1
-2
/
+2
*
Rename tMOVhi2lor to tMOVgpr2tgpr. It's not moving from a high register to a ...
Evan Cheng
2009-07-26
1
-8
/
+8
*
Refactor. Get rid of a few more getOpcode() calls.
Evan Cheng
2009-07-26
1
-0
/
+1
*
Revert the ConstantInt constructors back to their 2.5 forms where possible, t...
Owen Anderson
2009-07-24
1
-2
/
+1
*
Correctly handle the Thumb-2 imm8 addrmode. Specialize frame index eliminatio...
David Goodwin
2009-07-24
1
-0
/
+9
*
Get rid of the Pass+Context magic.
Owen Anderson
2009-07-22
1
-1
/
+1
*
Fix PR4567. Thumb1 target was using the wrong instruction to handle sp = sub ...
Evan Cheng
2009-07-20
1
-3
/
+11
*
Fix a regression from 76124. Thumb1 instructions default to S bit being true.
Evan Cheng
2009-07-19
1
-13
/
+14
*
Emit cross regclass register moves for thumb2.
Anton Korobeynikov
2009-07-16
1
-10
/
+0
*
Let callers decide the sub-register index on the def operand of rematerialize...
Evan Cheng
2009-07-16
1
-6
/
+8
*
Move EVER MORE stuff over to LLVMContext.
Owen Anderson
2009-07-14
1
-1
/
+4
*
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
Torok Edwin
2009-07-14
1
-1
/
+1
*
Major changes to Thumb (not Thumb2). Many 16-bit instructions either modifies...
Evan Cheng
2009-07-11
1
-28
/
+96
*
Implement changes from Chris's feedback.
Torok Edwin
2009-07-08
1
-0
/
+1
*
Generalize opcode selection in ARMBaseRegisterInfo.
David Goodwin
2009-07-08
1
-5
/
+6
*
Push methods into base class in preparation for sharing.
David Goodwin
2009-07-08
1
-6
/
+7
*
Start converting to new error handling API.
Torok Edwin
2009-07-08
1
-2
/
+2
*
Checkpoint refactoring of ThumbInstrInfo and ThumbRegisterInfo into Thumb1Ins...
David Goodwin
2009-07-02
1
-0
/
+755