SamplePGO - Add initial support for inliner annotations.
[oota-llvm.git] / test /
2015-11-27 Diego NovilloSamplePGO - Add initial support for inliner annotations.
2015-11-27 Rafael EspindolaModernize the test a bit
2015-11-27 Artyom Skrobov[ARM] Generate ABI_optimization_goals build attribute...
2015-11-27 Oliver Stannard[AArch64] Add ARMv8.2-A FP16 scalar instructions
2015-11-27 Adhemerval Zanella[sanitizer] [dfsan] Unify aarch64 mapping
2015-11-27 Andrew Wilkinstest: bail early if tool_path is None
2015-11-27 Andrew Wilkinstest: check if go_executable is set
2015-11-27 Andrew WilkinsUse $GO_EXECUTABLE in Go-based lit tests
2015-11-27 Rafael EspindolaTest both input file orders.
2015-11-27 Rafael EspindolaAdd missing file.
2015-11-27 Rafael EspindolaMake the test a bit more interesting.
2015-11-26 Peter CollingbourneMC: Simplify handling of temporary symbols in COFF...
2015-11-26 Simon Pilgrim[X86][FMA] Begun adding AVX512 FMA tests
2015-11-26 Charlie Turner[LoopVectorize] Use MapVector rather than DenseMap...
2015-11-26 Rafael EspindolaAdd a few passing lto tests.
2015-11-26 Rafael EspindolaDisallow aliases to available_externally.
2015-11-26 Krzysztof Parzyszek[Hexagon] Hexagon V60 HVX intrinsic defintions
2015-11-26 Daniel Sanders[mips][ias] Range check uimm5 operands and fix several...
2015-11-26 Oliver Stannard[AArch64] Add ARMv8.2-A new AT instruction variants
2015-11-26 Martell MaloneARM: address WOA unsigned division overflow crash
2015-11-26 Oliver Stannard[AArch64] Add ARMv8.2-A UAO PSTATE bit
2015-11-26 Oliver Stannard[AArch64] Add ARMv8.2-A persistent memory instruction
2015-11-26 Oliver Stannard[AArch64] Add ARMv8.2-A ID_A64MMFR2_EL1 register
2015-11-26 Daniel Sanders[mips][ias] Explicitly disable IAS on tests that depend...
2015-11-26 Daniel Sanders[mips][ias] Replace anchor comments with anchor instruc...
2015-11-26 Benjamin Kramer[SimplifyLibCalls] Don't depend on a called function...
2015-11-26 Vyacheslav KlochkovX86-FMA3: Improved/enabled the memory folding optimizat...
2015-11-26 Sanjoy Das[OperandBundles] Treat "deopt" operand bundles specially
2015-11-26 Tom StellardAMDGPU: Add llvm.amdgcn.dispatch.ptr intrinsic
2015-11-25 Evgeniy Stepanov[safestack] Fix alignment of dynamic allocas.
2015-11-25 Dan Gohman[WebAssembly] Fix inline asm support for i64 operands.
2015-11-25 Dan Gohman[WebAssembly] Fold setne and seteq comparisons into...
2015-11-25 Marek OlsakAMDGPU/SI: select S_ABS_I32 when possible (v2)
2015-11-25 Krzysztof ParzyszekAdd hexagonv55 and hexagonv60 as recognized CPUs, make...
2015-11-25 Matt ArsenaultAMDGPU: Add some tests for promotion of v2i64 scalar_to...
2015-11-25 Matt ArsenaultAMDGPU: Make v2i64/v2f64 legal types.
2015-11-25 Dan Gohman[WebAssembly] Use a physical register to describe ARGUM...
2015-11-25 Dan Gohman[WebAssembly] Make several tests more strict.
2015-11-25 Dan Gohman[WebAssembly] Support for register stackifying with...
2015-11-25 Dan Gohman[WebAssembly] Codegen support for ISD::ExternalSymbol
2015-11-25 Hal Finkel[PowerPC] Don't generate mfocrf on the e500mc
2015-11-25 Eric ChristopherAccept any stack offset, including none, here.
2015-11-25 Eric ChristopherFix some places where we were assuming that memory...
2015-11-25 Simon Pilgrim[X86][AVX] Regenerate Splat OptSize tests
2015-11-25 Elena DemikhovskyAVX-512: Fixed a bug in VPERMT2* intrinsic.
2015-11-25 Peter CollingbourneAsmParser: Make the code for parsing unnamed aliases...
2015-11-25 Sanjoy Das[InstCombine] Don't drop operand bundles
2015-11-25 Hans WennborgRevert r253528: "[X86] Enable shrink-wrapping by default."
2015-11-24 Rong XuRevert r254021
2015-11-24 Rong Xu[PGO] Revert revision r254021,r254028,r254035
2015-11-24 Teresa Johnson[ThinLTO] Add option to limit importing based on instru...
2015-11-24 Rong Xu[PGO] Relax test cases in PGO instrumentation
2015-11-24 Diego NovilloSamplePGO - Add test for hot/cold inlined functions.
2015-11-24 Simon Pilgrim[X86][SSE] Regenerate PMUL tests
2015-11-24 Evgeniy Stepanov[msan] Relax origin-alignment test.
2015-11-24 Rong Xu[PGO] MST based PGO instrumentation infrastructure
2015-11-24 Simon Pilgrim[X86][FMA] Optimize FNEG(FMA) Patterns
2015-11-24 Teresa Johnson[ThinLTO] Enable iterative importing in FunctionImport...
2015-11-24 Cong Hou[X86] Fix several issues related to X86's psadbw instru...
2015-11-24 Teresa Johnson[ThinLTO] Handle previously imported and promoted local...
2015-11-24 Sanjay Patel[InstCombine] fix propagation of fast-math-flags
2015-11-24 Rafael EspindolaMake this test a bit more strict.
2015-11-24 Teresa Johnson[ThinLTO] Fix FunctionImport alias checking and test
2015-11-24 Sanjay Patel[x86] remove duplicate movq instruction defs (PR25554)
2015-11-24 Rafael EspindolaAdd an already passing test.
2015-11-24 Krzysztof ParzyszekAdd new vector types for 512-, 1024- and 2048-bit vectors
2015-11-24 Matt ArsenaultAMDGPU: Split LDS vector loads
2015-11-24 Matt ArsenaultAMDGPU: Split x8 and x16 vector loads instead of scalarize
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 Cong Hou[X86][SSE] Detect AVG pattern during instruction combin...
2015-11-24 Sanjay Patelminimize test case but still show the bug
2015-11-23 Sanjay Pateladded comment (using freshly updated update_llc_test_ch...
2015-11-23 Sanjay Patel[x86] add test to show suboptimal codegen (PR25554)
2015-11-23 Krzysztof ParzyszekRevert r253923.
2015-11-23 Andy AyersfindDeadCallerSavedReg needs to pay attention to callin...
2015-11-23 Dan Gohman[WebAssembly] Don't special-case call operand order.
2015-11-23 Krzysztof ParzyszekAdd new vector types for 512-, 1024- and 2048-bit vectors
2015-11-23 Dan Gohman[WebAssembly] Suffix output operands with '='.
2015-11-23 Sanjoy Das[RuntimeDyld] Don't allocate unnecessary stub buffer...
2015-11-23 James Y KnightMake utils/update_llc_test_checks.py note that the...
2015-11-23 Dan Gohman[WebAssembly] Model the return value of store instructi...
2015-11-23 Xinliang David Li[PGO] Add --text option for llvm-profdata show|merge...
2015-11-23 Diego NovilloSamplePGO - Add coverage tracking for samples.
2015-11-23 Andrew Kaylor[WinEH] Fix a case where GVN could incorrectly PRE...
2015-11-23 Dan Gohman[WebAssembly] Don't use set_local instructions explicitly.
2015-11-23 Andrew Kaylor[WinEH] Fix problem where CodeGenPrepare incorrectly...
2015-11-23 Dan Gohman[WebAssembly] Always print loop end labels
2015-11-23 Dan Gohman[WebAssembly] Emit .param, .result, and .local through MC.
2015-11-23 Dan Gohman[WebAssembly] Use dominator information to improve...
2015-11-23 Daniel Sanders[mips] .ent and .end should also set the type and size...
2015-11-23 Martell MaloneARM: address WoA division overflow crash
2015-11-22 Simon Pilgrim[X86][FMA] Regenerate tests.
2015-11-22 Simon Pilgrim[X86][AVX] Added load splat tests.
2015-11-22 Elena DemikhovskyAVX-512: Optimized INSERT_SUBVECTOR for i1 vector types
2015-11-22 Rafael EspindolaHave a single way for creating unique value names.
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 Sanjay Patelmove a single test case to where most other instcombine...
2015-11-21 Simon Pilgrim[X86][SSE] Added SSE2 PSUBUS tests
next