aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMCodeEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix MachineCodeEmitter to use uintptr_t instead of intptr_t. This avoids some...Evan Cheng2008-12-101-1/+1
* Fix a thinko. MO is getOperand(i-1) so we don't have to adjust e.Evan Cheng2008-11-201-3/+1
* Eliminate a compile time warning.Evan Cheng2008-11-191-4/+6
* Fix MOVrx, MOVsrl_flag, and MOVsra_flag encodings.Evan Cheng2008-11-141-1/+49
* Handle the rest of pseudo instructions.Evan Cheng2008-11-131-1/+18
* Don't forget to emit stubs for function GV's emitted in CONSTPOOL_ENTRY's.Evan Cheng2008-11-131-3/+10
* Missed a break statement.Evan Cheng2008-11-131-0/+1
* Fix pre- and post-indexed load / store encoding bugs.Evan Cheng2008-11-131-7/+31
* Address mode immediate offset has already been divided by 4.Evan Cheng2008-11-121-2/+1
* Fix a VFP binary arithmetic instruction encoding bug.Evan Cheng2008-11-121-1/+1
* Fix address mode 3 immediate offset mode encoding.Evan Cheng2008-11-121-5/+5
* Consolidate formats; fix FCMPED etc. encodings.Evan Cheng2008-11-121-81/+44
* Fix VFP conversion instruction encodings.Evan Cheng2008-11-121-51/+75
* Fix encoding of single-precision VFP registers.Evan Cheng2008-11-121-39/+95
* VFP fld / fst immediate field is multiplied by 4.Evan Cheng2008-11-121-3/+7
* Fix FMDRR encoding.Evan Cheng2008-11-111-7/+22
* Handle floating point constpool_entry's.Evan Cheng2008-11-111-4/+25
* Encode VFP load / store instructions.Evan Cheng2008-11-111-13/+119
* Encode VFP conversion instructions.Evan Cheng2008-11-111-2/+45
* Encode VFP arithmetic instructions.Evan Cheng2008-11-111-0/+45
* Rename isGVNonLazyPtr to isIndirectSym to reflect how it will be used.Evan Cheng2008-11-101-1/+1
* Tell ARMJITInfo if codegen relocation is PIC. It changes how function stubs a...Evan Cheng2008-11-081-1/+1
* Fix relocation for calls to external symbols.Evan Cheng2008-11-081-1/+1
* Skip over two-address use operands.Evan Cheng2008-11-081-0/+12
* Handle ARM machine constantpool entry with non-lazy ptr.Evan Cheng2008-11-081-2/+7
* More code clean up.Evan Cheng2008-11-071-6/+6
* Get PIC jump table working.Evan Cheng2008-11-071-42/+47
* Jump table JIT support. Work in progress.Evan Cheng2008-11-071-23/+102
* Encode misc arithmetic instructions.Evan Cheng2008-11-071-0/+43
* Encode extend instructions; more clean up.Evan Cheng2008-11-061-24/+64
* - Improve naming consistency: Branch -> BrFrm, BranchMisc -> BrMiscFrm.Evan Cheng2008-11-061-11/+13
* Remove opcode from instruction TS flags; add MOVCC support; fix addrmode3 enc...Evan Cheng2008-11-061-10/+8
* Fix so_imm encoding bug; add support for MOVi2pieces.Evan Cheng2008-11-061-12/+52
* Fix encoding of multiple instructions with 3 src operands; also handle smmul,...Evan Cheng2008-11-061-4/+9
* Encode pic load / store instructions; fix some encoding bugs.Evan Cheng2008-11-051-50/+103
* Restructure ARM code emitter to use instruction formats instead of addressing...Evan Cheng2008-11-051-124/+136
* Debug output tweak.Evan Cheng2008-11-041-2/+2
* Handle ARM machine constantpool entries.Evan Cheng2008-11-041-4/+12
* Add binary encoding support for multiply instructions. Some blanks left to fi...Jim Grosbach2008-11-031-5/+37
* Use better data structure for ConstPoolId2AddrMap.Evan Cheng2008-10-311-5/+7
* Actually make debug output understandable.Evan Cheng2008-10-311-4/+4
* Encode PICADD; some code clean up.Evan Cheng2008-10-311-76/+101
* I think we got non-machine specific constpool entries covered.Evan Cheng2008-10-301-1/+2
* Correct way to handle CONSTPOOL_ENTRY instructions.Evan Cheng2008-10-291-24/+44
* Support for constant islands in the ARM JIT.Jim Grosbach2008-10-281-1/+25
* Encode the conditional execution predicate when JITing.Jim Grosbach2008-10-071-10/+10
* Clarify naming and correct conditional so that CMP and CMN instructions get t...Jim Grosbach2008-10-071-8/+5
* Indexing off by one resulted in errant encoding of source register forJim Grosbach2008-10-031-1/+1
* NeedStub/DoesntNeedStub logic was reversed, leading to not using a stubJim Grosbach2008-10-031-4/+4
* Switch the MachineOperand accessors back to the short names likeDan Gohman2008-10-031-10/+10