summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMISelLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
* Radar 8803471: Fix expansion of ARM BCCi64 pseudo instructions.Bob Wilson2010-12-231-0/+3
* Add ARM-specific DAG combining to cast i64 vector element load/stores to f64.Bob Wilson2010-12-211-5/+103
* rename MVT::Flag to MVT::Glue. "Flag" is a terrible name forChris Lattner2010-12-211-9/+9
* Add some missing entries in ARMTargetLowering::getTargetNodeName.Bob Wilson2010-12-181-0/+5
* Don't handle -arm-long-calls in fast isel for now.Eric Christopher2010-12-151-1/+1
* bfi A, (and B, C1), C2) -> bfi A, B, C2 iff C1 & C2 == C1. rdar://8458663Evan Cheng2010-12-141-0/+20
* Generalize BFI isel lowering a bit.Evan Cheng2010-12-131-29/+35
* (or (and (shl A, #shamt), mask), B) => ARMbfi B, A, ~mask where lsb(mask) == ...Evan Cheng2010-12-111-7/+28
* PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() andJay Foad2010-12-071-1/+1
* Fix and re-enable tail call optimization of expanded libcalls.Evan Cheng2010-12-011-1/+4
* Enable sibling call optimization of libcalls which are expanded duringEvan Cheng2010-11-301-19/+54
* Add support for NEON VLD2-dup instructions.Bob Wilson2010-11-281-7/+96
* Add entry in getTargetNodeName() for ARMISD::VBICIMM.Bob Wilson2010-11-281-1/+2
* Recognize sign/zero-extended constant BUILD_VECTORs for VMULL operations.Bob Wilson2010-11-231-13/+109
* Renaming ISD::BIT_CONVERT to ISD::BITCAST to better reflect the LLVM IR concept.Wesley Peck2010-11-231-51/+51
* These instructions are thumb2 only.Evan Cheng2010-11-191-1/+1
* Fix bug in DAGCombiner for ARM that was trying to do a ShiftCombine on illega...Tanya Lattner2010-11-181-1/+2
* Move hasFP() and few related hooks to TargetFrameInfo.Anton Korobeynikov2010-11-181-2/+4
* Split up ARM LowerShift function.Bob Wilson2010-11-181-26/+33
* Fix an issue where we tried to turn a v2f32 build_vector into a v4i32 build v...Nate Begeman2010-11-101-2/+2
* Do not use MEMBARRIER_MCR for any Thumb code.Bob Wilson2010-11-091-2/+2
* Change the ARMConstantPoolValue modifier string to an enumeration. This willJim Grosbach2010-11-091-4/+4
* Add support for ARM's specialized vector-compare-against-zero instructions.Owen Anderson2010-11-081-1/+32
* Disallow the certain NEON modified-immediate forms when generating vorr or vbic.Owen Anderson2010-11-051-7/+14
* Add codegen and encoding support for the immediate form of vbic.Owen Anderson2010-11-051-1/+34
* Fix @llvm.prefetch isel. Selecting between pld / pldw using the first immedia...Evan Cheng2010-11-041-10/+11
* Covert VORRIMM to be produced via early target-specific DAG combining, rather...Owen Anderson2010-11-031-31/+26
* Add support for code generation of the one register with immediate form of vorr.Owen Anderson2010-11-031-0/+29
* Check for extractelement with a variable operand for the element number.Bob Wilson2010-11-031-10/+15
* Simplify uses of MVT and EVT. An MVT can be compared directlyDuncan Sands2010-11-031-1/+1
* Fix preload instruction isel. Only v7 supports pli, and only v7 with mp exten...Evan Cheng2010-11-031-4/+29
* Add support to match @llvm.prefetch to pld / pldw / pli. rdar://8601536.Evan Cheng2010-11-031-0/+5
* NEON does not support truncating vector stores. Radar 8598391.Bob Wilson2010-11-011-0/+4
* Overhaul memory barriers in the ARM backend. Radar 8601999.Bob Wilson2010-10-301-12/+20
* - Don't schedule nodes with only MVT::Flag and MVT::Other values for latency.Evan Cheng2010-10-291-3/+7
* Inline asm multiple alternative constraints development phase 2 - improved ba...John Thompson2010-10-291-0/+34
* Fix compiler warnings about signed/unsigned comparisons.Bob Wilson2010-10-271-2/+2
* SelectionDAG shuffle nodes do not allow operands with different numbers ofBob Wilson2010-10-271-0/+55
* Enable ARM fastcc.Evan Cheng2010-10-231-5/+1
* Add fastcc cc: pass and return VFP / NEON values in registers. Controlled by ...Evan Cheng2010-10-221-12/+22
* Fix crash introduced in 116852. 8573915.Dale Johannesen2010-10-201-2/+3
* Add a pre-dispatch SjLj EH hook on the unwind edge for targets to do anyJim Grosbach2010-10-191-0/+11
* Enable using vdup for vector constants which are splat ofDale Johannesen2010-10-191-32/+17
* Don't mark argument value stores as immutable, as otherwise the post-RAJim Grosbach2010-10-151-1/+1
* Remove unused ARMISD::AND selection DAG node.Bob Wilson2010-10-151-1/+0
* User proper libcall names & condcodes while compiling for ARM EABI.Anton Korobeynikov2010-09-281-6/+150
* Add a command line option "-arm-strict-align" to disallow unaligned memoryBob Wilson2010-09-281-9/+1
* Enable code placement optimization pass for ARM.Evan Cheng2010-09-241-7/+1
* Add support for ELF PLT references for ARM MC asm printing. Adding aJim Grosbach2010-09-221-4/+16
* Change VDUPLANE DAG combiner to just return the result instead of callingBob Wilson2010-09-221-5/+3
OpenPOWER on IntegriCloud