oota-llvm.git
2015-11-19 Sanjay Patel[InstCombine] add tests to show missing bitcast optimiz...
2015-11-19 Krzysztof ParzyszekExpand subregisters in MachineFrameInfo::getPristineRegs
2015-11-19 Dehao ChenFix the debug build breakage that getDiscriminator...
2015-11-19 Michael ZolotukhinRevert r253253 and r253126: "Don't recompute LCSSA...
2015-11-19 Dehao ChenReimplement discriminator assignment algorithm.
2015-11-19 Davide Italiano[AddressSanitizer] assert(false) -> llvm_unreachable...
2015-11-19 Jun Bum Lim [AArch64] Refactoring aarch64-ldst-opt. NCF.
2015-11-19 Chad Rosier[LIR] Fix 80-column from previous commit.
2015-11-19 Chad Rosier[LIR] Sink checks into function to enable future refact...
2015-11-19 James Molloy[GlobalOpt] Localize some globals that have non-instruc...
2015-11-19 Sanjay Patelupdate comment and error message; NFC
2015-11-19 Chad Rosier[LIR] Use the more appropriate method. NFC.
2015-11-19 Jun Bum Lim[AArch64]Extend merging narrow loads into a wider load
2015-11-19 Sanjay Patelthis new test file was accidentally left out of r253573
2015-11-19 Sanjay Patel[CGP] despeculate expensive cttz/ctlz intrinsics
2015-11-19 Hans WennborgX86: More efficient legalization of wide integer compares
2015-11-19 NAKAMURA TakumiTargetParser.cpp: Fixup -- StringRef::startswith()...
2015-11-19 Mehdi AminiRemove unused function parameter (NFC)
2015-11-19 Diego NovilloSamplePGO - Sort samples by source location when emitti...
2015-11-19 Zoran Jovanovic[mips] Add tests for ROL and ROR macros expansion
2015-11-19 NAKAMURA Takumillvm/lib/Support/TargetParser.cpp: Rework llvm::ARM...
2015-11-19 Chad Rosier[LV] Add a helper function, isReductionVariable. NFC.
2015-11-19 Zoran Jovanovic[mips] Expansion of ROL and ROR macros
2015-11-19 Elena DemikhovskyAVX-512: Fixed COPY_TO_REGCLASS for mask registers
2015-11-19 Artyom SkrobovRemoving specific target from the generic test
2015-11-19 Simon Pilgrim[X86][AVX] Fix lowering of X86ISD::VZEXT_MOVL for 128...
2015-11-19 Alexey BataevAlternative to long nops for X86 CPUs, by Andrey Turetsky
2015-11-19 Dan Liew[lit] Fix bug when using Python3 where a failing test...
2015-11-19 NAKAMURA Takumigold-plugin.cpp: Fix diagnosticHandler corresponding...
2015-11-19 James Molloy[FunctionAttrs] Provide a mechanism for adding function...
2015-11-19 Igor BregerAVX512: Implemented encoding, intrinsics and DAG loweri...
2015-11-19 Igor BregerAVX512: Implemented encoding for the vmovss.s and vmovs...
2015-11-19 Igor BregerAVX512: Implemented encoding for the follow instructions.
2015-11-19 Elena DemikhovskyPointers in Masked Load, Store, Gather, Scatter intrinsics
2015-11-19 Pete CooperRevert "Change memcpy/memset/memmove to have dest and...
2015-11-19 Mehdi AminiDo not require a Context to extract the FunctionIndex...
2015-11-19 Nathan Slingerland[Support] Disable SaturatingMultiply() unit test while...
2015-11-19 Weiming ZhaoFix bug 25440: GVN assertion after coercing loads
2015-11-19 Reid KlecknerFix UMR in llvm-nm on IR object files in printDarwinSymbol
2015-11-19 Quentin Colombet[X86] Enable shrink-wrapping by default.
2015-11-19 Cong HouFix several long lines (>80) in LoopVectorize.cpp....
2015-11-19 Reid KlecknerDon't search for third party libraries while using...
2015-11-19 Reid KlecknerDisable Go bindings test with MSan, it has tons of...
2015-11-19 Reid KlecknerInitialize PersistentId for HandleSDNode, as these...
2015-11-18 Davide Italiano[SimplifyLibCalls] New trick: pow(x, 0.5) -> sqrt(x...
2015-11-18 Quentin Colombet[AArch64] Enable shrink-wrapping by default.
2015-11-18 Mehdi AminiFix returned value for GVN: could return "false" even...
2015-11-18 Chris Bieneman[CMake] Support -fvisibility-inlines-hidden when LLVM_E...
2015-11-18 Xinliang David LiMinor cleanups (from review feedback)
2015-11-18 Davide Italiano[BuildLibCalls] EmitStrNLen() is dead code. Garbage...
2015-11-18 Pete CooperChange memcpy/memset/memmove to have dest and source...
2015-11-18 Jingyue Wu[doc] fix a wrong link
2015-11-18 Simon Pilgrim[DAGCombiner] Vector constant folding for comparisons
2015-11-18 Tim NorthoverARM: make sure backend is consistent about exception...
2015-11-18 Mike AizatskyDisable gvn non-local speculative loads under asan.
2015-11-18 Nathan Slingerland[llvm-profdata] Add SaturatingAdd/SaturatingMultiply...
2015-11-18 Sanjoy Das[OperandBundles] Address review on r253446; NFC
2015-11-18 Betul Buyukkurt[PGO] Value profiling support
2015-11-18 Matthew Simpson[Aarch64] Add cost for missing extensions.
2015-11-18 Artyom SkrobovRemoving specific target from the generic test
2015-11-18 Nathan Slingerland[llvm-profdata] Use SmallSet rather that std::set for...
2015-11-18 Dan Gohman[WebAssembly] Add more whitespace characters to prettif...
2015-11-18 Bradley Smith[ARM] Add +feature names to TargetParser extensions...
2015-11-18 Dan Gohman[WebAssembly] Make bogus inline asm strings in tests...
2015-11-18 Dan Gohman[WebAssembly] Add some spaces to the assembly output...
2015-11-18 Dan Gohman[WebAssembly] Enable register coloring and register...
2015-11-18 Manuel KlimekFix bug where WinCOFFObjectWriter would assume starting...
2015-11-18 Fraser CormackFix typo in comment. NFC.
2015-11-18 Jonas Paulsson[SelectionDAGBuilder] Make sure DemoteReg ends up in...
2015-11-18 Igor LaevskyRevert "Revert "Strip metadata when speculatively hoist...
2015-11-18 James Molloy[LTO] Appease buildbots take 3
2015-11-18 James Molloy[LTO] Buildbot appeasing take 2
2015-11-18 James Molloy[LTO] Fix up test/tools/gold/X86/remarks.ll
2015-11-18 James Molloy[LTO] Add an early run of functionattrs
2015-11-18 Asaf Badouh[X86][AVX512CD] add mask broadcast intrinsics
2015-11-18 Simon Pilgrim[X86][AVX] Added 256-bit shuffle splat tests.
2015-11-18 Igor BregerAVX512: Implemented encoding for vpextrw.s instruction.
2015-11-18 Sanjoy Das[OperandBundles] Tighten OperandBundleDef's interface...
2015-11-18 Hrvoje Varga[mips][microMIPS] Implement DPS.W.PH, DPSQ_S.W.PH,...
2015-11-18 Craig TopperReplace dyn_cast with isa in places that weren't using...
2015-11-18 Rafael EspindolaDefault SetVector to use a DenseSet.
2015-11-18 Sanjoy DasTeach the inliner to track deoptimization state
2015-11-18 Rafael EspindolaStop producing .data.rel sections.
2015-11-18 David MajnemerFix LLD testsuite fallout from r253429
2015-11-18 David MajnemerAdd a test for r253323
2015-11-18 David Majnemer[llvm-objdump] Use the COFF export table for additional...
2015-11-18 Jingyue Wu[doc] simplify the doc on compiling CUDA
2015-11-18 Cong HouRemove a redundant assertion in MachineBasicBlock.cpp...
2015-11-18 Cong HouRemove redundant code in MachineBasicBlock.cpp. NFC.
2015-11-18 Reid KlecknerAttempt to fix uninitialized SDAG persistent ids detect...
2015-11-18 Cong HouLet += and -= operators in BranchProbability have satur...
2015-11-18 Kostya Serebryany[libFuzzer] remove default initializer as a workaround...
2015-11-18 Cong HouModify the interface BranchProbability::normalizeProbab...
2015-11-18 Nathan SlingerlandRevert "[llvm-profdata] Add SaturatingAdd/SaturatingMul...
2015-11-18 Cong HouImproving edge probabilities computation when choosing...
2015-11-18 Nathan Slingerland[llvm-profdata] Fix unhandled enumeration values warning
2015-11-18 Nathan Slingerland[llvm-profdata] Add SaturatingAdd/SaturatingMultiply...
2015-11-18 Quentin Colombet[ARM] Enable shrink-wrapping by default.
2015-11-18 David BlaikieGeneralize ownership/passing semantics to allow dsymuti...
2015-11-18 Rafael EspindolaRemove excess white space
next