oota-llvm.git
2015-09-23 Cong HouFixed an issue on updating profile data when lowering...
2015-09-23 NAKAMURA Takumidsymutil: Fix a comment. [-Wdocumentation]
2015-09-22 Adrian PrantlAdd a unit test for r248341.
2015-09-22 Adrian PrantlIR: Add a setDWOId() method to DICompileUnit.
2015-09-22 Adrian PrantlIR: Fix the return value of DICompileUnit::getDWOId.
2015-09-22 Adrian PrantlDebug Info: Emit the dwo_name only in skeleton CUs...
2015-09-22 Matthias BraunLiveIntervalAnalysis: Avoid multiple connected liveness...
2015-09-22 Matthias BraunLiveInterval: Distribute subregister liveranges to...
2015-09-22 Michael Zolotukhin[Unroll] Do not crash trying to propagate a value to...
2015-09-22 Adrian Prantldsymutil: Follow references to clang modules and recurs...
2015-09-22 Michael Zolotukhin[Unroll] Follow-up for r247769: fix a bug in UnrolledIn...
2015-09-22 Aaron BallmanInstead of defining the operator delete() function...
2015-09-22 Adrian Prantldsymutil: Make -oso-prepend-path available to DwarfLinker.
2015-09-22 Adrian Prantldsymutil: Make resolveDIEReference and getUnitForOffset...
2015-09-22 Adrian Prantldsymutil: Make DwarfLinker::reportWarning() public...
2015-09-22 Davide ItalianoRemove macho-dump. Its functionality is now covered...
2015-09-22 Ahmed Bougacha[ARM] Emit clrex in the expanded cmpxchg fail block.
2015-09-22 Ahmed Bougacha[AArch64] Emit clrex in the expanded cmpxchg fail block.
2015-09-22 Adrian PrantlFix a typo.
2015-09-22 Benjamin KramerMake helper function static. NFC.
2015-09-22 Daniel Sanders[mips][sched] Split IIBranch into specific instruction...
2015-09-22 Daniel Sanders[mips][sched] Temporarily rename IIAlu to IIM16Alu...
2015-09-22 Stephen CanonDon't raise inexact when lowering ceil, floor, round...
2015-09-22 NAKAMURA TakumiPrune trailing whitespaces.
2015-09-22 NAKAMURA TakumiUntabify.
2015-09-22 NAKAMURA TakumiReformat blank lines.
2015-09-22 NAKAMURA TakumiReformat comment lines.
2015-09-22 NAKAMURA TakumiReformat.
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 Daniel Sanders[llvm-mc-fuzzer] Support untested instruction discovery...
2015-09-22 Simon Pilgrim[X86][SSE] Match zero/any extension shuffles that don...
2015-09-22 Craig TopperRemove extra 'nullptr' entry from an array in tablegen...
2015-09-22 Craig TopperFix formatting of a tablegen register info file by...
2015-09-22 Craig TopperUse makeArrayRef and None to simplify some code in...
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.
next