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
/
ARMCodeEmitter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Encode the conditional execution predicate when JITing.
Jim Grosbach
2008-10-07
1
-10
/
+10
*
Clarify naming and correct conditional so that CMP and CMN instructions get t...
Jim Grosbach
2008-10-07
1
-8
/
+5
*
Indexing off by one resulted in errant encoding of source register for
Jim Grosbach
2008-10-03
1
-1
/
+1
*
NeedStub/DoesntNeedStub logic was reversed, leading to not using a stub
Jim Grosbach
2008-10-03
1
-4
/
+4
*
Switch the MachineOperand accessors back to the short names like
Dan Gohman
2008-10-03
1
-10
/
+10
*
Fix typo s/ther/there/
Jim Grosbach
2008-10-01
1
-1
/
+1
*
Duh. Default to ARMCC::AL (always).
Evan Cheng
2008-09-18
1
-23
/
+63
*
Fix addrmode1 instruction encodings; fix bx_ret encoding.
Evan Cheng
2008-09-17
1
-2
/
+2
*
Fix random abort.
Evan Cheng
2008-09-13
1
-2
/
+4
*
Typo.
Evan Cheng
2008-09-13
1
-3
/
+3
*
Rely on instruction format to determine so_reg operand for now.
Evan Cheng
2008-09-13
1
-1
/
+5
*
Revert 56176. All those instruction formats are still needed.
Evan Cheng
2008-09-13
1
-2
/
+10
*
Accidentially flipped the condition.
Evan Cheng
2008-09-13
1
-1
/
+1
*
Add debug dumps.
Evan Cheng
2008-09-13
1
-0
/
+5
*
Eliminate unnecessary instruction formats.
Evan Cheng
2008-09-12
1
-16
/
+4
*
Addrmode 1 S bit can be dynamically set. Look for CPSR def.
Evan Cheng
2008-09-12
1
-26
/
+42
*
Rewrite address mode 1 code emission routines.
Evan Cheng
2008-09-12
1
-129
/
+103
*
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-09-04
1
-2
/
+2
*
Revamp ARM JIT.
Evan Cheng
2008-09-02
1
-490
/
+375
*
Remove bunch of gcc 4.3-related warnings from Target
Anton Korobeynikov
2008-02-20
1
-2
/
+3
*
Rename MRegisterInfo to TargetRegisterInfo.
Dan Gohman
2008-02-10
1
-4
/
+5
*
rename TargetInstrDescriptor -> TargetInstrDesc.
Chris Lattner
2008-01-07
1
-15
/
+14
*
Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflects
Chris Lattner
2008-01-07
1
-2
/
+2
*
Add new shorter predicates for testing machine operands for various types:
Chris Lattner
2007-12-30
1
-3
/
+3
*
Use MachineOperand::getImm instead of MachineOperand::getImmedValue. Likewis...
Chris Lattner
2007-12-30
1
-5
/
+5
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Comments added. It now generates V5TE multiply instructions. However, it is s...
Raul Herbster
2007-08-30
1
-58
/
+175
*
Initial JIT support for ARM by Raul Fernandes Herbster.
Evan Cheng
2007-08-07
1
-0
/
+444
*
no email addrs in file headers
Chris Lattner
2007-07-17
1
-3
/
+2
*
Initial ARM JIT support by Raul Fernandes Herbster.
Evan Cheng
2007-07-05
1
-0
/
+93