oota-llvm.git
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.
2015-10-24 Benjamin KramerUse find_if to simplify control flow. NFC.
2015-10-24 Simon Pilgrim[DAGCombiner] Generalize masking of constant rotates.
2015-10-24 Craig TopperCall the version of ConvertCostTableLookup that takes...
2015-10-24 Hans WennborgX86ISelLowering: Support tail calls to/from callee...
2015-10-24 Simon PilgrimFix unused variable warning. NFC.
2015-10-24 Simon Pilgrim[X86][XOP] Add support for lowering vector rotations
2015-10-24 Benjamin Kramer[TblGen] ArrayRefize CodeGenSchedule. No functionality...
2015-10-24 Benjamin Kramer[TblGen] ArrayRefize TGParser. No functional change...
2015-10-24 Benjamin Kramer[BasicAliasAnalysis] Simplify expression, no functional...
2015-10-24 NAKAMURA TakumiScalarReplAggregates.cpp: Try to appease clash of anony...
2015-10-24 Sanjoy DasExtract out getConstantRangeFromMetadata; NFC
2015-10-24 Sanjoy DasFix whitespace issues in two places; NFC
2015-10-24 NAKAMURA Takumillvm/Transforms/Utils/LoopVersioning.h requires llvm...
2015-10-24 Kostya Serebryany[libFuzzer] add -merge flag to merge corpora
2015-10-24 NAKAMURA TakumiFix ADT/UniqueVector.h to resolve implicit dependency.
2015-10-24 NAKAMURA Takumillvm/module.modulemap: AVR.def should be textual header.
2015-10-24 Matt ArsenaultAMDGPU: Print modifiers when dumping AMDGPUOperand
2015-10-23 Igor Laevsky[RS4GC] Rename stripDereferenceabilityInfo into stripNo...
2015-10-23 Rafael EspindolaAdd a RAW mode to StringTableBuilder.
2015-10-23 Chen LiRevert rL251061 [SimplifyCFG] Extend SimplifyResume...
2015-10-23 Hal FinkelHandle non-constant shifts in computeKnownBits, and...
2015-10-23 Tim NorthoverGVN: don't try to replace instruction with itself.
2015-10-23 Rafael EspindolaFix the variable names to match the LLVM style.
2015-10-23 Sanjoy Das[SCEV] Fix stylistic issue in MatchBinaryAddToConst...
2015-10-23 Sanjoy Das[Inliner] Don't inline through callsites with operand...
2015-10-23 Chris Bieneman[CMake] Fixing dependency issue with parallel make...
next