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
Age
Commit message (
Expand
)
Author
2013-02-20
Fix thumbv5e frame lowering assertion failure.
Logan Chien
2013-02-19
ARM NEON: Don't need COPY_TO_REGCLASS in pattern
Arnold Schwaighofer
2013-02-19
ARM: Allocation hints must make sure to be in the alloc order.
Jim Grosbach
2013-02-19
Make ARMAsmPrinter pass name more precise and fix comment.
Eli Bendersky
2013-02-19
ARM NEON: Merge a f32 bitcast of a v2i32 extractelt
Arnold Schwaighofer
2013-02-18
[fast-isel] Remove an invalid assert.
Chad Rosier
2013-02-16
Typo
Renato Golin
2013-02-16
Reinitialize the ivars in the subtarget so that they can be reset with the ne...
Bill Wendling
2013-02-15
Temporary revert of 175320.
Bill Wendling
2013-02-15
Reinitialize the ivars in the subtarget.
Bill Wendling
2013-02-15
Support changing the subtarget features in ARM.
Bill Wendling
2013-02-14
The ARM NEON vector compare instructions take three arguments. However, the
Joel Jones
2013-02-14
Re-apply r175088 for bug fix 13622: Add paired register support for
Weiming Zhao
2013-02-14
Make ARMAsmParser accept the correct alignment specifier syntax in instructions.
Kristof Beyls
2013-02-13
temporarily revert the patch due to some conflicts
Weiming Zhao
2013-02-13
Bug fix 13622: Add paired register support for inline asm with 64-bit data on...
Weiming Zhao
2013-02-13
Test commit. Fixed typo.
David Peixotto
2013-02-12
ARM cost model: Add vector reverse shuffle costs
Arnold Schwaighofer
2013-02-12
ARM NEON: Handle v16i8 and v8i16 reverse shuffles
Arnold Schwaighofer
2013-02-11
Currently, codegen may spent some time in SDISel passes even if an entire
Evan Cheng
2013-02-08
ARM cost model: Address computation in vector mem ops not free
Arnold Schwaighofer
2013-02-07
ARM cost model: Add costs for vector selects
Arnold Schwaighofer
2013-02-06
ARM: Use MCTargetAsmParser::validateTargetOperandClass().
Jim Grosbach
2013-02-05
Move MRI liveouts to ARM return instructions.
Jakob Stoklund Olesen
2013-02-05
ARM cost model: Cost for scalar integer casts and floating point conversions
Arnold Schwaighofer
2013-02-04
ARM cost model: Penalize insertelement into D subregisters
Arnold Schwaighofer
2013-01-31
Switch the code added in r173885 to use the new, shiny RTTI
Chandler Carruth
2013-01-31
Give the MCStreamer class hierarchy LLVM RTTI facilities for use with
Chandler Carruth
2013-01-31
[PEI] Pass the frame index operand number to the eliminateFrameIndex function.
Chad Rosier
2013-01-31
Add AArch64 as an experimental target.
Tim Northover
2013-01-30
Add a special ARM trap encoding for NaCl.
Eli Bendersky
2013-01-30
Add missing header and test cases for r173939.
Logan Chien
2013-01-30
Override virtual function for ARM EH directives.
Logan Chien
2013-01-30
This patch implements runtime ARM specific
Jack Carter
2013-01-30
This patch reworks how llvm targets set
Jack Carter
2013-01-29
Adding simple cast cost to ARM
Renato Golin
2013-01-29
Fix 64-bit atomic operations in Thumb mode.
Tim Northover
2013-01-29
Teach SDISel to combine fsin / fcos into a fsincos node if the following
Evan Cheng
2013-01-25
Fixed the condition codes for the atomic64 min/umin code generation on ARM. I...
Silviu Baranga
2013-01-14
Follow up of commit r172472.
Quentin Colombet
2013-01-14
Complete the existing support of ARM v6m, v7m, and v7em, i.e., respectively c...
Quentin Colombet
2013-01-09
Fix description of ARMOperand
Joel Jones
2013-01-09
ARM Cost model: Use the size of vector registers and widest vectorizable inst...
Nadav Rotem
2013-01-09
Last in the series of removing unnecessary '0' arguments for
Eric Christopher
2013-01-09
MIsched: add an ILP window property to machine model.
Andrew Trick
2013-01-09
These functions have default arguments of 0 for the last arg. Use
Eric Christopher
2013-01-09
Cost Model: Move the 'max unroll factor' variable to the TTI and add initial ...
Nadav Rotem
2013-01-08
Renamed MCInstFragment to MCRelaxableFragment and added some comments.
Eli Bendersky
2013-01-07
ARM: Copy-paste error.
Jim Grosbach
2013-01-07
ARM: Fix a few copy-paste errors.
Jim Grosbach
[next]