aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMISelLowering.cpp
AgeCommit message (Expand)Author
2012-02-13Don't reserve the R0 and R1 registers here. We don't use these registers, andBill Wendling
2012-02-10Make valgrind happy.Jason W Kim
2012-02-07Convert assert(0) to llvm_unreachableCraig Topper
2012-01-29Cleanups for EABI standard functionsAnton Korobeynikov
2012-01-29Use base AAPCS for varargs functions even for AAPCS-VFP CCAnton Korobeynikov
2012-01-20More dead code removal (using -Wunreachable-code)David Blaikie
2012-01-16Refactor variables unused under non-assert builds (& remove two entirely unus...David Blaikie
2012-01-15Return an ArrayRef from ShuffleVectorSDNode::getMask and push it through Code...Benjamin Kramer
2012-01-07Match SelectionDAG logic for enabling movt.Jakob Stoklund Olesen
2012-01-07Remove VectorExtras. This unused helper was written for a type of API that is...Benjamin Kramer
2011-12-22Add variants of the dispatchsetup pseudo for Thumb and !VFP. <rdar://10620138>Bob Wilson
2011-12-15Make check a bit more strict so we don't call ARM_AM::getFP32Imm with a value...Eli Friedman
2011-12-13Initial CodeGen support for CTTZ/CTLZ where a zero input produces anChandler Carruth
2011-12-11Fixed bug 9905: Failure in code selection for llvm intrinsics sqrt/exp (fix f...Stepan Dyatkovskiy
2011-12-10Revert r146322 to appease buildbots. Original commit message:Chad Rosier
2011-12-10Fixed bug 9905: Failure in code selection for llvm intrinsics sqrt/exp (fix f...Stepan Dyatkovskiy
2011-12-09Splats can contain undef's; make sure to handle them correctly. PR11526.Eli Friedman
2011-12-08Revert r146143, "Fix bug 9905: Failure in code selection for llvm intrinsicsDaniel Dunbar
2011-12-08Fix bug 9905: Failure in code selection for llvm intrinsics sqrt/exp (fix for...Stepan Dyatkovskiy
2011-12-07Add bundle aware API for querying instruction properties and switch the codeEvan Cheng
2011-12-02Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky
2011-11-26Move code into anonymous namespaces.Benjamin Kramer
2011-11-16Fix ARM SjLj-EH dispatch setup code. <rdar://problem/10444602>Bob Wilson
2011-11-15Remove some unnecessary includes of PseudoSourceValue.h.Jay Foad
2011-11-15Add vmov.f32 to materialize f32 immediate splats which cannot be handled byEvan Cheng
2011-11-11Make sure to expand SIGN_EXTEND_INREG for NEON vectors. PR11319, round 3.Eli Friedman
2011-11-09Make sure we correctly unroll conversions between v2f64 and v2i32 on ARM.Eli Friedman
2011-11-08Lower mem-ops to unaligned i32/i16 load/stores on ARM where supported.Lang Hames
2011-11-08Added invariant field to the DAG.getLoad method and changed all calls.Pete Cooper
2011-11-08Make sure to mark vector extload's as expand on ARM. Fixes PR11319.Eli Friedman
2011-11-03Reapply r143206, with fixes. Disallow physical register lifetimesDan Gohman
2011-11-02Fixed parameter name.Lang Hames
2011-11-02Try to lower memset/memcpy/memmove to vector instructions on ARM where the al...Lang Hames
2011-10-29Revert r143206, as there are still some failing tests.Dan Gohman
2011-10-28Reapply r143177 and r143179 (reverting r143188), with schedulerDan Gohman
2011-10-28Speculatively disable Dan's commits 143177 and 143179 to see ifDuncan Sands
2011-10-28Eliminate LegalizeOps' LegalizedNodes map and have it just call RAUWDan Gohman
2011-10-26Make sure short memsets on ARM lower to stores, even when optimizing for size.Lang Hames
2011-10-26Revert r142530 at least temporarily while a discussion is had on llvm-commits...James Molloy
2011-10-26Use a worklist to prevent the iterator from becoming invalidated because of t...Bill Wendling
2011-10-26Revert part of r142530. The patch potentially hurts performance especiallyEvan Cheng
2011-10-24Don't crash on variable insertelement on ARM. PR10258.Eli Friedman
2011-10-24Change this overloaded use of Sched::Latency to be an overloadedDan Gohman
2011-10-22The different flavors of ARM have different valid subsets of registers. CheckBill Wendling
2011-10-20Add missing operand. <rdar://problem/10313323>Bill Wendling
2011-10-19Use literal pool loads instead of MOVW/MOVT for materializing global addresse...James Molloy
2011-10-19Make sure we emit the 'movw' and 'movt' only if it's supported. Otherwise, us...Bill Wendling
2011-10-19Remove some dead code.Bill Wendling
2011-10-18Emit the MOVT instruction only if the # LPads is > 64K.Bill Wendling
2011-10-18For Thumb mode, we need to use a constant pool if the value is too large to beBill Wendling