[RewriteStatepointsForGC] Bugfix for change 246133
[oota-llvm.git] / lib /
2015-09-02 Philip Reames[RewriteStatepointsForGC] Bugfix for change 246133
2015-09-02 Philip ReamesFix release build warning for unused function
2015-09-02 Philip Reames[RewriteStatepointsForGC] Improve debug output [NFC]
2015-09-02 Hal Finkel[PowerPC] Cleanup cost model for unaligned vector loads...
2015-09-02 Douglas KatzmanMove twice-repeated clang path operation into a new...
2015-09-02 Piotr Padlewskiassuem(X) handling in GVN bugfix
2015-09-02 Piotr PadlewskiConstant propagation after hitting assume(cmp) bugfix
2015-09-02 Piotr PadlewskiConstant propagation after hiting llvm.assume
2015-09-02 Benjamin Kramer[RemoveDuplicatePHINodes] Start over after removing...
2015-09-02 Sanjay Pateluse "unpredictable" metadata in fast-isel when splittin...
2015-09-02 Sanjay Pateluse "unpredictable" metadata in SelectionDAG when split...
2015-09-02 Kostya Serebryany[libFuzzer] honour -only_ascii=1 when reading the initi...
2015-09-02 Sanjay Pateladd unpredictable metadata type for control flow
2015-09-02 Ahmed Bougacha[AArch64] More consistently separate asm opc and operan...
2015-09-02 Ahmed Bougacha[AArch64] Consistently separate asm opc and operands...
2015-09-02 Justin BognerIR: Invert a condition to make it more legible. NFC
2015-09-02 James Molloy[ValueTracking] Look through casts when both operands...
2015-09-02 Hal Finkel[PowerPC] Don't always consider P8Altivec-only masks...
2015-09-02 Sanjay Patel[x86] fix allowsMisalignedMemoryAccesses() for 8-byte...
2015-09-02 Asaf Badouh[X86][AVX512VLBW] add support in byte shift and SAD
2015-09-02 Joseph Tremoulet[TableGen] Allow TokenTy in intrinsic signatures
2015-09-02 Igor BregerAVX512: Implemented encoding and intrinsics for VGETMAN...
2015-09-02 Igor BregerAVX512: Implemented encoding and intrinsics for vshufps/d.
2015-09-02 James Molloy[LV] Don't bail to MiddleBlock if a runtime check fails...
2015-09-02 James Molloy[LV] Move some code around slightly to make the intent...
2015-09-02 James Molloy[LV] Cleanup: Sink an IRBuilder closer to its uses.
2015-09-02 James Molloy[LV] Refactor all runtime check emissions into helper...
2015-09-02 James Molloy[LV] Pull creation of trip counts into a helper function.
2015-09-02 James Molloy[LV] Factor the creation of the loop induction variable...
2015-09-02 James Molloy[LV] Never widen an induction variable.
2015-09-02 James Molloy[LV] Switch to using canonical induction variables.
2015-09-02 Elena DemikhovskyAVX-512: store <4 x i1> and <2 x i1> values in memory
2015-09-02 Elena DemikhovskyOptimization for Gather/Scatter with uniform base
2015-09-02 Yaron KerenMove createEliminateAvailableExternallyPass earlier...
2015-09-02 Vedant Kumar[CodeGen] Fix FREM on 32-bit MSVC on x86
2015-09-01 David Majnemer[MC] Generate a timestamp for COFF object files
2015-09-01 David Majnemer[MC] Remove MCAssembler's copy of OS
2015-09-01 Ahmed Bougacha[ARM] Don't abort on variable-idx extractelt in Reconst...
2015-09-01 David Majnemer[MC] Add support for generating COFF CRCs
2015-09-01 Sanjay Patelrename "slow-unaligned-mem-under-32" to slow-unaligned...
2015-09-01 Hans WennborgDeadArgElim: don't eliminate arguments from naked functions
2015-09-01 Artem BelevichNew bitcode linker flags:
2015-09-01 Ahmed Bougacha[AArch64] Lower READCYCLECOUNTER using MRS PMCCTNR_EL0.
2015-09-01 David Majnemer[MC] Allow MCObjectWriter's output stream to be swapped out
2015-09-01 Igor BregerAVX512: Implemented intrinsics for valign.
2015-09-01 Silviu Baranga[AArch64] Turn on by default interleaved access vectori...
2015-09-01 Silviu Baranga[ARM] Turn on by default interleaved access vectorization
2015-09-01 Silviu Baranga[ARM][AArch64] Turn on by default interleaved access...
2015-09-01 Yaron KerenFix typo.
2015-09-01 Matt ArsenaultAMDGPU: Fix adding redundant implicit operands
2015-09-01 Cong HouDistribute the weight on the edge from switch to defaul...
2015-08-31 Duncan P. N. Exon... LTO: Cleanup parameter names and header docs, NFC
2015-08-31 Hal Finkel[DAGCombine] Fixup SETCC legality checking
2015-08-31 Sanjay Pateldon't set a legal vector type if we know we can't use...
2015-08-31 Quentin Colombet[BasicAA] Fix the handling of sext and zext in the...
2015-08-31 JF BastienWebAssembly: generate load/store
2015-08-31 Sanjay Patelgeneralize helper function of MergeConsecutiveStores...
2015-08-31 Karl SchimpfFix bug in method LLLexer::FP80HexToIntPair
2015-08-31 Hans WennborgFix Windows build by including raw_ostream.h
2015-08-31 Naomi MusgraveRollback of commit "Repress sanitization on User dtor."
2015-08-31 Hal Finkel[DAGCombine] Use getSetCCResultType utility function
2015-08-31 Sanjay Patel[x86] enable machine combiner reassociations for scalar...
2015-08-31 Reid Kleckner[EH] Handle non-Function personalities like unknown...
2015-08-31 Philip Reames[FunctionAttr] Infer nonnull attributes on returns
2015-08-31 Quentin Colombet[AArch64][CollectLOH] Remove an invalid assertion and...
2015-08-31 Naomi MusgraveUndo reversion on commit: Revert "Revert "Repress sanit...
2015-08-31 Hal Finkel[DAGCombine] Remove some old dead code for forming...
2015-08-31 Philip Reames[LazyValueInfo] Look through Phi nodes when trying...
2015-08-31 Kit BartonRework of the new interface for shrink wrapping
2015-08-31 Matthias BraunAArch64: Fix loads to lower NEON vector lanes using...
2015-08-31 Matthias BraunX86: Fix FastISel SSESelect register class
2015-08-31 Filipe Cabecinhas[BitcodeReader] Ensure we can read constant vector...
2015-08-31 Vedant Kumar[MC/AsmParser] Avoid setting MCSymbol.IsUsed in some...
2015-08-31 Karl SchimpfChange comment to verify commit accesss.
2015-08-31 Naomi MusgraveRevert "Repress sanitization on User dtor. Modify msan...
2015-08-31 Naomi MusgraveRepress sanitization on User dtor. Modify msan macros...
2015-08-31 Benjamin Kramer[SectionMemoryManager] Use range-based for loops. No...
2015-08-31 Igor BregerAVX512: ktest implemantation
2015-08-31 Igor BregerAVX512: Implemented encoding and intrinsics for vdbpsadbw
2015-08-31 Igor BregerAVX512: kadd implementation
2015-08-31 Igor BregerAVX512: Implemented encoding and intrinsics for vpalignr
2015-08-31 Hal Finkel[AggressiveAntiDepBreaker] Check for EarlyClobber on...
2015-08-31 Jingyue Wu[JumpThreading] make jump threading respect convergent...
2015-08-31 Peter CollingbourneSupport: Support LLVM_ENABLE_THREADS=0 in llvm/Support...
2015-08-30 Hal Finkel[PowerPC] Fixup SELECT_CC (and SETCC) patterns with...
2015-08-30 Elena DemikhovskyNFC: Code style in VectorUtils.cpp
2015-08-30 Renato GolinRevert "Revert "New interface function is added to...
2015-08-30 Renato GolinRevert "New interface function is added to VectorUtils...
2015-08-30 Chandler CarruthStop calling the flat out insane ARM target parsing...
2015-08-30 Chandler CarruthRemove a linear walk to find the default FPU for a...
2015-08-30 Hal Finkel[MIR Serialization] static -> static const in getSerial...
2015-08-30 Chandler CarruthTeach the target parsing framework to directly compute...
2015-08-30 Hal Finkel[PowerPC/MIR Serialization] Target flags serialization...
2015-08-30 Hal Finkel[PowerPC] Don't assume ADDISdtprelHA's source is r3
2015-08-30 Elena DemikhovskyNew interface function is added to VectorUtils
2015-08-30 Chandler CarruthRefactor the ARM target parsing to use a def file with...
2015-08-30 Chandler Carruth[Triple] Use clang-format to normalize the formatting...
2015-08-30 Chandler Carruth[Triple] Stop abusing a class to have only static metho...
2015-08-29 Fiona GlaserSelectionDAG: add missing ComputeSignBits case for...
2015-08-29 Peter CollingbourneFix shared library build.
next