summaryrefslogtreecommitdiff
path: root/lib/Target/ARM
Commit message (Expand)AuthorAge
...
* Handle i64 first for clarity. No functionality change.Rafael Espindola2013-12-17
* One last cleanup of LLVM's DataLayout strings.Rafael Espindola2013-12-16
* Recognize EABIHF as environment and use it for RTAPI + VFP.Joerg Sonnenberger2013-12-16
* The preferred alignment defaults to the abi alignment. Omit if it is the same.Rafael Espindola2013-12-16
* Fix Android regression in r197332.Evgeniy Stepanov2013-12-16
* Replace string matching with a switch on Triple::getEnvironment.Joerg Sonnenberger2013-12-15
* Fixed a bug in getARMFixupKindMachOInfo() where three ARM fixup kindsKevin Enderby2013-12-13
* Enabling thumb2 mode used to force support for armv6t2. Replace thisJoerg Sonnenberger2013-12-13
* Simplify the datalayout string of ARM and AArch64.Rafael Espindola2013-12-12
* [arm] Implement ARM .arch directive.Logan Chien2013-12-11
* ARM: constrain register-class in fast-iselTim Northover2013-12-11
* Prune redundant dependencies in LLVMBuild.txt.NAKAMURA Takumi2013-12-11
* Make Triple's isOSBinFormatXXX functions partition triple-space.Tim Northover2013-12-10
* Add proper dependencies to LLVMBuild.txt in llvm/lib.NAKAMURA Takumi2013-12-10
* Add comments documenting the ARM datalayout string.Rafael Espindola2013-12-10
* Simplify further.Rafael Espindola2013-12-10
* Refactor the construction of the DataLayout string on ARM.Rafael Espindola2013-12-09
* ARM: fix folding of stack-adjustment (yet again).Tim Northover2013-12-08
* Added support for mcpu kraitAna Pazos2013-12-06
* Bug 18149: [AArch32] VSel instructions has no ARMCC fieldWeiming Zhao2013-12-06
* MI-Sched: handle latency of in-order operations with the new machine model.Andrew Trick2013-12-05
* Fix the A9 machine model. VTRN writes two registers.Andrew Trick2013-12-05
* ARM: fix yet another stack-folding bugTim Northover2013-12-05
* Correct word hyphenationsAlp Toker2013-12-05
* Add support for parsing ARM symbol variants on ELF targetsDavid Peixotto2013-12-04
* Update the UseFusedMAC definition to directly specify its dependence on havingChad Rosier2013-12-04
* 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