summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Remove this testcase as it will always fail onZhou Sheng2007-12-13
* Fold some and + shift in x86 addressing mode.Evan Cheng2007-12-13
* Implicit def instructions, e.g. X86::IMPLICIT_DEF_GR32, are always re-materia...Evan Cheng2007-12-12
* Allow vector integer constants to be created withDan Gohman2007-12-12
* 1. "Upgrage" comments.Wojciech Matyjewicz2007-12-12
* Implement part of review feedback for address spaces.Christopher Lamb2007-12-12
* Use shuffles to implement insert_vector_elt for i32, i64, f32, and f64.Evan Cheng2007-12-12
* Add a test case for -optimize-ext-uses.Evan Cheng2007-12-12
* Lower a build_vector with all constants into a constpool load unless it can b...Evan Cheng2007-12-12
* Fixed PR1629.Zhou Sheng2007-12-12
* Add (very basic) bindings for ModuleProvider.Gordon Henriksen2007-12-12
* Rename these tests to use the appropriate suffixes.Dan Gohman2007-12-11
* Use not instead of ignore when an exit status is expected to alwaysDan Gohman2007-12-11
* Don't redirect stderr when it isn't needed.Dan Gohman2007-12-11
* Implement address space attribute for LLVM pointer types. Address spaces are Christopher Lamb2007-12-11
* Implement constant folding if vector<->vector bitcasts where the numberChris Lattner2007-12-11
* - Improved v8i16 shuffle lowering. It now uses pshuflw and pshufhw as much asEvan Cheng2007-12-11
* Adding Ocaml bindings for the bitreader as requested by SarahGordon Henriksen2007-12-11
* Fix PR1850 by removing an unsafe transformation from VMCore/ConstantFold.cpp.Chris Lattner2007-12-10
* Make PruneEH update the nounwind/noreturn attributesDuncan Sands2007-12-10
* Fix PR1836: in the interpreter, read and write apintsDuncan Sands2007-12-10
* Improve branch folding by recgonizing that explict successor relationships im...Christopher Lamb2007-12-10
* Adding a collector name attribute to Function in the IR. These Gordon Henriksen2007-12-10
* Upgrading this test to 2.0 .ll syntax.Gordon Henriksen2007-12-09
* Fix PR1782, patch by Wojtek Matyjewicz!Chris Lattner2007-12-09
* Fix a significant code quality regression I introduced on PPC64 quite Chris Lattner2007-12-08
* implement __builtin_return_addr(0) on ppc.Chris Lattner2007-12-08
* Much improved v8i16 shuffles. (Step 1).Evan Cheng2007-12-07
* New test case.Evan Cheng2007-12-07
* Fix a bogus test case.Evan Cheng2007-12-06
* Turning simple splitting on. Start testing new coalescer heuristics as new ll...Evan Cheng2007-12-06
* third time around: instead of disabling this completely,Chris Lattner2007-12-06
* Actually, disable this code for now. More analysis and improvements toChris Lattner2007-12-06
* implement a readme entry, compiling the code into:Chris Lattner2007-12-06
* fix this when run on non x86 hosts.Chris Lattner2007-12-06
* Fix for PR1831: if all defs of an interval are re-materializable, then it's a...Evan Cheng2007-12-06
* If ExitValue operand is also defined in Loop header thenDevang Patel2007-12-03
* Fix a typo noticed by Alain Frisch.Gordon Henriksen2007-12-01
* Allow some reloads to be folded in multi-use cases. Specifically testl r, r -...Evan Cheng2007-12-01
* Do not fold reload into an instruction with multiple uses. It issues one extr...Evan Cheng2007-11-30
* Update tests.Evan Cheng2007-11-29
* New testcase for PR1744Chris Lattner2007-11-28
* upgrade this testChris Lattner2007-11-28
* make this test have a deterministic result.Chris Lattner2007-11-28
* Add some convenience methods for querying attributes, andDuncan Sands2007-11-28
* Revert previous "fix" - the breakage was due to someDuncan Sands2007-11-28
* This test somehow got an extra "not" during theDuncan Sands2007-11-28
* xfail a testChris Lattner2007-11-28
* update this test after the fmrrd fixChris Lattner2007-11-28
* Fix bug in regression tests that ignored stderr output in RUN lines. Updated ...Tanya Lattner2007-11-28