Convert cost table lookup functions to return a pointer to the entry or nullptr inste...
[oota-llvm.git] / lib /
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 Daniel Sanders[mips][ias] Fold needsExpansion() and expandInstruction...
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 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 CollingbourneARM/ELF: Better codegen for global variable addresses.
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 Elena DemikhovskyLoop Vectorizer - skipping "bitcast" before GEP
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[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 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 Benjamin KramerConvert assert(false) into llvm_unreachable where it...
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 Elena DemikhovskyScalarizer for masked.gather and masked.scatter intrinsics.
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 EspindolaRefactor: Simplify boolean conditional return statement...
2015-10-24 Simon Pilgrim[X86][SSE] Use lowerVectorShuffleWithUNPCK instead...
2015-10-24 Simon Pilgrim[X86][SSE] lowerVectorShuffleWithUNPCK - use equivalent...
2015-10-24 Michael ZolotukhinRefactor: Simplify boolean conditional return statement...
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 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 Kostya Serebryany[libFuzzer] add -merge flag to merge corpora
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 Reid Kleckner[X86] Clean up the tail call eligibility logic
2015-10-23 Lang Hames[RuntimeDyld][COFF] Fix a think-o in the handling of...
2015-10-23 Kostya Serebryany[libFuzzer] remove some old code; also make __sanitizer...
2015-10-23 Matt ArsenaultAMDGPU: Fix parsing of 32-bit literals with sign bit set
2015-10-23 Artyom Skrobov[ARM] Renaming +t2dsp feature into +dsp, as discussed...
2015-10-23 Oleg Ranevskyy[ARM CodeGen] @llvm.debugtrap call may be removed when...
2015-10-23 Oleg RanevskyyTest commit: fix typo in comment.
2015-10-23 Joseph Tremoulet[CodeGen] Mark setjmp/catchret MBBs address-taken
2015-10-23 James Molloy[BasicAA] Bugfix for r251016
next