Revert r194865 and r194874.
[oota-llvm.git] / lib / Target / AArch64 /
2013-11-18 Alexey SamsonovRevert r194865 and r194874.
2013-11-18 Kevin Qin[AArch64 NEON]Add mov alias for simd copy instructions.
2013-11-18 Hao LiuImplement the newly added ACLE functions for ld1/st1...
2013-11-15 Ana PazosImplemented aarch64 Neon scalar vmulx_lane intrinsics
2013-11-15 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-15 Chad Rosier[AArch64] Fix the scalar NEON ACLE functions so that...
2013-11-15 Alexey SamsonovHopefully fix uninitialized memory read in AArch64AsmPa...
2013-11-14 Chad Rosier[AArch64] Remove redundant Neon_immAllOnes/Neon_immAllZ...
2013-11-14 NAKAMURA TakumiAArch64DAGToDAGISel::SelectVTBL(): Fix a warning. ...
2013-11-14 Kevin Qin[AArch64 neon] support poly64 and relevant intrinsic...
2013-11-14 Kevin QinImplement aarch64 neon instruction class SIMD misc.
2013-11-14 Jiangning LiuImplement AArch64 NEON instruction set AdvSIMD (table).
2013-11-13 Chad Rosier[AArch64] Add support for legacy AArch32 NEON scalar...
2013-11-12 Chad Rosier[AArch64] Implemented AdvSIMD scalar x indexed element...
2013-11-11 Chad Rosier[AArch64] The shift right/left and insert immediate...
2013-11-11 Chad Rosier[AArch64] Add support for NEON scalar floating-point...
2013-11-11 Tim NorthoverAArch64: refactor vector list creation to be more uniform
2013-11-09 Benjamin KramerRemove some unnecessary temporary strings.
2013-11-08 Richard BartonMake PrintAsmOperand call to the superclass to handle...
2013-11-06 Amara Emerson[AArch64] Remove NEON from "generic" CPU target.
2013-11-06 Jiangning LiuImplement AArch64 Neon instruction set Perm.
2013-11-06 Jiangning LiuImplement AArch64 Neon instruction set Bitwise Extract.
2013-11-05 Jiangning LiuImplement AArch64 Neon Crypto instruction classes AES...
2013-11-05 Hao LiuImplement AArch64 post-index vector load/store multiple...
2013-11-05 Kevin QinImplemented aarch64 neon intrinsic vcopy_lane with...
2013-11-04 Tim NorthoverAArch64: use default asm operand printing when modifier...
2013-11-01 Chad Rosier[AArch64] Simplify a few of the instruction patterns...
2013-11-01 Chad Rosier[AArch64] Fix assembly string formatting and other...
2013-10-31 Chad Rosier[AArch64] Add support for NEON scalar fixed-point conve...
2013-10-31 Chad Rosier[AArch64] Add support for NEON scalar shift immediate...
2013-10-31 Amara Emerson[AArch64] Make the use of FP instructions optional...
2013-10-30 Chad Rosier[AArch64] Add support for NEON scalar floating-point...
2013-10-29 Rafael EspindolaAdd a helper getSymbol to AsmPrinter.
2013-10-29 Weiming Zhao[AArch64] Implement FrameAddr and ReturnAddr
2013-10-29 Tim NorthoverAArch64: add 'a' inline asm operand modifier
2013-10-25 Nadav RotemOptimize concat_vectors(X, undef) -> scalar_to_vector(X).
2013-10-24 Amara Emerson[AArch64] Fix NZCV reg live-in bug in F128CSEL codegen.
2013-10-21 Chad Rosier[AArch64] Add the constraint to NEON scalar mla/mls...
2013-10-18 Chad Rosier[AArch64] Add support for NEON scalar extract narrow...
2013-10-17 Chad Rosier[AArch64] Add support for NEON scalar three register...
2013-10-16 Chad Rosier[AArch64] Add support for NEON scalar negate instruction.
2013-10-16 Chad Rosier[AArch64] Add support for NEON scalar absolute value...
2013-10-16 Chad RosierFix comment.
2013-10-16 Chad Rosier[AArch64] Add support for NEON scalar signed saturating...
2013-10-16 Rafael EspindolaAdd a MCAsmInfoELF class and factor some code into it.
2013-10-15 Chad Rosier[AArch64] Add support for NEON scalar signed saturating...
2013-10-14 Chad Rosier[AArch64] Add support for NEON scalar integer compare...
2013-10-11 Kevin QinImplement aarch64 neon instruction set AdvSIMD (copy).
2013-10-10 Hao LiuImplement AArch64 vector load/store multiple N-element...
2013-10-10 Rafael EspindolaRevert "Implement AArch64 vector load/store multiple...
2013-10-10 Hao LiuImplement AArch64 vector load/store multiple N-element...
2013-10-09 Tim NorthoverAArch64: enable MISched by default.
2013-10-08 Chad Rosier[AArch64] Add support for NEON scalar floating-point...
2013-10-08 Chad Rosier[AArch64] Add support for NEON scalar signed/unsigned...
2013-10-08 Rafael EspindolaAdd a MCTargetStreamer interface.
2013-10-07 Chad Rosier[AArch64] Add support for NEON scalar arithmetic instru...
2013-10-05 Jiangning LiuImplement aarch64 neon instruction set AdvSIMD (Across).
2013-10-04 Jiangning LiuImplement aarch64 neon instruction set AdvSIMD (3V...
2013-09-24 Jiangning LiuInitial support for Neon scalar instructions.
2013-09-22 Tim NorthoverISelDAG: spot chain cycles involving MachineNodes
2013-09-19 Richard MittonAdded support for generate DWARF .debug_aranges section...
2013-09-17 Kevin QinImplement 3 AArch64 neon instructions : umov smov ins.
2013-09-13 Tim NorthoverAArch64: use RegisterOperand for NEON registers.
2013-09-12 Joey GoulyAdd an instruction deprecation feature to TableGen.
2013-09-09 Bill WendlingGenerate compact unwind encoding from CFI directives.
2013-09-09 Jiangning LiuImplement aarch64 neon instruction set AdvSIMD (3V...
2013-09-04 Hao LiuInplement aarch64 neon instructions in AdvSIMD(shift...
2013-08-29 Cameron EsfahaniClean up some usage of Triple. The base class has...
2013-08-21 Hao LiuA minor change for an obvous problem caused by r188451:
2013-08-15 Hao LiuClang and AArch64 backend patches to support shll/shl...
2013-08-13 Michael GottesmanUpdate makeLibCall to return both the call and the...
2013-08-06 NAKAMURA TakumiTarget/*/CMakeLists.txt: Add the dependency to CommonTa...
2013-08-01 Tim NorthoverAArch64: add initial NEON support
2013-07-25 Tim NorthoverAArch64: fix even more JIT failures
2013-07-15 Craig TopperMake some arrays 'static const'
2013-07-15 Craig TopperAdd const qualifier to some static arrays.
2013-07-14 Craig TopperUse SmallVectorImpl& instead of SmallVector to avoid...
2013-07-09 Stephen LinAArch64/PowerPC/SystemZ/X86: This patch fixes the inter...
2013-07-04 Rafael EspindolaUse a OwningPtr instead of a manual delete.
2013-07-04 Rafael EspindolaFix leak. Should bring back the valgrind bot.
2013-07-04 Jakob Stoklund OlesenRemove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR...
2013-07-04 Jakob Stoklund OlesenRevert r185595-185596 which broke buildbots.
2013-07-03 Jakob Stoklund OlesenRemove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR...
2013-07-02 Rafael EspindolaRemove address spaces from MC.
2013-07-01 Tim NorthoverAArch64: correct CodeGen of MOVZ/MOVK combinations.
2013-06-22 Chad RosierThe getRegForInlineAsmConstraint function should only...
2013-06-18 Bill WendlingUse pointers to the MCAsmInfo and MCRegInfo.
2013-06-16 David BlaikieDebugInfo: remove target-specific Frame Index handling...
2013-06-07 Bill WendlingDon't cache the instruction info and register info...
2013-06-06 Bill WendlingCache the TargetLowering info object as a pointer.
2013-05-31 Ahmed BougachaMake SubRegIndex size mandatory, following r183020.
2013-05-29 Andrew TrickOrder CALLSEQ_START and CALLSEQ_END nodes.
2013-05-28 Tim NorthoverAArch64: clarify -help message
2013-05-25 Andrew TrickTrack IR ordering of SelectionDAG nodes 2/4.
2013-05-24 Michael J. SpencerReplace Count{Leading,Trailing}Zeros_{32,64} with count...
2013-05-24 Benjamin KramerRemove the Copied parameter from MemoryObject::readBytes.
2013-05-24 Ahmed BougachaMC: Disassembled CFG reconstruction.
2013-05-18 Tim NorthoverAArch64: add CMake dependency to fix very parallel...
2013-05-18 Matt ArsenaultAdd LLVMContext argument to getSetCCResultType
2013-05-16 Rafael EspindolaRemove addFrameMove.
next