aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Suppress llvm-cov.test on Win32, with REQUIRES: shellNAKAMURA Takumi2013-11-141-0/+2
* Implement AArch64 NEON instruction set AdvSIMD (table).Jiangning Liu2013-11-144-1/+972
* Fixing a heisenbug where the memory dependence analysis behaves differentlyYunzhong Gao2013-11-141-0/+260
* llvm-cov: Removed StringMap holding GCOVLines.Yuchen Wu2013-11-141-0/+0
* llvm-cov: Replaced asserts with proper error handling.Yuchen Wu2013-11-141-1/+5
* Take care of long short branch immediate instructions for mips16 inReed Kotler2013-11-132-0/+59
* R600/SI: Add support for private address space load/storeTom Stellard2013-11-134-20/+27
* R600/SI: Prefer SALU instructions for bit shift operationsTom Stellard2013-11-138-109/+128
* llvm-cov: Changed XFAIL targets to be more generic.Yuchen Wu2013-11-131-1/+1
* Added basic unit test for llvm-cov.Yuchen Wu2013-11-137-0/+171
* [AArch64] Add support for legacy AArch32 NEON scalar shift by immediateChad Rosier2013-11-131-18/+18
* Enable generating legacy IT block for AArch32Weiming Zhao2013-11-139-2/+15
* [SystemZ] Add the general form of BCRRichard Sandiford2013-11-133-0/+144
* FileCheck: fix matching of one check-prefix is a prefix of anotherAlexey Samsonov2013-11-131-0/+5
* Remove AllowQuotesInName and friends from MCAsmInfo.Rafael Espindola2013-11-132-14/+14
* Fix bug in .gpword directive parsing.Vladimir Medic2013-11-131-1/+2
* Support for microMIPS trap instruction with immediate operands.Zoran Jovanovic2013-11-133-0/+54
* SampleProfileLoader pass. Initial setup.Diego Novillo2013-11-132-0/+153
* FileCheck: fix a bug with multiple --check-prefix options.Alexey Samsonov2013-11-131-0/+10
* XCore target: implement exception handlingRobert Lytton2013-11-132-8/+137
* This patch fixes a bug in floating point operands parsing, when instruction a...Vladimir Medic2013-11-131-1/+3
* Add XFAIL:arm again on 4 MCJIT tests, since r194558. AArch64 has been left re...NAKAMURA Takumi2013-11-134-4/+4
* Remove XFAIL:aarch64,arm from 4 tests in test/ExecutionEngine/MCJIT.NAKAMURA Takumi2013-11-134-4/+4
* Allow the code which returns the length for inline assembler to knowReed Kotler2013-11-131-0/+29
* Add a test case to verify that misusing anyregcc crashes as expected.Andrew Trick2013-11-131-0/+17
* R600: Fix selection failure on EXTLOADMatt Arsenault2013-11-131-0/+51
* SelectionDAG: Teach the legalizer to split SETCC if VSELECT needs splitting too.Juergen Ributzka2013-11-131-0/+42
* Cleanup the stackmap operand folding code and fix a corner case.Andrew Trick2013-11-121-1/+21
* improve dependence analysis testcasesSebastian Pop2013-11-123-1/+30
* delinearization of arraysSebastian Pop2013-11-1211-0/+751
* Fold (iszero(A&K1) | iszero(A&K2)) -> (A&(K1|K2)) != (K1|K2) if we know that...Nadav Rotem2013-11-121-0/+35
* FoldBranchToCommonDest merges branches into a single branch with or/and of th...Nadav Rotem2013-11-121-0/+29
* [mips] Fix a bug in function CC_MipsO32_FP64. The second double precisionAkira Hatanaka2013-11-121-6/+6
* [mips] Run test case with command line option -mattr=+fp64.Akira Hatanaka2013-11-121-16/+39
* Protect user-supplied runtime library functions in LTOJustin Bogner2013-11-121-0/+27
* ARM: diagnose invalid system LDM/STMTim Northover2013-11-121-0/+5
* [mips] Fix and re-enable a test case that has been disabled for a long time.Akira Hatanaka2013-11-121-99/+120
* [OCaml] Dynamically link LLVM on --enable-shared buildsPeter Zotov2013-11-121-1/+1
* Corruptly merge constants with explicit and implicit alignments.Rafael Espindola2013-11-121-0/+28
* [AArch64] Implemented AdvSIMD scalar x indexed element format and AdvSIMD scalarChad Rosier2013-11-1210-6/+674
* Simplify operand folding when rematerializing a load.Andrew Trick2013-11-121-11/+6
* [mips][msa] Enable inlinse assembly for MSA.Daniel Sanders2013-11-121-0/+34
* SimplifyCFG: Use existing constant folding logic when forming switch tables.Benjamin Kramer2013-11-121-3/+6
* [mips][msa] Added support for matching bclr, and bclri from normal IR (i.e. n...Daniel Sanders2013-11-122-1/+139
* [ARM] Add support for FP_HP_extension build attributeBradley Smith2013-11-122-6/+24
* [mips][msa] Added support for matching bset, bseti, bneg, and bnegi from norm...Daniel Sanders2013-11-121-0/+248
* [mips][msa] Change constant used in ori tests to avoid conflict with bseti (a...Daniel Sanders2013-11-121-16/+16
* XCore target: fix bug in aligning 'byval i8*' on the stackRobert Lytton2013-11-121-0/+15
* XCore target test for hidden declarationRobert Lytton2013-11-121-1/+5
* Add XCore support for ATOMIC_FENCE.Robert Lytton2013-11-121-0/+16