Replace -use-init-array with -use-ctors.
[oota-llvm.git] / lib / Target /
2014-09-02 Aaron BallmanSilencing an MSVC C4334 warning ('<<' : result of 32...
2014-09-02 David XuMerge Extend and Shift into a UBFX
2014-09-02 Hal Finkel[PowerPC] Guard against illegal selection of add for...
2014-09-01 Saleem AbdulrasoolCodeGen: indicate Windows unwind data format
2014-09-01 Sanjay PatelUse an integer constant for FABS / FNEG (x86).
2014-09-01 Yuri Gorshenin[asan-assembly-instrumentation] Prologue and epilogue...
2014-09-01 Renato GolinThumb2 M-class MSR instruction support changes
2014-09-01 Yuri GorsheninRevert "[asan-assembly-instrumentation] Prologue and...
2014-09-01 Yuri Gorshenin[asan-assembly-instrumentation] Prologue and epilogue...
2014-08-30 Craig TopperRemove 'virtual' keyword from methods markedwith 'overr...
2014-08-30 Craig TopperFix some cases where StringRef was being passed by...
2014-08-30 Brad SmithJIT support has been added awhile ago.
2014-08-30 Juergen RibutzkaRevert r216805 "[MachineCombiner][AArch64] Use the...
2014-08-29 Juergen Ributzka[MachineCombiner][AArch64] Use the correct register...
2014-08-29 Juergen Ributzka[FastISel][AArch64] Use the correct register class...
2014-08-29 Alexey SamsonovMake isValidMCLOHType take unsigned instead of enum...
2014-08-29 Reid KlecknerAArch64: Silence -Wabsolute-value warning with std...
2014-08-29 Reid KlecknerSpeculative build fix for const, gcc, and ArrayRef...
2014-08-29 Robin MorissetFix typos in comments, NFC
2014-08-29 Reid KlecknerAdd a const and munge some comments
2014-08-29 Reid Klecknermusttail: Forward regparms of variadic functions on...
2014-08-29 Reid KlecknerVerifier: Don't reject varargs callee cleanup functions
2014-08-29 Louis GerbargRemove spurious mask operations from AArch64 add->compa...
2014-08-29 Reid KlecknerX86: Fix conflict over ESI between base register and...
2014-08-29 Robin Morisset[X86] Refactor X86ISelDAGToDAG::SelectAtomicLoadArith...
2014-08-29 Juergen Ributzka[FastISel][AArch64] Fix an incorrect kill flag due...
2014-08-29 Matt ArsenaultR600/SI: Use mad for fsub + fmul
2014-08-29 Tim NorthoverAArch64: only try to get operand of a known node.
2014-08-29 Sanjay Pateltypo
2014-08-29 Jingyue Wu[NVPTX] Make the alignment an explicit argument to...
2014-08-29 Tim NorthoverAArch64: skip select/setcc combine in complex case.
2014-08-29 Arnaud A. de Grand... [AArch64] FPLoadBalancing: move ownership of the chain...
2014-08-29 Robert Khasanov[SKX] Enable lowering of integer CMP operations.
2014-08-29 Jiangning Liu[AArch64] Fix some failures exposed by value type v4f16...
2014-08-29 Juergen Ributzka[FastISel][AArch64] Don't fold instructions that are...
2014-08-28 Jim GrosbachAArch64: More correctly constrain target vector extend...
2014-08-28 Sanjay PatelFix a logic bug in x86 vector codegen: sext (zext ...
2014-08-28 Sid ManningMinor spelling correction.
2014-08-28 David XuGenerate CMN when comparing a short int with minus
2014-08-28 Justin HibbitsTest commit. Fix whitespace from a previous patch...
2014-08-28 Chandler Carruth[x86] Fix whitespace and formatting around this functio...
2014-08-28 Chandler Carruth[x86] Hoist conditions from *every single if* in this...
2014-08-28 Chandler Carruth[x86] Inline an SSE4 helper function for INSERT_VECTOR_...
2014-08-27 Juergen RibutzkaRevert "[FastISel][AArch64] Don't fold instructions...
2014-08-27 Alexey SamsonovFix unaligned reads/writes in X86JIT and RuntimeDyldELF.
2014-08-27 Juergen Ributzka[FastISel][AArch64] Don't fold instructions too aggress...
2014-08-27 Juergen Ributzka[FastISel][AArch64] Fix a comment in my previous commit...
2014-08-27 Juergen Ributzka[FastISel][AArch64] Fix simplify address when the addre...
2014-08-27 Juergen Ributzka[FastISel][AArch64] Use the zero register for stores.
2014-08-27 Sanjay Pateltypo in comment
2014-08-27 Reid KlecknerX86 MC: Handle instructions like fxsave that match...
2014-08-27 Alexey SamsonovUse BitVector instead of int in R600 SIISelLowering.
2014-08-27 Oliver StannardTeach the AArch64 backend about v4f16 and v8f16
2014-08-27 Evgeniy StepanovClang-format over X86AsmInstrumentation.* with LLVM...
2014-08-27 Chandler Carruth[x86] Fix a regression introduced with r213897 for...
2014-08-27 Chandler Carruth[SDAG] Re-instate r215611 with a fix to a pesky X86...
2014-08-27 Evgeniy StepanovClang-format over X86AsmInstrumentation.*.
2014-08-27 Robert Khasanov[SKX] Added new versions of cmp instructions in avx512_...
2014-08-27 Elena DemikhovskyAVX-512: Added intrinsic for VMOVSS store form with...
2014-08-27 Craig TopperSimplify creation of a bunch of ArrayRefs by using...
2014-08-27 Juergen Ributzka[FastISel][AArch64] Fix address simplification.
2014-08-27 Juergen Ributzka[FastISel][AArch64] Fold Sign-/Zero-Extend into the...
2014-08-26 Reid KlecknerMC: Split the x86 asm matcher implementations by dialect
2014-08-26 James MolloyChange the return value of "getEnd()" from a MachineIns...
2014-08-26 Yi KongARM: Add patterns for dbg
2014-08-26 Dylan NoblesmithAArch64: use std::fill instead of memset
2014-08-26 Dylan NoblesmithRevert "AArch64: use std::vector for temp array"
2014-08-26 Dylan NoblesmithRevert "NVPTX: remove another raw delete call"
2014-08-25 Juergen Ributzka[FastISel][AArch64] Refactor float zero materialization...
2014-08-25 Rafael EspindolaModernize raw_fd_ostream's constructor a bit.
2014-08-25 Chandler Carruth[x86] Fix a bug in r216319 where I was missing a 'break'.
2014-08-25 Chad Rosier[AArch32] Add patterns for VCVT{A,N,P,M}.
2014-08-25 Robert Khasanov[SKX] avx512_icmp_packed multiclass extension
2014-08-25 Karthik BhatAllow vectorization of division by uniform power of 2.
2014-08-25 Dylan NoblesmithAArch64: unique_ptr-ify map structures
2014-08-25 Dylan NoblesmithAArch64: use std::vector for temp array
2014-08-25 Dylan NoblesmithNVPTX: remove another raw delete call
2014-08-25 Dylan NoblesmithNVPTX: remove raw delete call
2014-08-24 Craig TopperUse range based for loops to avoid needing to re-mentio...
2014-08-24 Elena DemikhovskyX86 intrinsics table - simplifies intrinsics lowering.
2014-08-23 Hal Finkel[PowerPC] Add support for dcbtst and icbt (prefetch)
2014-08-23 Chad RosierRevert "ARM: improve RTABI 4.2 conformance on Linux"
2014-08-23 Chad RosierRevert "ARM: mark missing functions from RTABI"
2014-08-23 Chandler Carruth[x86] Start fixing a really subtle and terrible form...
2014-08-22 Reid KlecknerARM / x86_64 varargs: Don't save regparms in prologue...
2014-08-22 Tom StellardR600/SI: Use READ2/WRITE2 instructions for 64-bit mem...
2014-08-22 Tom StellardR600/SI: Use a ComplexPattern for DS loads and stores
2014-08-22 Tom StellardR600/SI: Wrap local memory pointer in AssertZExt on SI
2014-08-22 Tom StellardR600/SI: Use correct helper class for DS_WRITE2 instruc...
2014-08-22 Quentin Colombet[ARM] Move the implementation of the target hooks relat...
2014-08-22 Sasa Stankovic[mips] Don't use odd-numbered float registers for doubl...
2014-08-21 Duncan P. N. Exon... Revert "X86: Align the stack on word boundaries in...
2014-08-21 Juergen Ributzka[FastISel][AArch64] Add support for variable shift.
2014-08-21 Philip ReamesMinor refactor to make applying patches from 'Add a...
2014-08-21 Sanjay Patelname change: isPow2DivCheap -> isPow2SDivCheap
2014-08-21 Philip ReamesWhitespace change to reduce diff in future patch.
2014-08-21 Philip Reames[X86] Split out the logic to select the stack probe...
2014-08-21 Robin MorissetRename AtomicExpandLoadLinked into AtomicExpand
2014-08-21 Juergen Ributzka[FastISel][AArch64] Use the correct register class...
2014-08-21 Tom StellardR600/SI: Teach moveToVALU how to handle more S_LOAD_...
next