summaryrefslogtreecommitdiff
path: root/lib/Target/ARM
Commit message (Expand)AuthorAge
* Atomics: promote ARM's IR-based atomics pass to CodeGen.Tim Northover2014-04-17
* Convert SelectionDAG::getVTList to use ArrayRefCraig Topper2014-04-16
* FastISel: constrain the RegClass of operands when emitting instructions.Tim Northover2014-04-15
* [MC] Require an MCContext when constructing an MCDisassembler.Lang Hames2014-04-15
* Spell the specialization namespace correctly.Benjamin Kramer2014-04-12
* Make helper static and place random global into the llvm namespace.Benjamin Kramer2014-04-12
* For the ARM integrated assembler add checking of theKevin Enderby2014-04-10
* Revert "For the ARM integrated assembler add checking of the alignments on vl...Reid Kleckner2014-04-10
* For the ARM integrated assembler add checking of theKevin Enderby2014-04-09
* Fix some doc and comment typosAlp Toker2014-04-09
* ARM MC: 80 columnSaleem Abdulrasool2014-04-09
* ARM MC: sort source files in CMakeListsSaleem Abdulrasool2014-04-09
* Fix the ARM VLD3 (single 3-element structure to all lanes)Kevin Enderby2014-04-08
* ARM: consolidate MachO checks for ARM asm parserSaleem Abdulrasool2014-04-05
* Fix for PR18921 (LDRD/STRD part)::Stepan Dyatkovskiy2014-04-04
* Fixed register class in STRD instruction for Thumb2 mode.Stepan Dyatkovskiy2014-04-04
* Make consistent use of MCPhysReg instead of uint16_t throughout the tree.Craig Topper2014-04-04
* ARM: Range based for-loop over block predecessors.Jim Grosbach2014-04-04
* ARM: Use range-based for loops in frame lowering.Jim Grosbach2014-04-04
* Tidy up. 80 columns.Jim Grosbach2014-04-03
* Tidy up. Trailing whitespace.Jim Grosbach2014-04-03
* ARM: tell LLVM about zext properties of ldrexb/ldrexhTim Northover2014-04-03
* ARM: skip cmpxchg failure barrier if ordering is monotonic.Tim Northover2014-04-03
* ARM: expand atomic ldrex/strex loops in IRTim Northover2014-04-03
* PR19320:Stepan Dyatkovskiy2014-04-03
* [ARM] When generating a vpaddl node the input lane type is not always the typ...Silviu Baranga2014-04-03
* ARM: Use __STACK_LIMIT symbol for segmented stacksOliver Stannard2014-04-03
* ARM: update subtarget information for Windows on ARMSaleem Abdulrasool2014-04-02
* Simplify resolveFrameIndex() signature.Jim Grosbach2014-04-02
* ARM: cortex-m0 doesn't support unaligned memory access.Jim Grosbach2014-04-02
* ARM: Add support for segmented stacksOliver Stannard2014-04-02
* Remove duplicated DMB instructionsRenato Golin2014-04-02
* ARM: rename ARMle/ARMbe with ARMLE/ARMBE, and Thumble/Thumbbe with ThumbLE/Th...Christian Pirker2014-04-01
* ARM: teach LLVM that Cortex-A7 is very similar to A8.Tim Northover2014-04-01
* ARM: add cyclone CPU with ZeroCycleZeroing feature.Tim Northover2014-04-01
* ARM: fix typoSaleem Abdulrasool2014-03-31
* ARM: change parameter names of the ELFARMAsmBackend constructorChristian Pirker2014-03-31
* Recommitted fix for PR18931, with extended tests set.Stepan Dyatkovskiy2014-03-29
* Completely rewrite ELFObjectWriter::RecordRelocation.Rafael Espindola2014-03-29
* Add const.Rafael Espindola2014-03-28
* Add ARM big endian Target (armeb, thumbeb)Christian Pirker2014-03-28
* Remove another unused argument.Rafael Espindola2014-03-27
* Remove unused argument.Rafael Espindola2014-03-27
* Rejected r204899 and r204900 due to remaining test failures on cmake-llvm-x86...Stepan Dyatkovskiy2014-03-27
* Fix for pr18931: Crash using integrated assembler with immediate arithmeticStepan Dyatkovskiy2014-03-27
* ARM: raise error message when complex SO expressions can't really beJiangning Liu2014-03-27
* Fix a problem with the ARM assembler incorrectly matching aKevin Enderby2014-03-26
* Fix the ARM VST4 (single 4-element structure from one lane)Kevin Enderby2014-03-26
* ARM: add intrinsics for the v8 ldaex/stlexTim Northover2014-03-26
* Change @llvm.clear_cache default to call rt-libRenato Golin2014-03-26