aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* rewrite OptimizeGlobalAddressOfMalloc to fix PR6422, some bugsChris Lattner2010-02-251-0/+17
* tests: Propogate the HOME environment variable through to tests. I'm ambivalentDaniel Dunbar2010-02-251-0/+3
* change the scope node to include a list of children to be checkedChris Lattner2010-02-251-1/+1
* This is a patch to the assembler frontend to detect when aligning a textKevin Enderby2010-02-251-0/+156
* Teach the constant folder about union types.Dan Gohman2010-02-251-6/+48
* Revert r97064. Duncan pointed out that bitcasts are defined inDan Gohman2010-02-251-39/+0
* Make LoopSimplify change conditional branches in loop exiting blocksDan Gohman2010-02-253-3/+67
* Try r96559 for the third time. This time the shared library is only built ifJeffrey Yasskin2010-02-253-1/+12
* Create a stack frame on ARM whenJakob Stoklund Olesen2010-02-241-0/+15
* Check for comparisons of +/- zero when optimizing less-than-or-equal andBob Wilson2010-02-241-0/+16
* Make getTypeSizeInBits work correctly for array types; it should returnDan Gohman2010-02-241-0/+39
* Speculatively revert r97011, "Re-apply 96540 and 96556 with fixes.", again inDaniel Dunbar2010-02-245-63/+10
* When forming SSE min and max nodes for UGE and ULE comparisons, it'sDan Gohman2010-02-241-13/+429
* Change the scheduler from adding nodes in allnodes orderChris Lattner2010-02-244-107/+4
* LowerCall() should always do getCopyFromReg() to reference the stack pointer.Jim Grosbach2010-02-241-1/+1
* Re-apply 96540 and 96556 with fixes.Evan Cheng2010-02-245-10/+63
* DIV8r must define %AX since X86DAGToDAGISel::Select() sometimes uses itJakob Stoklund Olesen2010-02-241-0/+20
* Remember to handle sub-registers when moving imp-defs to a rematted instruction.Jakob Stoklund Olesen2010-02-231-0/+49
* Keep track of phi join registers explicitly in LiveVariables.Jakob Stoklund Olesen2010-02-231-0/+146
* Roll back r96959 again.Jeffrey Yasskin2010-02-233-12/+1
* new test case for r96974.Devang Patel2010-02-231-0/+9
* Adding the MicroBlaze backend.Wesley Peck2010-02-2314-0/+1339
* Roll r96559 forward again, adding libLLVM-2.7svn.so to LLVM. This links 3 ofJeffrey Yasskin2010-02-233-1/+12
* Don't do (X != Y) ? X : Y -> X for floating-point values; it doesn'tDan Gohman2010-02-231-0/+53
* Remove the code which constant-folded ptrtoint(inttoptr(x)+c) toDan Gohman2010-02-231-27/+0
* Lower BR_JT on the XCore to a jump into a series of jump instructions.Richard Osborne2010-02-232-0/+156
* tests: Don't make a missing llvm-gcc dir a fatal error.Daniel Dunbar2010-02-231-2/+0
* Switch .bc/.ll Makefile rules to use LLVM{CC,CXX} instead of LLVMG{CC,XX}Daniel Dunbar2010-02-231-3/+3
* Fix a thinko in the lit.cfg.Daniel Dunbar2010-02-231-1/+1
* Update the test suite.Mikhail Glushenkov2010-02-2313-21/+21
* Inline and eliminate LLVMG{CC,XX}WITHPATH.Daniel Dunbar2010-02-231-3/+3
* Eliminate llvmgcc_version testing variable.Daniel Dunbar2010-02-234-16/+3
* Kill unused llvmgccmajvers testing variable.Daniel Dunbar2010-02-233-3/+1
* Convert this test to FileCheck and add a testcase for PR3574.Dan Gohman2010-02-231-3/+15
* These should not have been committed.Evan Cheng2010-02-224-46/+10
* no need to run llvm-as here.Chris Lattner2010-02-225-5/+5
* Instcombine constant folding can normalize gep with negative index to index w...Evan Cheng2010-02-225-11/+77
* Add a test for canonicalizing ConstantExpr operands.Dan Gohman2010-02-221-1/+10
* Canonicalize ConstantInts to the right operand of commutativeDan Gohman2010-02-221-1/+1
* Actually enable the -enable-unsafe-fp-math tests.Dan Gohman2010-02-221-144/+144
* Mark the return address stack slot as mutable when moving the return addressArnold Schwaighofer2010-02-221-0/+55
* LLVMC/MultiplePluginPriorities.td: Generally XFAIL this test for now, it isDaniel Dunbar2010-02-221-0/+4
* Constant-fold certain comparisons with infinity and negative infinity.Dan Gohman2010-02-221-0/+155
* Remove the logic for reasoning about NaNs from the code that formsDan Gohman2010-02-221-44/+168
* When emitting an instruction which depends on both a post-incrementedDan Gohman2010-02-221-0/+32
* add some no-unwinds, other minor cleanups.Chris Lattner2010-02-213-30/+30
* add a triple so that this doesn't fail due to linux/ppc register printing Chris Lattner2010-02-211-1/+1
* filecheckize and add nouwinds.Chris Lattner2010-02-211-9/+16
* IT turns out that during jumpless setcc lowering eq and ne were swapped.Anton Korobeynikov2010-02-211-22/+22
* fix and un-xfail X86/vec_ss_load_fold.llChris Lattner2010-02-211-1/+0