oota-llvm.git
2015-12-10 Dan Gohman[WebAssembly] Tighten up several CHECK tests.
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 Alexey Bataev[OPENMP] Make -fopenmp to turn on OpenMP support by...
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 Rong Xu[PGO] Rename the profdata filename to avoid the conflic...
2015-12-09 Justin BognerIR: Make ConstantDataArray::getFP actually return a...
2015-12-09 Teresa Johnson[ThinLTO] Release files read when creating combined...
2015-12-09 Reid Kleckner[Float2Int] Don't operate on vector instructions
2015-12-09 David Blaikie[llvm-dwp] Sink debug_types.dwo emission into the code...
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 JohnsonDelay context construction to when/if it is needed...
2015-12-09 Teresa Johnsonclang-format order of gold-plugin includes (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 Nathan Slingerland[Support] Change SaturatingAdd()/SaturatingMultiply...
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 Mehdi AminiChange hasUniqueInitializer() to call isStrongDefinitio...
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...
2015-12-09 Zlatko BuljanRevert r254897 "[mips][microMIPS] Implement LH, LHE...
2015-12-09 JF BastienEarlyCSE: fix typo from rL255054.
2015-12-09 Mehdi AminiRevert "Implement a new pass - LiveDebugValues - to...
2015-12-09 Mehdi AminiThe current importing scheme is processing one function...
2015-12-09 Vikram TVImplement a new pass - LiveDebugValues - to compute...
2015-12-09 Vikram TVTest commit access - Fix few missing '.' in comments...
2015-12-09 Steven WuFix the order of destructors in LibLTOCodeGenerator
2015-12-09 Ahmed Bougacha[AArch64][ARM] Don't base interleaved op legality on...
2015-12-09 Sanjoy DasDon't drop attributes when inlining through "deopt...
2015-12-09 Rafael EspindolaSimplify testMergedProgram.
2015-12-09 Rafael EspindolaSimplify memory management. NFC.
2015-12-09 Rafael EspindolaReturn std::unique_ptr from SplitFunctionsOutOfModule...
2015-12-09 Rafael EspindolaSimplify memory management. NFC.
2015-12-09 Vyacheslav... X86-FMA3: Defined the ExeDomain property for Scalar...
2015-12-09 Rafael EspindolaSimplify memory management a bit. NFC.
2015-12-08 Rafael EspindolaReturn a std::unique_ptr from CloneModule. NFC.
2015-12-08 Sanjoy Das[IndVars] Use any_of and foreach instead of explicit...
2015-12-08 Sanjoy Das[OperandBundles] Have PruneEH work correct with operand...
2015-12-08 Pirama Arumuga... Define selection for v4f16, v8f16 scalar_to_vector
2015-12-08 Mehdi AminiFix/Improve Debug print in FunctionImport pass
2015-12-08 Reid Kleckner[CGP] Reimplement r255055 a different way
2015-12-08 Sanjoy Das[SCEV] Use for-each; NFC
2015-12-08 Mehdi AminiRemove caching in FunctionImport: a Module can't be...
2015-12-08 Reid KlecknerRevert "[CGP] Check that we have an insert point before...
2015-12-08 Sanjoy Das[OperandBundles] Fix a transform in simplifycfg
2015-12-08 Simon Pilgrim[X86][AVX] Fold loads + splats into broadcast instructions
2015-12-08 Chris Bieneman[CMake] Ignore externalizing debuginfo for unit tests
2015-12-08 Reid Kleckner[CGP] Check that we have an insert point before moving...
2015-12-08 Philip Reames[EarlyCSE] Value forwarding for unordered atomics
2015-12-08 Simon Pilgrim[X86][SSE4A] Added fast-isel intrinsics tests
2015-12-08 Simon Pilgrim[X86][SSSE3] Added fast-isel intrinsics tests
2015-12-08 Simon Pilgrim[X86][SSE3] Added fast-isel intrinsics tests
2015-12-08 Artyom SkrobovFix ARMv4T (Thumb1) epilogue generation
2015-12-08 Mehdi AminiRevert "Add Available Externally linkage type to isWeak...
2015-12-08 Mehdi AminiCleanup test: remove useless alignment
2015-12-08 Mehdi AminiAdd Available Externally linkage type to isWeakForLinker()
2015-12-08 Tim NorthoverX86: produce more friendly errors during MachO relocati...
2015-12-08 Renato Golin[ARM] Allowing SP/PC for AND/BIC mod_imm_not
2015-12-08 Mike Aizatskyadding readability-identifier-naming to llvm clang...
next