[X86][AVX] Tests tidyup
[oota-llvm.git] / lib /
2015-12-12 David MajnemerTry to appease a buildbot
2015-12-12 David Majnemer[IR] Reformulate LLVM's EH funclet IR
2015-12-12 Hal Finkel[PowerPC] OutStreamer cleanup in PPCAsmPrinter
2015-12-12 Chen Li[X86ISelLowering] Add additional support for multiplica...
2015-12-12 Sanjay Patel[InstCombine] allow any pair of bitcasts to be combined
2015-12-12 Hal Finkel[PowerPC] Add Branch Hints for Highly-Biased Branches
2015-12-12 Derek Schuff[WebAssembly] Update test expectations
2015-12-12 Chen LiRevert rL255391: [X86ISelLowering] Add additional suppo...
2015-12-11 Derek Schuff[WebAssembly] Implement prolog/epilog insertion and...
2015-12-11 Chen Li[X86ISelLowering] Add additional support for multiplica...
2015-12-11 Diego NovilloSamplePGO - Reduce memory utilization by 10x.
2015-12-11 Matt ArsenaultSelectionDAG: Match min/max if the scalar operation...
2015-12-11 Hal FinkelRevert r248483, r242546, r242545, and r242409 - absdiff...
2015-12-11 Rafael EspindolaAvoid buffered reads of /dev/urandom
2015-12-11 Xinliang David Li[PGO] Revert r255365: solution incomplete, not handling...
2015-12-11 Xinliang David Li[PGO] Stop using invalid char in instr variable names.
2015-12-11 Matthias BraunCodeGen: Redo analyzePhysRegs() and computeRegisterLive...
2015-12-11 Matt ArsenaultStart replacing vector_extract/vector_insert with extra...
2015-12-11 Derek Schuff[WebAssembly] Fix ADJCALLSTACKDOWN/UP use/defs
2015-12-11 Chad RosierRevert r255247, r255265, and r255286 due to serious...
2015-12-11 Manman RenCXX_FAST_TLS calling convention: target independent...
2015-12-11 Sanjay Patelfix typos; NFC
2015-12-11 Hal FinkelAlignmentFromAssumptions and SLPVectorizer preserves...
2015-12-11 Artur PilipenkoPruneEH pass incorrectly reports that a change was...
2015-12-11 James Molloy[Mem2Reg] Respect optnone
2015-12-11 James Molloy[InstCombine] Make MatchBSwap also match bit reversals
2015-12-11 Xinliang David Li[PGO] Read VP raw data without depending on the Value...
2015-12-11 Hans WennborgFix build after r255319.
2015-12-11 Akira Hatanaka[LazyValueInfo] Stop inserting overdefined values into...
2015-12-11 Kyle Butt[PPC]: Peephole optimize small accesss to aligned globals.
2015-12-11 Vedant Kumar[ProfileData] clang-format TextInstrProfReader::hasForm...
2015-12-11 Cong Hou[X86][SSE] Update the cost table for integer-integer...
2015-12-10 Xinliang David LiFormat fix (NFC)
2015-12-10 Eric ChristopherFix (bitcast (fabs x)), (bitcast (fneg x)) and (bitcast...
2015-12-10 Kyle ButtPPC: Teach FMA mutate to respect register classes.
2015-12-10 Mike Aizatsky[LibFuzzer] Introducing FUZZER_FLAG_UNSIGNED and using...
2015-12-10 Cong HouDelete a duplicate branch in IfConversion.cpp. NFC.
2015-12-10 Simon Pilgrim[DAGCombiner] Fix PR25763 - vector comparison constant...
2015-12-10 Chad Rosier[DSE] Disable non-local DSE to see if the bots go green.
2015-12-10 Rafael EspindolaFix another case where the linkage was not set.
2015-12-10 Duncan P. N. Exon... Verifier: Avoid quadratic checking of aggregates for...
2015-12-10 Chad Rosier[DeadStoreElimination] Use range-based loops. NFC.
2015-12-10 Nathan Slingerland[ProfileData] Add unit test infrastructure for sample...
2015-12-10 Pirama Arumuga NainarFix fptosi, fptoui from f16 vectors to i8, i16 vectors
2015-12-10 Sanjay Patel[InstCombine] fold bitcasts around an extractelement...
2015-12-10 Teresa Johnson[ThinLTO] Debug message cleanup (NFC)
2015-12-10 Rafael EspindolaAvoid undefined behavior when vector is empty.
2015-12-10 Sanjay Patelremove duplicated comments and don't repeat function...
2015-12-10 Rafael EspindolaSlit lib/Linker in two.
2015-12-10 Dan Gohman[WebAssembly] Make WebAssemblyStoreResults only return...
2015-12-10 Dan Gohman[WebAssembly] Fix WebAssemblyPeephole to set Changed...
2015-12-10 Dan Gohman[WebAssembly] Declare that WebAssemblyPeephole does...
2015-12-10 Dan Gohman[WebAssembly] Remove an unneeded getAnalysisUsage override.
2015-12-10 Chad Rosier[DeadStoreElimination] Add support for non-local DSE.
2015-12-10 Nemanja IvanovicBitcasts between FP and INT values using direct moves
2015-12-10 Amjad AboudMacro debug info support in LLVM IR
2015-12-10 Silviu Baranga[LLE] Use the PredicatedScalarEvolution interface to...
2015-12-10 Jonas Paulsson[PostRA scheduling] Allow a target to do scheduling...
2015-12-10 Akira HatanakaRevert r255137.
2015-12-10 Sanjoy DasAdd arg_begin() and arg_end() to CallInst and InvokeIns...
2015-12-10 Craig Topper[X86] Fix a couple cases were bitwise and logical opera...
2015-12-10 Dan Gohman[WebAssembly] Implement mixed-type ISD::FCOPYSIGN.
2015-12-10 Dan Gohman[WebAssembly] Implement fma.
2015-12-10 Tom StellardAMDGPU/SI: Fix warning introduced by r255204
2015-12-10 Tom StellardAMDGPU/SI: Emit constant arrays in the .text section
2015-12-10 Tom StellardAMDGPU/SI: Add support for sgpr and vgpr inline assembl...
2015-12-10 Dan Gohman[WebAssembly] Fix legalization of f32->f64 EXTLOAD.
2015-12-10 Derek Schuff[WebAssembly] Update known test failures
2015-12-10 Matthias BraunRegisterPressure: Factor out liveness dead-def detectio...
2015-12-10 Dan Gohman[WebAssembly] Also legalize sign_extend_inreg of i32...
2015-12-10 Derek Schuff[WebAssembly] Update test failure expectations
2015-12-10 Dan GohmanPeepholeOptimizer: Ignore dead implicit defs
2015-12-10 Dan Gohman[WebAssembly] Fix legalization of shift operators with...
2015-12-10 Dan Gohman[WebAssembly] Fix copy+pastos.
2015-12-10 Dan Gohman[WebAssembly] Implement anyext.
2015-12-09 Quentin Colombet[X86] Enable shrink-wrapping by default, but keep it...
2015-12-09 Sanjay Pateluse range-based for loops; NFCI
2015-12-09 Rafael EspindolaSynchronize the logic for deciding to link a gv.
2015-12-09 Justin BognerIR: Make ConstantDataArray::getFP actually return a...
2015-12-09 Reid Kleckner[Float2Int] Don't operate on vector instructions
2015-12-09 Rafael EspindolaDon't assign a temporary string to a StringRef.
2015-12-09 Sanjoy DasUse WeakVH to keep track of calls with operand bundles...
2015-12-09 Sanjoy DasDelete trailing whitespace; NFC
2015-12-09 Teresa Johnson[ThinLTO] FunctionImport pass can take a const index...
2015-12-09 Sanjay Patel[InstCombine] fold bitcasts around an extractelement...
2015-12-09 Michael ZolotukhinRevert "Revert r253253 and r253126: "Don't recompute...
2015-12-09 Rong Xu[PGO] Resubmit "MST based PGO instrumentation infrastru...
2015-12-09 Mehdi AminiRevert "[InstCombine] fold bitcasts around an extractel...
2015-12-09 Dan Gohman[WebAssembly] Reintroduce ARGUMENT moving logic
2015-12-09 Sanjay Patel[InstCombine] fold bitcasts around an extractelement
2015-12-09 Silviu BarangaRe-commit r255115, with the PredicatedScalarEvolution...
2015-12-09 Tim NorthoverARM: don't use a deleted node as the BaseReg in complex...
2015-12-09 JF BastienWebAssembly: add missing failure to the list.
2015-12-09 Silviu BarangaRevert r255115 until we figure out how to fix the bot...
2015-12-09 Silviu Baranga[LV][LAA] Add a layer over SCEV to apply run-time check...
2015-12-09 Robert LougherFix cycle in selection DAG introduced by extractelement...
2015-12-09 Oliver Stannard[AArch64] Fix FP16 vector instructions that should...
2015-12-09 Daniel Sanders[mips][ias] Range check uimm10 operands
2015-12-09 JF BastienWebAssembly: add known failures
2015-12-09 Vasileios Kalintiris[mips] Use multiclass patterns for f32/f64 comparisons...
next