blockfreq: Further shift logic to LoopData
[oota-llvm.git] / lib /
2014-04-21 Chandler Carruth[Modules] Sink all the DEBUG_TYPE defines for InstCombi...
2014-04-21 Chandler Carruth[Modules] Sink the DEBUG_TYPE macro out of LegalizeType...
2014-04-21 Yi JiangARM64: Combine shifts and uses from different basic...
2014-04-21 Jim GrosbachRevert "[rtdyld,c++11] Range'ify symbol table walking."
2014-04-21 Matt ArsenaultFix unnecessary line break
2014-04-21 Duncan P. N. Exon... blockfreq: Some cleanup of UnsignedFloat
2014-04-21 Jim Grosbach[rtdyld,c++11] Range'ify symbol table walking.
2014-04-21 Duncan P. N. Exon... Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl"
2014-04-21 Duncan P. N. Exon... CalcSpillWeights: Hack to prevent x87 nonsense
2014-04-21 Evgeniy Stepanov[msan] Enable out-of-line instrumentation for large...
2014-04-21 NAKAMURA TakumiAppease autoconf build since X86Disassembler.c has...
2014-04-21 Kostya Serebryany[asan] add a run-time flag detect_container_overflow...
2014-04-21 Rafael EspindolaConvert getFileOffset to getOffset and move it to its...
2014-04-21 Michael ZolotukhinReapply r206732. This time without optimization of...
2014-04-21 Kostya Serebryany[asan] instead of inserting inline instrumentation...
2014-04-21 Chandler Carruth[PM] Add a new-PM-style CGSCC pass manager using the...
2014-04-21 Chandler Carruth[PM] Fix a bug where we didn't properly clear the list...
2014-04-21 Kostya Serebryany[asan] temporary disable generating __asan_loadN/__asan...
2014-04-21 Benjamin Kramer[C++11] Replace OwningPtr with std::unique_ptr in place...
2014-04-21 Lang Hames[X86] ISEL (and X, <constant mask>) to BZHI when BMI2...
2014-04-21 Chandler CarruthRevert r206732 which is causing llc to crash on most...
2014-04-21 Kostya Serebryany[asan] insert __asan_loadN/__asan_storeN as out-lined...
2014-04-21 Michael ZolotukhinImplement builtins for safe division: safe.sdiv.iN...
2014-04-21 Chandler Carruth[LCG] Add some basic debug output to the LCG pass.
2014-04-20 David BlaikieProtect the ArgList dtor
2014-04-20 David BlaikieUse unique_ptr to handle ownership of synthesized args...
2014-04-20 Richard SmithC++ has a bool type! (And C's had one too, for 15 years...)
2014-04-20 Richard SmithMore C++ification.
2014-04-20 Richard SmithRemove some more C junk from these files.
2014-04-20 Richard SmithDon't provide two different definitions of ModRMDecisio...
2014-04-20 Richard SmithDon't define llvm::X86Disassembler::InstructionSpecifie...
2014-04-20 Richard SmithMaybe if I touch this file the buildbots will actually...
2014-04-20 Richard SmithWhat year is it! This file has no reason to be written...
2014-04-19 Alp TokerRemove some empty statements
2014-04-19 Justin BognerProfileData: Remove an extra semicolon
2014-04-19 Duncan P. N. Exon... Revert "blockfreq: Rewrite BlockFrequencyInfoImpl"
2014-04-19 Duncan P. N. Exon... Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl"
2014-04-19 Yaron KerenPatch by Vadim Chugunov
2014-04-19 Yaron KerenPatch by Ray Donnelly to print register names instead...
2014-04-19 David BlaikieAdd parens to appease GCC warning.
2014-04-19 Duncan P. N. Exon... Revert "blockfreq: Rewrite BlockFrequencyInfoImpl"...
2014-04-19 Justin BognerOnDiskHashTable: Audit types and use offset_type consis...
2014-04-18 Nick LewyckyCheck whether functions have any lines associated befor...
2014-04-18 Kevin EnderbyChange the ARM assembler to require a :lower16: or...
2014-04-18 Duncan P. N. Exon... Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl...
2014-04-18 Alexey Samsonov[llvm-symbolizer] Print file/line for a PC even if...
2014-04-18 Justin BognerProfileData: Don't forward declare ComputeHash and...
2014-04-18 David BlaikieCompress debug sections only when beneficial.
2014-04-18 Justin BognerProfileData: Add support for the indexed instrprof...
2014-04-18 Alexey Samsonov[DWARF parser] Turn DILineInfo into a struct.
2014-04-18 David BlaikieUpdate the fragments of symbols in compressed sections.
2014-04-18 Chad Rosier[ARM64] Ports the Cortex-A53 Machine Model description...
2014-04-18 Chandler Carruth[LCG] Fix the bugs that Ben pointed out in code review...
2014-04-18 Alexey Samsonov[DWARF parser] Respect address ranges specified in...
2014-04-18 Benjamin KramerRemove a couple of redundant copies of SmallVector...
2014-04-18 Adam Nemet[X86] Improve buildFromShuffleMostly for AVX
2014-04-18 Benjamin KramerDebugInfo: Remove some initializer lists to make MSVC...
2014-04-18 David BlaikieAdd range access to MCAssembler's symbol collection.
2014-04-18 Duncan P. N. Exon... Revert "blockfreq: Rewrite BlockFrequencyInfoImpl"...
2014-04-18 Duncan P. N. Exon... Fixing MSVC after r206622?
2014-04-18 Andrew TrickBetter comments to explain buffered/unbuffered processo...
2014-04-18 Alexey Samsonov[DWARF parser] Refactor fetching DIE address ranges.
2014-04-18 Duncan P. N. Exon... Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl"
2014-04-18 Tim NorthoverARM64: disable generation of .loh directives outside...
2014-04-18 Tim NorthoverARM64: don't emit .subsections_via_symbols on ELF.
2014-04-18 Tim NorthoverARM64: add extra NEG pattern.
2014-04-18 Tim NorthoverAArch64/ARM64: add non-scalar lowering for more FCVT...
2014-04-18 Tim NorthoverAArch64/ARM64: improve spotting of EXT instructions...
2014-04-18 Evgeniy Stepanov[msan] Add -msan-instrumentation-with-call-threshold.
2014-04-18 Chandler Carruth[LCG] Remove all of the complexity stemming from suppor...
2014-04-18 Chandler Carruth[LCG] Add support for building persistent and connected...
2014-04-18 Benjamin KramerX86: Pattern match scalar loads + vcvtph2ps into just...
2014-04-18 Chandler CarruthRevert r206565 (and r206566 which updated tests).
2014-04-18 Tim NorthoverAArch64/ARM64: spot a greater variety of concat_vector...
2014-04-18 Tim NorthoverARM64: implement cunning optimisation from AArch64
2014-04-18 Tim NorthoverARM64: spot a vector_shuffle that maps to INS and expand.
2014-04-18 Tim NorthoverARM64: nick some AArch64 patterns for extract/insert...
2014-04-18 Tim NorthoverAArch64/ARM64: emit all vector FP comparisons as such.
2014-04-18 Tim NorthoverAArch64/ARM64: port BSL logic from AArch64 & enable...
2014-04-18 Tim NorthoverAArch64/ARM64: copy byval implementation from AArch64.
2014-04-18 Yaron KerenPatch by Ray Donnelly.
2014-04-18 Kostya Serebryany[asan] one more workaround for PR17409: don't do BB...
2014-04-18 Jiangning LiuThis commit allows vectorized loops to be unrolled...
2014-04-18 Matt ArsenaultR600: Minor cleanups.
2014-04-18 Lang Hames[ExecutionEngine] Allow JIT clients to enable/disable...
2014-04-18 Jiangning LiuThis is one of the optimizations ported from ARM64...
2014-04-18 Matt ArsenaultR600/SI: Try to use scalar BFE.
2014-04-18 Jiangning LiuThis commit enables unaligned memory accesses of vector...
2014-04-18 Duncan P. N. Exon... Revert "blockfreq: Rewrite BlockFrequencyInfoImpl"
2014-04-18 Duncan P. N. Exon... blockfreq: Really fix r206548 (and r206549)
2014-04-18 Duncan P. N. Exon... blockfreq: Fixing MSVC after r206548?
2014-04-18 Duncan P. N. Exon... blockfreq: Rewrite BlockFrequencyInfoImpl
2014-04-18 Matt ArsenaultR600/SI: Match sign_extend_inreg to s_sext_i32_i8 and...
2014-04-18 Duncan P. N. Exon... PMBuilder: Expose an option to disable tail calls
2014-04-18 Tom StellardR600/SI: Use SReg_64 instead of VSrc_64 when selecting...
2014-04-17 Jim Grosbach[ARM64,C++11] Range'ify another loop.
2014-04-17 Diego NovilloFix bug 19437 - Only add discriminators for DWARF 4...
2014-04-17 Nuno Lopesremove some dead code
2014-04-17 Reed KotlerStart pushing changes for Mips Fast-Isel
2014-04-17 Tom StellardR600: Add comment clariying use of sext for result...
next