summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Roll back r96959 again.Jeffrey Yasskin2010-02-23
* new test case for r96974.Devang Patel2010-02-23
* Adding the MicroBlaze backend.Wesley Peck2010-02-23
* Roll r96559 forward again, adding libLLVM-2.7svn.so to LLVM. This links 3 ofJeffrey Yasskin2010-02-23
* Don't do (X != Y) ? X : Y -> X for floating-point values; it doesn'tDan Gohman2010-02-23
* Remove the code which constant-folded ptrtoint(inttoptr(x)+c) toDan Gohman2010-02-23
* Lower BR_JT on the XCore to a jump into a series of jump instructions.Richard Osborne2010-02-23
* tests: Don't make a missing llvm-gcc dir a fatal error.Daniel Dunbar2010-02-23
* Switch .bc/.ll Makefile rules to use LLVM{CC,CXX} instead of LLVMG{CC,XX}Daniel Dunbar2010-02-23
* Fix a thinko in the lit.cfg.Daniel Dunbar2010-02-23
* Update the test suite.Mikhail Glushenkov2010-02-23
* Inline and eliminate LLVMG{CC,XX}WITHPATH.Daniel Dunbar2010-02-23
* Eliminate llvmgcc_version testing variable.Daniel Dunbar2010-02-23
* Kill unused llvmgccmajvers testing variable.Daniel Dunbar2010-02-23
* Convert this test to FileCheck and add a testcase for PR3574.Dan Gohman2010-02-23
* These should not have been committed.Evan Cheng2010-02-22
* no need to run llvm-as here.Chris Lattner2010-02-22
* Instcombine constant folding can normalize gep with negative index to index w...Evan Cheng2010-02-22
* Add a test for canonicalizing ConstantExpr operands.Dan Gohman2010-02-22
* Canonicalize ConstantInts to the right operand of commutativeDan Gohman2010-02-22
* Actually enable the -enable-unsafe-fp-math tests.Dan Gohman2010-02-22
* Mark the return address stack slot as mutable when moving the return addressArnold Schwaighofer2010-02-22
* LLVMC/MultiplePluginPriorities.td: Generally XFAIL this test for now, it isDaniel Dunbar2010-02-22
* Constant-fold certain comparisons with infinity and negative infinity.Dan Gohman2010-02-22
* Remove the logic for reasoning about NaNs from the code that formsDan Gohman2010-02-22
* When emitting an instruction which depends on both a post-incrementedDan Gohman2010-02-22
* add some no-unwinds, other minor cleanups.Chris Lattner2010-02-21
* add a triple so that this doesn't fail due to linux/ppc register printing Chris Lattner2010-02-21
* filecheckize and add nouwinds.Chris Lattner2010-02-21
* IT turns out that during jumpless setcc lowering eq and ne were swapped.Anton Korobeynikov2010-02-21
* fix and un-xfail X86/vec_ss_load_fold.llChris Lattner2010-02-21
* temporarily disable this.Chris Lattner2010-02-21
* Check for overflow when scaling up an add or an addrec forDan Gohman2010-02-19
* Add support for the 'alignstack' attribute to the x86 backend. Fixes PR5254.Charles Davis2010-02-19
* Teach ScalarEvolution how to compute a tripcount for a loop withDan Gohman2010-02-19
* Revert commits 96556 and 96640, because commit 96556 breaks theDuncan Sands2010-02-19
* Test case for r96656.Devang Patel2010-02-19
* Transform (xor (setcc), (setcc)) == / != 1 toEvan Cheng2010-02-19
* When determining the set of interesting reuse factors, considerDan Gohman2010-02-19
* getSplatIndex assumes that the first element of the mask contains the splat i...Mon P Wang2010-02-18
* Always normalize spill weights, also for intervals created by spilling.Jakob Stoklund Olesen2010-02-18
* Make CodePlacementOpt detect special EH control flow byDan Gohman2010-02-18
* Ignore target dependent value in grep search.Devang Patel2010-02-18
* remove empty fileChris Lattner2010-02-18
* Use NEON vmin/vmax instructions for floating-point selects.Bob Wilson2010-02-18
* Roll back the shared library, r96559. It broke two darwins and arm, mysterio...Jeffrey Yasskin2010-02-18
* Add a shared library for LLVM, named libLLVM2.7svn.(so|dylib), and add anJeffrey Yasskin2010-02-18
* Some dag combiner goodness:Evan Cheng2010-02-18
* New test case for r96543.Devang Patel2010-02-18
* Revert:Eric Christopher2010-02-17