Revert "Implement global merge optimization for global variables."
[oota-llvm.git] / lib / Target / AArch64 / AArch64ISelLowering.cpp
2014-05-16 Rafael EspindolaRevert "Implement global merge optimization for global...
2014-05-15 Jiangning LiuImplement global merge optimization for global variables.
2014-05-11 Hal FinkelPass the value type to TLI::getRegisterByName
2014-05-06 Renato GolinImplememting named register intrinsics
2014-04-29 Benjamin KramerAArch64: Mark vector long multiplication as expand.
2014-04-27 Craig TopperConvert SelectionDAG::getMergeValues to use ArrayRef.
2014-04-26 Craig TopperConvert getMemIntrinsicNode to take ArrayRef of SDValue...
2014-04-26 Craig TopperConvert SelectionDAG::getNode methods to use ArrayRef...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-04-24 Reid KlecknerAdd 'musttail' marker to call instructions
2014-04-22 Jiangning Liu[AArch64] Enable global merge pass.
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-04-18 Jiangning LiuThis is one of the optimizations ported from ARM64...
2014-04-18 Jiangning LiuThis commit enables unaligned memory accesses of vector...
2014-04-16 Craig TopperConvert SelectionDAG::getVTList to use ArrayRef
2014-04-15 Nick LewyckyBreak PseudoSourceValue out of the Value hierarchy...
2014-04-12 Chad Rosier[AArch64] Implement the isLegalAddressingMode and getSc...
2014-04-09 Chad Rosier[AArch64] Implement the isZExtFree APIs.
2014-04-09 Chad Rosier[AArch64] Implement the isTruncateFree API.
2014-04-04 Tim NorthoverARM64: handle v1i1 types arising from setcc properly.
2014-04-04 Craig TopperMake consistent use of MCPhysReg instead of uint16_t...
2014-03-27 Logan Chien[AArch64] Lower SHL_PARTS, SRA_PARTS and SRL_PARTS
2014-03-26 Christian PirkerAArch64_BE function argument passing for ARM ABI
2014-03-10 Tim NorthoverAArch64: fix LowerCONCAT_VECTORS for new CodeGen.
2014-03-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
2014-02-20 Oliver StannardAArch64: __va_list.__stack must be 8-byte aligned
2014-02-18 Ana Pazos[AArch64] Expanded sin, cos, pow with FP vector types...
2014-02-18 Jiangning LiuFix a typo about lowering AArch64 va_copy.
2014-02-14 Kevin Qin[AArch64 NEON] Fix a bug to avoid using floating type...
2014-02-14 Hao Liu[AArch64]Fix the assertion failure caused by "v1i1...
2014-01-30 Chad Rosier[AArch64] Custom lower concat_vector patterns with...
2014-01-29 Kevin Qin[AArch64 NEON] Lower SELECT_CC with vector operand.
2014-01-27 Kevin Qin[AArch64 NEON] Try to generate CONCAT_VECTOR when lower...
2014-01-27 Kevin QinRevert r199791.
2014-01-23 Kevin Qinfix some spell mistakes around 'ConcatVector' and ...
2014-01-22 Kevin Qin[AArch64 NEON] Try to generate CONCAT_VECTOR when lower...
2014-01-21 Kevin Qin[AArch64 NEON] Fix a bug caused by undef lane when...
2014-01-20 Chandler CarruthRevert r199628: "[AArch64 NEON] Fix a bug caused by...
2014-01-20 Kevin Qin[AArch64 NEON] Fix a bug caused by undef lane when...
2014-01-17 Kevin Qin[AArch64 NEON] Expand vector for UDIV/SDIV/UREM/SREM...
2014-01-17 Kevin Qin[AArch64 NEON] Custom lower conversion between vector...
2014-01-17 Hao Liu[AArch64]Fix the problem can't select concat_vectors...
2014-01-15 Jiangning LiuFor AArch64, lowering sext_inreg and generate optimized...
2014-01-14 Tim NorthoverAArch64: don't try to handle [SU]MUL_LOHI nodes
2014-01-14 Lang HamesAdd FPExt option to CCValAssign::LocInfo. When generati...
2014-01-13 Andrea Di Biagio[AArch64] Fix assertion failure caused by an invalid...
2014-01-13 Kevin Qin[AArch64 NEON] Add more scenarios to use perm instructi...
2014-01-10 Kristof BeylsSilence unused variable warning for non-asserting build...
2014-01-10 Kristof BeylsMake sure -use-init-array has intended effect on all...
2014-01-08 Kevin Qin[AArch64 NEON] Fix generating incorrect value type...
2014-01-06 Bill WendlingRemove unnecessary #includes.
2014-01-06 Bill WendlingRefactor function that checks that __builtin_returnaddr...
2014-01-05 Bill WendlingEmit an error message if the value passed to __builtin_...
2014-01-01 Rafael EspindolaRemove the 's' DataLayout specification
2013-12-30 Hao Liu[AArch64]Fix the problem that can't select mul of v1i64...
2013-12-24 Kevin Qin[AArch64 NEON] Fix a bug when lowering BUILD_VECTOR.
2013-12-24 Kevin Qin[AArch64 NEON] Fix a pattern match failure with NEON_VDUP.
2013-12-18 Kevin Qin[AArch64 NEON]Implment loading vector constant form...
2013-12-16 Hao Liu[AArch64]Fix the pattern match failure for v1i8/v1i16...
2013-12-12 Chad Rosier[AArch64] Removed unnecessary copy patterns with v1fx...
2013-12-11 Kevin Qin[AArch64 NEON] Get instruction BSL matched to VSELECT.
2013-12-09 Hao Liu[AArch64]Pattern match failures for truncate store...
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...
next