summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMISelLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
* Handle a v2f64 formal parameter that is split between registers and memoryBob Wilson2010-04-131-7/+13
* Expand SELECT and SELECT_CC for NEON vector types.Bob Wilson2010-04-061-0/+2
* Reapply address space patch after fixing an issue in MemCopyOptimizer.Mon P Wang2010-04-041-4/+5
* Revert r100191 since it breaks objc in clang Mon P Wang2010-04-021-5/+4
* Reapply address space patch after fixing an issue in MemCopyOptimizer.Mon P Wang2010-04-021-4/+5
* Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots.Bob Wilson2010-03-301-5/+4
* Added support for address spaces and added a isVolatile field to memcpy, memm...Mon P Wang2010-03-301-4/+5
* tweak the arm if conversion heuristicJim Grosbach2010-03-241-7/+1
* try being more permissive for if-conversion on ARM V7. see what the nightlyJim Grosbach2010-03-241-0/+9
* Revert this change, since it was causing ARM performance regressions.Bob Wilson2010-03-191-0/+54
* Get rid of target-specific fp <-> int nodes when still I'm here.Anton Korobeynikov2010-03-181-54/+0
* Get rid of target-specific nodes for fp16 <-> fp32 conversion.Anton Korobeynikov2010-03-181-13/+3
* Translate "cc" clobber in ARM inline assembly to ARM::CCRRegisterClass.Bob Wilson2010-03-151-0/+3
* Now that the default for Darwin platforms is to place the LSDA into the TEXTBill Wendling2010-03-151-1/+1
* Add substarget feature for FP16Anton Korobeynikov2010-03-141-1/+1
* Add codegen support for FP16 on ARMAnton Korobeynikov2010-03-141-10/+48
* The ARM EH experiment worked!Bill Wendling2010-03-091-30/+1
* This is part of an LLC-beta test used to test <rdar://problem/6804645>. PleaseBill Wendling2010-03-091-1/+31
* Remove dead parameter passing.Bill Wendling2010-03-021-2/+1
* Check for comparisons of +/- zero when optimizing less-than-or-equal andBob Wilson2010-02-241-22/+31
* LowerCall() should always do getCopyFromReg() to reference the stack pointer.Jim Grosbach2010-02-241-5/+1
* Use NEON vmin/vmax instructions for floating-point selects.Bob Wilson2010-02-181-8/+85
* Remove an assumption of default arguments. This is in anticipation of aDavid Greene2010-02-151-28/+49
* tighten up eh.setjmp sequence a bit.Jim Grosbach2010-02-081-3/+9
* Revert 95130.Evan Cheng2010-02-021-1/+1
* Pass callsite return type to TargetLowering::LowerCall and use that to check ...Evan Cheng2010-02-021-1/+1
* Fix a gross typo: ARMv6+ may or may not support unaligned memory operations.Anton Korobeynikov2010-01-301-2/+5
* Eliminate target hook IsEligibleForTailCallOptimization.Evan Cheng2010-01-271-1/+3
* Wrap some comments to 80 columns.Bob Wilson2010-01-191-2/+4
* Patch by David Conrad:Jim Grosbach2010-01-181-1/+16
* Name change for consistency. No functional change.Jim Grosbach2010-01-151-7/+7
* EmitAtomicCmpSwap() custome inserter needs to delete the MI passed in. EmitAt...Jim Grosbach2010-01-151-0/+3
* ARM "l" constraint for inline asm means R0-R7, also for Thumb2.Jakob Stoklund Olesen2010-01-141-2/+2
* Fix pastoJakob Stoklund Olesen2010-01-131-1/+1
* Add more plumbing. This time in the LowerArguments and "get" functions whichBill Wendling2009-12-221-1/+2
* Delete the instruction just before the function terminates for consistency sake.Evan Cheng2009-12-211-2/+3
* Fix libstdc++ build on ARM linux and part of PR5770.Rafael Espindola2009-12-181-0/+3
* Handle ARM inline asm "w" constraints with 64-bit ("d") registers.Bob Wilson2009-12-181-2/+2
* nand atomic requires opposite operand orderingJim Grosbach2009-12-151-3/+9
* Add ARMv6 memory and sync barrier instructionsJim Grosbach2009-12-141-6/+13
* Thumb2 atomic operationsJim Grosbach2009-12-141-44/+83
* atomic binary operations up to 32-bits wide.Jim Grosbach2009-12-141-5/+63
* Framework for atomic binary operations. The emitter for the pseudo instructionsJim Grosbach2009-12-121-5/+42
* Rough first pass at compare_and_swap atomic builtins for ARM mode. Work in pr...Jim Grosbach2009-12-111-0/+80
* Add memory barrier intrinsic support for ARM. Moving towards adding the atomi...Jim Grosbach2009-12-101-1/+20
* - Support inline asm 'w' constraint for 128-bit vector types.Evan Cheng2009-12-081-0/+5
* Recognize canonical forms of vector shuffles where the same vector is used forBob Wilson2009-12-031-1/+87
* Materialize global addresses via movt/movw pair, this is always betterAnton Korobeynikov2009-11-241-4/+12
* Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used.Dan Gohman2009-11-231-3/+0
* We are not using DBG_STOPPOINT anymore.Devang Patel2009-11-211-1/+0
OpenPOWER on IntegriCloud