aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* fix two bogus tests that the asmparser now rejects.Chris Lattner2009-12-302-2/+2
* reimplement insertvalue/extractvalue metadata handling to not blindly Chris Lattner2009-12-301-1/+3
* fix parsing of mdstring values.Chris Lattner2009-12-301-0/+8
* Each instruction is allowed to have *multiple* different Chris Lattner2009-12-291-3/+4
* Do not crash when .ll printing metadata that smells like debug info, but isn't.Chris Lattner2009-12-291-0/+8
* Extern declaration for unordered.f32 libcall was not being emitted. Fixed that.Sanjiv Gupta2009-12-291-0/+44
* Fixed llc crash for zext (i1 -> i8) loads.Sanjiv Gupta2009-12-281-0/+37
* Testcase for llvm-gcc checkin 92108.Dale Johannesen2009-12-241-0/+16
* handle equality memcmp of 8 bytes on x86-64 with two unaligned loads and a Chris Lattner2009-12-241-4/+38
* move an optimization for memcmp out of simplifylibcalls and into Chris Lattner2009-12-242-3/+76
* Remove an XFAIL.Daniel Dunbar2009-12-231-1/+0
* Allow (set_option SwitchOption, true).Mikhail Glushenkov2009-12-231-2/+7
* Reapply 91904.Sanjiv Gupta2009-12-231-0/+15
* deleting empty file.Sanjiv Gupta2009-12-231-0/+0
* Reverting back 91904.Sanjiv Gupta2009-12-231-15/+0
* Use more sensible type for flags in asms. PR 5570.Dale Johannesen2009-12-231-0/+29
* Update objectsize intrinsic and associated dependencies. FixEric Christopher2009-12-231-4/+4
* Add testcase for PR5703Anton Korobeynikov2009-12-221-0/+13
* Remove target attribute break-sse-dep. Instead, do not fold load into sse par...Evan Cheng2009-12-221-14/+7
* While converting one of the operands to a memory operand, we need to check if...Sanjiv Gupta2009-12-221-0/+15
* specify a triple to use, fixing the test on non-x86-64 hosts.Chris Lattner2009-12-221-1/+1
* Generalize SROA to allow the first index of a GEP to be non-zero. Add aBob Wilson2009-12-221-0/+53
* various cleanups, make the disassemble reject lines with too muchChris Lattner2009-12-221-1/+1
* rewrite the file parser for the disassembler, implementing support forChris Lattner2009-12-222-0/+19
* Implement PR5795 by merging duplicated return blocks. This could go furtherChris Lattner2009-12-221-0/+19
* convert to filecheckChris Lattner2009-12-221-5/+15
* Fix a bug in !subst where TableGen would go and resubstitute text it hadDavid Greene2009-12-211-0/+15
* XFAIL these tests on powerpc, under the assumption that no one cares. If you ...Daniel Dunbar2009-12-212-0/+2
* fix PR5837 by having SSAUpdate reuse phi nodes for theChris Lattner2009-12-211-0/+35
* add check lines for min/max tests.Chris Lattner2009-12-211-0/+16
* really convert this to filecheck.Chris Lattner2009-12-211-5/+5
* give instcombine some helper functions for matching MIN and MAX, andChris Lattner2009-12-211-0/+40
* filecheckizeChris Lattner2009-12-211-56/+175
* enhance x-(-A) -> x+A to preserve NUW/NSW.Chris Lattner2009-12-211-0/+13
* Optimize all cases of "icmp (X+Cst), X" to something simpler. This triggersChris Lattner2009-12-211-0/+37
* convert to filecheckChris Lattner2009-12-211-1/+21
* fix an overly conservative caching issue that caused memdep toChris Lattner2009-12-191-0/+32
* fix inconsistent use of tabsChris Lattner2009-12-191-20/+20
* Emit direction operand in binary insns that stores in memory.Sanjiv Gupta2009-12-191-0/+13
* Test cases for changes done in 91768.Sanjiv Gupta2009-12-192-0/+21
* fix PR5827 by disabling the phi slicing transformation in a caseChris Lattner2009-12-191-1/+57
* Increase opportunities to optimize (brcond (srl (and c1), c2)).Evan Cheng2009-12-181-0/+29
* Reapply 91459 with a simple fix for the problem that broke the x86_64-darwinBob Wilson2009-12-181-0/+89
* Make 'set_option' work with list options.Mikhail Glushenkov2009-12-181-1/+6
* Optimize icmp of null and select of two constants even if the select hasEli Friedman2009-12-181-0/+16
* On recent Intel u-arch's, folding loads into some unary SSE instructions canEvan Cheng2009-12-181-0/+28
* Tidy up this testcase and add test for tailcall optimizationDan Gohman2009-12-181-7/+12
* Handle ARM inline asm "w" constraints with 64-bit ("d") registers.Bob Wilson2009-12-181-0/+12
* Remove "tail" keywords. These calls are not intended to be tail calls.Dan Gohman2009-12-181-33/+33
* Add test case for the phi reuse patch.Jakob Stoklund Olesen2009-12-181-0/+66