Use range-based for loops. NFC
[oota-llvm.git] / include /
2015-11-28 Xinliang David Li[PGO] Add return code for vp rt record init routine...
2015-11-28 Xinliang David Li[PGO] Allow value profile writer interface to allocated...
2015-11-28 Xinliang David LiFunction name cleanup (NFC)
2015-11-28 Xinliang David Li[PGO] Extract VP data integrity check code into a helpe...
2015-11-28 Keno Fischer[autoconf] Fix MinGW build
2015-11-27 Rafael EspindolaSimplify the linking of recursive data.
2015-11-26 Charlie Turner[LoopVectorize] Use MapVector rather than DenseMap...
2015-11-26 Krzysztof Parzyszek[Hexagon] Hexagon V60 HVX intrinsic defintions
2015-11-26 Craig Topper[SelectionDAG] Add a SDTCisSameSizeAs type constraint...
2015-11-26 Craig TopperAdd type constraints to masked_load/masked_store to...
2015-11-26 Tom StellardAMDGPU: Fix typo
2015-11-26 Sanjoy Das[OperandBundles] Treat "deopt" operand bundles specially
2015-11-26 Tom StellardAMDGPU: Add llvm.amdgcn.dispatch.ptr intrinsic
2015-11-26 Xinliang David LiFix a typo introduced in previous patches
2015-11-25 Xinliang David Li[PGO] Implement ValueProfiling Closure interfaces for...
2015-11-25 Artyom SkrobovExpose isXxxConstant() functions from SelectionDAGNodes...
2015-11-25 Eric ChristopherFix some places where we were assuming that memory...
2015-11-25 Xinliang David Li[PGO] Convert InstrProfRecord based serialization metho...
2015-11-25 Xinliang David Li[PGO] convert a subset of C++ interfaces into C (for...
2015-11-25 Xinliang David LiAdd missing documentation. (NFC)
2015-11-25 Sanjoy Das[OperandBundles] Extract duplicated code into a helper...
2015-11-25 Sanjoy Das[InstCombine] Don't drop operand bundles
2015-11-24 Rong Xu[PGO] Revert revision r254021,r254028,r254035
2015-11-24 Xinliang David Li[PGO] Add mapper callback to interfaces retrieving...
2015-11-24 Rong Xu[PGO] MST based PGO instrumentation infrastructure
2015-11-24 Cong Hou[X86] Fix several issues related to X86's psadbw instru...
2015-11-24 Xinliang David Li[PGO] Introduce value profile data closure type.
2015-11-24 Xinliang David Li[PGO] Small interface change to be profile rt ready
2015-11-24 Xinliang David LiMinor refactor to make VP writing more efficient
2015-11-24 Krzysztof ParzyszekAdd vector types for intrinsics
2015-11-24 Krzysztof ParzyszekAdd new vector types for 512-, 1024- and 2048-bit vectors
2015-11-24 Cong HouLet SelectionDAG start to use probability-based interfa...
2015-11-24 Mehdi AminiAdd a FunctionImporter helper to perform summary-based...
2015-11-24 Mehdi AminiAdd findFunctionInfoList() accessor to FunctionInfoIndex.
2015-11-24 Davide Italiano[DIE] Make DIE.h NDEBUG conditional-free.
2015-11-24 Xinliang David LiUse make_unique [NFC]
2015-11-24 Xinliang David LiRemove trailing space in comments
2015-11-23 Krzysztof ParzyszekRevert r253923.
2015-11-23 Krzysztof ParzyszekAdd new vector types for 512-, 1024- and 2048-bit vectors
2015-11-23 Nathan Slingerland[Support] Add optional argument to SaturatingAdd()...
2015-11-23 Xinliang David Li[PGO] Add --text option for llvm-profdata show|merge...
2015-11-23 Teresa Johnson[ThinLTO] Deduplicate function index loading into share...
2015-11-23 Xinliang David Li[PGO] Introduce alignment macro for instr-prof control...
2015-11-23 Xinliang David LiFix comment not allowed in C90
2015-11-23 Nathan Slingerland[Support] Fix SaturatingMultiply<T>() to be correct...
2015-11-23 Xinliang David LiMove two Value Profiler data structs to InstrProfData...
2015-11-23 Xinliang David Li[PGO] Fix remaining bugs in ProfData template file...
2015-11-23 Mehdi AminiAdd const qualifier for FunctionInfoIndex in ModuleLink...
2015-11-23 Mehdi AminiAdd const qualifier on FunctionInfoIndex::hasExportedFu...
2015-11-22 Benjamin Kramer[SCEV] Simplify code. NFC.
2015-11-22 Krzysztof ParzyszekRevert r253810. The builds should be fine now.
2015-11-22 Krzysztof ParzyszekAvoid dependency between TableGen and CodeGen
2015-11-22 Xinliang David Li[PGO] move names of runtime sections definitions to...
2015-11-22 NAKAMURA TakumiTemporary fix broken build.ninja after r253790.
2015-11-22 Xinliang David Li[PGO] move raw magic and version def to InstrProfData.inc
2015-11-22 Xinliang David Li[PGO] InstrProf Template file documentation change
2015-11-22 Xinliang David Li[PGO] Move Value Profile Kind to InstrProfData.inc
2015-11-22 Xinliang David Li[PGO] Define value profiling updater API signature...
2015-11-22 Rafael EspindolaHave a single way for creating unique value names.
2015-11-22 Xinliang David Li[PGO] Move Raw Header def into template file InstrProfD...
2015-11-21 Teresa Johnson[ThinLTO] Handle bitcode without function summary secti...
2015-11-21 Simon Pilgrim[MachineInstrBuilder] Support for adding a ConstantPool...
2015-11-21 Krzysztof ParzyszekHexagon V60/HVX DFA scheduler support
2015-11-21 Krzysztof ParzyszekRevert r253790: it breaks all builds for some reason.
2015-11-21 Krzysztof ParzyszekHexagon V60/HVX DFA scheduler support
2015-11-20 Rong XuAdd some constantness to GetSuccessorNumber().
2015-11-20 Nathan Slingerland[llvm-profdata] Add merge() to InstrProfRecord
2015-11-20 Artyom SkrobovAvoid duplicate entry for cortex-a7 in the TargetParser...
2015-11-20 Artyom SkrobovHandle ARMv6-J as an alias, instead of fake architecture
2015-11-20 Teresa Johnson[ThinLTO] Add MODULE_CODE_METADATA_VALUES record
2015-11-20 Daniel SandersRevert the revert 253497 and 253539 - These commits...
2015-11-20 Daniel SandersRevert 253497 and 253539 to try to fix clang-cmake...
2015-11-19 Tobias Edler von... [LTO] Add option to emit assembly from LTOCodeGenerator
2015-11-19 Arch D. RobisonCleanup some -Wundef warnings in include/llvm/Support...
2015-11-19 Hans WennborgX86: More efficient legalization of wide integer compares
2015-11-19 Diego NovilloSamplePGO - Sort samples by source location when emitti...
2015-11-19 Igor BregerAVX512: Implemented encoding, intrinsics and DAG loweri...
2015-11-19 Pete CooperRevert "Change memcpy/memset/memmove to have dest and...
2015-11-19 Mehdi AminiDo not require a Context to extract the FunctionIndex...
2015-11-19 Reid KlecknerInitialize PersistentId for HandleSDNode, as these...
2015-11-18 Xinliang David LiMinor cleanups (from review feedback)
2015-11-18 Pete CooperChange memcpy/memset/memmove to have dest and source...
2015-11-18 Nathan Slingerland[llvm-profdata] Add SaturatingAdd/SaturatingMultiply...
2015-11-18 Sanjoy Das[OperandBundles] Address review on r253446; NFC
2015-11-18 Betul Buyukkurt[PGO] Value profiling support
2015-11-18 Bradley Smith[ARM] Add +feature names to TargetParser extensions...
2015-11-18 Manuel KlimekFix bug where WinCOFFObjectWriter would assume starting...
2015-11-18 Fraser CormackFix typo in comment. NFC.
2015-11-18 Asaf Badouh[X86][AVX512CD] add mask broadcast intrinsics
2015-11-18 Sanjoy Das[OperandBundles] Tighten OperandBundleDef's interface...
2015-11-18 Rafael EspindolaDefault SetVector to use a DenseSet.
2015-11-18 Sanjoy DasTeach the inliner to track deoptimization state
2015-11-18 Rafael EspindolaStop producing .data.rel sections.
2015-11-18 Reid KlecknerAttempt to fix uninitialized SDAG persistent ids detect...
2015-11-18 Cong HouLet += and -= operators in BranchProbability have satur...
2015-11-18 Cong HouModify the interface BranchProbability::normalizeProbab...
2015-11-18 Nathan SlingerlandRevert "[llvm-profdata] Add SaturatingAdd/SaturatingMul...
2015-11-18 Nathan Slingerland[llvm-profdata] Add SaturatingAdd/SaturatingMultiply...
2015-11-18 David BlaikieGeneralize ownership/passing semantics to allow dsymuti...
2015-11-17 David BlaikieFix read-of-uninitialized introduced in r253277 exposed...
next