summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* rewrite OptimizeGlobalAddressOfMalloc to fix PR6422, some bugsChris Lattner2010-02-25
* tests: Propogate the HOME environment variable through to tests. I'm ambivalentDaniel Dunbar2010-02-25
* change the scope node to include a list of children to be checkedChris Lattner2010-02-25
* This is a patch to the assembler frontend to detect when aligning a textKevin Enderby2010-02-25
* Teach the constant folder about union types.Dan Gohman2010-02-25
* Revert r97064. Duncan pointed out that bitcasts are defined inDan Gohman2010-02-25
* Make LoopSimplify change conditional branches in loop exiting blocksDan Gohman2010-02-25
* Try r96559 for the third time. This time the shared library is only built ifJeffrey Yasskin2010-02-25
* Create a stack frame on ARM whenJakob Stoklund Olesen2010-02-24
* Check for comparisons of +/- zero when optimizing less-than-or-equal andBob Wilson2010-02-24
* Make getTypeSizeInBits work correctly for array types; it should returnDan Gohman2010-02-24
* Speculatively revert r97011, "Re-apply 96540 and 96556 with fixes.", again inDaniel Dunbar2010-02-24
* When forming SSE min and max nodes for UGE and ULE comparisons, it'sDan Gohman2010-02-24
* Change the scheduler from adding nodes in allnodes orderChris Lattner2010-02-24
* LowerCall() should always do getCopyFromReg() to reference the stack pointer.Jim Grosbach2010-02-24
* Re-apply 96540 and 96556 with fixes.Evan Cheng2010-02-24
* DIV8r must define %AX since X86DAGToDAGISel::Select() sometimes uses itJakob Stoklund Olesen2010-02-24
* Remember to handle sub-registers when moving imp-defs to a rematted instruction.Jakob Stoklund Olesen2010-02-23
* Keep track of phi join registers explicitly in LiveVariables.Jakob Stoklund Olesen2010-02-23
* 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