oota-llvm.git
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+.
2015-10-26 Igor BregerAVX-512: Use correct extract vector length.
2015-10-26 Silviu Baranga[SCEV] Factor out common visiting patterns for SCEV...
2015-10-26 Silviu Baranga[InstCombine] Teach instcombine not to create extra...
2015-10-26 James Molloy[ARM] Handle the inline asm constraint type 'o'
2015-10-26 Benjamin KramerDrop code after unreachable. No functionality change.
2015-10-26 Igor BregerAVX512: Add AVX-512 not materializable instructions.
2015-10-26 Lang Hames[Orc] Add license header to OrcTargetSupport.
2015-10-26 Lang Hames[Orc] In the CompileOnDemand layer, wrap module ownersh...
2015-10-26 David MajnemerUpdate test to take into account for r251271.
2015-10-26 David Majnemer[MC] Add support for GNU as-compatible binary operator...
2015-10-26 David Majnemer[MC] Don't crash when .word is given bogus values
2015-10-25 Tobias GrosserRegionInfo: Correctly expand regions
2015-10-25 Benjamin KramerConvert assert(false) into llvm_unreachable where it...
2015-10-25 Simon Pilgrim[X86][AVX] Regenerate tests.
2015-10-25 Saleem Abdulrasooldocs: document `x` mangling in LangRef
2015-10-25 Davide Italiano[ScalarEvolution] Throw away dead code.
2015-10-25 Davide Italiano[ScalarEvolution] Get rid of NDEBUG in header (correctl...
2015-10-25 Sanjoy Das[LCSSA] Unbreak build, don't reuse L; NFC
2015-10-25 Davide Italiano[ScalarEvolution] Get rid of NDEBUG in header.
2015-10-25 Sanjoy Das[LCSSA] Use range for loops; NFC
2015-10-25 Simon Pilgrim[X86][SSE4A] Fix for EXTRQI shuffle lowering.
2015-10-25 Simon Pilgrim[X86][SSE] Refreshed tests (missing AVX512 patterns)
2015-10-25 Elena DemikhovskyScalarizer for masked.gather and masked.scatter intrinsics.
2015-10-25 Simon Pilgrim[X86][SSE] Added tests for shuffling through bitcasts.
2015-10-25 Simon Pilgrim[X86][SSE] vector sext/zext tests - remove unnecessary...
2015-10-25 Simon Pilgrim[X86][SSE] shift/rotate tests - remove unnecessary...
2015-10-25 Simon Pilgrim[X86] PMOV*X* tests - remove unnecessary mcpu arguments...
2015-10-25 Simon Pilgrim[X86] Stack folding tests - just use mtriple - no need...
2015-10-25 Michael Kuperstein[X86] Use correct calling convention for MCU psABI...
2015-10-25 Michael Kuperstein[X86] Add support for elfiamcu triple
2015-10-25 Craig TopperRemove two unnecessary conversions from MVT to EVT...
2015-10-25 Craig TopperUse MVT::SimpleValueType instead of MVT in template...
2015-10-24 Rafael EspindolaSimplify boolean conditional return statements in tools...
2015-10-24 Rafael EspindolaSimplify boolean expressions in tools/llvm-objdump.
2015-10-24 Rafael EspindolaRefactor: Simplify boolean conditional return statement...
2015-10-24 Simon Pilgrim[X86][SSE] Use lowerVectorShuffleWithUNPCK instead...
2015-10-24 Davide Italiano[Support] Add comment to explain why we can't drop...
2015-10-24 Davide Italiano[CodeGen] Get rid of NDEBUG to ensure structure stability.
2015-10-24 Simon Pilgrim[X86][SSE] lowerVectorShuffleWithUNPCK - use equivalent...
2015-10-24 Michael ZolotukhinRefactor: Simplify boolean conditional return statement...
2015-10-24 Simon PilgrimRemoved old FIXME - we do generate movddup for SSE3...
2015-10-24 Simon Pilgrim[DAGCombiner] Tidy up ConstantFP commutation. NFCI
2015-10-24 Benjamin KramerUse all_of to simplify control flow. NFC.
2015-10-24 Yaron KerenAdd libuuid to required system libraries list for mingw.
next