[llvm-dwp] clang-format this to catch anything I've missed along the way
[oota-llvm.git] / test /
2015-12-05 David Blaikie[llvm-dwp] Support debug_tu_index
2015-12-05 Dan Gohman[WebAssembly] Implement ReverseBranchCondition, and...
2015-12-05 Keno Fischer[MC] Add a test for state reset in MCMachOStreamer
2015-12-05 Dan Gohman[WebAssembly] Fix scheduling dependencies in register...
2015-12-05 Derek Schuff[WebAssembly] Support constant offsets on loads and...
2015-12-04 Dan Gohman[WebAssembly] Initial varargs support.
2015-12-04 Hans WennborgX86: Don't emit SAHF/LAHF for 64-bit targets unless...
2015-12-04 Weiming Zhao[SimplifyLibCalls] Optimization for pow(x, n) where...
2015-12-04 Keno Fischer[llc/opt] Add an option to run all passes twice
2015-12-04 Chad Rosier[AArch64] Expand vector SDIVREM/UDIVREM operations.
2015-12-04 David Blaikie[llvm-dwp] Remove some out of date comments
2015-12-04 David Blaikie[llvm-dwp] Implement the required on-disk probed hash...
2015-12-04 David Blaikie[llvm-dwp] Include the debug_line.dwo section
2015-12-04 Mike Aizatskysancov -not-covered-functions.
2015-12-04 Manman Ren[CXX TLS calling convention] Add CXX TLS calling conven...
2015-12-04 David Blaikie[llvm-dwp] Retrieve the DWOID from the CU for the cu_in...
2015-12-04 Alexey BataevLEA code size optimization pass (Part 1): Remove redund...
2015-12-04 Oliver Stannard[AArch64] Clean up statistical profiling test
2015-12-04 Nathan SlingerlandRevert "[llvm-profdata] Add support for weighted merge...
2015-12-04 NAKAMURA TakumiMove llvm/test/CodeGen/Generic/function-alias.ll to...
2015-12-04 Quentin Colombet[ARM] When a bitcast is about to be turned into a VMOVD...
2015-12-04 Matthias BraunScheduleDAGInstrs: Rework schedule graph builder.
2015-12-04 JF BastienX86InstrInfo::copyPhysReg: workaround reg liveness
2015-12-04 Evgeniy StepanovFix function-alias.ll test on non-X86 targets.
2015-12-04 Evgeniy StepanovEmit function alias to data as a function symbol.
2015-12-04 Cong HouDon't punish vectorized arithmetic instruction whose...
2015-12-04 Nathan Slingerland[llvm-profdata] Add support for weighted merge of profi...
2015-12-03 JF BastienCodeGen peephole: fold redundant phys reg copies
2015-12-03 Dan Gohman[WebAssembly] Fix dominance check for PHIs in the Store...
2015-12-03 David Majnemer[Analysis] Become aware of MSVC's new/delete functions
2015-12-03 Colin LeMahieu[Hexagon] Adding shuffling resources for HVX instructio...
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.
next