summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Ding dong, the DoesntAccessMemoryFns andDuncan Sands2007-11-237-80/+83
* Fix a bug where we'd try to find a scev value for a bitcast operand,Chris Lattner2007-11-231-0/+20
* Fix PR1817.Chris Lattner2007-11-221-0/+16
* Turn invokes of nounwind functions into ordinary calls.Duncan Sands2007-11-221-0/+14
* Teach alias analysis about readnone/readonly functions.Duncan Sands2007-11-221-0/+33
* Readonly/readnone functions are allowed to throwDuncan Sands2007-11-221-10/+12
* Create nodes for inline asm so that we don't crash looking for the node later.Nick Lewycky2007-11-221-0/+8
* Fix a bug in which node A is replaced by node B, but laterDuncan Sands2007-11-211-0/+161
* Be more careful when transforming | to +. Patch from Wojciech Matyjewicz.Nick Lewycky2007-11-201-0/+18
* Testcase for PR1811Chris Lattner2007-11-191-0/+16
* Add support in SplitVectorOp for remainder operators.Dan Gohman2007-11-191-0/+15
* fix bogus test that the more strict lexer is finding.Chris Lattner2007-11-181-1/+1
* Add support for vectors to int <-> float casts.Nate Begeman2007-11-171-0/+5
* Typo.Evan Cheng2007-11-161-1/+1
* Testcase from PR 1508 (although its's somewhatDale Johannesen2007-11-161-0/+133
* Fix PR1800 by correcting mistaken logic.Chris Lattner2007-11-161-0/+10
* Reverted r44163 per requestAnton Korobeynikov2007-11-151-0/+1
* Fix a thinko in post-allocation coalescer.Evan Cheng2007-11-151-0/+67
* Fix handling of overflow in loop calculation by adding new UDiv SCEV. This SCEVNick Lewycky2007-11-151-0/+24
* Un XFAIL these tests, now that Bill has backportedDuncan Sands2007-11-142-2/+0
* Fix PIC jump table codegen on x86-32/linux. In fact, such thing should be app...Anton Korobeynikov2007-11-141-2/+2
* XFAIL these tests until the fix gets backportedDuncan Sands2007-11-142-0/+2
* Implement PR1796 and Transforms/SimplifyCFG/noreturn-call.llChris Lattner2007-11-141-0/+11
* upgrade testChris Lattner2007-11-132-11/+11
* Implement PR1786 by iterating between dead cycle eliminationChris Lattner2007-11-131-0/+100