index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
ARM
/
ARMCodeEmitter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Start converting to new error handling API.
Torok Edwin
2009-07-08
1
-17
/
+17
*
Add a todo.
Evan Cheng
2009-07-08
1
-1
/
+2
*
Statically encode bit 25 to indicate immediate form of data processing instru...
Evan Cheng
2009-07-07
1
-2
/
+0
*
Add bfc to armv6t2.
Evan Cheng
2009-07-06
1
-0
/
+5
*
Add the Object Code Emitter class. Original patch by Aaron Gray, I did some
Bruno Cardoso Lopes
2009-07-06
1
-8
/
+9
*
Improve Thumb-2 jump table support.
David Goodwin
2009-06-30
1
-3
/
+4
*
Split thumb-related stuff into separate classes.
Anton Korobeynikov
2009-06-26
1
-2
/
+2
*
Part 1.
Evan Cheng
2009-06-15
1
-0
/
+4
*
Fix new CodeEmitter stuff to follow LLVM codying style. Patch by Aaron Gray
Bruno Cardoso Lopes
2009-06-01
1
-95
/
+99
*
First patch in the direction of splitting MachineCodeEmitter in two subclasses:
Bruno Cardoso Lopes
2009-05-30
1
-51
/
+106
*
Fix MachineCodeEmitter to use uintptr_t instead of intptr_t. This avoids some...
Evan Cheng
2008-12-10
1
-1
/
+1
*
Fix a thinko. MO is getOperand(i-1) so we don't have to adjust e.
Evan Cheng
2008-11-20
1
-3
/
+1
*
Eliminate a compile time warning.
Evan Cheng
2008-11-19
1
-4
/
+6
*
Fix MOVrx, MOVsrl_flag, and MOVsra_flag encodings.
Evan Cheng
2008-11-14
1
-1
/
+49
*
Handle the rest of pseudo instructions.
Evan Cheng
2008-11-13
1
-1
/
+18
*
Don't forget to emit stubs for function GV's emitted in CONSTPOOL_ENTRY's.
Evan Cheng
2008-11-13
1
-3
/
+10
*
Missed a break statement.
Evan Cheng
2008-11-13
1
-0
/
+1
*
Fix pre- and post-indexed load / store encoding bugs.
Evan Cheng
2008-11-13
1
-7
/
+31
*
Address mode immediate offset has already been divided by 4.
Evan Cheng
2008-11-12
1
-2
/
+1
*
Fix a VFP binary arithmetic instruction encoding bug.
Evan Cheng
2008-11-12
1
-1
/
+1
*
Fix address mode 3 immediate offset mode encoding.
Evan Cheng
2008-11-12
1
-5
/
+5
*
Consolidate formats; fix FCMPED etc. encodings.
Evan Cheng
2008-11-12
1
-81
/
+44
*
Fix VFP conversion instruction encodings.
Evan Cheng
2008-11-12
1
-51
/
+75
*
Fix encoding of single-precision VFP registers.
Evan Cheng
2008-11-12
1
-39
/
+95
*
VFP fld / fst immediate field is multiplied by 4.
Evan Cheng
2008-11-12
1
-3
/
+7
*
Fix FMDRR encoding.
Evan Cheng
2008-11-11
1
-7
/
+22
*
Handle floating point constpool_entry's.
Evan Cheng
2008-11-11
1
-4
/
+25
*
Encode VFP load / store instructions.
Evan Cheng
2008-11-11
1
-13
/
+119
*
Encode VFP conversion instructions.
Evan Cheng
2008-11-11
1
-2
/
+45
*
Encode VFP arithmetic instructions.
Evan Cheng
2008-11-11
1
-0
/
+45
*
Rename isGVNonLazyPtr to isIndirectSym to reflect how it will be used.
Evan Cheng
2008-11-10
1
-1
/
+1
*
Tell ARMJITInfo if codegen relocation is PIC. It changes how function stubs a...
Evan Cheng
2008-11-08
1
-1
/
+1
*
Fix relocation for calls to external symbols.
Evan Cheng
2008-11-08
1
-1
/
+1
*
Skip over two-address use operands.
Evan Cheng
2008-11-08
1
-0
/
+12
*
Handle ARM machine constantpool entry with non-lazy ptr.
Evan Cheng
2008-11-08
1
-2
/
+7
*
More code clean up.
Evan Cheng
2008-11-07
1
-6
/
+6
*
Get PIC jump table working.
Evan Cheng
2008-11-07
1
-42
/
+47
*
Jump table JIT support. Work in progress.
Evan Cheng
2008-11-07
1
-23
/
+102
*
Encode misc arithmetic instructions.
Evan Cheng
2008-11-07
1
-0
/
+43
*
Encode extend instructions; more clean up.
Evan Cheng
2008-11-06
1
-24
/
+64
*
- Improve naming consistency: Branch -> BrFrm, BranchMisc -> BrMiscFrm.
Evan Cheng
2008-11-06
1
-11
/
+13
*
Remove opcode from instruction TS flags; add MOVCC support; fix addrmode3 enc...
Evan Cheng
2008-11-06
1
-10
/
+8
*
Fix so_imm encoding bug; add support for MOVi2pieces.
Evan Cheng
2008-11-06
1
-12
/
+52
*
Fix encoding of multiple instructions with 3 src operands; also handle smmul,...
Evan Cheng
2008-11-06
1
-4
/
+9
*
Encode pic load / store instructions; fix some encoding bugs.
Evan Cheng
2008-11-05
1
-50
/
+103
*
Restructure ARM code emitter to use instruction formats instead of addressing...
Evan Cheng
2008-11-05
1
-124
/
+136
*
Debug output tweak.
Evan Cheng
2008-11-04
1
-2
/
+2
*
Handle ARM machine constantpool entries.
Evan Cheng
2008-11-04
1
-4
/
+12
*
Add binary encoding support for multiply instructions. Some blanks left to fi...
Jim Grosbach
2008-11-03
1
-5
/
+37
*
Use better data structure for ConstPoolId2AddrMap.
Evan Cheng
2008-10-31
1
-5
/
+7
[prev]
[next]