[DivergenceAnalysis] Separated definition of class into header.
[oota-llvm.git] / lib /
2015-09-21 Marcello Maggioni[DivergenceAnalysis] Separated definition of class...
2015-09-21 Matthias BraunSelectionDAG: Use InsertNode for EntryNode
2015-09-21 Chandler Carruth[FunctionAttrs] Extract a helper function for the core...
2015-09-21 Ulrich Weigand[SystemZ] Fix expansion of ISD::FPOW and ISD::FSINCOS
2015-09-21 James MolloyRevert "[ARM] Handle +t2dsp feature as an ArchExtKind...
2015-09-21 Matt ArsenaultAMDGPU: Move copy handling under switch like other...
2015-09-21 Sanjay Pateladd ShouldChangeType() variant that takes bitwidths
2015-09-21 Matt ArsenaultDAGCombiner: Replace store of FP constant after attempi...
2015-09-21 Matt ArsenaultFactor replacement of stores of FP constants into new...
2015-09-21 Sanjay Pateldon't repeat function names in comments; NFC
2015-09-21 Chad Rosier[Machine Combiner] Refactor machine reassociation code...
2015-09-21 Artyom Skrobov[ARM] Handle +t2dsp feature as an ArchExtKind in ARMTar...
2015-09-21 Asaf Badouh[X86][AVX512] add masked version for RSQRT14 & RCP14...
2015-09-21 Daniel Sanders[mips] Allow constant expressions in second argument...
2015-09-21 Craig TopperUse makeArrayRef or None to avoid unnecessarily mention...
2015-09-21 Craig TopperDon't pass StringRefs around by const reference. Pass...
2015-09-20 Craig TopperCleanup places that passed SMLoc by const reference...
2015-09-20 Sanjoy Das[IndVars] Use C++11 style field initialization; NFCI.
2015-09-20 Sanjoy Das[IndVars] Don't add a level of indentation for namespac...
2015-09-20 Igor BregerAVX512: Implemented encoding and intrinsics for vcmpss/sd.
2015-09-20 Asaf Badouh[X86][AVX512] extend support in Scalar conversion
2015-09-20 Igor BregerAVX512: vsqrtss/sd encoding and intrinsics implementation.
2015-09-20 Asaf Badouh[X86][AVX512DQ] Add fpclass instruction
2015-09-20 Michael Kuperstein[X86] Fix sitofp and uitofp instruction matching failur...
2015-09-20 Igor BregerAVX512: Implemented intrinsics for vshuff32x4, vshuff64...
2015-09-20 Sanjoy Das[IndVars] Don't repeat function names in comment; NFC.
2015-09-20 Igor BregerAVX512: Implement instructions encoding, lowering and...
2015-09-20 Saleem AbdulrasoolARM: cleanup formatting
2015-09-20 Sanjoy Das[IndVars] Fix a bug in r248045.
2015-09-19 Simon Pilgrim[X86][SSE] Vectorize CTTZ + CTTZ_ZERO_UNDEF
2015-09-19 Simon Pilgrim[InstCombine] Use SimplifyDemandedVectorEltsLow helper...
2015-09-19 Matt ArsenaultAMDGPU: Remove dead code
2015-09-19 Bob WilsonNFC: Fix indentation and add braces to clarify nested...
2015-09-19 Maksim Panchenko[PrologEpilogInserter] Minor refactoring.
2015-09-19 Maksim PanchenkoTest commit. Fix comment. NFC.
2015-09-19 David Majnemer[InstCombine] FoldICmpCstShrCst failed for ashr when...
2015-09-19 David Majnemer[InstCombine] FoldICmpCstShrCst didn't handle icmps...
2015-09-18 Sanjoy Das[IndVars] Widen more comparisons for non-negative induc...
2015-09-18 Cong HouUpdate edge weights properly when merging blocks in...
2015-09-18 Eric ChristopherLimit the range of processors supported by ARM fast...
2015-09-18 Larisse VoufoClean up: Refactoring the hardcoded value of 6 for...
2015-09-18 James Y KnightMake MachineScheduler debug output less confusing.
2015-09-18 Cong HouScaling up values in ARMBaseInstrInfo::isProfitableToIf...
2015-09-18 Matthias BraunSelectionDAGDumper: Leave out the <multiple use> markers
2015-09-18 Matthias BraunSelectionDAGDumper: Avoid unnecessary newlines
2015-09-18 Matthias BraunSelectionDAGDumper: Hide [ID=X], [ORD=X] and source...
2015-09-18 Matthias BraunSelectionDAG: Introduce PersistentID to SDNode for...
2015-09-18 Geoff Berry[AArch64] Improved bitfield instruction selection.
2015-09-18 Rafael EspindolaRemove temporary file on signal.
2015-09-18 Daniel Sanders[mips][microMIPS] Fix an invalid read for lwm32 and...
2015-09-18 Chad Rosier[AArch64] Reorder cases to improve readability. NFC.
2015-09-18 Chad Rosier[AArch64] Remove some redundant cases. NFC.
2015-09-18 Aaron BallmanSilencing a -Wsign-compare warning; NFC.
2015-09-18 Igor Laevsky[LazyValueInfo] Report nonnull range for nonnull pointers
2015-09-18 Artur PilipenkoSupport align attribute for return values
2015-09-18 Michael Kruse[Support] Reapply r245289 "Always wait for GraphViz...
2015-09-18 David Majnemer[WinEH] Moved funclet pads should be in relative order
2015-09-18 Bob WilsonWhitespace. Indent with spaces instead of a tab.
2015-09-17 Quentin Colombet[ShrinkWrap] Refactor the handling of infinite loop...
2015-09-17 David Blaikie[opaque pointer types] Add an explicit pointee type...
2015-09-17 Alexei Starovoitov[bpf] expand indirect branches
2015-09-17 Matthias BraunRevert "(HEAD -> master, origin/master, origin/HEAD...
2015-09-17 Matthias BraunRegisterPressure: Move LiveInRegs/LiveOutRegs from...
2015-09-17 Matthias BraunMachineScheduler: Provide an option for node hiding...
2015-09-17 Joerg Sonnenberger[SPARC] Add mulscc.
2015-09-17 Sanjay Patelfix typo; NFC
2015-09-17 David Majnemer[WinEH] Add a funclet layout pass
2015-09-17 Reid Kleckner[WinEH] Make funclet return instrs pseudo instrs
2015-09-17 Piotr Padlewskigvn small fix
2015-09-17 Simon Pilgrim[InstCombine] Added vector demanded bits support for...
2015-09-17 Piotr PadlewskiAdded MD_invariant_group to LLVMContext
2015-09-17 Teresa JohnsonRestore "Function bitcode index in Value Symbol Table...
2015-09-17 Sanjoy Das[SCEV] Use auto instead of full iterator type; NFCI.
2015-09-17 Reid Kleckner[WinEH] Add and use hasEHPadSuccessor instead of getLan...
2015-09-17 Zia AnsariTest commit.
2015-09-17 Teresa JohnsonRevert "Function bitcode index in Value Symbol Table...
2015-09-17 Daniel Sanders[mips] Add assembler support for the .cprestore directive.
2015-09-17 Teresa JohnsonFunction bitcode index in Value Symbol Table and lazy...
2015-09-17 Teresa JohnsonRefactor string encoding checks in BitcodeWriter (NFC)
2015-09-17 Chad RosierTypos. NFC.
2015-09-17 Zoran Jovanovic[mips][microMIPS] Implement TEQ, TGE, TGEU, TLT, TLTU...
2015-09-17 Elena DemikhovskyAVX-512: shufflevector for i1 vectors <2 x i1> .. ...
2015-09-17 Diego NovilloGCC AutoFDO profile reader - Initial support.
2015-09-16 Hans WennborgTry to fix WebAssembly build after r247864
2015-09-16 Naomi MusgraveScalarEvolution: added tmp to avoid use-after-dtor...
2015-09-16 Eric ChristopherMake sure we're negating the assembler predicate -...
2015-09-16 Eric ChristopherUse the cached TargetInstrInfo instead of looking it...
2015-09-16 Eric Christopherconstify the Function parameter to the TTI creation...
2015-09-16 Reid Kleckner[WinEH] Rip out the landingpad-based C++ EH state numbe...
2015-09-16 David Majnemer[WinEHPrepare] Turn terminatepad into a cleanuppad...
2015-09-16 Sanjoy Das[InstCombine] Optimize icmp slt signum(x), 1 --> icmp...
2015-09-16 Reid Kleckner[WinEH] Pull Adjectives and CatchObj out of the catchpa...
2015-09-16 David Majnemer[WinEHPrepare] Provide a cloning mode which doesn't...
2015-09-16 David Majnemer[WinEHPrepare] Refactor explicit EH preparation
2015-09-16 Reid Kleckner[WinEH] Skip state numbering when no EH pads are present
2015-09-16 Dan Gohman[WebAssembly] Check in an initial CFG Stackifier pass
2015-09-16 Sanjay Patelpropagate fast-math-flags on DAG nodes
2015-09-16 Reid KlecknerAdd assembler fatal error for undefined assembler label...
2015-09-16 Sanjay Pateldon't repeat function names in comments; NFC
2015-09-16 Adhemerval Zanella[sanitizer] Add MSan support for AArch64
next