summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* This patch adds the X86FixupLEAs pass, which will reduce instructionPreston Gurd2013-04-25
* LoopVectorizer: No need to generate pointer disambiguation checks between rea...Nadav Rotem2013-04-25
* [mc-coff] Forward Linker Option flags into the .drectve sectionReid Kleckner2013-04-25
* Fix section relocation for SECTIONREL32 with immediate offset.Rafael Espindola2013-04-25
* [inline asm] Add a test case for r180226. The specific issue is that the inlineChad Rosier2013-04-25
* Clarify getRelocationAddress x getRelocationOffset a bit.Rafael Espindola2013-04-25
* Fix constant folding for one lane vector types. Constant folding one lane vec...Silviu Baranga2013-04-25
* Test case for r180241.Akira Hatanaka2013-04-25
* Test case for r180238.Akira Hatanaka2013-04-25
* R600: Use SHT_PROGBITS for the .AMDGPU.config sectionTom Stellard2013-04-24
* Mips assembler: Add 64 bit testing for JALJack Carter2013-04-24
* Use pointers to iterate over symbols.Rafael Espindola2013-04-24
* LoopVectorize: Scalarize padded typesArnold Schwaighofer2013-04-24
* LoopVectorizer: Bail out if we don't have datalayout we need itArnold Schwaighofer2013-04-24
* MI Sched: eliminate local vreg copies.Andrew Trick2013-04-24
* Cleanup testcase and ensure we actually exercise the inliner.Adrian Prantl2013-04-24
* Hexagon: Use multiclass for combine and STri[bhwd]_shl_V4 instructions.Jyotsna Verma2013-04-23
* Make sure the instruction right after an inlined function has aAdrian Prantl2013-04-23
* Add more tests for r179925 to verify correct handling of signext/zeroext; str...Stephen Lin2013-04-23
* Fix typo.Rafael Espindola2013-04-23
* Hexagon: Remove assembler mapped instruction definitions.Jyotsna Verma2013-04-23
* R600: Use .AMDGPU.config section to emit stacksizeVincent Lejeune2013-04-23
* R600: Add CF_ENDVincent Lejeune2013-04-23
* LoopVectorizer: Fix 15830. When scalarizing and unrolling stores make sure th...Nadav Rotem2013-04-23
* Hexagon: Remove duplicate instructions to handle global/immediate valuesJyotsna Verma2013-04-23
* Call the potentially costly isAnnotatedParallel() only once. Pekka Jaaskelainen2013-04-23
* Write relocations in yaml2obj.Rafael Espindola2013-04-23
* Move test from grep to FileCheck.Rafael Espindola2013-04-23
* Use zlib to uncompress debug sections in DWARF parser.Alexey Samsonov2013-04-23
* Refuse to (even try to) vectorize loops which have uniform writes,Pekka Jaaskelainen2013-04-23
* Add test case for PR15779, which has previously been fixed.Chad Rosier2013-04-22
* Changed back (relative to commit 179786) the operations executed when extract...Anat Shemer2013-04-22
* [mips] In performDSPShiftCombine, check that all elements in the vector areAkira Hatanaka2013-04-22
* COFF: Fix weak external aliases.Peter Collingbourne2013-04-22
* Extra paranoid test for r179925 (verify that tail calls are not generated to ...Stephen Lin2013-04-22
* Also verify llvm.compiler_used.Rafael Espindola2013-04-22
* Clarify that llvm.used can contain aliases.Rafael Espindola2013-04-22
* Fix for 5.5 Parameter Passing --> Stage C:Stepan Dyatkovskiy2013-04-22
* Add .ll as a valid test suffix for Object, this allows .ll -> objectEric Christopher2013-04-22
* Cleanup: test source files do not need to be executableArnaud A. de Grandmaison2013-04-22
* Revert "Revert "PR14606: debug info imported_module support""David Blaikie2013-04-22
* Legalize vector truncates by parts rather than just splitting.Jim Grosbach2013-04-21
* ARM: Split out cost model vcvt testcases.Jim Grosbach2013-04-21
* Passing arguments to varags functions under the SPARC v9 ABI.Jakob Stoklund Olesen2013-04-21
* Fix the SETHIimm pattern for 64-bit code.Jakob Stoklund Olesen2013-04-21
* SROA: Don't crash on a select with two identical operands.Benjamin Kramer2013-04-21
* Revert "SimplifyCFG: If convert single conditional stores"Arnold Schwaighofer2013-04-21
* ARM: fix part of test which actually needed an asserts buildTim Northover2013-04-21
* ARM: Use ldrd/strd to spill 64-bit pairs when available.Tim Northover2013-04-21
* SLPVectorize: Add support for vectorization of casts.Nadav Rotem2013-04-21