aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMISelLowering.cpp
AgeCommit message (Expand)Author
2013-03-11Merge commit '279b9184c2ff4fea93b198a3519b8cb3a1d8d195'Eli Bendersky
2013-02-27ARM: FMA is legal only if VFP4 is available.Jim Grosbach
2013-02-27Remove this instance of dl as it's defined in a previous scope.Chad Rosier
2013-02-20Update TargetLowering ivars for name policy.Jim Grosbach
2013-02-13Test commit. Fixed typo.David Peixotto
2013-02-12ARM NEON: Handle v16i8 and v8i16 reverse shufflesArnold Schwaighofer
2013-02-05Move MRI liveouts to ARM return instructions.Jakob Stoklund Olesen
2013-01-30Merge commit 'a662a9862501fc86904e90054f7c1519101d9126'Derek Schuff
2013-01-30Add a special ARM trap encoding for NaCl.Eli Bendersky
2013-01-29Fix 64-bit atomic operations in Thumb mode.Tim Northover
2013-01-29Teach SDISel to combine fsin / fcos into a fsincos node if the followingEvan Cheng
2013-01-25Fixed the condition codes for the atomic64 min/umin code generation on ARM. I...Silviu Baranga
2013-01-11Merge commit '1ad9253c9d34ccbce3e7e4ea5d87c266cbf93410'Derek Schuff
2013-01-07Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-30Remove the Function::getFnAttributes method in favor of using the AttributeSetBill Wendling
2012-12-20Revert "Adding support for llvm.arm.neon.vaddl[su].* and"Bob Wilson
2012-12-20Adding support for llvm.arm.neon.vaddl[su].* andRenato Golin
2012-12-19Remove the explicit MachineInstrBuilder(MI) constructor.Jakob Stoklund Olesen
2012-12-19Change TargetLowering::findRepresentativeClass to take an MVT, insteadPatrik Hagglund
2012-12-19Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling
2012-12-13Change TargetLowering::getRegClassFor to take an MVT, instead of EVT.Patrik Hagglund
2012-12-12Sorry about the churn. One more change to getOptimalMemOpType() hook. Did IEvan Cheng
2012-12-12- Rename isLegalMemOpType to isSafeMemOpType. "Legal" is a very overloade term.Evan Cheng
2012-12-12Avoid using lossy load / stores for memcpy / memset expansion. e.g.Evan Cheng
2012-12-11Replace TargetLowering::isIntImmLegal() withEvan Cheng
2012-12-11Revert EVT->MVT changes, r169836-169851, due to buildbot failures.Patrik Hagglund
2012-12-11Change TargetLowering::findRepresentativeClass to take an MVT, insteadPatrik Hagglund
2012-12-11Change TargetLowering::getRegClassFor to take an MVT, instead of EVT.Patrik Hagglund
2012-12-11Stylistic tweak.Evan Cheng
2012-12-10Some enhancements for memcpy / memset inline expansion.Evan Cheng
2012-12-06Replace r169459 with something safer. Rather than having computeMaskedBits toEvan Cheng
2012-12-06Let targets provide hooks that compute known zero and ones for any_extendEvan Cheng
2012-12-04Appease GCC's -Wparentheses.Matt Beaumont-Gay
2012-12-04ARM custom lower ctpop for vector types. Patch by Pete Couperus.Evan Cheng
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-11-30Codegen failure for vmull with small vectorsSebastian Pop
2012-11-29Added atomic 64 min/max/umin/umax instrinsics support in the ARM backend.Silviu Baranga
2012-11-28ARM: Implement CanLowerReturn so large vectors get expanded into sret.Benjamin Kramer
2012-11-27Merge commit '8d20b5f9ff609e70fae5c865931ab0f29e639d9c'Derek Schuff
2012-11-20Push/pop and other calling convention lowering conditionalizedDavid Sehr
2012-11-17Mark FP_EXTEND form v2f32 to v2f64 as "expand" for ARM NEON. Patch by Pete C...Eli Friedman
2012-11-16Remove hard coded registers in ARM ldrexd and strexd instructionsWeiming Zhao
2012-11-16Make sure FABS on v2f32 and v4f32 is legal on ARM NEONAnton Korobeynikov
2012-11-15Mark FP_ROUND for converting NEON v2f64 to v2f32 as expand. Add a missingEli Friedman
2012-11-15Merge commit '08e9cb46feb0c8e08e3d309a0f9fd75a04ca54fb'Derek Schuff
2012-11-15Revert changing FNEG of v4f32 to Expand. It's legal.Craig Topper
2012-11-15Make FNEG and FABS of v4f32 Expand.Craig Topper
2012-11-15Add llvm.ceil, llvm.trunc, llvm.rint, llvm.nearbyint intrinsics.Craig Topper
2012-11-13Merge commit 'be02a90de17f857ba65bbd8a11653ca1bad30adc'Derek Schuff