aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Cleanup testcase and ensure we actually exercise the inliner.Adrian Prantl2013-04-241-138/+144
* Hexagon: Use multiclass for combine and STri[bhwd]_shl_V4 instructions.Jyotsna Verma2013-04-231-0/+45
* Make sure the instruction right after an inlined function has aAdrian Prantl2013-04-231-0/+165
* Add more tests for r179925 to verify correct handling of signext/zeroext; str...Stephen Lin2013-04-231-0/+64
* Fix typo.Rafael Espindola2013-04-232-4/+4
* Hexagon: Remove assembler mapped instruction definitions.Jyotsna Verma2013-04-231-0/+87
* R600: Use .AMDGPU.config section to emit stacksizeVincent Lejeune2013-04-231-0/+15
* R600: Add CF_ENDVincent Lejeune2013-04-233-3/+3
* LoopVectorizer: Fix 15830. When scalarizing and unrolling stores make sure th...Nadav Rotem2013-04-231-0/+36
* Hexagon: Remove duplicate instructions to handle global/immediate valuesJyotsna Verma2013-04-231-0/+18
* Call the potentially costly isAnnotatedParallel() only once. Pekka Jaaskelainen2013-04-231-1/+2
* Write relocations in yaml2obj.Rafael Espindola2013-04-231-1/+21
* Move test from grep to FileCheck.Rafael Espindola2013-04-231-2/+5
* Use zlib to uncompress debug sections in DWARF parser.Alexey Samsonov2013-04-236-0/+41
* Refuse to (even try to) vectorize loops which have uniform writes,Pekka Jaaskelainen2013-04-231-0/+58
* Add test case for PR15779, which has previously been fixed.Chad Rosier2013-04-221-1/+2
* Changed back (relative to commit 179786) the operations executed when extract...Anat Shemer2013-04-221-0/+18
* [mips] In performDSPShiftCombine, check that all elements in the vector areAkira Hatanaka2013-04-221-0/+56
* COFF: Fix weak external aliases.Peter Collingbourne2013-04-221-0/+18
* Extra paranoid test for r179925 (verify that tail calls are not generated to ...Stephen Lin2013-04-221-0/+14
* Also verify llvm.compiler_used.Rafael Espindola2013-04-221-0/+6
* Clarify that llvm.used can contain aliases.Rafael Espindola2013-04-226-0/+30
* Fix for 5.5 Parameter Passing --> Stage C:Stepan Dyatkovskiy2013-04-223-0/+184
* Add .ll as a valid test suffix for Object, this allows .ll -> objectEric Christopher2013-04-221-1/+1
* Cleanup: test source files do not need to be executableArnaud A. de Grandmaison2013-04-2212-0/+0
* Revert "Revert "PR14606: debug info imported_module support""David Blaikie2013-04-2285-98/+126
* Legalize vector truncates by parts rather than just splitting.Jim Grosbach2013-04-212-34/+16
* ARM: Split out cost model vcvt testcases.Jim Grosbach2013-04-212-172/+171
* Passing arguments to varags functions under the SPARC v9 ABI.Jakob Stoklund Olesen2013-04-211-0/+13
* Fix the SETHIimm pattern for 64-bit code.Jakob Stoklund Olesen2013-04-211-0/+6
* SROA: Don't crash on a select with two identical operands.Benjamin Kramer2013-04-211-0/+11
* Revert "SimplifyCFG: If convert single conditional stores"Arnold Schwaighofer2013-04-211-83/+0
* ARM: fix part of test which actually needed an asserts buildTim Northover2013-04-212-6/+30
* ARM: Use ldrd/strd to spill 64-bit pairs when available.Tim Northover2013-04-211-13/+27
* SLPVectorize: Add support for vectorization of casts.Nadav Rotem2013-04-211-0/+38
* [objc-arc] Cleaned up tail-call-invariant-enforcement.ll.Michael Gottesman2013-04-211-25/+40
* [objc-arc] Check that objc-arc-expand properly handles all strictly forwardin...Michael Gottesman2013-04-211-5/+71
* [objc-arc] Renamed the test file clang-arc-used-intrinsic-removed-if-isolated...Michael Gottesman2013-04-211-0/+0
* Remove tbaa metadata.Bill Wendling2013-04-211-7/+3
* Compile varargs functions for SPARCv9.Jakob Stoklund Olesen2013-04-201-0/+62
* Fix PR15800. Do not try to vectorize vectors and structs.Nadav Rotem2013-04-201-0/+14
* SimplifyCFG: If convert single conditional storesArnold Schwaighofer2013-04-201-0/+83
* ARM: don't add FrameIndex offset for LDMIA (has no immediate)Tim Northover2013-04-201-0/+36
* recommit testsNuno Lopes2013-04-201-0/+20
* Minor renaming of tests (for consistency with an in-development patch)Stephen Lin2013-04-201-10/+10
* Don't litter .s files in test directory.Benjamin Kramer2013-04-201-1/+1
* SLPVectorizer: Improve the cost model for loop invariant broadcast values.Nadav Rotem2013-04-201-0/+73
* Add CodeGen support for functions that always return arguments via a new para...Stephen Lin2013-04-202-0/+180
* Allow tail call opportunity detection through nested and/or multiple iteratio...Stephen Lin2013-04-201-0/+88
* [mips] Instruction selection patterns for DSP-ASE vector shifts.Akira Hatanaka2013-04-191-0/+75