oota-llvm.git
2015-09-22 Matt ArsenaultAMDGPU: Remove unnecessary check
2015-09-22 Matthias BraunLiveIntervalAnalysis: Factor common code into splitSepa...
2015-09-22 Davide Italiano[llvm-readobj/MachO] Ensure we always have valid CmdNam...
2015-09-22 Matthias BraunRemove declarations for methods that do not exist.
2015-09-22 NAKAMURA TakumiFix r248164. [-Wdocumentation]
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 Rafael EspindolaAvoid SEGFAULT if a requested symbol section is absent.
2015-09-21 Matt ArsenaultFix accidentally committed debug printing
2015-09-21 Chandler Carruth[ADT] Remove a couple of the always inline attributes...
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 Matt ArsenaultFix missing C++ mode comment
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 Sanjay Pateladd test file ahead of any functional changes for PR22428
2015-09-20 Simon Pilgrim[X86][SSE] Intrinsics builtins test refresh. NFCI
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 Davide ItalianoFixup r248096, commit the *correct* test.
2015-09-19 Davide Italiano[obj2yaml] Fix "time of check to time of use" bug....
2015-09-19 Simon Pilgrim[X86][AVX2] Use general sext IR for vpmovsx stack foldi...
2015-09-19 Simon Pilgrim[X86][SSE] Vectorize CTTZ + CTTZ_ZERO_UNDEF
2015-09-19 Simon Pilgrim[InstCombine] Use SimplifyDemandedVectorEltsLow helper...
2015-09-19 NAKAMURA Takumi[CMake] Update LLVM_TEST_DEPENDS not to use macho-dump...
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-19 Matt ArsenaultAMDGPU: Add failing testcase for live interval construction
2015-09-18 Sanjoy Das[IndVars] Widen more comparisons for non-negative induc...
2015-09-18 Luke LarsonFix typo and test commit
2015-09-18 Rafael EspindolaThis code never uses r_addend, so it can just use Elf_Rel.
2015-09-18 Chris Bieneman[CMake] Adding ALWAYS_GENERATE option to symlink utilit...
2015-09-18 Davide Italiano[Object/ELF] Change comment to reflect reality.
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 Teresa JohnsonRemove couple of new Bitcode enum vals that snuck in...
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 Chris Bieneman[CMake] More cleanup of installing symlinks.
2015-09-18 Geoff Berry[AArch64] Improved bitfield instruction selection.
2015-09-18 Rafael EspindolaRemove temporary file on signal.
2015-09-18 Yaron KerenSimplify SmallBitVector::applyMask by consolidating...
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 Aaron BallmanReverting r247972 (and subordinate commit r247972)...
2015-09-18 Artur PilipenkoNit cleanup in LangRef about dereferenceable metadata
2015-09-18 Michael Kruse[Support] Reapply r245289 "Always wait for GraphViz...
2015-09-18 Daniel Sanders[llvm-mc-fuzzer] Document llvm-mc-fuzzer in LibFuzzer...
2015-09-18 David Majnemer[WinEH] Moved funclet pads should be in relative order
2015-09-18 Yaron KerenFix BitVectorTest on 32-bit hosts after r247972.
2015-09-18 Yaron KerenSimplify SmallBitVector::applyMask by consolidating...
2015-09-18 Lang HamesRemove trailing whitespace from the old Orc Kaleidoscop...
next