For AArch64, add missing register cost calculation for big value types like v4i64...
[oota-llvm.git] / lib / Target / AArch64 / AArch64ISelLowering.cpp
2013-12-05 Jiangning LiuFor AArch64, add missing register cost calculation...
2013-12-03 Hao Liu[AArch64]Add missing floating point convert, round...
2013-12-03 Jiangning LiuAdd some missing pattern matches for AArch64 Neon intri...
2013-11-28 Benjamin KramerSilence sign-compare warning and reduce nesting.
2013-11-28 Jiangning LiuRemove the variable only used by assert to avoid the...
2013-11-27 Jiangning LiuFix the AArch64 NEON bug exposed by checking constant...
2013-11-26 Kevin QinRefactored the implementation of AArch64 NEON instructi...
2013-11-19 Hao LiuImplement AArch64 neon instructions class SIMD lsone...
2013-11-18 Hao LiuImplement the newly added ACLE functions for ld1/st1...
2013-11-14 Kevin QinImplement aarch64 neon instruction class SIMD misc.
2013-11-06 Jiangning LiuImplement AArch64 Neon instruction set Bitwise Extract.
2013-11-05 Hao LiuImplement AArch64 post-index vector load/store multiple...
2013-11-05 Kevin QinImplemented aarch64 neon intrinsic vcopy_lane with...
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 Weiming Zhao[AArch64] Implement FrameAddr and ReturnAddr
2013-10-24 Amara Emerson[AArch64] Fix NZCV reg live-in bug in F128CSEL codegen.
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-07 Chad Rosier[AArch64] Add support for NEON scalar arithmetic instru...
2013-10-04 Jiangning LiuImplement aarch64 neon instruction set AdvSIMD (3V...
2013-09-24 Jiangning LiuInitial support for Neon scalar instructions.
2013-09-13 Tim NorthoverAArch64: use RegisterOperand for NEON registers.
2013-09-04 Hao LiuInplement aarch64 neon instructions in AdvSIMD(shift...
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-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-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 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-06-22 Chad RosierThe getRegForInlineAsmConstraint function should only...
2013-06-07 Bill WendlingDon't cache the instruction info and register info...
2013-05-29 Andrew TrickOrder CALLSEQ_START and CALLSEQ_END nodes.
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-18 Matt ArsenaultAdd LLVMContext argument to getSetCCResultType
2013-05-04 Tim NorthoverAArch64: assert code model is small for TLS accesses
2013-05-04 Tim NorthoverAArch64: support large code model for jump-tables
2013-05-04 Tim NorthoverAArch64: implement support for blockaddress in large...
2013-05-04 Tim NorthoverAArch64: implement large code model access to global...
2013-04-20 Tim NorthoverRemove unused ShouldFoldAtomicFences flag.
2013-04-08 Tim NorthoverAArch64: remove barriers from AArch64 atomic operations.
2013-03-08 Tim NorthoverAArch64: expand sincos operations, we don't support...
2013-02-28 Tim NorthoverAArch64: be more careful resorting to inefficient addre...
2013-02-28 Tim NorthoverAArch64: don't drop GlobalAddress offset when handling...
2013-02-28 Tim NorthoverAArch64: Use cbnz instead of cmp/b.ne pair for atomic...
2013-02-17 Benjamin KramerAArch64: Avoid shifts by 64, that's undefined behavior.
2013-02-15 Tim NorthoverAArch64: remove ConstantIsland pass & put literals...
2013-02-14 Tim NorthoverAArch64: stop claiming that NEON registers are usable...
2013-02-10 Joel JonesSpelling correction
2013-02-06 Tim NorthoverImplement external weak (ELF) symbols on AArch64
2013-02-05 Jakob Stoklund OlesenMove MRI liveouts to AArch64 return instructions.
2013-02-05 Tim NorthoverFix signed-unsigned comparison warning.
2013-02-05 Tim NorthoverFix formatting in AArch64 backend.
2013-02-05 Tim NorthoverRemove cyclic dependency in AArch64 libraries
2013-01-31 Tim NorthoverAdd AArch64 as an experimental target.