oota-llvm.git
2015-08-31 Duncan P. N... 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 Richard SmithInfrastructure changes for Clang r246497.
2015-08-31 Sanjay Patelgeneralize helper function of MergeConsecutiveStores...
2015-08-31 Reid KlecknerRevert "[lit] Speculatively fix PR24554 by manually...
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 Hans WennborgFix CHECK directives that weren't checking.
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 Davide Italiano[llvm-readobj] Dump MachO Dysymtab command.
2015-08-31 Quentin Colombet[AArch64][CollectLOH] Remove an invalid assertion and...
2015-08-31 Kostya Serebryany[libFuzzer] update the docs to mention llvm-as-fuzzer
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 Karl SchimpfBuild a lib/Fuzzer version for llvm-as.
2015-08-31 Vedant Kumar[MC/AsmParser] Avoid setting MCSymbol.IsUsed in some...
2015-08-31 Davide Italiano[llvm-readobj] Add pair of missing braces.
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: Add encoding tests for vscatter instructions
2015-08-31 Igor BregerAVX512: Implemented encoding and intrinsics for vpalignr
2015-08-31 Hal Finkel[AggressiveAntiDepBreaker] Check for EarlyClobber on...
2015-08-31 Sylvestre LedruForce the locale when executing ld gold
2015-08-31 Jingyue Wu[JumpThreading] make jump threading respect convergent...
2015-08-31 Frederic Riss[dsymutil] Do not mistakenly reuse the current object...
2015-08-31 Frederic Riss[dsymutil] Fix testcase.
2015-08-31 Frederic Riss[dsymutil] Do not crash on empty debug_range range.
2015-08-31 Frederic Riss[dsymutil] Fix caching of current range. NFC.
2015-08-31 Frederic Riss[dsymutil] Fix handling of inlined_subprogram low_pcs
2015-08-31 Frederic Riss[dsymutil] Do not construct a StringRef from a std...
2015-08-31 Frederic Riss[dsymutil] Implement -symtab/-s option.
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.
2015-08-29 James Molloy[ARM] Fix up buildbots after r246360
2015-08-29 James Molloy[ARM] Hoist fabs/fneg above a conversion to float.
2015-08-29 Matt ArsenaultAMDGPU: Add sdst operand to VOP2b instructions
2015-08-29 Matt ArsenaultAMDGPU: Set mem operands for spill instructions
2015-08-29 Matt ArsenaultAMDGPU: Fix dropping mem operands when moving to VALU
2015-08-29 Tom StellardAMDGPU/SI: Fix some invaild assumptions when folding...
2015-08-28 Tom StellardAMDGPU/SI: Factor operand folding code into its own...
2015-08-28 NAKAMURA TakumiRevert r246350, "The host and default target triples...
2015-08-28 Duncan P. N... DI: Update tests before adding !dbg subprogram attachments
2015-08-28 Paul RobinsonThe host and default target triples do not need to...
2015-08-28 Duncan P. N... DI: Set DILexicalBlock columns >= 65536 to 0/unknown
2015-08-28 Peter CollingbourneUse UNSUPPORTED instead of XFAIL to disable this test...
2015-08-28 Peter Collingbournelit: Match UNSUPPORTED against target triple as we...
2015-08-28 Vedant Kumar[X86] NFC: Clean up and clang-format a few lines
2015-08-28 Duncan P. N... DI: Add Function::getSubprogram()
2015-08-28 Duncan P. N... AsmPrinter: Allow null subroutine type
2015-08-28 David MajnemerRevert r246232 and r246304.
2015-08-28 Matthew SimpsonRemove white space (test commit)
2015-08-28 Rafael EspindolaSplit the gold tests into X86 and PowerPC directories.
2015-08-28 Duncan P. N... DI: Require subprogram definitions to be distinct
2015-08-28 Sanjoy Das[IR] Add some asserts to CallInst and InvokeInst; NFCI.
2015-08-28 Sanjoy Das[InstCombine] Fix PR24605.
2015-08-28 Chad RosierOptimize memcmp(x,y,n)==0 for small n and suitably...
2015-08-28 Vedant Kumar[test] (NFC) Simplify Transforms/ConstProp/calls.ll
2015-08-28 Petar Jovanovic[mips64][mcjit] Add N64R6 relocations tests and fix...
2015-08-28 Petar Jovanovic[mips] Remove incorrect DebugLoc entries from prologue
2015-08-28 Matt ArsenaultMake MergeConsecutiveStores look at other stores on...
2015-08-28 David MajnemerTest case for r246304.
2015-08-28 JF BastienRemove Merge Functions pointer comparisons
2015-08-28 David Majnemer[CodeGen] isInTailCallPosition didn't consider readnone...
2015-08-28 James Molloy[LoopUtils] Move a private constructor nearer the other...
2015-08-28 Sanjay Patel[x86] enable machine combiner reassociations for scalar...
2015-08-28 Davide Italiano[MC] Convert tests to use llvm-readobj --macho-version...
2015-08-28 Rui Ueyamallvm-readobj: Dump more info for COFF import libraries.
2015-08-28 Chandler Carruth[SROA] Fix PR24463, a crash I introduced in SROA by...
next