Interface to attach maximum function count from PGO to module as module flags.
[oota-llvm.git] / test /
2015-12-03 Reid Kleckner[X86] Put no-op ADJCALLSTACK markers around all dynamic...
2015-12-03 Andrew KaylorMove branch folding test to a better location.
2015-12-03 Andrew KaylorFix buildbot failures
2015-12-03 Rafael EspindolaSimplify test. NFC.
2015-12-03 Andrew Kaylor[WinEH] Avoid infinite loop in BranchFolding for multip...
2015-12-03 David Blaikiedwarfdump: Correctly indentify the indicies for DWP...
2015-12-03 Teresa Johnson[ThinLTO] Appending linkage fixes
2015-12-03 Matthias BraunAArch64FastISel: Use cbz/cbnz to branch on i1
2015-12-03 Marina Yatsina[X86] MS inline asm: produce error when encountering...
2015-12-03 Zlatko Buljan[mips][DSP] Add DSPr1 and DSPr2 tests for the standard...
2015-12-03 Marina Yatsina[X86] Add support for fcomip, fucomip for Intel syntax
2015-12-03 Tom StellardAMDGPU/SI: Emit constant arrays in the .hsrodata_readon...
2015-12-03 Matthias BraunRevert "ScheduleDAGInstrs: Rework schedule graph builder."
2015-12-03 Matthias BraunScheduleDAGInstrs: Rework schedule graph builder.
2015-12-03 Xinliang David Li[PGO] Add v2 format compatibility test
2015-12-03 Derek Schuff[WebAssembly] Add a test for wasm-store-results pass
2015-12-02 Rafael EspindolaSwitch the linker to having a whitelist of GVs.
2015-12-02 Rafael EspindolaDelete what is now duplicated code.
2015-12-02 David Blaikie[llvm-dwp] Include only the non-empty columns in the...
2015-12-02 Kyle ButtTests: PPC: remove unnecessary metadata. NFC
2015-12-02 Rafael EspindolaAlso copy private linkage globals when needed.
2015-12-02 Alexey SamsonovRe-enable UBSan tests for SystemZ: PR20980 was fixed.
2015-12-02 Rafael EspindolaDon't copy information from aliasee to alias.
2015-12-02 Tom StellardAMDGPU/SI: Correctly emit agent global segment variable...
2015-12-02 Rafael EspindolaFix linking when we copy over only a decl.
2015-12-02 Kyle Butt[CodeGen]: Fix bad interaction with AntiDep breaking...
2015-12-02 Nathan Slingerland[llvm-profdata] Change instr prof counter overflow...
2015-12-02 Tim NorthoverAArch64: use ldxp/stxp pair to implement 128-bit atomic...
2015-12-02 Tom StellardAMDGPU/SI: Don't emit group segment global variables
2015-12-02 David MajnemerDo (A == C1 || A == C2) -> (A & ~(C1 ^ C2)) == C1 rathe...
2015-12-02 Rafael EspindolaAdd an interesting case we already get right.
2015-12-02 Christof Douma[AArch64]: Add support for Cortex-A35
2015-12-02 Nemanja IvanovicPatch to fix a crash in the PowerPC back end due to...
2015-12-02 Hrvoje Varga[mips][microMIPS] Implement PREPEND, RADDU.W.QB, RDDSP...
2015-12-02 Simon Pilgrim[X86][FMA] Optimize FNEG(FMUL) Patterns
2015-12-02 Elena DemikhovskyAVX-512: Updated cost of FP/SINT/UINT conversion operations
2015-12-02 Asaf Badouh[X86][AVX512] add comi with Sae
2015-12-02 David Blaikie[llvm-dwp] Emit a rather fictional debug_cu_index
2015-12-02 Quentin Colombet[X86] Make sure the prologue does not clobber EFLAGS...
2015-12-02 Tim NorthoverAArch64: fix 128-bit shifts
2015-12-01 Matt ArsenaultAMDGPU: Error on addrspacecasts that aren't actually...
2015-12-01 Matt ArsenaultAMDGPU: Implement isNoopAddrSpaceCast
2015-12-01 Matt ArsenaultAMDGPU: Disallow flat_scr in SI assembler
2015-12-01 Quentin Colombet[X86] Make sure the prologue does not clobber EFLAGS...
2015-12-01 Artyom SkrobovFix Thumb1 epilogue generation
2015-12-01 David Blaikie[llvm-dwp] Deduplicate strings in the debug_str.dwo...
2015-12-01 Weiming Zhao[AArch64] Fix a corner case in BitFeild select
2015-12-01 Matt ArsenaultAMDGPU: Report extractelement as free in cost model
2015-12-01 David Blaikie[llvm-dwp] Correctly update debug_str_offsets.dwo when...
2015-12-01 Rafael EspindolaSimplify test. NFC.
2015-12-01 Rafael EspindolaBring r254336 back:
2015-12-01 Elena DemikhovskyAVX-512: regenerated test for avx512 arithmetics, NFC
2015-12-01 Elena DemikhovskyFixed a failure in cost calculation for vector GEP
2015-12-01 Hrvoje Varga[mips][microMIPS] Implement RECIP.fmt, RINT.fmt, ROUND...
2015-12-01 Yury GribovIntroduce new @llvm.get.dynamic.area.offset.i{32, 64...
2015-12-01 Oliver Stannard[AArch64] Add ARMv8.2-A Statistical Profiling Extension
2015-12-01 Oliver Stannard[ARM] Add ARMv8.2-A to TargetParser
2015-12-01 NAKAMURA Takumillvm/test/DebugInfo/X86/safestack-byval.ll: Give an...
2015-12-01 NAKAMURA TakumiMove llvm/test/DebugInfo/Generic/safestack-byval.ll...
2015-12-01 Cong HouReplace all weight-based interfaces in MBB with probabi...
2015-12-01 Colin LeMahieu[Hexagon] Disabling failing safestack test
2015-12-01 Hans WennborgRevert r254348: "Replace all weight-based interfaces...
2015-12-01 NAKAMURA Takumillvm/test/DebugInfo/Generic/safestack-byval.ll is using...
2015-12-01 NAKAMURA Takumicheck-llvm: Introduce the new feature "tls".
2015-12-01 David Blaikie[llvm-dwp] Add missing dependency from llvm tests on...
2015-12-01 David Blaikie[llvm-dwp] Initial partial prototype
2015-12-01 Evgeniy Stepanov[safestack] Protect byval function arguments.
2015-12-01 Evgeniy StepanovExtend debug info for function parameters in SDAG.
2015-12-01 Evgeniy Stepanov[safestack] Fix handling of array allocas.
2015-12-01 Cong HouReplace all weight-based interfaces in MBB with probabi...
2015-11-30 Rafael EspindolaThis reverts commit r254336 and r254344.
2015-11-30 Rafael EspindolaDisable a consistency check.
2015-11-30 Sanjay Patel[InstCombine] add tests to show potential vector IR...
2015-11-30 Simon Pilgrim[X86][FMA4] Prefer FMA4 to FMA
2015-11-30 Rafael EspindolaStart deciding earlier what to link.
2015-11-30 Paul RobinsonHave 'optnone' respect the -fast-isel=false option.
2015-11-30 Cong Hou[X86] Update test/CodeGen/X86/avg.ll with the help...
2015-11-30 Matt ArsenaultAMDGPU: Rework how private buffer passed for HSA
2015-11-30 Matt ArsenaultAMDGPU: Remove SIPrepareScratchRegs
2015-11-30 Matt ArsenaultAMDGPU: Use assert zext for workgroup sizes
2015-11-30 Quentin Colombet[ARM] For old thumb ISA like v4t, we cannot use PC...
2015-11-30 Reid KlecknerAvoid writing to source directory of tests
2015-11-30 Davide Italiano[SimplifyLibCalls] Remove useless bits of this tests.
2015-11-30 Davide Italiano[SimplifyLibCalls] Transform log(exp2(y)) to y*log...
2015-11-30 David Majnemer[X86] Add RIP to GR64_TCW64
2015-11-30 Kit BartonEnable shrink wrapping for PPC64
2015-11-30 Rafael EspindolaFix another llvm.ctors merging bug.
2015-11-30 Matt ArsenaultAMDGPU: Don't reserve SCRATCH_PTR input register
2015-11-30 Hrvoje Varga[mips][microMIPS] Implement LBUX, LHX, LWX, MAQ_S[A...
2015-11-30 Zoran Jovanovic[mips][microMIPS] Fix issue with offset operand of...
2015-11-30 Igor BregerAVX512: regenerate avx512bw intrincics tests results.
2015-11-30 Daniel Sanders[mips][ias] Removed MSA instructions from base architec...
2015-11-30 Zlatko Buljan[mips][microMIPS] Implement PRECR.QB.PH, PRECR_SRA...
2015-11-29 Craig Topper[X86] int_x86_avx2_permps and X86ISD::VPERMV should...
2015-11-29 Davide Italiano[SimplifyLibCalls] Don't crash if the function doesn...
2015-11-29 Davide Italiano[SimplifyLibCalls] Tranform log(pow(x, y)) -> y*log(x).
2015-11-29 Simon Pilgrim[X86][SSE] Added support for lowering to ADDSUBPS/ADDSU...
2015-11-29 Rafael EspindolaAdd a passing test.
2015-11-29 Rafael EspindolaDon't depend on the order the IR is copied.
2015-11-29 Rafael EspindolaDon't depend on the order the IR is copied.
next