aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Inliner: Handle readonly attribute per argument when adding memcpyTom Stellard2013-10-241-4/+29
* I had to move and removeRenato Golin2013-10-241-46/+0
* ARM: Mark double-precision instructions as suchTim Northover2013-10-242-0/+200
* Fix broken builds by moving test to x86 dirRenato Golin2013-10-241-0/+46
* Mark vector loops as already vectorizedRenato Golin2013-10-242-2/+49
* ARM: add a couple more NEON predicates.Tim Northover2013-10-241-1/+12
* ARM: mark various aliases with their architecture requirements.Tim Northover2013-10-242-0/+24
* Added tests for microMIPS relocations 1.Zoran Jovanovic2013-10-243-0/+191
* ARM: Use non-VFP softcalls on embedded Darwinish targetsTim Northover2013-10-241-0/+22
* ARM: fix assert on unpredictable POP instruction.Tim Northover2013-10-242-5/+7
* Added test for -elf configuration, to see that _alloca call is properly Yaron Keren2013-10-241-9/+16
* Make sure SP is always aligned on a 2 byte boundaryJob Noorman2013-10-241-0/+17
* fix PR17635: false positive with packed structuresNuno Lopes2013-10-241-0/+29
* [AArch64] Fix NZCV reg live-in bug in F128CSEL codegen.Amara Emerson2013-10-241-0/+17
* AVX-512: added VCVTPH2PS, VCVTPS2PH with intrinsicsElena Demikhovsky2013-10-241-0/+15
* Replace sse41/sse42 with sse4.1/sse4.2 in test command lines to fix bots.Craig Topper2013-10-242-2/+2
* Add non-AVX tests for AES intrinsics.Craig Topper2013-10-241-0/+48
* Add tests for SSE intrinsics in non-avx mode by copying from the AVX test cas...Craig Topper2013-10-246-0/+1704
* Fix a bug in LinearFunctionTestReplace that created invalid loop exit checks.Juergen Ributzka2013-10-241-0/+26
* X86: Custom lower sext v16i8 to v16i16, and the corresponding truncate.Benjamin Kramer2013-10-235-4/+44
* X86: Custom lower zext v16i8 to v16i16.Benjamin Kramer2013-10-232-0/+21
* Fix PR17631Michael Liao2013-10-231-0/+22
* Add llvm-c-test to check-llvm.NAKAMURA Takumi2013-10-231-4/+1
* Use address-taken to disambiguate global variable and indirect memops.Shuxin Yang2013-10-237-9/+38
* Fix cmake dependency on llvm-c-test in testAnders Waldenborg2013-10-231-0/+4
* [mips][msa] Direct Object Emission support for the LSA instruction.Matheus Almeida2013-10-231-0/+9
* [mips][msa] Added support for matching fexp2 from normal IR (i.e. not intrins...Daniel Sanders2013-10-231-0/+69
* Make ARM hint ranges consistent, and add tests for these rangesArtyom Skrobov2013-10-235-4/+34
* Fix check for supported targets in llvm-c lit.local.cfgAnders Waldenborg2013-10-231-1/+3
* Add llvm-c-test tool for testing llvm-cAnders Waldenborg2013-10-236-0/+86
* R600/SI: fix MIMG writemask adjustementTom Stellard2013-10-231-0/+93
* R600: Fix handling of vector kernel argumentsTom Stellard2013-10-235-115/+502
* R600/SI: Add support for i64 bitwise orTom Stellard2013-10-231-4/+17
* R600/SI: Use S_LOAD_DWORD instructions for v8i32 and v16i32Tom Stellard2013-10-231-5/+10
* MC: Support multiple sections with the same name in the same comdat groupDavid Blaikie2013-10-221-0/+41
* ARM: provide diagnostics on more writeback LDM/STM instructionsTim Northover2013-10-223-0/+39
* R600: Simplify handling of private address spaceTom Stellard2013-10-221-0/+39
* Simplify testing case (Thanks Rafael for the testing case).Manman Ren2013-10-221-28/+22
* [mips][msa] Direct Object Emission support for conditional branches.Matheus Almeida2013-10-221-0/+78
* AVX-512: aligned / unaligned load and store for 512-bit integer vectors.Elena Demikhovsky2013-10-221-0/+28
* Add testcase for PR3168. It was fixed over time.Bill Wendling2013-10-221-0/+21
* TBAA: fix PR17620.Manman Ren2013-10-221-0/+51
* Fix spelling, grammar, and match naming convention for test files.Eric Christopher2013-10-211-1/+1
* [AArch64] Add the constraint to NEON scalar mla/mls instructions.Chad Rosier2013-10-211-20/+24
* SimplifyCFG: Don't duplicate calls to functions marked noduplicate v2Tom Stellard2013-10-211-0/+37
* Fix CodeGen for vectors of pointers with address spaces.Matt Arsenault2013-10-211-0/+30
* Fix CodeGen for different size address space GEPsMatt Arsenault2013-10-211-0/+10
* Teach SimplifyCFG about address spacesMatt Arsenault2013-10-212-11/+104
* Fix creating bitcasts between address spaces in SCEV.Matt Arsenault2013-10-211-1/+27
* X86 vector element shift-by-immediate instructions take i8 immediates. MakeLang Hames2013-10-212-4/+4