summaryrefslogtreecommitdiff
path: root/lib/Target/ARM
Commit message (Expand)AuthorAge
* DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...David Blaikie2013-06-16
* Debug Info: Simplify Frame Index handling in DBG_VALUE Machine InstructionsDavid Blaikie2013-06-16
* Update machine models. Specify buffer sizes for OOO processors.Andrew Trick2013-06-15
* Machine Model: Add MicroOpBufferSize and resource BufferSize.Andrew Trick2013-06-15
* ARM: fix thumb coprocessor instruction with pre-writeback disassemblyAmaury de la Vieuville2013-06-14
* Enable FastISel on ARM for Linux and NaCl, not MCJITJF Bastien2013-06-14
* ARM: fix B decodingAmaury de la Vieuville2013-06-13
* ARM: fix t2am_imm8_offset operand printing for imm=#-0Amaury de la Vieuville2013-06-13
* ARM FastISel fix sext/zext foldJF Bastien2013-06-11
* Rework r183728, suppress assert(0) for now. Its behavior depends on assertion...NAKAMURA Takumi2013-06-11
* It adds support for negative zero offsets for loads and stores.Mihai Popa2013-06-11
* This patch adds support for FPINST/FPINST2 as operands to vmsr/vmrs. These ar...Mihai Popa2013-06-11
* ARM: Enforce decoding rules for VLDn instructionsAmaury de la Vieuville2013-06-11
* ARM: Fix STREX/LDREX reecodingAmaury de la Vieuville2013-06-11
* Tweak a couple of tests on win32 hosts with +Asserts.NAKAMURA Takumi2013-06-11
* ARMAsmBackend.cpp: Use Triple::isOSBinFormatCOFF() instead of isOSWindows().NAKAMURA Takumi2013-06-11
* Whitespace.NAKAMURA Takumi2013-06-11
* ARM: diagnose ARM/Thumb assembly switches on CPUs only supporting one.Tim Northover2013-06-10
* Silencing an MSVC warning about comparing signed and unsigned values.Aaron Ballman2013-06-10
* Fix misleading comments in ARMAsmParserAmaury de la Vieuville2013-06-10
* ARM: ISB cannot be passed the same options as DMBAmaury de la Vieuville2013-06-10
* Fix ARM unwind opcode assembler in several cases.Logan Chien2013-06-09
* ARM FastISel fix load register classesJF Bastien2013-06-09
* ARM: fix VMOVvnf32 decoding when ambiguous with VCVTAmaury de la Vieuville2013-06-08
* ARM: enforce SRS decoding constraintsAmaury de la Vieuville2013-06-08
* ARM: fix CPS decoding when ambiguous with QADDAmaury de la Vieuville2013-06-08
* ARM: fix VCVT decodingAmaury de la Vieuville2013-06-08
* Fix unused variable warning from my previous patch.JF Bastien2013-06-08
* ARM FastISel integer sext/zext improvementsJF Bastien2013-06-07
* Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling2013-06-07
* ARM sched model: Use the right resources for DIVArnold Schwaighofer2013-06-07
* ARM sched model: Add VFP div instruction on SwiftArnold Schwaighofer2013-06-07
* ARM sched model: Add SIMD/VFP load/store instructions on SwiftArnold Schwaighofer2013-06-07
* Revert "ARM sched model: Add SIMD/VFP load/store instructions on Swift"Arnold Schwaighofer2013-06-06
* ARM sched model: Add SIMD/VFP load/store instructions on SwiftArnold Schwaighofer2013-06-06
* ARM sched model: Add integer VFP/SIMD instructions on SwiftArnold Schwaighofer2013-06-06
* ARM sched model: Add integer load/store instructions on SwiftArnold Schwaighofer2013-06-06
* ARM sched model: Add integer arithmetic instructions on SwiftArnold Schwaighofer2013-06-06
* ARM sched model: Cortex A9 - More InstRW sched resourcesArnold Schwaighofer2013-06-06
* ARM sched model: Add branch thumb instructionsArnold Schwaighofer2013-06-06
* ARM sched model: Add branch thumb2 instructionsArnold Schwaighofer2013-06-06
* ARM sched model: Add branch instructionsArnold Schwaighofer2013-06-06
* ARM sched model: Add preload thumb2 instructionsArnold Schwaighofer2013-06-06
* ARM sched model: Add preload instructionsArnold Schwaighofer2013-06-06
* ARM sched model: Add more ALU and CMP thumb instructionsArnold Schwaighofer2013-06-06
* ARM sched model: Add more ALU and CMP thumb2 instructionsArnold Schwaighofer2013-06-06
* Cache the TargetLowering info object as a pointer.Bill Wendling2013-06-06
* ARM sched model: Add more ALU and CMP instructionsArnold Schwaighofer2013-06-05
* ARM sched model: Add divsion, loads, branches, vfp cvtArnold Schwaighofer2013-06-05
* ARMInstrInfo: Improve isSwiftFastImmShiftArnold Schwaighofer2013-06-05