[PGO] move names of runtime sections definitions to InstrProfData.inc
[oota-llvm.git] / include /
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...
2015-11-17 Xinliang David Li[PGO] Move value profile data definitions out of Indexe...
2015-11-17 Reid Kleckner[WinEH] Move WinEHFuncInfo from MachineModuleInfo to...
2015-11-17 David Blaikiedwarfdump: Reference the appropriate line table segment...
2015-11-17 Yunzhong GaoSwitch lto codegen to using diagnostic handlers.
2015-11-17 Diego NovilloSamplePGO - Move debug/dump function bodies out of...
2015-11-17 David BlaikieStringRef-ify some Option APIs
2015-11-17 Oliver Stannard[Assembler] Make fatal assembler errors non-fatal
2015-11-17 Oliver Stannard[Assembler] Allow non-fatal errors after parsing
2015-11-17 Jay FoadFix typos in comments.
2015-11-17 David Majnemer[AliasAnalysis] CatchPad and CatchRet can modify escape...
2015-11-17 Rafael EspindolaAdd MemoryBufferRef(MemoryBuffer&) constructor.
2015-11-17 Rafael EspindolaDrop prelink support.
2015-11-17 Matthias BraunAssume lane masks are always precise
2015-11-17 David Blaikiedwarfdump: Use the index to find the right abbrev offse...
2015-11-16 David BlaikieDemote a single-use named function object to a lambda
2015-11-16 Stephen CanonAdd isInteger() to APFloat.
2015-11-16 Oliver Stannard[ARM,AArch64] Store source location of asm constant...
2015-11-16 Artyom SkrobovHandle ARMv6KZ naming
2015-11-16 Bradley Smith[ARM] Allow TargetParser to accurately target architectures
2015-11-16 Bradley Smith[ARM] Introduce subtarget features per ARM architecture.
2015-11-16 Keno Fischer[DIBuilder] Make createReferenceType take size and...
2015-11-16 Igor BregerAVX512: Implemented encoding and intrinsics for VMOVSHD...
2015-11-16 Vedant Kumar[ADT] Make capacity_in_bytes support BitVector. NFC.
2015-11-15 Teresa JohnsonFix mapping of unmaterialized global values during...
2015-11-15 Igor BregerRevert r253160.
2015-11-15 Igor BregerAVX512: Implemented encoding and intrinsics for VMOVSHD...
2015-11-15 Dylan McKayNFC: Document MSVC getters on Triple
2015-11-15 Teresa JohnsonUse a different block id for block of metadata kind...
2015-11-14 Dan Gohman[WebAssembly] Change int_wasm_memory_size from IntrNoMe...
2015-11-14 Akira HatanakaReduce the size of MCRelaxableFragment.
2015-11-14 Akira Hatanaka[MCTargetAsmParser] Move the member varialbes that...
2015-11-14 David BlaikieRemove some unused includes
2015-11-13 Diego NovilloSamplePGO - Add dump routines for LineLocation, SampleR...
2015-11-13 James Molloy[ARM] Replace ARMISD::RBIT with ISD::BITREVERSE
2015-11-13 Nathan Slingerland[llvm-profdata] Add check for text profile formats...
2015-11-13 Akira HatanakaRevert r252990.
2015-11-13 Akira HatanakaProvide a way to specify inliner's attribute compatibil...
2015-11-13 Joseph Tremoulet[WinEH] Find root frame correctly in CLR funclets
2015-11-12 Akira HatanakaRevert r252949.
2015-11-12 Akira HatanakaProvide a way to specify inliner's attribute compatibil...
2015-11-12 Sanjoy DasRevert r243347 "Add TargetTransformInfo::isZExtFree."
2015-11-12 Nathan Slingerlandreverting r252916 to investigate test failure
2015-11-12 Nathan Slingerland[llvm-profdata] Add check for text profile formats...
2015-11-12 Rafael EspindolaComment update. NFC.
2015-11-12 Artyom SkrobovCull non-standard variants of ARM architectures (NFC)
2015-11-12 Daniel SandersImplement .reloc (constant offset only) with support...
2015-11-12 Hans WennborgRemove mention of {ADD,SUB}_PARTS. They were removed...
2015-11-12 James Molloy[SDAG] Introduce a new BITREVERSE node along with a...
2015-11-12 Amjad Abouddwarfdump: Added macro support to llvm-dwarfdump tool.
2015-11-12 David Blaikiedwarfdump: Dump the contents of DWP indexes
2015-11-11 David Majnemer[IR] Add support for empty tokens
2015-11-11 Sanjoy DasIntroduce deoptimization operand bundles
next