aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMCodeEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix -Wcast-qual warnings.Dan Gohman2010-04-171-4/+5
* Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman2010-04-151-7/+9
* rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner2010-04-071-2/+2
* Clean up whitespace.Bob Wilson2010-03-171-16/+12
* Remove redundant writeback flag in ARM addressing mode 5.Bob Wilson2010-03-161-1/+1
* Remove the writeback flag from ARM's address mode 4. Now that we have separateBob Wilson2010-03-161-1/+1
* change the DBG_LABEL MachineInstr to always be createdChris Lattner2010-03-141-2/+0
* change the LabelSDNode to be EHLabelSDNode and make it holdChris Lattner2010-03-141-1/+3
* change EH related stuff (other than EH_LABEL) to use MCSymbolChris Lattner2010-03-141-2/+4
* Attempt to appease the arm-linux buildbot by fixing the JIT encodings for newBob Wilson2010-03-131-9/+24
* Fix ARM buildbot breakage.Bob Wilson2010-03-111-2/+2
* Fix an obvious typo in an assert.Bob Wilson2010-03-101-1/+1
* Initial bits of ARMv4-only support.Anton Korobeynikov2010-03-061-1/+1
* move target-independent opcodes out of TargetInstrInfoChris Lattner2010-02-091-5/+5
* tidy some targets.Chris Lattner2010-02-021-2/+0
* detemplatize ARM code emitter.Chris Lattner2010-02-021-111/+57
* remove dead code.Chris Lattner2010-02-021-11/+2
* prep work to support a future where getJumpTableInfo will returnChris Lattner2010-01-251-1/+2
* Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used.Dan Gohman2009-11-231-1/+0
* Make the need-stub variables accurate and consistent. In the case ofJeffrey Yasskin2009-11-071-4/+5
* Add support for BlockAddress values in ARM constant pools.Bob Wilson2009-11-021-0/+1
* Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky2009-10-251-1/+0
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-251-2/+1
* Update processDebugLoc() so that it can be used to process debug info before ...Devang Patel2009-10-061-1/+2
* strength reduce a ton of type equality tests to check the typeid (ThroughChris Lattner2009-10-051-2/+2
* Update ARM JIT emitter to account for ld/st multiple changes.Evan Cheng2009-10-011-3/+3
* Introduce the TargetInstrInfo::KILL machine instruction and get rid of theJakob Stoklund Olesen2009-09-281-0/+1
* Make ARM and Thumb2 32-bit immediate materialization into a single 32-bit pseudoEvan Cheng2009-09-281-1/+2
* Register the MachineModuleInfo for the ARM JIT, and update JITDwarfEmitter toDaniel Dunbar2009-09-211-0/+7
* Proper support of non-lazy indirect symbols.Evan Cheng2009-09-101-8/+18
* Fix double load / store multiple encoding.Evan Cheng2009-09-091-1/+1
* Let Darwin linker auto-synthesize stubs and lazy-pointers. This deletes a bun...Evan Cheng2009-08-281-9/+2
* eliminate the last DOUTs from the targets.Chris Lattner2009-08-231-13/+8
* remove various std::ostream version of printing methods fromChris Lattner2009-08-231-4/+4
* Record variable debug info at ISel time directly.Devang Patel2009-08-221-1/+0
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-131-2/+2
* Whitespace cleanup. Remove trailing whitespace.Jim Grosbach2009-08-111-9/+9
* 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