summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMFastISel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add braces to if clause to make symmetric with associate else clause.Chad Rosier2012-02-151-18/+19
* Use a temporary variable, rather then a series of redundant calls.Chad Rosier2012-02-151-4/+5
* Remove unnecessary assignment to temporary, ResultReg.Chad Rosier2012-02-141-8/+4
* [fast-isel] Add support for SUBs with non-legal types.Chad Rosier2012-02-081-0/+5
* [fast-isel] Add support for ORs with non-legal types.Chad Rosier2012-02-081-2/+13
* [fast-isel] Add support for indirect branches.Chad Rosier2012-02-071-0/+13
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-071-3/+1
* [fast-isel] Add support for ADDs with non-legal types.Chad Rosier2012-02-061-5/+34
* Persuade GCC that there is nothing worth warning about here (there isn't).Duncan Sands2012-02-051-0/+1
* [fast-isel] Add support for URem.Chad Rosier2012-02-031-8/+10
* [fast-isel] Rename isZExt to isSigned. No functional change intended.Chad Rosier2012-02-031-13/+14
* [fast-isel] Add support for UDIV.Chad Rosier2012-02-031-8/+10
* [fast-isel] Add support for FPToUI. Also add test cases for FPToSI.Chad Rosier2012-02-031-6/+8
* [fast-isel] Add support for selecting UIToFP.Chad Rosier2012-02-031-6/+8
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-201-1/+0
* Fix assert.Eric Christopher2012-01-111-2/+2
* Match SelectionDAG logic for enabling movt.Jakob Stoklund Olesen2012-01-071-1/+5
* Use getRegForValue() to materialize the address of ARM globals.Jakob Stoklund Olesen2012-01-071-10/+0
* Use movw+movt in ARMFastISel::ARMMaterializeGV.Jakob Stoklund Olesen2012-01-071-29/+50
* ARM target code clean up. Check for iOS, not Darwin where it makes sense.Evan Cheng2011-12-201-8/+8
* VFP2 is required for FP loads. Noticed by inspection.Chad Rosier2011-12-141-0/+2
* Tidy up.Chad Rosier2011-12-141-1/+2
* Fix 80-column violation and extraneous brackets.Chad Rosier2011-12-141-8/+9
* - Add MachineInstrBundle.h and MachineInstrBundle.cpp. This includes a functionEvan Cheng2011-12-141-2/+2
* [fast-isel] Unaligned loads of floats are not supported. Therefore, convert ...Chad Rosier2011-12-131-7/+32
* Add bundle aware API for querying instruction properties and switch the codeEvan Cheng2011-12-071-2/+1
* [arm-fast-isel] Doublewords only require word-alignment.Chad Rosier2011-12-061-3/+4
* Fix 80-column issues.Bob Wilson2011-12-041-4/+8
* [arm-fast-isel] Unaligned stores of floats require special care.Chad Rosier2011-12-031-3/+18
* Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky2011-12-021-1/+1
* [arm-fast-isel] After promoting a function parameter be sure to update theChad Rosier2011-12-021-2/+4
* Silence wrong warnings from GCC about variables possibly being usedDuncan Sands2011-11-281-2/+2
* Guard call to getRegForValue with isTypeLegal check to avoid unnecessary work...Chad Rosier2011-11-181-3/+5
* Add TODO comment.Chad Rosier2011-11-171-0/+2
* Dead code.Chad Rosier2011-11-171-14/+0
* Don't unconditionally set the kill flag.Chad Rosier2011-11-171-1/+1
* Check to make sure we can select the instruction before trying to put theChad Rosier2011-11-161-6/+6
* Add FIXME comment.Chad Rosier2011-11-161-0/+2
* Remove some unnecessary includes of PseudoSourceValue.h.Jay Foad2011-11-151-1/+0
* Supporting inline memmove isn't going to be worthwhile. The only way to avoidChad Rosier2011-11-141-16/+9
* Add support for inlining small memcpys.Chad Rosier2011-11-141-2/+63
* Fix a performance regression from r144565. Positive offsets were being loweredChad Rosier2011-11-141-3/+3
* Add support for Thumb load/stores with negative offsets.Chad Rosier2011-11-141-16/+60
* Add support for ARM halfword load/stores and signed byte loads with negativeChad Rosier2011-11-141-8/+15
* The order in which the predicate is added differs between Thumb and ARM mode....Chad Rosier2011-11-131-10/+16
* Temporarily disable SelectIntrinsicCall when in ARM mode. This is causing fai...Chad Rosier2011-11-131-0/+1
* Fix comments.Chad Rosier2011-11-131-3/+3
* Add support for emitting both signed- and zero-extend loads. Fix Chad Rosier2011-11-131-32/+91
* Add support in fast-isel for selecting memset/memcpy/memmove intrinsics.Chad Rosier2011-11-111-10/+60
* Rename variables to avoid confusion. No functionallity change intended.Chad Rosier2011-11-111-18/+18
OpenPOWER on IntegriCloud