summaryrefslogtreecommitdiff
path: root/lib/Target/AArch64
Commit message (Expand)AuthorAge
...
* Make consistent use of MCPhysReg instead of uint16_t throughout the tree.Craig Topper2014-04-04
* PR18929:Stepan Dyatkovskiy2014-03-30
* Completely rewrite ELFObjectWriter::RecordRelocation.Rafael Espindola2014-03-29
* Add const.Rafael Espindola2014-03-28
* Remove another unused argument.Rafael Espindola2014-03-27
* Remove unused argument.Rafael Espindola2014-03-27
* [AArch64] Lower SHL_PARTS, SRA_PARTS and SRL_PARTSLogan Chien2014-03-27
* AArch64_BE function argument passing for ARM ABIChristian Pirker2014-03-26
* remove a bunch of unused private methodsNuno Lopes2014-03-23
* [AArch64] Add SchedRW lists to NEON instructions.Chad Rosier2014-03-21
* [AArch64] Remove .data_region directive from AArch64.Kevin Qin2014-03-21
* AArch64: error when both positional & named operands are used.Tim Northover2014-03-13
* Try harder to evaluate expressions when printing assembly.Rafael Espindola2014-03-12
* AArch64: fix LowerCONCAT_VECTORS for new CodeGen.Tim Northover2014-03-10
* [AArch64] Fix a use of uninitialized memory introduced in r203125,Chandler Carruth2014-03-10
* [TTI] There is actually no realistic way to pop TTI implementations offChandler Carruth2014-03-10
* InstCombine: form shuffles from wider range of insert/extractelementsTim Northover2014-03-07
* Replace PROLOG_LABEL with a new CFI_INSTRUCTION.Rafael Espindola2014-03-07
* Simplify. No functionality change.Rafael Espindola2014-03-07
* [AArch64] This is a work in progress to provide a machine descriptionChad Rosier2014-03-06
* [Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth2014-03-06
* [AArch64]Fix improper diagnostics about offset range of load/store instructions.Kevin Qin2014-03-04
* Revert "[AArch64] This is a work in progress to provide a machine description"Chad Rosier2014-03-04
* [AArch64] This is a work in progress to provide a machine descriptionChad Rosier2014-03-03
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-02
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-02
* Switch all uses of LLVM_FINAL to just use 'final', and remove the macro.Craig Topper2014-03-02
* trivial test commitAlbrecht Kadlec2014-02-24
* Add AArch64 big endian Target (aarch64_be)Christian Pirker2014-02-24
* [AArch64] Add register constraints to avoid generating STLXR and STXR with un...Kevin Qin2014-02-21
* AArch64: __va_list.__stack must be 8-byte alignedOliver Stannard2014-02-20
* [AArch64] Add support for TargetTransformInfo Analysis.Chad Rosier2014-02-20
* Test commit - remove the new line to lib/Target/AArch64/AArch64TargetMachine....Christian Pirker2014-02-19
* Test commit - added a new line to lib/Target/AArch64/AArch64TargetMachine.cpp.Christian Pirker2014-02-19
* [AArch64] Expanded sin, cos, pow with FP vector types inputsAna Pazos2014-02-18
* Fix a typo about lowering AArch64 va_copy.Jiangning Liu2014-02-18
* [AArch64 NEON] Fix a bug to avoid using floating type as condition type in lo...Kevin Qin2014-02-14
* Enable AArch64 NEON by default.Jiangning Liu2014-02-14
* [AArch64]Fix the assertion failure caused by "v1i1 SETCC" DAG node.Hao Liu2014-02-14
* Re-commit: Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove ...Daniel Sanders2014-02-13
* Add Cortex-A53 and Cortex-A57 cores to the AArch64 backendOliver Stannard2014-02-13
* [AArch64]Fix the problems that can't select mul/add/sub of v1i8/v1i16/v1i32 t...Hao Liu2014-02-13
* [AArch64]Add support for spilling FPR8/FPR16.Hao Liu2014-02-13
* Revert r201237+r201238: Demote EmitRawText call in AsmPrinter::EmitInlineAsm(...Daniel Sanders2014-02-12
* Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove hasRawTextS...Daniel Sanders2014-02-12
* [AArch64] Handle aliases of conditional branches without b.pred form.Chad Rosier2014-02-10
* [AArch64]Implement the copy of two FPR8 registers by using FMOVss of two FPR3...Hao Liu2014-02-10
* X86: Resolve a long standing FIXME and properly isel pextr[bw].Jim Grosbach2014-02-07
* ARM & AArch64: merge NEON absolute compare intrinsicsTim Northover2014-02-04
* AArch64 & ARM: refactor crypto intrinsics to take scalarsTim Northover2014-02-03