summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Make all the conditional Mips 16 branches get initially set for theReed Kotler2013-11-15
* Add addrspacecast instruction.Matt Arsenault2013-11-15
* R600: Fix scheduling of instructions that use the LDS output queueTom Stellard2013-11-15
* Simplify testcase.Eric Christopher2013-11-14
* Recognize 0x0000 as a COFF file magic.Rui Ueyama2013-11-14
* ARM: produce friendly error for invalid inline asmTim Northover2013-11-14
* Add a triple and switch test to FileCheck.Rafael Espindola2013-11-14
* llvm-cov.test: Remove XFAIL:arm. Seems this is passing since my tweaks.NAKAMURA Takumi2013-11-14
* Error if we see an alias to a declaration.Rafael Espindola2013-11-14
* [asan] Poor man's coverage that works with ASanKostya Serebryany2013-11-14
* [msan] Use CHECK-DAG instead of CHECK where order of instructions does not ma...Evgeniy Stepanov2013-11-14
* [msan] Fast path optimization for wrap-indirect-calls feature of MemorySaniti...Evgeniy Stepanov2013-11-14
* llvm-cov.test: Tweak win32 hosts not confused by \r\n in llvm-cov's stdout.NAKAMURA Takumi2013-11-14
* AVX-512: Handled extractelement from mask vector;Elena Demikhovsky2013-11-14
* R600/SI: Add testcase for problem I ran intoMatt Arsenault2013-11-14
* Minor extension to llvm.experimental.patchpoint: don't require a call.Andrew Trick2013-11-14
* Add test case for AArch64 NEON instruction set misc.Kevin Qin2013-11-14
* Don't mangle \n and "Rafael Espindola2013-11-14
* Implement aarch64 neon instruction class SIMD misc.Kevin Qin2013-11-14
* Suppress llvm-cov.test on Win32, with REQUIRES: shellNAKAMURA Takumi2013-11-14
* Implement AArch64 NEON instruction set AdvSIMD (table).Jiangning Liu2013-11-14
* Fixing a heisenbug where the memory dependence analysis behaves differentlyYunzhong Gao2013-11-14
* llvm-cov: Removed StringMap holding GCOVLines.Yuchen Wu2013-11-14
* llvm-cov: Replaced asserts with proper error handling.Yuchen Wu2013-11-14
* Take care of long short branch immediate instructions for mips16 inReed Kotler2013-11-13
* R600/SI: Add support for private address space load/storeTom Stellard2013-11-13
* R600/SI: Prefer SALU instructions for bit shift operationsTom Stellard2013-11-13
* llvm-cov: Changed XFAIL targets to be more generic.Yuchen Wu2013-11-13
* Added basic unit test for llvm-cov.Yuchen Wu2013-11-13
* [AArch64] Add support for legacy AArch32 NEON scalar shift by immediateChad Rosier2013-11-13
* Enable generating legacy IT block for AArch32Weiming Zhao2013-11-13
* [SystemZ] Add the general form of BCRRichard Sandiford2013-11-13
* FileCheck: fix matching of one check-prefix is a prefix of anotherAlexey Samsonov2013-11-13
* Remove AllowQuotesInName and friends from MCAsmInfo.Rafael Espindola2013-11-13
* Fix bug in .gpword directive parsing.Vladimir Medic2013-11-13
* Support for microMIPS trap instruction with immediate operands.Zoran Jovanovic2013-11-13
* SampleProfileLoader pass. Initial setup.Diego Novillo2013-11-13
* FileCheck: fix a bug with multiple --check-prefix options.Alexey Samsonov2013-11-13
* XCore target: implement exception handlingRobert Lytton2013-11-13
* This patch fixes a bug in floating point operands parsing, when instruction a...Vladimir Medic2013-11-13
* Add XFAIL:arm again on 4 MCJIT tests, since r194558. AArch64 has been left re...NAKAMURA Takumi2013-11-13
* Remove XFAIL:aarch64,arm from 4 tests in test/ExecutionEngine/MCJIT.NAKAMURA Takumi2013-11-13
* Allow the code which returns the length for inline assembler to knowReed Kotler2013-11-13
* Add a test case to verify that misusing anyregcc crashes as expected.Andrew Trick2013-11-13
* R600: Fix selection failure on EXTLOADMatt Arsenault2013-11-13
* SelectionDAG: Teach the legalizer to split SETCC if VSELECT needs splitting too.Juergen Ributzka2013-11-13
* Cleanup the stackmap operand folding code and fix a corner case.Andrew Trick2013-11-12
* improve dependence analysis testcasesSebastian Pop2013-11-12
* delinearization of arraysSebastian Pop2013-11-12
* Fold (iszero(A&K1) | iszero(A&K2)) -> (A&(K1|K2)) != (K1|K2) if we know that...Nadav Rotem2013-11-12