[MCJIT] Start Stringref-izing the ExecutionEngine interface.
[oota-llvm.git] / test /
2014-09-15 Matt ArsenaultR600/SI: Prefer selecting more e64 instruction forms.
2014-09-15 Matt ArsenaultR600/SI: Make sure double vector fmul is tested
2014-09-15 Matt ArsenaultR600/SI: Add some mubuf testcases.
2014-09-15 Matt ArsenaultR600/SI: Add preliminary support for flat address space
2014-09-15 Toma Tabacu[mips] Marked the DADDiu instruction aliases as MIPS...
2014-09-15 Chandler Carruth[x86] Begin emitting PBLENDW instructions for integer...
2014-09-15 Chandler Carruth[x86] Add an explicit SSE3 run to this test and flesh...
2014-09-15 Chandler Carruth[x86] Teach the x86 DAG combiner to form UNPCKLPS and...
2014-09-15 Chandler Carruth[x86] Teach the x86 DAG combiner to form MOVSLDUP and...
2014-09-15 Chandler Carruth[x86] Undo a flawed transform I added to form UNPCK...
2014-09-15 Chandler Carruth[x86] Teach the new vector shuffle lowering to use...
2014-09-15 David MajnemerInstSimplify: Simplify trivial and/or of icmps
2014-09-14 Chandler Carruth[x86] Teach the new vector shuffle lowering to use...
2014-09-14 NAKAMURA Takumillvm/test/CodeGen/X86/vec_shuffle-38.ll: Add explicit...
2014-09-14 Chandler Carruth[x86] Add an SSE41 mode to this test. Nothing interesti...
2014-09-14 Chandler Carruth[x86] Switch this test to use an ALL prefix with specia...
2014-09-14 Chandler Carruth[x86] Add some test cases where we should emit blendpd...
2014-09-14 Chandler Carruth[x86] Teach the vector combiner that picks a canonical...
2014-09-14 Matt ArsenaultR600/SI: Fix broken check lines
2014-09-13 Juergen Ributzka[FastISel][AArch64] Add support for non-native types...
2014-09-13 Chad Rosier[AArch64] Update test case to pass with post-RA MI...
2014-09-12 Nick KledzikStop suppress error messages in test case to see why...
2014-09-12 Nick Kledzik[llvm-objdump] support -rebase option for mach-o to...
2014-09-12 Justin Bognerllvm-profdata: Avoid undefined behaviour when reading...
2014-09-12 Chad RosierFileCheckize. NFC.
2014-09-12 Chad Rosier[AArch64] Enable post-RA MI scheduler.
2014-09-12 Jordan Rose[lit] Parse all strings as UTF-8 rather than ASCII.
2014-09-12 NAKAMURA Takumillvm/test/CodeGen/X86/vec_ctbits.ll: Add explicit ...
2014-09-12 Zoran Jovanovic[mips][microMIPS] Implement JRADDIUSP instruction
2014-09-12 Bill SchmidtAddress comments on r217622
2014-09-12 Zoran Jovanovic[mips][microMIPS] Implement BGEZALS and BLTZALS instruc...
2014-09-12 Zoran Jovanovic[mips][microMIPS] Implement JALS and JALRS instructions.
2014-09-12 Zoran Jovanovic[mips][microMIPS] Implement TLBP, TLBR, TLBWI and TLBWR...
2014-09-12 James Molloy[ARM] Teach the cost model that cross-class copies...
2014-09-12 Benjamin KramerLegalizer: Use the scalar bit width when promoting...
2014-09-11 Justin BognerRevert "llvm-cov: Remove an overly system specific...
2014-09-11 Matt ArsenaultR600/SI: Fix off by 1 error in used register count
2014-09-11 Lang Hames[MCJIT] Make sure we test ARM BR24 relocations with...
2014-09-11 Quentin Colombet[CodeGenPrepare] Teach the addressing mode matcher...
2014-09-11 Bill SchmidtAdd missing colon to RUN line...
2014-09-11 Bill Schmidt[PATCH, PowerPC] Accept 'U' and 'X' constraints in...
2014-09-11 Lang Hames[MCJIT] Add support for ARM HALF_DIFF relocations to...
2014-09-11 Matt ArsenaultAdd triple to test to fix bots
2014-09-11 Brad SmithProvide an implementation of getNoopForMachoTarget...
2014-09-11 Matt ArsenaultAdd DAG combine for shl + add of constants.
2014-09-11 Lang Hames[MCJIT] Take the relocation addend into account when...
2014-09-11 Adam Nemet[AVX512] Fix miscompile for unpack
2014-09-11 Sanjay PatelAdd triple and remove hashes to account for buildbot...
2014-09-11 Sanjay PatelCombine fmul vector FP constants when unsafe math is...
2014-09-11 Aaron WatryR600: Test local atomics for evergreen
2014-09-11 Tilmann Scheller[ARM] Add Thumb-2 code size optimization regression...
2014-09-11 Tilmann Scheller[ARM] Add Thumb-2 code size optimization regression...
2014-09-11 Arnaud A. de Grand... [AArch64] Reenable the PBQP test now that the leak...
2014-09-11 Tilmann Scheller[ARM] Add Thumb-2 code size optimization regression...
2014-09-11 Tilmann Scheller[ARM] Add Thumb2 code size optimization regression...
2014-09-11 Chandler Carruth[x86] Fixup r217565 which baked in an assumption about...
2014-09-11 Hal Finkel[AlignmentFromAssumptions] Don't crash just because...
2014-09-11 David XuBuild correct vector filled with undef nodes
2014-09-11 Chandler Carruth[x86] FileCheck-ize this test.
2014-09-10 Matt ArsenaultR600/SI: Fix losing chain when fixing reg class of...
2014-09-10 Peter CollingbourneAdd LLVMgold target to test dependencies.
2014-09-10 Matt ArsenaultR600: Custom lower frem
2014-09-10 Hal Finkel[AlignmentFromAssumptions] Don't divide by zero for...
2014-09-10 Rafael EspindolaRemember to eraseFromParent after replaceAllUsesWith.
2014-09-10 Arnaud A. de Grand... [AArch64] Temporarily desactivate the PBQP test, while...
2014-09-10 Sanjay PatelRename getMaximumUnrollFactor -> getMaxInterleaveFactor...
2014-09-10 Arnaud A. de Grand... [AArch64] Add experimental PBQP support
2014-09-10 Asiri Rathnayake[AArch 64] Use a constant pool load for weak symbol...
2014-09-10 Tim NorthoverARM: don't size-reduce STMs using the LR register.
2014-09-10 David MajnemerObject: Add support for bigobj
2014-09-10 Yuri Gorshenin[asan-assembly-instrumentation] Added CFI directives...
2014-09-10 Job NoormanDrop the W postfix on the 16-bit registers.
2014-09-10 Justin Bognerllvm-cov: Remove an overly system specific test
2014-09-10 Kai Nacke[MIPS] Add aliases for sync instruction used by Octeon CPU
2014-09-10 Justin Bognerllvm-cov: Fix a misuse of ArrayRef::slice I introduced...
2014-09-09 Rafael EspindolaHandle common linkage correctly in the gold plugin.
2014-09-09 Rafael EspindolaMerge alignment of common GlobalValue.
2014-09-09 Bjorn SteinbrinkAdd a test for hoisting instructions with metadata...
2014-09-09 Rafael EspindolaWhen merging two common GlobalValues, keep the largest.
2014-09-09 Rafael EspindolaMake this input file pass the verifier.
2014-09-09 Rafael EspindolaFix a use of an undefined value (the linkage).
2014-09-09 Rafael EspindolaPrefer common over weak linkage when linking.
2014-09-09 Toma Tabacu[mips] Add assembler support for .set mips0 directive.
2014-09-09 Pavel Chupin[x32] Emit callq for CALLpcrel32
2014-09-09 Tim Northoverllvm-objdump: don't crash when __compact_unwind has...
2014-09-09 Toma Tabacu[mips] Add assembler support for .set push/pop directive.
2014-09-09 Renato GolinARM: Negative offset support problem
2014-09-09 Bob WilsonSet trunc store action to Expand for all X86 targets.
2014-09-08 Hans WennborgFast-ISel: Remove dead code after falling back from...
2014-09-08 Matt ArsenaultR600/SI: Replace LDS atomics with no return versions
2014-09-08 Chad Rosier[AArch64] Improve AA to remove unneeded edges in the...
2014-09-07 Hal FinkelMake use @llvm.assume for loop guards in ScalarEvolution
2014-09-07 Hal FinkelCheck for all known bits on ret in InstCombine
2014-09-07 Hal FinkelMake use of @llvm.assume from LazyValueInfo
2014-09-07 Hal FinkelAdd an AlignmentFromAssumptions Pass
2014-09-07 Hal FinkelAdd additional patterns for @llvm.assume in ValueTracking
2014-09-07 Hal FinkelMake use of @llvm.assume in ValueTracking (computeKnown...
2014-09-07 David BlaikieDebugInfo: Do not use DW_FORM_GNU_addr_index in skeleto...
2014-09-07 Hal FinkelAdd functions for finding ephemeral values
2014-09-07 Chandler Carruth[x86] Revert my over-eager commit in r217332.
next