aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fold some and + shift in x86 addressing mode.Evan Cheng2007-12-131-0/+21
* Implicit def instructions, e.g. X86::IMPLICIT_DEF_GR32, are always re-materia...Evan Cheng2007-12-121-0/+680
* Allow vector integer constants to be created withDan Gohman2007-12-121-0/+18
* 1. "Upgrage" comments.Wojciech Matyjewicz2007-12-121-0/+10
* Implement part of review feedback for address spaces.Christopher Lamb2007-12-121-2/+2
* Use shuffles to implement insert_vector_elt for i32, i64, f32, and f64.Evan Cheng2007-12-124-28/+40
* Add a test case for -optimize-ext-uses.Evan Cheng2007-12-121-0/+19
* Lower a build_vector with all constants into a constpool load unless it can b...Evan Cheng2007-12-121-3/+10
* Fixed PR1629.Zhou Sheng2007-12-121-0/+54
* Add (very basic) bindings for ModuleProvider.Gordon Henriksen2007-12-121-0/+9
* Rename these tests to use the appropriate suffixes.Dan Gohman2007-12-112-0/+0
* Use not instead of ignore when an exit status is expected to alwaysDan Gohman2007-12-117-8/+8
* Don't redirect stderr when it isn't needed.Dan Gohman2007-12-112-2/+2
* Implement address space attribute for LLVM pointer types. Address spaces are Christopher Lamb2007-12-111-0/+25
* Implement constant folding if vector<->vector bitcasts where the numberChris Lattner2007-12-111-0/+33
* - Improved v8i16 shuffle lowering. It now uses pshuflw and pshufhw as much asEvan Cheng2007-12-112-24/+36
* Adding Ocaml bindings for the bitreader as requested by SarahGordon Henriksen2007-12-111-0/+23
* Fix PR1850 by removing an unsafe transformation from VMCore/ConstantFold.cpp.Chris Lattner2007-12-102-3/+9
* 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