[X86] Add support for printing shuffle comments for AVX512 PSHUFB instructions.
[oota-llvm.git] / include /
2015-12-26 Chen Li[gc.statepoint] Change gc.statepoint intrinsic's return...
2015-12-25 Craig Topper[IR] Mark the Type subclass helper methods 'inline...
2015-12-24 Dave BartolomeoFix signed/unsigned warning in Line.h.
2015-12-24 Dave BartolomeoFix initializer order warning in TypeRecord.h
2015-12-24 Dave BartolomeoLLVM CodeView library
2015-12-24 Chandler CarruthAdd a missing const qualifier on the context instructio...
2015-12-24 Asaf Badouh[X86][PKU] Add {RD,WR}PKRU encoding
2015-12-24 Igor BregerAVX512: VPMOVM2B/W/D/Q intrinsic implementation.
2015-12-24 David MajnemerAddress Sanjoy's review comments to r256326
2015-12-23 Philip Reames[Statepoints] Use Indirect operands for spill slots
2015-12-23 Philip Reames[MemOperands] Clarify code around dropping memory opera...
2015-12-23 Philip Reames[MachineLICM] Fix handling of memoperands
2015-12-23 David Majnemer[OperandBundles] Have InstCombine play nice with operan...
2015-12-23 David Majnemer[OperandBundles] Have DeadArgElim play nice with operan...
2015-12-23 Philip Reames[GC] Make GCStrategy::isGCManagedPointer a type predica...
2015-12-22 Akira HatanakaProvide a way to specify inliner's attribute compatibil...
2015-12-22 Dan GohmanAdd an OperandNamespace field to Target.td's Operand.
2015-12-22 Akira HatanakaRevert r256277 and r256279.
2015-12-22 Akira HatanakaProvide a way to specify inliner's attribute compatibil...
2015-12-22 Cong Hou[BPI] Replace weights by probabilities in BPI.
2015-12-22 Manuel JacobRemove deprecated llvm.experimental.gc.result.{int...
2015-12-22 Vedant Kumar[Support] Allow multiple paired calls to {start,stop...
2015-12-22 Asaf Badouh[X86][AVX512] Add rcp14 and rsqrt14 intrinsics
2015-12-21 David Majnemer[MC, COFF] Support link /incremental conditionally
2015-12-21 Amjad AboudImplemented Support of IA interrupt and exception handlers:
2015-12-20 Xinliang David Li[PGO] Improve Indexed Profile Reader efficiency
2015-12-20 Xinliang David LiMinor clean up -- move large single use method out...
2015-12-19 Sanjoy DasNonnull elements in OperandBundleCallSites are not...
2015-12-19 Rafael EspindolaDelete APIs that have been deprecated since 2010.
2015-12-19 Rafael EspindolaAssert that we have all use/users in the getters.
2015-12-19 Vedant KumarRe-reapply "[IR] Move optional data in llvm::Function...
2015-12-19 Vedant KumarRevert "Reapply "[IR] Move optional data in llvm::Funct...
2015-12-19 Vedant KumarReapply "[IR] Move optional data in llvm::Function...
2015-12-19 Xinliang David Li[PGO] Add hash to name mapping in InstrProfSymtab
2015-12-19 Vedant KumarRevert "[IR] Move optional data in llvm::Function into...
2015-12-19 Vedant Kumar[IR] Move optional data in llvm::Function into a hungof...
2015-12-19 James Y KnightPossibly fix MSVC compilation after r256054.
2015-12-18 Rafael EspindolaDeprecate a few C APIs.
2015-12-18 Xinliang David Li[PGO] Cleanup: Move large member functions out of line...
2015-12-18 James Y KnightRewrite the TrailingObjects template to provide two...
2015-12-18 Rafael Espindolagit-clang-format a region I am about to change.
2015-12-18 Xinliang David Li[PGO] Simplify computehash interface (NFC)
2015-12-18 Alexey Samsonov[Symbolize] Improve the ownership of parsed objects.
2015-12-18 Cong HouUse getEdgeProbability() instead of getEdgeWeight(...
2015-12-18 Rafael EspindolaRemove redundant argument. NFC.
2015-12-18 Rafael EspindolaDrop materializeAllPermanently.
2015-12-18 Rafael EspindolaDrop support for dematerializing.
2015-12-18 Pete CooperRevert "Improve DWARFDebugFrame::parse to also handle...
2015-12-18 Teresa JohnsonRename variables to reflect linker split (NFC)
2015-12-18 Eric ChristopherConvert Arg, ArgList, and Option to dump() to dbgs...
2015-12-18 Eric ChristopherAdd a dump method for ArgList.
2015-12-18 Pete CooperImprove DWARFDebugFrame::parse to also handle __eh_frame.
2015-12-18 Teresa Johnson[ThinLTO/LTO] Don't link in unneeded metadata
2015-12-18 Rafael Espindolaclang-format to reduce diff in another patch.
2015-12-18 Vedant KumarRevert "[Option] Introduce Arg::print(raw_ostream&...
2015-12-18 Vedant Kumar[Option] Introduce Arg::print(raw_ostream&) and use...
2015-12-18 Eric ChristopherReorganize the C API headers to improve build times.
2015-12-17 Cong Hou[BranchProbability] Remove the restriction that known...
2015-12-17 Rafael EspindolaDrop function that are deprecated since 2010.
2015-12-17 Sanjoy Das[SCEV] Add and use SCEVConstant::getAPInt; NFCI
2015-12-17 Teresa Johnson[ThinLTO] Metadata linking for imported functions
2015-12-17 Andy GibbsRevert r254592 (virtual dtor in SCEVPredicate).
2015-12-17 Tobias GrosserDOTGraphTraits: Allow the decision to show a graph...
2015-12-17 Xinliang David Li[PGO] InstrPGO and coverage code refactoring (NFC)
2015-12-16 Rafael EspindolaUse std::unique_ptr. NFC.
2015-12-16 Rafael EspindolaChange linkInModule to take a std::unique_ptr.
2015-12-16 Rafael EspindolaDrop an unnecessary use of writev.
2015-12-16 Rafael EspindolaSimplify memory management with std::unique_ptr.
2015-12-16 Ahmed Bougacha[CodeGen] Make MachineInstrBuilder::copyImplicitOps...
2015-12-16 Nathan Slingerland[PGO] Handle and report overflow during profile merge...
2015-12-16 Krzysztof Parzyszek[Hexagon] Update e_flags in the ELF definitions
2015-12-16 Manman RenCXX_FAST_TLS calling convention: target independent...
2015-12-16 Paul RobinsonSet debugger tuning from TargetOptions (NFC)
2015-12-16 Justin BognerLPM: Make callers of LPM.deleteLoopFromQueue update...
2015-12-16 Tom StellardMachineScheduler: Add a target hook for deciding which...
2015-12-16 Krzysztof Parzyszek[Packetizer] Add a check whether an instruction should...
2015-12-16 Vaivaswatha NagarajAdd InaccessibleMemOnly and inaccessibleMemOrArgMemOnly...
2015-12-16 Keno Fischer[SectionMemoryManager] Make better use of virtual memory
2015-12-16 Vikram TVRecommit LiveDebugValues pass after fixing a couple...
2015-12-16 George Burgess IVMinor cleanup of Attribute code. NFC.
2015-12-16 Justin BognerLPM: Simplify how passes mark loops for deletion. NFC
2015-12-15 Reid Kleckner[WinEH] Make llvm.x86.seh.recoverfp work on x64
2015-12-15 Evgeniy StepanovCross-DSO control flow integrity (LLVM part).
2015-12-15 Reid KlecknerWrap include of <future> in some warning suppression...
2015-12-15 Eric ChristopherAdd support for the .debug_macro section of the forthco...
2015-12-15 Reid KlecknerFix clang-cl self-host with MSVC 2013 STL std::bind...
2015-12-15 Reid Kleckner[WinEH] Remove unused intrinsic llvm.x86.seh.restoreframe
2015-12-15 David Majnemer[WinEH] Use operand bundles to describe call sites
2015-12-15 Xinliang David LiCoverage code refactoring /NFC
2015-12-15 Justin BognerLPM: Stop threading `Pass *` through all of the loop...
2015-12-15 Nathan Slingerland[llvm-profdata] Add support for weighted merge of profi...
2015-12-15 Tom StellardAMDGPU/SI: Add llvm.amdgcn.mbcnt.* intrinsics
2015-12-15 Tom StellardAMDGPU/SI: Add llvm.amdgcn.v.interp.p[12] intrinsics
2015-12-15 Michael KupersteinDo not try to use i8 and i16 versions of FP_TO_U/SINT...
2015-12-15 Elena DemikhovskyType legalizer for masked gather and scatter intrinsics.
2015-12-15 Craig TopperUse CmpInst::Predicate instead of 'unsigned short'...
2015-12-15 Justin BognerLoopUtils: Remove defaults for arguments that are alway...
2015-12-15 Teresa JohnsonFix template parameter pack handling in ThreadPool
2015-12-15 Weiming ZhaoBump up MAX_SUBTARGET_FEATURES
2015-12-15 Vaivaswatha NagarajNFC: Fix typo in comment
next