ARMInstrInfo.cpp: Reformat.
[oota-llvm.git] / lib /
2015-09-22 NAKAMURA TakumiARMInstrInfo.cpp: Reformat.
2015-09-22 NAKAMURA TakumiFix utf8 chars.
2015-09-22 Daniel Sanders[mips][ias] Implement .cpreturn directive.
2015-09-22 Daniel Sanders[mips][sched] Added class for WSBH
2015-09-22 Simon Pilgrim[X86][SSE] Match zero/any extension shuffles that don...
2015-09-22 Matt ArsenaultAMDGPU: Remove unnecessary check
2015-09-22 Matthias BraunLiveIntervalAnalysis: Factor common code into splitSepa...
2015-09-22 Evgeniy StepanovRemove unused TargetTransformInfo dependency from SafeS...
2015-09-22 Michael Zolotukhin[LoopUnswitch] Require DominatorTree info.
2015-09-22 Sanjoy Das[SCEV] Use SaveAndRestore<T> instead of a hand rolled...
2015-09-21 Sanjay Patelfunction names should start with a lower case letter...
2015-09-21 Sanjay Pateldon't repeat function/variable names in header comments...
2015-09-21 Philip Reames[LICM] Hoist calls to readonly argmemonly functions...
2015-09-21 Philip ReamesFix for pr24866
2015-09-21 Mehdi AminiFix UB: can't bind a reference to nullptr (NFC)
2015-09-21 David Blaikieauto and range-for-ify some things to make changing...
2015-09-21 Simon Pilgrim[DAGCombiner] Improve FMA support for interpolation...
2015-09-21 Jeroen Ketema[ARM] Do not scale vext with a factor
2015-09-21 Simon Pilgrim[DAGCombiner] Tidy up FMA combine helpers. NFCI.
2015-09-21 James Molloy[LoopUtils,LV] Propagate fast-math flags on generated...
2015-09-21 Stephen CanonRemove roundingMode argument in APFloat::mod
2015-09-21 Matt ArsenaultFix accidentally committed debug printing
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...
next