summaryrefslogtreecommitdiff
path: root/lib/Target/ARM
Commit message (Expand)AuthorAge
* Addrspacecasts are no-ops on ARM.James Molloy2013-12-03
* Refactor the setting of PrivateGlobalPrefix.Rafael Espindola2013-12-02
* Move getSymbolWithGlobalValueBase to TargetLoweringObjectFile.Rafael Espindola2013-12-02
* Remove dead code.Rafael Espindola2013-12-02
* ARM: decide whether to use movw/movt based on "minsize" attribute.Tim Northover2013-12-02
* ARM: add pseudo-instructions for lit-pool global materialisationTim Northover2013-12-02
* Change the default of AsmWriterClassName and isMCAsmWriter.Rafael Espindola2013-12-02
* ARM: fix bug in -Oz stack adjustment foldingTim Northover2013-12-01
* [CMake] Let add_public_tablegen_target() provide intrinsics_gen, too.NAKAMURA Takumi2013-11-28
* [CMake] Let add_public_tablegen_target responsible to provide dependency to C...NAKAMURA Takumi2013-11-28
* [CMake] Prune include_directories() in llvm/lib/Target. add_llvm_target() set...NAKAMURA Takumi2013-11-28
* Darwin-ARM: use movw/movt for static relocationsTim Northover2013-11-26
* Fix indentation typoTim Northover2013-11-25
* ARM: remove special cases for Darwin dynamic-no-pic mode.Tim Northover2013-11-25
* ARM: remove unused patterns.Tim Northover2013-11-25
* [ARM] Enable FeatureMP for Cortex-A5 by default.Amara Emerson2013-11-25
* Add support for Cortex-A12.Richard Barton2013-11-22
* Fix a typo where we were creating <def,kill> operands instead ofLang Hames2013-11-22
* [ARM] add basic Cortex-A7 support to LLVM backendArtyom Skrobov2013-11-21
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-19
* Revert r194865 and r194874.Alexey Samsonov2013-11-18
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-15
* Avoid illegal integer promotion in fastiselBob Wilson2013-11-15
* ARM: produce friendly error for invalid inline asmTim Northover2013-11-14
* Enable generating legacy IT block for AArch32Weiming Zhao2013-11-13
* ARM: diagnose invalid system LDM/STMTim Northover2013-11-12
* [ARM] Add support for FP_HP_extension build attributeBradley Smith2013-11-12
* [ARM] Add support for MVFR2 which is new in ARMv8Artyom Skrobov2013-11-11
* Remove some unnecessary temporary strings.Benjamin Kramer2013-11-09
* [arm] Refine ARMBuildAttrs.h.Logan Chien2013-11-09
* ARM: fold prologue/epilogue sp updates into push/pop for code sizeTim Northover2013-11-08
* [ARM] Handling for coprocessor instructions that are undefined starting from ...Artyom Skrobov2013-11-08
* [ARM] Handling for coprocessor instructions that are undefined starting from ...Artyom Skrobov2013-11-08
* [ARM] In ARMAsmParser, MatchCoprocessorOperandName() permitted p10 and p11 as...Artyom Skrobov2013-11-08
* ARM: permit bare dmb/dsb/isb aliases on Cortex-M0Tim Northover2013-11-05
* ARM: remove unnecessary state-tracking during frame lowering.Tim Northover2013-11-04
* Enable optimization of sin / cos pair into call to __sincos_stret for iOS7+.Bob Wilson2013-11-03
* [ARM] Add Virtualization subtarget feature and more build attributes in this ...Bradley Smith2013-11-01
* [ARM] Fix Tag_ABI_HardFP_use build attributeBradley Smith2013-11-01
* Legalize: Improve legalization of long vector extends.Jim Grosbach2013-10-31
* [ARM] NEON instructions were erroneously decoded from certain invalid encodingsArtyom Skrobov2013-10-30
* Struct byval cleanup: add helper functions to reduce code duplication.Manman Ren2013-10-29
* Move getSymbol to TargetLoweringObjectFile.Rafael Espindola2013-10-29
* Add a helper getSymbol to AsmPrinter.Rafael Espindola2013-10-29
* [ARM] Make sure HasCRC is initialized to false in Subtarget.Amara Emerson2013-10-29
* ARM: Add subtarget feature for CRCBernard Ogden2013-10-29
* ARM cost model: Unaligned vectorized double stores are expensiveArnold Schwaighofer2013-10-29
* ARM cost model: Account for zero cost scalar SROA instructionsArnold Schwaighofer2013-10-29
* Return early from getUnconditionalBranchTargetOpValue if the branch target isLang Hames2013-10-28
* [arm] Implement eabi_attribute, cpu, and fpu directives.Logan Chien2013-10-28