aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM
Commit message (Expand)AuthorAgeFilesLines
* ARM: permit full range of valid ADR immediates.Tim Northover2013-02-271-2/+15
* [fast-isel] Make sure the FastLowerArguments function checks to make sure theChad Rosier2013-02-261-0/+1
* ARM: Convenience aliases for 'srs*' instructions.Jim Grosbach2013-02-233-0/+28
* Make ARMAsmPrinter generate the correct alignment specifier syntax in instruc...Kristof Beyls2013-02-221-2/+1
* Move the eliminateCallFramePseudoInstr method from TargetRegisterInfoEli Bendersky2013-02-218-111/+96
* Radar numbers don't belong in source code.Evan Cheng2013-02-213-4/+1
* MCParser: Update method names per coding guidelines.Jim Grosbach2013-02-201-30/+30
* Update TargetLowering ivars for name policy.Jim Grosbach2013-02-201-8/+8
* Fix thumbv5e frame lowering assertion failure.Logan Chien2013-02-201-3/+6
* ARM NEON: Don't need COPY_TO_REGCLASS in patternArnold Schwaighofer2013-02-191-3/+1
* ARM: Allocation hints must make sure to be in the alloc order.Jim Grosbach2013-02-191-1/+2
* Make ARMAsmPrinter pass name more precise and fix comment.Eli Bendersky2013-02-191-6/+2
* ARM NEON: Merge a f32 bitcast of a v2i32 extracteltArnold Schwaighofer2013-02-191-0/+6
* [fast-isel] Remove an invalid assert.Chad Rosier2013-02-181-1/+0
* TypoRenato Golin2013-02-161-1/+1
* Reinitialize the ivars in the subtarget so that they can be reset with the ne...Bill Wendling2013-02-162-40/+48
* Temporary revert of 175320.Bill Wendling2013-02-152-48/+40
* Reinitialize the ivars in the subtarget.Bill Wendling2013-02-152-40/+48
* Support changing the subtarget features in ARM.Bill Wendling2013-02-152-4/+29
* The ARM NEON vector compare instructions take three arguments. However, the Joel Jones2013-02-141-0/+5
* Re-apply r175088 for bug fix 13622: Add paired register support forWeiming Zhao2013-02-142-6/+150
* Make ARMAsmParser accept the correct alignment specifier syntax in instructions.Kristof Beyls2013-02-141-4/+8
* temporarily revert the patch due to some conflictsWeiming Zhao2013-02-132-150/+6
* Bug fix 13622: Add paired register support for inline asm with 64-bit data on...Weiming Zhao2013-02-132-6/+150
* Test commit. Fixed typo.David Peixotto2013-02-131-1/+1
* ARM cost model: Add vector reverse shuffle costsArnold Schwaighofer2013-02-121-0/+33
* ARM NEON: Handle v16i8 and v8i16 reverse shufflesArnold Schwaighofer2013-02-121-1/+37
* Currently, codegen may spent some time in SDISel passes even if an entireEvan Cheng2013-02-111-0/+74
* ARM cost model: Address computation in vector mem ops not freeArnold Schwaighofer2013-02-081-2/+11
* ARM cost model: Add costs for vector selectsArnold Schwaighofer2013-02-071-0/+15
* ARM: Use MCTargetAsmParser::validateTargetOperandClass().Jim Grosbach2013-02-061-47/+19
* Move MRI liveouts to ARM return instructions.Jakob Stoklund Olesen2013-02-053-18/+22
* ARM cost model: Cost for scalar integer casts and floating point conversionsArnold Schwaighofer2013-02-051-7/+108
* ARM cost model: Penalize insertelement into D subregistersArnold Schwaighofer2013-02-041-0/+13
* Switch the code added in r173885 to use the new, shiny RTTIChandler Carruth2013-01-312-9/+5
* Give the MCStreamer class hierarchy LLVM RTTI facilities for use withChandler Carruth2013-01-311-6/+9
* [PEI] Pass the frame index operand number to the eliminateFrameIndex function.Chad Rosier2013-01-314-32/+25
* Add AArch64 as an experimental target.Tim Northover2013-01-311-0/+3
* Add a special ARM trap encoding for NaCl.Eli Bendersky2013-01-308-6/+66
* Add missing header and test cases for r173939.Logan Chien2013-01-301-0/+112
* Override virtual function for ARM EH directives.Logan Chien2013-01-301-2/+216
* This patch implements runtime ARM specificJack Carter2013-01-302-0/+21
* This patch reworks how llvm targets set Jack Carter2013-01-301-6/+0
* Adding simple cast cost to ARMRenato Golin2013-01-292-2/+46
* Fix 64-bit atomic operations in Thumb mode.Tim Northover2013-01-291-74/+46
* Teach SDISel to combine fsin / fcos into a fsincos node if the followingEvan Cheng2013-01-291-0/+2
* Fixed the condition codes for the atomic64 min/umin code generation on ARM. I...Silviu Baranga2013-01-251-2/+2
* Follow up of commit r172472.Quentin Colombet2013-01-141-28/+15
* Complete the existing support of ARM v6m, v7m, and v7em, i.e., respectively c...Quentin Colombet2013-01-141-0/+9
* Fix description of ARMOperandJoel Jones2013-01-091-1/+1