summaryrefslogtreecommitdiff
path: root/lib/Target/AArch64
Commit message (Expand)AuthorAge
...
* [AArch64] The shift right/left and insert immediate builtins expect 3Chad Rosier2013-11-11
* [AArch64] Add support for NEON scalar floating-point convert to fixed-point i...Chad Rosier2013-11-11
* AArch64: refactor vector list creation to be more uniformTim Northover2013-11-11
* Remove some unnecessary temporary strings.Benjamin Kramer2013-11-09
* Make PrintAsmOperand call to the superclass to handle 'n' and 'c' operand mod...Richard Barton2013-11-08
* [AArch64] Remove NEON from "generic" CPU target.Amara Emerson2013-11-06
* Implement AArch64 Neon instruction set Perm.Jiangning Liu2013-11-06
* Implement AArch64 Neon instruction set Bitwise Extract.Jiangning Liu2013-11-06
* Implement AArch64 Neon Crypto instruction classes AES, SHA, and 3 SHA.Jiangning Liu2013-11-05
* Implement AArch64 post-index vector load/store multiple N-element structure c...Hao Liu2013-11-05
* Implemented aarch64 neon intrinsic vcopy_lane with float type.Kevin Qin2013-11-05
* AArch64: use default asm operand printing when modifier inapplicableTim Northover2013-11-04
* [AArch64] Simplify a few of the instruction patterns. No functional change in...Chad Rosier2013-11-01
* [AArch64] Fix assembly string formatting and other coding standard violations.Chad Rosier2013-11-01
* [AArch64] Add support for NEON scalar fixed-point convert to floating-point i...Chad Rosier2013-10-31
* [AArch64] Add support for NEON scalar shift immediate instructions.Chad Rosier2013-10-31
* [AArch64] Make the use of FP instructions optional, but enabled by default.Amara Emerson2013-10-31
* [AArch64] Add support for NEON scalar floating-point compare instructions.Chad Rosier2013-10-30
* Add a helper getSymbol to AsmPrinter.Rafael Espindola2013-10-29
* [AArch64] Implement FrameAddr and ReturnAddrWeiming Zhao2013-10-29
* AArch64: add 'a' inline asm operand modifierTim Northover2013-10-29
* Optimize concat_vectors(X, undef) -> scalar_to_vector(X).Nadav Rotem2013-10-25
* [AArch64] Fix NZCV reg live-in bug in F128CSEL codegen.Amara Emerson2013-10-24
* [AArch64] Add the constraint to NEON scalar mla/mls instructions.Chad Rosier2013-10-21
* [AArch64] Add support for NEON scalar extract narrow instructions.Chad Rosier2013-10-18
* [AArch64] Add support for NEON scalar three register different instructionChad Rosier2013-10-17
* [AArch64] Add support for NEON scalar negate instruction.Chad Rosier2013-10-16
* [AArch64] Add support for NEON scalar absolute value instruction.Chad Rosier2013-10-16
* Fix comment.Chad Rosier2013-10-16
* [AArch64] Add support for NEON scalar signed saturating accumulated of unsignedChad Rosier2013-10-16
* Add a MCAsmInfoELF class and factor some code into it.Rafael Espindola2013-10-16
* [AArch64] Add support for NEON scalar signed saturating absolute value andChad Rosier2013-10-15
* [AArch64] Add support for NEON scalar integer compare instructions.Chad Rosier2013-10-14
* Implement aarch64 neon instruction set AdvSIMD (copy).Kevin Qin2013-10-11
* Implement AArch64 vector load/store multiple N-element structure class SIMD(l...Hao Liu2013-10-10
* Revert "Implement AArch64 vector load/store multiple N-element structure clas...Rafael Espindola2013-10-10
* Implement AArch64 vector load/store multiple N-element structure class SIMD(l...Hao Liu2013-10-10
* AArch64: enable MISched by default.Tim Northover2013-10-09
* [AArch64] Add support for NEON scalar floating-point reciprocal estimate,Chad Rosier2013-10-08
* [AArch64] Add support for NEON scalar signed/unsigned integer to floating-pointChad Rosier2013-10-08
* Add a MCTargetStreamer interface.Rafael Espindola2013-10-08
* [AArch64] Add support for NEON scalar arithmetic instructions:Chad Rosier2013-10-07
* Implement aarch64 neon instruction set AdvSIMD (Across).Jiangning Liu2013-10-05
* Implement aarch64 neon instruction set AdvSIMD (3V elem).Jiangning Liu2013-10-04
* Initial support for Neon scalar instructions.Jiangning Liu2013-09-24
* ISelDAG: spot chain cycles involving MachineNodesTim Northover2013-09-22
* Added support for generate DWARF .debug_aranges sections automatically.Richard Mitton2013-09-19
* Implement 3 AArch64 neon instructions : umov smov ins.Kevin Qin2013-09-17
* AArch64: use RegisterOperand for NEON registers.Tim Northover2013-09-13
* Add an instruction deprecation feature to TableGen.Joey Gouly2013-09-12