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
2010-08-29
Create an ARMISD::AND node. This node is exactly like the "ARM::AND" node, but
Bill Wendling
2010-08-25
ARM/Thumb2: Fix a misselect in getARMCmp, when attempting to adjust a signed
Daniel Dunbar
2010-08-20
Replace the arm.neon.vmovls and vmovlu intrinsics with vector sign-extend and
Bob Wilson
2010-08-18
Expand ZERO_EXTEND operations for NEON vector types.
Bob Wilson
2010-08-17
Allow more cases of undef shuffle indices and add tests for them.
Bob Wilson
2010-08-16
Ignore undef shuffle indices when checking for a VTRN shuffle. Radar 8290937.
Bob Wilson
2010-08-13
Temporarily disable tail calls on ARM to work around some linker problems.
Bob Wilson
2010-08-11
cortex m4 has floating point support, but only single precision.
Jim Grosbach
2010-08-11
Consider this code snippet:
Bill Wendling
2010-08-11
- Add subtarget feature -mattr=+db which determine whether an ARM cpu has the
Evan Cheng
2010-08-10
Delete some unused instructions.
Evan Cheng
2010-08-10
Re-apply r110655 with fixes. Epilogue must restore sp from fp if the function...
Evan Cheng
2010-08-10
Revert r110655, "Fix ARM hasFP() semantics. It should return true whenever FP
Daniel Dunbar
2010-08-10
Fix ARM hasFP() semantics. It should return true whenever FP register is
Evan Cheng
2010-08-04
Remove switch for disabling ARM tail calls. They
Dale Johannesen
2010-08-04
Combine NEON VABD (absolute difference) intrinsics with ADDs to make VABA
Bob Wilson
2010-08-03
Add support for getting & setting the FPSCR application register on ARM when ...
Nate Begeman
2010-07-29
Refactor ARM-specific DAG combining in preparation for adding some more
Bob Wilson
2010-07-29
Implement vector constants which are splat of
Dale Johannesen
2010-07-24
Hook in GlobalMerge pass
Anton Korobeynikov
2010-07-23
Use the appropriate register class for an i32 when adding ARM::LR to the
Jim Grosbach
2010-07-23
- Allow target to specify when is register pressure "too high". In most cases,
Evan Cheng
2010-07-22
Mark an assert-only variable as used.
Chandler Carruth
2010-07-21
More register pressure aware scheduling work.
Evan Cheng
2010-07-21
Baby steps towards ARM fast-isel.
Eric Christopher
2010-07-21
Fix calling convention on ARM if vfp2+ is enabled.
Rafael Espindola
2010-07-21
Teach bottom up pre-ra scheduler to track register pressure. Work in progress.
Evan Cheng
2010-07-20
Removed un-used code.
Jim Grosbach
2010-07-19
ARM has to provide its own TargetLowering::findRepresentativeClass because it...
Evan Cheng
2010-07-19
Since ARM emits inline jump tables as part of the ConstantIsland pass,
Jim Grosbach
2010-07-19
revert so I can get the right PR# in the log message.
Jim Grosbach
2010-07-19
Since ARM emits inline jump tables as part of the ConstantIsland pass,
Jim Grosbach
2010-07-17
Add combiner patterns to more effectively utilize the BFI (bitfield insert)
Jim Grosbach
2010-07-17
add BFI to getTargetNodeName()
Jim Grosbach
2010-07-17
Fix logic think-o
Jim Grosbach
2010-07-16
Add basic support to code-gen the ARM/Thumb2 bit-field insert (BFI) instruction
Jim Grosbach
2010-07-15
Split -enable-finite-only-fp-math to two options:
Evan Cheng
2010-07-14
Add support for NEON VMVN immediate instructions.
Bob Wilson
2010-07-14
Add an ARM-specific DAG combining to avoid redundant VDUPLANE nodes.
Bob Wilson
2010-07-13
Use a target-specific VMOVIMM DAG node instead of BUILD_VECTOR to represent
Bob Wilson
2010-07-13
Extend the r107852 optimization which turns some fp compare to code sequence ...
Evan Cheng
2010-07-13
Move NEON "modified immediate" encode/decode into ARMAddressingModes.h to
Bob Wilson
2010-07-12
Remove some code that doesn't appear to do anything. All the ARM call
Bob Wilson
2010-07-11
Fix va_arg for doubles. With this patch VAARG nodes always contain the
Rafael Espindola
2010-07-08
Check for FiniteOnlyFPMath as well.
Evan Cheng
2010-07-08
r107852 is only safe with -enable-unsafe-fp-math to account for +0.0 == -0.0.
Evan Cheng
2010-07-08
Optimize some vfp comparisons to integer ones. This patch implements the simp...
Evan Cheng
2010-07-08
Changes to ARM tail calls, mostly cosmetic.
Dale Johannesen
2010-07-07
Split the SDValue out of OutputArg so that SelectionDAG-independent
Dan Gohman
2010-07-07
Mark eh.sjlj.set/longjmp custom lowerings as Darwin-only since that's where
Jim Grosbach
[next]