R600: Set all float vector expands in the same place
[oota-llvm.git] / lib / Target / AArch64 /
2014-05-31 Alp TokerFix typos
2014-05-31 Eric ChristopherHave the TLOF creation take a Triple rather than needin...
2014-05-30 Tim NorthoverARM & AArch64: make use of common cmpxchg idioms after...
2014-05-29 Artyom SkrobovRestore getInvertedCondCode() from the phased-out backe...
2014-05-29 Artyom SkrobovAdd missing check when MatchInstructionImpl() reports...
2014-05-29 Hao LiuFix an assertion failure caused by v1i64 in DAGCombiner...
2014-05-28 Rafael Espindola[pr19844] Add thread local mode to aliases.
2014-05-27 Tim NorthoverAArch64: implement copies to/from NZCV as a last ditch...
2014-05-27 Tim NorthoverAArch64: support 'c' and 'n' inline asm modifiers.
2014-05-26 Tim NorthoverAArch64: force i1 to be zero-extended at an ABI boundary.
2014-05-26 Tim NorthoverAArch64: simplify calling conventions slightly.
2014-05-24 Tim NorthoverAArch64: disable FastISel for large code model.
2014-05-24 Tim NorthoverAArch64/ARM64: move ARM64 into AArch64's place
2014-05-24 Tim NorthoverAArch64/ARM64: remove AArch64 from tree prior to renami...
2014-05-19 Benjamin KramerSDAG: Legalize vector BSWAP into a shuffle if the shuff...
2014-05-17 Saleem AbdulrasoolTarget: remove old constructors for CallLoweringInfo
2014-05-16 Rafael EspindolaRevert "Implement global merge optimization for global...
2014-05-16 Tim NorthoverAArch64: disable printing of add/sub alias
2014-05-16 Tim NorthoverAArch64: disable printing of MOV -> MOVZ aliases
2014-05-15 Jiangning LiuImplement global merge optimization for global variables.
2014-05-15 Tim NorthoverTableGen/ARM64: print aliases even if they have syntax...
2014-05-12 Tim NorthoverTableGen: use PrintMethods to print more aliases
2014-05-11 Hal FinkelPass the value type to TLI::getRegisterByName
2014-05-11 Hal FinkelAdd 'override' to getRegisterByName in *ISelLowering.h
2014-05-06 Renato GolinImplememting named register intrinsics
2014-04-29 Benjamin KramerAArch64: Mark vector long multiplication as expand.
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-04-27 Craig TopperConvert SelectionDAG::SelectNodeTo to use ArrayRef.
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-24 Tim NorthoverAArch64: print NEON lists with a space.
2014-04-23 Evgeniy StepanovCreate MCTargetOptions.
2014-04-22 Kevin EnderbyFix the assembler to print a better relocatable express...
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-22 Chandler Carruth[cleanup] Fix two headers where we included a standard...
2014-04-22 Chandler Carruth[cleanup] Lift using directives, DEBUG_TYPE definitions...
2014-04-21 Chandler Carruth[Modules] Make Support/Debug.h modular. This requires...
2014-04-18 Jiangning LiuThis commit allows vectorized loops to be unrolled...
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-17 Chad Rosier[AArch64] Implement the getCSRFirstUseCost API, mirrori...
2014-04-16 Craig TopperConvert SelectionDAG::getVTList to use ArrayRef
2014-04-15 Nick LewyckyBreak PseudoSourceValue out of the Value hierarchy...
2014-04-15 Lang Hames[MC] Require an MCContext when constructing an MCDisass...
2014-04-12 Chad Rosier[AArch64] Implement the isLegalAddressingMode and getSc...
2014-04-10 NAKAMURA TakumiLLVMBuild.txt: Add missing dependencies.
2014-04-09 Chad Rosier[AArch64] Implement the isZExtFree APIs.
2014-04-09 Chad Rosier[AArch64] Implement the isTruncateFree API.
2014-04-09 Alp TokerFix some doc and comment typos
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-30 Stepan DyatkovskiyPR18929:
2014-03-29 Rafael EspindolaCompletely rewrite ELFObjectWriter::RecordRelocation.
2014-03-28 Rafael EspindolaAdd const.
2014-03-27 Rafael EspindolaRemove another unused argument.
2014-03-27 Rafael EspindolaRemove unused argument.
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-23 Nuno Lopesremove a bunch of unused private methods
2014-03-21 Chad Rosier[AArch64] Add SchedRW lists to NEON instructions.
2014-03-21 Kevin Qin[AArch64] Remove .data_region directive from AArch64.
2014-03-13 Tim NorthoverAArch64: error when both positional & named operands...
2014-03-12 Rafael EspindolaTry harder to evaluate expressions when printing assembly.
2014-03-10 Tim NorthoverAArch64: fix LowerCONCAT_VECTORS for new CodeGen.
2014-03-10 Chandler Carruth[AArch64] Fix a use of uninitialized memory introduced...
2014-03-10 Chandler Carruth[TTI] There is actually no realistic way to pop TTI...
2014-03-07 Tim NorthoverInstCombine: form shuffles from wider range of insert...
2014-03-07 Rafael EspindolaReplace PROLOG_LABEL with a new CFI_INSTRUCTION.
2014-03-07 Rafael EspindolaSimplify. No functionality change.
2014-03-06 Chad Rosier[AArch64] This is a work in progress to provide a machi...
2014-03-06 Chandler Carruth[Layering] Move DebugInfo.h into the IR library where...
2014-03-04 Kevin Qin[AArch64]Fix improper diagnostics about offset range...
2014-03-04 Chad RosierRevert "[AArch64] This is a work in progress to provide...
2014-03-03 Chad Rosier[AArch64] This is a work in progress to provide a machi...
2014-03-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
2014-03-02 Craig TopperSwitch all uses of LLVM_OVERRIDE to just use 'override...
2014-03-02 Craig TopperSwitch all uses of LLVM_FINAL to just use 'final',...
2014-02-24 Albrecht Kadlectrivial test commit
2014-02-24 Christian PirkerAdd AArch64 big endian Target (aarch64_be)
2014-02-21 Kevin Qin[AArch64] Add register constraints to avoid generating...
2014-02-20 Oliver StannardAArch64: __va_list.__stack must be 8-byte aligned
2014-02-20 Chad Rosier[AArch64] Add support for TargetTransformInfo Analysis.
2014-02-19 Christian PirkerTest commit - remove the new line to lib/Target/AArch64...
2014-02-19 Christian PirkerTest commit - added a new line to lib/Target/AArch64...
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 Jiangning LiuEnable AArch64 NEON by default.
2014-02-14 Hao Liu[AArch64]Fix the assertion failure caused by "v1i1...
2014-02-13 Daniel SandersRe-commit: Demote EmitRawText call in AsmPrinter::EmitI...
2014-02-13 Oliver StannardAdd Cortex-A53 and Cortex-A57 cores to the AArch64...
2014-02-13 Hao Liu[AArch64]Fix the problems that can't select mul/add...
2014-02-13 Hao Liu[AArch64]Add support for spilling FPR8/FPR16.
2014-02-12 Daniel SandersRevert r201237+r201238: Demote EmitRawText call in...
2014-02-12 Daniel SandersDemote EmitRawText call in AsmPrinter::EmitInlineAsm...
next