aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Make PruneEH update the nounwind/noreturn attributesDuncan Sands2007-12-103-27/+27
* Fix PR1836: in the interpreter, read and write apintsDuncan Sands2007-12-101-0/+19
* Improve branch folding by recgonizing that explict successor relationships im...Christopher Lamb2007-12-101-3/+1
* Adding a collector name attribute to Function in the IR. These Gordon Henriksen2007-12-103-4/+29
* Upgrading this test to 2.0 .ll syntax.Gordon Henriksen2007-12-091-28/+27
* Fix PR1782, patch by Wojtek Matyjewicz!Chris Lattner2007-12-091-0/+31
* Fix a significant code quality regression I introduced on PPC64 quite Chris Lattner2007-12-081-0/+1
* implement __builtin_return_addr(0) on ppc.Chris Lattner2007-12-081-0/+14
* Much improved v8i16 shuffles. (Step 1).Evan Cheng2007-12-072-9/+37
* New test case.Evan Cheng2007-12-071-0/+9
* Fix a bogus test case.Evan Cheng2007-12-061-18/+14
* Turning simple splitting on. Start testing new coalescer heuristics as new ll...Evan Cheng2007-12-063-3/+3
* third time around: instead of disabling this completely,Chris Lattner2007-12-061-1/+0
* Actually, disable this code for now. More analysis and improvements toChris Lattner2007-12-061-0/+1
* implement a readme entry, compiling the code into:Chris Lattner2007-12-061-0/+15
* fix this when run on non x86 hosts.Chris Lattner2007-12-061-3/+3
* Fix for PR1831: if all defs of an interval are re-materializable, then it's a...Evan Cheng2007-12-061-2/+2
* If ExitValue operand is also defined in Loop header thenDevang Patel2007-12-031-0/+44
* Fix a typo noticed by Alain Frisch.Gordon Henriksen2007-12-011-4/+6
* Allow some reloads to be folded in multi-use cases. Specifically testl r, r -...Evan Cheng2007-12-012-1/+59
* Do not fold reload into an instruction with multiple uses. It issues one extr...Evan Cheng2007-11-301-0/+81
* Update tests.Evan Cheng2007-11-291-1/+1
* New testcase for PR1744Chris Lattner2007-11-281-0/+8
* upgrade this testChris Lattner2007-11-281-49/+63
* make this test have a deterministic result.Chris Lattner2007-11-281-2/+2
* Add some convenience methods for querying attributes, andDuncan Sands2007-11-281-1/+1
* Revert previous "fix" - the breakage was due to someDuncan Sands2007-11-281-1/+1
* This test somehow got an extra "not" during theDuncan Sands2007-11-281-2/+2
* xfail a testChris Lattner2007-11-281-0/+1
* update this test after the fmrrd fixChris Lattner2007-11-281-3/+2
* Fix bug in regression tests that ignored stderr output in RUN lines. Updated ...Tanya Lattner2007-11-2830-63/+60
* commit testcase I forgot to svn add.Chris Lattner2007-11-271-0/+13
* Fix a crash on invalid code due to memcpy lowering.Chris Lattner2007-11-272-0/+39
* something wrong with this optAndrew Lenharth2007-11-271-0/+13
* Add testcase for last llvm-gcc tweaksAnton Korobeynikov2007-11-271-0/+12
* Fix PR1146: parameter attributes are longer part ofDuncan Sands2007-11-277-8/+11
* Make this pass for CYGWIN.Zhou Sheng2007-11-271-1/+2
* Make this testcase compatible with CYGWIN.Zhou Sheng2007-11-271-1/+5
* Change &| to |&.Dan Gohman2007-11-272-2/+2
* Change grep '' to grep {}.Dan Gohman2007-11-273-3/+3
* Don't redirect llvm-as's stderr to llvm-dis.Dan Gohman2007-11-271-1/+1
* Remove unnecessary && from the RUN lines of this test.Dan Gohman2007-11-271-2/+2
* Don't lower srem/urem X%C to X-X/C*C unless the division is actuallyDan Gohman2007-11-261-0/+6
* Allow GVN to eliminate read-only function calls when it can detect that they ...Owen Anderson2007-11-261-1/+1
* Add new SCEV, SCEVSMax. This allows LLVM to analyze do-while loops.Nick Lewycky2007-11-253-2/+32
* Implement PR1822Chris Lattner2007-11-251-3/+11
* Fix PR1816. If a bitcast of a function only exists because of aDuncan Sands2007-11-251-0/+12
* Fix a long standing deficiency in the X86 backend: we wouldChris Lattner2007-11-251-0/+35
* upgrade this testChris Lattner2007-11-241-8/+6
* Fix PR1816, by correcting the broken definition of APInt::countTrailingZeros.Chris Lattner2007-11-231-0/+8