aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMCodeEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* llvm_report_error already prints "LLVM ERROR:". So stop reporting errors like...Benjamin Kramer2009-08-031-1/+1
* More migration to raw_ostream, the water has dried up around the iostream hole.Daniel Dunbar2009-07-251-10/+11
* ARM code emitter can't handle Thumb2 instructions yet. So don't even try.Evan Cheng2009-07-251-4/+3
* Get rid one of the getRegisterNumbering. Also add D16 - D31.Evan Cheng2009-07-221-3/+3
* r76102 added the MachineCodeEmitter::processDebugLoc call and called it fromJeffrey Yasskin2009-07-171-1/+2
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-141-10/+10
* Remove extra \n from LLVM_UNREACHABLE calls.Torok Edwin2009-07-121-1/+1
* Change how so_imm and t2_so_imm are handled. At instruction selection time, t...Evan Cheng2009-07-081-7/+10
* Implement changes from Chris's feedback.Torok Edwin2009-07-081-7/+8
* Start converting to new error handling API.Torok Edwin2009-07-081-17/+17
* Add a todo.Evan Cheng2009-07-081-1/+2
* Statically encode bit 25 to indicate immediate form of data processing instru...Evan Cheng2009-07-071-2/+0
* Add bfc to armv6t2.Evan Cheng2009-07-061-0/+5
* Add the Object Code Emitter class. Original patch by Aaron Gray, I did someBruno Cardoso Lopes2009-07-061-8/+9
* Improve Thumb-2 jump table support.David Goodwin2009-06-301-3/+4
* Split thumb-related stuff into separate classes.Anton Korobeynikov2009-06-261-2/+2
* Part 1.Evan Cheng2009-06-151-0/+4
* Fix new CodeEmitter stuff to follow LLVM codying style. Patch by Aaron GrayBruno Cardoso Lopes2009-06-011-95/+99
* First patch in the direction of splitting MachineCodeEmitter in two subclasses:Bruno Cardoso Lopes2009-05-301-51/+106
* 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