aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMCodeEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename DBG_LABEL PROLOG_LABEL, because it's only used during prolog emission andBill Wendling2010-07-161-1/+1
* Add support for encoding VDUP (ARM core register) instructions.Bob Wilson2010-06-291-0/+17
* Add support for encoding NEON VMOV (from core register to scalar) instructions.Bob Wilson2010-06-291-6/+19
* Fix Thumb encoding of VMOV (scalar to ARM core register). The encoding isBob Wilson2010-06-291-1/+1
* Make the ARMCodeEmitter identify Thumb functions via ARMFunctionInfo insteadBob Wilson2010-06-281-5/+7
* Refactor encoding function for NEON 1-register with modified immediate format.Bob Wilson2010-06-281-5/+1
* Support Thumb mode encoding of NEON instructions.Bob Wilson2010-06-281-0/+15
* Add support for encoding NEON VMOV (from scalar to core register) instructions.Bob Wilson2010-06-261-0/+33
* Add support for encoding 3-register NEON instructions, and fixBob Wilson2010-06-251-3/+36
* Add support for encoding 2-register NEON instructions.Bob Wilson2010-06-251-3/+25
* Use pre-increment instead of post-increment when the result is not used.Dan Gohman2010-06-221-1/+1
* Add instruction encoding for the Neon VMOV immediate instruction. This changesBob Wilson2010-06-111-0/+34
* Clean up 80 column violations. No functional change.Jim Grosbach2010-06-021-1/+2
* Coding style change (Adding 1 missing space.)Shih-wei Liao2010-05-261-1/+1
* Adding the missing implementation for ARM::SBFX and ARM::UBFX.Shih-wei Liao2010-05-261-1/+13
* Adding the missing implementation of Bitfield's "clear" and "insert".Shih-wei Liao2010-05-261-4/+9
* To handle s* registers in emitVFPLoadStoreMultipleInstruction().Shih-wei Liao2010-05-261-7/+12
* Add missing implementation to the materialization of VFP misc. instructions (...Zonr Chang2010-05-251-0/+43
* Add support to MOVimm32 using movt/movw for ARM JITZonr Chang2010-05-251-1/+94
* 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