summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2015-12-18Fix error handling in LLVMGetBitcodeModuleInContext.Rafael Espindola1-0/+1
2015-12-18GlobalsAA: Take advantage of ArgMemOnly, InaccessibleMemOnly and Inaccessible...Vaivaswatha Nagaraj2-0/+67
2015-12-18[mips][microMIPS][DSP] Implement PACKRL.PH, PICK.PH, PICK.QB, SHILO, SHILOV a...Zlatko Buljan14-0/+62
2015-12-18Add a test for LLVMGetBitcodeModule.Rafael Espindola1-1/+10
2015-12-17[X86] Use push-pop for materializing small constants under 'minsize'Hans Wennborg3-102/+186
2015-12-17[InstCombine] Extend peephole DSE to handle unordered atomicsPhilip Reames1-0/+113
2015-12-17Polish atomic pointersJF Bastien1-2/+2
2015-12-17Pass -m elf_x84_64 to gold invocations.Rafael Espindola1-2/+2
2015-12-17Revert "[AArch64] Add DAG combine for extract extend pattern"Matthew Simpson1-8/+9
2015-12-17[WebAssembly] Switch WebAssemblyMCAsmInfo.h from MCAsmInfo to MCAsmInfoELF.Dan Gohman2-0/+22
2015-12-17Hardcode the target in this testcase — it depends on the ABI.Adrian Prantl1-1/+1
2015-12-17[EarlyCSE] DSE of atomic unordered storesPhilip Reames1-0/+74
2015-12-17make this test less whitespace-sensitive.Adrian Prantl1-1/+1
2015-12-17Rewrite test to use llvm-dwarfdump instead of checking for asm comments.Adrian Prantl1-4/+12
2015-12-17[ThinLTO] Metadata linking for imported functionsTeresa Johnson4-0/+181
2015-12-17AMDGPU/SI: Reserve appropriate number of sgprs for flat scratch init.Tom Stellard1-0/+36
2015-12-17Avoid explicit relocation sorting most of the time.Rafael Espindola5-12/+12
2015-12-17[AArch64] Add DAG combine for extract extend patternMatthew Simpson1-9/+8
2015-12-17[X86] Add option for enabling LEA optimization pass, by Andrey TuretskyAlexey Bataev1-1/+1
2015-12-17Fix PR25838.Cong Hou1-0/+34
2015-12-16[WebAssembly] Fix legalization of shift operators on large integer types.Dan Gohman1-0/+9
2015-12-16[WebAssembly] Implement eliminateCallFramePseudoDerek Schuff2-6/+13
2015-12-16Change linkInModule to take a std::unique_ptr.Rafael Espindola1-6/+4
2015-12-16Fix funciton->function typo.Eric Christopher1-1/+1
2015-12-16Move llvm/test/DebugInfo/live-debug-values.ll into X86, due to target triple.NAKAMURA Takumi1-0/+0
2015-12-16[PGO] Handle and report overflow during profile merge for all types of dataNathan Slingerland5-20/+73
2015-12-16CXX_FAST_TLS calling convention: performance improvement for AArch64.Manman Ren1-42/+41
2015-12-16[WebAssembly] Print an extra local decl when the user stack pointer is usedDerek Schuff1-0/+5
2015-12-16Revert "[ARM] Add ARMv8.2-A FP16 scalar instructions"Reid Kleckner6-1192/+0
2015-12-16[WebAssembly] Fix the CFG Stackifier to handle unoptimized branchesDan Gohman1-0/+46
2015-12-16AMDGPU: Override getCFInstrCostMatt Arsenault1-0/+45
2015-12-16Reland "[llvm-readobj] Simplify usage of -codeview flag"Reid Kleckner4-10/+3
2015-12-16[WebAssembly] Use the new offset syntax for memory operands in inline asm.Dan Gohman1-1/+1
2015-12-16[SystemZ] Sort relocs to avoid code corruption by linker optimizationUlrich Weigand1-4/+4
2015-12-16[SystemZ] Fix assertion failure in adjustSubwordCmpUlrich Weigand1-0/+24
2015-12-16[Hexagon] Make memcpy lowering thread-safeTobias Edler von Koch1-0/+32
2015-12-16[NFC] Update horizontal reduction test cases.Charlie Turner2-2/+2
2015-12-16[WebAssembly] Support more kinds of inline asm operandsDan Gohman1-0/+15
2015-12-16Add InaccessibleMemOnly and inaccessibleMemOrArgMemOnly attributesVaivaswatha Nagaraj8-12/+30
2015-12-16[SimplifyCFG] Don't create unnecessary PHIsJames Molloy1-0/+215
2015-12-16[ARM] Add ARMv8.2-A FP16 vector instructionsOliver Stannard6-0/+1859
2015-12-16[ARM] Add ARMv8.2-A FP16 scalar instructionsOliver Stannard6-0/+1192
2015-12-16[X86] Improve shift combiningMichael Kuperstein4-853/+1046
2015-12-16Recommit LiveDebugValues pass after fixing a couple of minor issues.Vikram TV8-5/+723
2015-12-16Remove FileCheck from test case token_landingpad.ll. Chen Li1-3/+2
2015-12-16Fixed test case in rL255749: [SelectionDAGBuilder] Adds support for landingpa...Chen Li1-1/+1
2015-12-16[SelectionDAGBuilder] Adds support for landingpads of token typeChen Li2-0/+52
2015-12-16[EarlyCSE] DSE of stores which write back loaded valuesPhilip Reames1-0/+74
2015-12-16[IR] Add support for floating pointer atomic loads and storesPhilip Reames3-0/+204
2015-12-16[sancov] blacklist support.Mike Aizatsky8-10/+17