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
*
Move target independent td files from lib/Target/ to include/llvm/Target so t...
Evan Cheng
2008-11-24
1
-1
/
+1
*
Make a convenient helper for printing offsets.
Anton Korobeynikov
2008-11-22
2
-9
/
+6
*
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
*
Add more const qualifiers. This fixes build breakage from r59540.
Dan Gohman
2008-11-18
2
-4
/
+8
*
Adds extern "C" ints to the .cpp files that use RegisterTarget, as
Oscar Fuentes
2008-11-15
1
-0
/
+7
*
Fix fuitos encoding.
Evan Cheng
2008-11-15
1
-8
/
+4
*
Fix MOVrx, MOVsrl_flag, and MOVsra_flag encodings.
Evan Cheng
2008-11-14
2
-4
/
+52
*
Handle the rest of pseudo instructions.
Evan Cheng
2008-11-13
3
-54
/
+71
*
Lazy compilation callback save / restore VFP registers.
Evan Cheng
2008-11-13
1
-0
/
+9
*
Don't forget to emit stubs for function GV's emitted in CONSTPOOL_ENTRY's.
Evan Cheng
2008-11-13
1
-3
/
+10
*
fsub{d|s} encoding bugs.
Evan Cheng
2008-11-13
1
-2
/
+6
*
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
4
-70
/
+98
*
Remove the incorrect assertion. We don't have enough information before reloc...
Evan Cheng
2008-11-12
1
-2
/
+1
*
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
2
-5
/
+7
*
Consolidate formats; fix FCMPED etc. encodings.
Evan Cheng
2008-11-12
5
-168
/
+120
*
Fix VFP conversion instruction encodings.
Evan Cheng
2008-11-12
4
-86
/
+123
*
Fix encoding of single-precision VFP registers.
Evan Cheng
2008-11-12
4
-40
/
+174
*
VFP fld / fst immediate field is multiplied by 4.
Evan Cheng
2008-11-12
3
-19
/
+37
*
Fix FMDRR encoding.
Evan Cheng
2008-11-11
4
-26
/
+51
*
Handle floating point constpool_entry's.
Evan Cheng
2008-11-11
1
-4
/
+25
*
Encode VFP load / store instructions.
Evan Cheng
2008-11-11
4
-104
/
+220
*
Encode VFP conversion instructions.
Evan Cheng
2008-11-11
4
-35
/
+126
*
Encode VFP arithmetic instructions.
Evan Cheng
2008-11-11
4
-108
/
+226
*
Correct PIC function stub codegen.
Evan Cheng
2008-11-10
2
-7
/
+52
*
Rename isGVNonLazyPtr to isIndirectSym to reflect how it will be used.
Evan Cheng
2008-11-10
3
-7
/
+7
*
Temporary revert my last commit: it seems it's triggering some subtle bug in ...
Anton Korobeynikov
2008-11-08
1
-4
/
+7
*
Factor out offset printing code into generic AsmPrinter.
Anton Korobeynikov
2008-11-08
1
-7
/
+4
*
Moved InvalidateInstructionCache to ARMJITInfo::emitFunctionStub which knows ...
Evan Cheng
2008-11-08
1
-22
/
+21
*
Rename startFunctionStub to startGVStub since it's also used for GV non-lazy ...
Evan Cheng
2008-11-08
1
-5
/
+5
*
Tell ARMJITInfo if codegen relocation is PIC. It changes how function stubs a...
Evan Cheng
2008-11-08
3
-8
/
+13
*
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
3
-6
/
+24
*
Use ARMFunctionInfo to track number of constpool entries and jumptables.
Evan Cheng
2008-11-08
3
-11
/
+28
*
More code clean up.
Evan Cheng
2008-11-07
3
-17
/
+8
*
Get PIC jump table working.
Evan Cheng
2008-11-07
2
-51
/
+54
*
Flush the raw_ostream after emitting the assembly for a function.
Dan Gohman
2008-11-07
1
-0
/
+2
*
Jump table JIT support. Work in progress.
Evan Cheng
2008-11-07
6
-76
/
+192
*
Encode misc arithmetic instructions.
Evan Cheng
2008-11-07
4
-14
/
+88
*
Encode extend instructions; more clean up.
Evan Cheng
2008-11-06
4
-75
/
+142
*
- Improve naming consistency: Branch -> BrFrm, BranchMisc -> BrMiscFrm.
Evan Cheng
2008-11-06
4
-76
/
+48
*
Remove opcode from instruction TS flags; add MOVCC support; fix addrmode3 enc...
Evan Cheng
2008-11-06
6
-234
/
+228
*
Handle smul<x><y>, smulw<y>, smla<x><y>, smlaw<y>.
Evan Cheng
2008-11-06
3
-64
/
+101
*
Fix so_imm encoding bug; add support for MOVi2pieces.
Evan Cheng
2008-11-06
3
-16
/
+56
*
Fix encoding of multiple instructions with 3 src operands; also handle smmul,...
Evan Cheng
2008-11-06
4
-77
/
+96
*
Encode pic load / store instructions; fix some encoding bugs.
Evan Cheng
2008-11-05
3
-89
/
+153
[next]