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