aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMCodeEmitter.cpp
AgeCommit message (Expand)Author
2009-09-12Merge 81422 from mainline.Tanya Lattner
2009-09-12Merge 80404 from mainline.Tanya Lattner
2009-09-12Merge 81403 from mainline.Tanya Lattner
2009-08-13Push LLVMContexts through the IntegerType APIs.Owen Anderson
2009-08-11Whitespace cleanup. Remove trailing whitespace.Jim Grosbach
2009-08-03llvm_report_error already prints "LLVM ERROR:". So stop reporting errors like...Benjamin Kramer
2009-07-25More migration to raw_ostream, the water has dried up around the iostream hole.Daniel Dunbar
2009-07-25ARM code emitter can't handle Thumb2 instructions yet. So don't even try.Evan Cheng
2009-07-22Get rid one of the getRegisterNumbering. Also add D16 - D31.Evan Cheng
2009-07-17r76102 added the MachineCodeEmitter::processDebugLoc call and called it fromJeffrey Yasskin
2009-07-14llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin
2009-07-12Remove extra \n from LLVM_UNREACHABLE calls.Torok Edwin
2009-07-08Change how so_imm and t2_so_imm are handled. At instruction selection time, t...Evan Cheng
2009-07-08Implement changes from Chris's feedback.Torok Edwin
2009-07-08Start converting to new error handling API.Torok Edwin
2009-07-08Add a todo.Evan Cheng
2009-07-07Statically encode bit 25 to indicate immediate form of data processing instru...Evan Cheng
2009-07-06Add bfc to armv6t2.Evan Cheng
2009-07-06Add the Object Code Emitter class. Original patch by Aaron Gray, I did someBruno Cardoso Lopes
2009-06-30Improve Thumb-2 jump table support.David Goodwin
2009-06-26Split thumb-related stuff into separate classes.Anton Korobeynikov
2009-06-15Part 1.Evan Cheng
2009-06-01Fix new CodeEmitter stuff to follow LLVM codying style. Patch by Aaron GrayBruno Cardoso Lopes
2009-05-30First patch in the direction of splitting MachineCodeEmitter in two subclasses:Bruno Cardoso Lopes
2008-12-10Fix MachineCodeEmitter to use uintptr_t instead of intptr_t. This avoids some...Evan Cheng
2008-11-20Fix a thinko. MO is getOperand(i-1) so we don't have to adjust e.Evan Cheng
2008-11-19Eliminate a compile time warning.Evan Cheng
2008-11-14Fix MOVrx, MOVsrl_flag, and MOVsra_flag encodings.Evan Cheng
2008-11-13Handle the rest of pseudo instructions.Evan Cheng
2008-11-13Don't forget to emit stubs for function GV's emitted in CONSTPOOL_ENTRY's.Evan Cheng
2008-11-13Missed a break statement.Evan Cheng
2008-11-13Fix pre- and post-indexed load / store encoding bugs.Evan Cheng
2008-11-12Address mode immediate offset has already been divided by 4.Evan Cheng
2008-11-12Fix a VFP binary arithmetic instruction encoding bug.Evan Cheng
2008-11-12Fix address mode 3 immediate offset mode encoding.Evan Cheng
2008-11-12Consolidate formats; fix FCMPED etc. encodings.Evan Cheng
2008-11-12Fix VFP conversion instruction encodings.Evan Cheng
2008-11-12Fix encoding of single-precision VFP registers.Evan Cheng
2008-11-12VFP fld / fst immediate field is multiplied by 4.Evan Cheng
2008-11-11Fix FMDRR encoding.Evan Cheng
2008-11-11Handle floating point constpool_entry's.Evan Cheng
2008-11-11Encode VFP load / store instructions.Evan Cheng
2008-11-11Encode VFP conversion instructions.Evan Cheng
2008-11-11Encode VFP arithmetic instructions.Evan Cheng
2008-11-10Rename isGVNonLazyPtr to isIndirectSym to reflect how it will be used.Evan Cheng
2008-11-08Tell ARMJITInfo if codegen relocation is PIC. It changes how function stubs a...Evan Cheng
2008-11-08Fix relocation for calls to external symbols.Evan Cheng
2008-11-08Skip over two-address use operands.Evan Cheng
2008-11-08Handle ARM machine constantpool entry with non-lazy ptr.Evan Cheng
2008-11-07More code clean up.Evan Cheng