aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Filecheck-ize.Bill Wendling2011-09-301-1/+3
* Add new line at end of file.Bill Wendling2011-09-301-1/+1
* When inferring the pointer alignment, if the global doesn't have an initializerBill Wendling2011-09-301-0/+26
* Test More Complicated ListsDavid Greene2011-09-301-0/+17
* Test VarListElementInit:: resolveListElementReferenceDavid Greene2011-09-301-0/+13
* Remove unnecessary checking of register operands.Akira Hatanaka2011-09-302-7/+7
* Add definitions of Mips64 rotate instructions.Akira Hatanaka2011-09-301-1/+41
* float comparison to double 'zero' constant can just be a float 'zero.'Jim Grosbach2011-09-301-0/+11
* ARM Darwin default relocation model is PIC.Jim Grosbach2011-09-305-6/+6
* Check values of immediate operands.Akira Hatanaka2011-09-302-11/+11
* Add forgotten tests that the cleanup flag is cleared if thereDuncan Sands2011-09-301-0/+24
* Inlining often produces landingpad instructions with repeatedDuncan Sands2011-09-301-0/+157
* Mips64 shift instructions.Akira Hatanaka2011-09-301-0/+64
* Mips64 arithmetic and logical instructions with one source register andAkira Hatanaka2011-09-301-0/+36
* Fill delay slot with useful instructions. Modified from Sparc's version of delayAkira Hatanaka2011-09-291-0/+15
* When eliminating unnecessary retain+autorelease on return values,Dan Gohman2011-09-291-0/+59
* Don't eliminate objc_retainBlock calls on stack objects if theDan Gohman2011-09-291-0/+54
* Mips64 arithmetic and logical instructions with two source registers.Akira Hatanaka2011-09-291-0/+36
* LSR: rewrite inner loops only.Andrew Trick2011-09-296-9/+24
* whitespaceAndrew Trick2011-09-291-245/+245
* PTX: Add new patterns for bitconvert and any_extendJustin Holewinski2011-09-291-5/+9
* Tighten a ARM dag combine condition to avoid an identity transformation, whichEvan Cheng2011-09-281-0/+30
* PR11033: Make sure we don't generate PCMPGTQ and PCMPEQQ if the target CPU do...Eli Friedman2011-09-281-0/+35
* PTX: MC-ize the PTX back-end (patch 1 of N)Justin Holewinski2011-09-284-4/+4
* Check in a patch that has already been code reviewed by Owen that I'd forgott...James Molloy2011-09-283-0/+87
* Test case for r140670: indvars should hoist sext.Andrew Trick2011-09-281-0/+28
* PR10628: Fix getModRefInfo so it queries the underlying alias() implementatio...Eli Friedman2011-09-281-1/+16
* Remove X86-dependent stuff from SSEDomainFix.Jakob Stoklund Olesen2011-09-272-3/+3
* ARM Thumb2 asm parsing [SU]XT[BH] without rotate but with .w.Jim Grosbach2011-09-271-1/+8
* test/CMakeLists.txt: Depend on llvm-objdump. "make check" is expected to reso...NAKAMURA Takumi2011-09-271-1/+1
* Stop emitting instructions with the name "tmp" they eat up memory and have to...Benjamin Kramer2011-09-278-37/+37
* Add binary archive support to llvm-nm.Michael J. Spencer2011-09-273-0/+17
* Unbreak tests.Michael J. Spencer2011-09-272-0/+0
* PTX: Add support for sitofp in backendJustin Holewinski2011-09-272-0/+66
* Split the landing pad basic block with the correct function. Also merge theBill Wendling2011-09-271-0/+67
* Last batch of test conversions to new atomic instructions.Eli Friedman2011-09-2711-1954/+963
* Convert a bunch more tests over to the new atomic instructions.Eli Friedman2011-09-2610-1088/+69
* Fix an incorrect decoder test.Owen Anderson2011-09-261-2/+2
* Remove incorrect testcases.Owen Anderson2011-09-261-4/+0
* Convert more tests to new atomic instructions.Eli Friedman2011-09-263-35/+19
* Convert more tests over to the new atomic instructions. Eli Friedman2011-09-266-1504/+1367
* Convert more tests over to the new atomic instructions.Eli Friedman2011-09-264-65/+23
* Upgrade a couple more tests to the new atomic instructions.Eli Friedman2011-09-262-12/+5
* Enhance alias analysis for atomic instructions a bit. Upgrade a couple alias...Eli Friedman2011-09-262-6/+2
* Fix this test so it doesn't fail on Mac.Eli Friedman2011-09-261-6/+6
* PTX: Fix detection of stack load/store vs. global load/store, as well as fix theJustin Holewinski2011-09-261-2/+2
* Fix emission of debug data for global variables. getContext() on DIGlobalVari...James Molloy2011-09-261-0/+47
* PTX: Add .align tests to stack object test fileJustin Holewinski2011-09-261-2/+11
* PTX: Fix some lingering issues with stack allocationJustin Holewinski2011-09-261-0/+10
* PTX: Unify handling of loads/storesJustin Holewinski2011-09-262-130/+0