Return std::unique_ptr from SplitFunctionsOutOfModule. NFC.
[oota-llvm.git] / lib /
2015-12-09 Vyacheslav KlochkovX86-FMA3: Defined the ExeDomain property for Scalar...
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 NainarDefine 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 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 Artyom SkrobovFix ARMv4T (Thumb1) epilogue generation
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 Ron Lieberman[Hexagon] Add NewValueJump support for C4_cmpneq, C4_cm...
2015-12-08 Rafael EspindolaMove all private members together. NFC.
2015-12-08 Daniel Sanders[mips][ias] Range check uimm8 operands
2015-12-08 Daniel Sanders[mips][ias] Range check uimm6 operands and fix a bug...
2015-12-08 Oliver Stannard[AArch64] Add ARMv8.2-A FP16 vector instructions
2015-12-08 Sanjoy Das[SCEV] Move some struct declarations inside functions...
2015-12-08 Sanjoy Das[SCEV] Fix indentation; NFC
2015-12-08 Sanjoy Das[OperandBundles] Remove unncessary constructor
2015-12-08 Dan Gohman[WebAssembly] Fix a typo in a comment.
2015-12-08 Dan Gohman[WebAssembly] Remove an unneeded static_cast.
2015-12-08 Dan Gohman[WebAssembly] Fix an emacs syntax highlighting comment.
2015-12-08 Dan Gohman[WebAssembly] Convert a file-level comment to doxygen...
2015-12-08 Dan Gohman[WebAssembly] Assert MRI.isSSA() in passes that depend...
2015-12-08 Dan Gohman[WebAssembly] Trim some unneeded #includes.
2015-12-08 Dan Gohman[WebAssembly] Remove the override of haveFastSqrt.
2015-12-08 Justin BognerIR: Allow vectors of halfs to be ConstantDataVectors
2015-12-08 Justin BognerAsmPrinter: Use emitGlobalConstantFP to emit elements...
2015-12-08 Manman Ren[CXX TLS calling convention] Add support for AArch64.
2015-12-08 Sanjoy Das[IndVars] Have getInsertPointForUses preserve LCSSA
2015-12-08 Sanjoy Das[SCEVExpander] Have hoistIVInc preserve LCSSA
2015-12-08 Sanjoy DasAdd Instruction::getFunction; NFC
2015-12-07 Sanjay Patelfix return values to match bool return type; NFC
2015-12-07 Rafael EspindolaFactor two calls to a common location.
2015-12-07 Philip ReamesRemove debug output that snuck into 254957
2015-12-07 Philip ReamesReapply 254950 w/fix
2015-12-07 Philip ReamesRevert 254950
2015-12-07 Rafael EspindolaSimplify the error handling a bit. NFC.
2015-12-07 Philip Reames[EarlyCSE] Simplify and invert ParseMemoryInst [NFCI]
2015-12-07 Easwaran RamanUse updated threshold for indirect call bonus
2015-12-07 Kit Barton[PPC64] Convert bool literals to i32
2015-12-07 Sanjay Pateldon't repeat function names in comments; NFC
2015-12-07 Sanjay Patelfix 'the the '; NFC
2015-12-07 Teresa Johnson[ThinLTO] Support for specifying function index from...
2015-12-07 Sanjay Patelremove redundant check: optForSize() includes a check...
2015-12-07 Rafael EspindolaLink declaration lazily.
2015-12-07 Elena DemikhovskyVX-512: Fixed a bug in FP logic operation lowering
2015-12-07 Artyom Skrobov[ARM] Generate ABI_optimization_goals build attribute...
2015-12-07 Elena DemikhovskyAVX-512: Fixed masked load / store instruction selectio...
2015-12-07 Igor BregerAVX-512: implement kunpck intrinsics.
2015-12-07 Rafael EspindolaChange how the linker handles the old llvm.global_ctors.
2015-12-07 Marina Yatsina[X86] Adding support for FWORD type for MS inline asm
2015-12-07 Bradley Smith[ARM] Flag vcvt{t,b} with an f16 type specifier as...
2015-12-07 Zlatko Buljan[mips][microMIPS] Implement LH, LHE, LHU and LHUE instr...
2015-12-06 Keno Fischer[Verifier] Fix !dbg validation if Scope is the Subprogram
2015-12-06 Lang Hames[Orc] Rename IndirectStubsManagerBase to IndirectStubsM...
2015-12-06 Dan Gohman[WebAssembly] Factor out a TypeToString function, since...
2015-12-06 Dan Gohman[WebAssembly] Make tableswitch's 'default' operand...
2015-12-06 Dan Gohman[WebAssembly] Enable folding of offsets into global...
2015-12-06 Dan Gohman[WebAssembly] Add some more ideas to README.txt.
2015-12-06 Rafael EspindolaCreate llvm.global_ctors in the new format.
2015-12-06 Marina Yatsina[X86] Add support for loopz, loopnz for Intel syntax
2015-12-06 Asaf Badouh[X86][AVX512] add vmovss/sd missing encoding
2015-12-06 Michael Kuperstein[X86] Always generate precise CFA adjustments.
2015-12-06 Igor BregerAVX512: support AVX512BW Intrinsic in 32bit mode.
2015-12-06 Craig TopperUse make_range to reduce mentions of iterator type...
2015-12-05 Sanjoy Das[InstCombine] Call getCmpPredicateForMinMax only with...
2015-12-05 Dan Gohman[WebAssembly] Don't perform the returned-argument optim...
2015-12-05 Dan Gohman[WebAssembly] Replace the fake JUMP_TABLE instruction...
2015-12-05 Dan Gohman[WebAssembly] Implement direct calls to external symbols.
2015-12-05 Dan Gohman[WebAssembly] Support inline asm constraints of type...
2015-12-05 Dan Gohman[WebAssembly] Update a stale comment. NFC.
2015-12-05 JF BastienWebAssembly: improve readme, add placeholder for tests.
2015-12-05 Dan Gohman[WebAssembly] Move useAA() out of line to make it more...
2015-12-05 Dan Gohman[WebAssembly] Call TargetPassConfig base class function...
2015-12-05 Dan Gohman[WebAssembly] Expand frem as a floating point library...
2015-12-05 Craig Topper[Hexagon] Don't call getNumImplicitDefs and then iterat...
2015-12-05 Keno Fischer[ASAN] Add doFinalization to reset state
2015-12-05 Simon Pilgrim[X86][ADX] Added memory folding patterns and stack...
2015-12-05 Craig TopperReplace uint16_t with the MCPhysReg typedef in many...
2015-12-05 Simon Pilgrim[X86][FMA4] Explicitly set the domain of FMA4 float...
2015-12-05 Xinliang David Li[PGO] Add version to getPGOFuncName method
2015-12-05 Cong HouNormalize successors' probabilities when building MBBs...
2015-12-05 David Blaikie[llvm-dwp] Support debug_tu_index
2015-12-05 Dan Gohman[WebAssembly] Implement ReverseBranchCondition, and...
2015-12-05 Kostya Serebryany[libFuzzer] don't reload the corpus more than once...
2015-12-05 Cong HouFix a typo in LoopVectorize.cpp. NFC.
2015-12-05 Dan Gohman[WebAssembly] Fix scheduling dependencies in register...
2015-12-05 Derek Schuff[WebAssembly] Support constant offsets on loads and...
2015-12-05 Philip Reames[EarlyCSE] IsSimple vs IsVolatile naming clarification...
2015-12-04 Philip Reames[PassManager] Ensure destructors of cached AnalysisUsag...
2015-12-04 Teresa Johnson[ThinLTO] Helper for performing renaming/promotion...
2015-12-04 Hans WennborgAdd FeatureLAHFSAHF to amdfam10 as well.
2015-12-04 Dan Gohman[WebAssembly] Initial varargs support.
next