oota-llvm.git
2015-10-28 Craig TopperFix a -Wpessimizing-move warning.
2015-10-28 Craig TopperUse range-based for loops and use initializer list...
2015-10-28 Chen Li[IndVarSimplify] Rewrite loop exit values with their...
2015-10-28 Xinliang David Li[PGO] Indexed Prof Reader refactoring (NFC)
2015-10-28 Craig TopperRemove templates from CostTableLookup functions. All...
2015-10-28 Hal Finkel[PowerPC] Replace cntlz[.] with cntlzw[.]
2015-10-28 Sanjoy Das[ValueTracking] Expose `implies` via ValueTracking...
2015-10-28 Sanjoy Das[ValueTracking] Use !range metadata more aggressively...
2015-10-28 Sanjoy Das[SelectionDAG] Don't inspect !range metadata for extend...
2015-10-28 Sanjoy Das[GVN] Make a test case more robust
2015-10-28 Lang Hames[Orc] Disable Orc C API unit tests on non-Darwin while...
2015-10-28 Lang Hames[Orc] Re-add C bindings for the Orc APIs, with a fix...
2015-10-28 Matthias Braunlit/TestRunner.py: Factor variable subsitution into...
2015-10-28 Matthias Braunlit/TestRunner.py: Factor out Substitution construction...
2015-10-28 Matthias Braunlit/TestRunner.py: Get execdir from test.getExecPath...
2015-10-28 Matthias Braunlit/TestRunner.py: Make parseIntegratedTestScriptComman...
2015-10-28 Lang Hames[Orc] Revert the C bindngs commit, r251472, while I...
2015-10-28 Lang Hames[Orc] Add experimental C bindings for Orc.
2015-10-28 Dylan McKayAdd myself as the the code owner for the AVR backend
2015-10-27 James Y KnightMake the SelectionDAG graph printer use SDNode::Persist...
2015-10-27 Peter CollingbourneBitcode: Fix more unsigned integer overflow bugs.
2015-10-27 David Majnemer[SimplifyCFG] Don't DCE catchret because the successor...
2015-10-27 Vedant Kumar[Bitcode] Fix accidental syntax errors in compatibility...
2015-10-27 Simon Pilgrim[X86][AVX512] Test UNPCK with non-sequential scalars
2015-10-27 Vedant Kumar[IR] Limit bits used for CallingConv::ID, update tests
2015-10-27 Hal Finkel[AliasSetTracker] Use mod/ref information for UnknownInstr
2015-10-27 Sanjay PatelUse the 'arcp' fast-math-flag when combining repeated...
2015-10-27 David Majnemer[ScalarEvolutionExpander] PHI on a catchpad can be...
2015-10-27 Jun Bum Lim[AArch64]Merge halfword loads into a 32-bit load
2015-10-27 NAKAMURA TakumiWhitespace.
2015-10-27 NAKAMURA TakumiRevert r251291, "Loop Vectorizer - skipping "bitcast...
2015-10-27 Diego NovilloTidy a comment. NFC.
2015-10-27 Cong HouCreate a new interface addSuccessorWithoutWeight(MBB...
2015-10-27 Charlie Turner[SLP] Be more aggressive about reduction width selection.
2015-10-27 Charlie Turner[SLP] Try a bit harder to find reduction PHIs
2015-10-27 Charlie Turner[SLP] Treat SelectInsts as reduction values.
2015-10-27 Lang Hames[Orc] Fix indentation.
2015-10-27 Diego NovilloFix SamplePGO segfault when debug info is missing.
2015-10-27 Reid Kleckner[ms-inline-asm] Leave alignment in bytes if the native...
2015-10-27 Rui UeyamaRename qsort -> multikey_qsort. NFC.
2015-10-27 Ed SchoutenPrefer ranlib mode over ar mode.
2015-10-27 Chris Bieneman[CMake] Get rid of LLVM_DYLIB_EXPORT_ALL, and make...
2015-10-27 Asaf Badouh[X86][AVX512] [X86][AVX512] add convert float to half
2015-10-27 Charlie Turner[ARM] Expand ROTL and ROTR of vector value types
2015-10-27 Mehdi AminiDo not use "else" when both branches return (NFC)
2015-10-27 David Majnemer[ScalarEvolutionExpander] Properly insert no-op casts...
2015-10-27 Michael Kuperstein[X86] Make elfiamcu an OS, not an environment.
2015-10-27 Davide Italiano[SimplifyLibCalls] Use range-based loop. No functional...
2015-10-27 Craig TopperConvert cost table lookup functions to return a pointer...
2015-10-27 Chandler Carruth[function-attrs] Refactor code to handle shorter code...
2015-10-27 Sanjoy Das[ValueTracking] Don't special case wrapped ConstantRang...
2015-10-27 Sanjay Patel[x86] replace integer logic ops with packed SSE FP...
2015-10-27 Sanjoy Das[SCEV] Refactor out ScalarEvolution::getDataLayout...
2015-10-27 Steve KingFix llc crash processing S/UREM for -Oz builds caused...
2015-10-26 Sanjay Pateladd FP logic test cases to show current codegen (PR22428)
2015-10-26 Daniel Sanders[mips][ias] Fold needsExpansion() and expandInstruction...
2015-10-26 Tim NorthoverSwitch ownership of miscellaneous ARM target to myself.
2015-10-26 Chandler Carruth[x86] Make the vselect-minmax test 2x to 3x faster...
2015-10-26 Oleksiy VyalovUse Twin instead of std::to_string.
2015-10-26 Ivan KrasinFix indents. It's a follow up to r251353.
2015-10-26 Alexey Samsonov[LLVMSymbolize] Don't use LLVMSymbolizer::Options in...
2015-10-26 Sanjay Patelreorganize logic; NFCI (retry r251349)
2015-10-26 Ivan KrasinMove imported entities into DwarfCompilationUnit to...
2015-10-26 Tim NorthoverARM: make sure VFP loads and stores are properly aligned.
2015-10-26 Sanjay Patelrevert r251349; it included code for a functional change
2015-10-26 Sanjay Patelreorganize logic; NFCI
2015-10-26 Keno FischerInitialize BasicAAWrapperPass in it's constructor
2015-10-26 Alexey SamsonovFix build failure on GCC 4.7 (old libstdc++ doesn't...
2015-10-26 David BlaikieRemove use of std::map<>::emplace which is not supporte...
2015-10-26 Diego NovilloRemove unused local variable. NFC.
2015-10-26 Peter CollingbourneFix tests.
2015-10-26 Peter CollingbourneARM/ELF: Restore original (pre-r251322) logic for decid...
2015-10-26 Alexey Samsonov[LLVMSymbolize] Use symbol table only if function linka...
2015-10-26 Alexey SamsonovFix build error by fully qualifying llvm::make_unique.
2015-10-26 Rui UeyamaOptimize StringTableBuilder.
2015-10-26 Alexey Samsonov[LLVMSymbolize] Use std::unique_ptr more extensively...
2015-10-26 Igor Laevsky[RS4GC] Strip noalias attribute after statepoint rewrite
2015-10-26 Diego NovilloSamplePGO - Add optimization reports.
2015-10-26 David BlaikieRemove assert(false) in favor of asserting the if condi...
2015-10-26 David BlaikieMove the canonical header to the top of its matching...
2015-10-26 Mehdi AminiAdd an (optional) identification block in the bitcode
2015-10-26 Evgeniy Stepanov[safestack] Fast access to the unsafe stack pointer...
2015-10-26 Peter CollingbourneBitstreamWriter: Fix integer overflow.
2015-10-26 Peter CollingbourneARM/ELF: Better codegen for global variable addresses.
2015-10-26 Diego NovilloCleanup test case debug info. NFC.
2015-10-26 Alexey SamsonovRefactor: Simplify boolean conditional return statement...
2015-10-26 Cong HouCheck the case that the numerator and denominator are...
2015-10-26 Alexey SamsonovMove parts of llvm-symbolizer tool into LLVMSymbolize...
2015-10-26 Jonas Paulsson[SystemZ] LTGFR use regclass should be GR32, not GR64.
2015-10-26 Jonas Paulsson[SystemZ] Also clear kill flag for index reg in splitMo...
2015-10-26 Jonas Paulsson[SystemZ] Don't forget the CC def op on LTEBRCompare...
2015-10-26 Jonas Paulsson[SystemZ] Tie operands in SystemZShorteInst if MI becom...
2015-10-26 Vasileios Kalintiris[mips] Check for the correct error message in tests...
2015-10-26 James Molloy[ValueTracking] Extend r251146 to catch a fairly common...
2015-10-26 Silviu Baranga[SCEV] Fix issues found during the review of r251283...
2015-10-26 Elena DemikhovskyLoop Vectorizer - skipping "bitcast" before GEP
2015-10-26 Tim NorthoverTests: be slightly more specific to avoid conflict...
2015-10-26 Igor Bregerfix test errors (on windows) for commit r251287
2015-10-26 Igor BregerAVX512: Enabled VPBROADCASTB lowering for v64i8 vectors.
2015-10-26 Vasileios Kalintiris[mips] Interrupt attribute support for mips32r2+.
next