aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix SelectionDAGBuild lowering of Select instructions toDan Gohman2008-10-211-0/+24
* Fix make check on Solaris 10/x86: the default grep is not GNU grep, same for as.Edwin Török2008-10-212-1/+8
* really fix run lineChris Lattner2008-10-211-8/+8
* fix run lineChris Lattner2008-10-211-1/+1
* remove some unneeded eh generationChris Lattner2008-10-211-1/+1
* Don't create TargetGlobalAddress nodes with offsets that don't fitDan Gohman2008-10-211-0/+14
* Optimized FCMP_OEQ and FCMP_UNE for x86.Dan Gohman2008-10-211-0/+31
* When the coalescer is doing rematerializing, have it removeDan Gohman2008-10-211-0/+5
* Fix gcc.c-torture/compile/920520-1.c by inserting bitconvertsChris Lattner2008-10-211-0/+11
* Reapply r57699 with a fix to not crash on asms with multiple results. UnlikeChris Lattner2008-10-181-0/+10
* Teach DAGCombine to fold constant offsets into GlobalAddress nodes,Dan Gohman2008-10-181-0/+18
* Revert r57699. It's causing regressions inDan Gohman2008-10-181-11/+0
* Fix PR2898. Spiller delete a store for reuse before it knows for sure the reu...Evan Cheng2008-10-171-0/+129
* The Dwarf writer was comparing mangled and unmangled names for C++ code when weBill Wendling2008-10-171-0/+58
* Fix a bug where the x86 backend would reject 64-bit r constraints whenChris Lattner2008-10-171-0/+9
* Fix PR2356 on PowerPC: if we have an input and output that are tied togetherChris Lattner2008-10-171-0/+11
* remove an xfailed test.Chris Lattner2008-10-171-26/+0
* remove this test: it is xfailed anyway, and is failing for a reasonChris Lattner2008-10-171-18/+0
* Fix a very subtle spiller bug: UpdateKills should not forget to track defs of...Evan Cheng2008-10-171-0/+155
* Fun x86 encoding tricks: when adding an immediate value of 128,Dan Gohman2008-10-173-1/+27
* Define patterns for shld and shrd that match immediateDan Gohman2008-10-173-0/+219
* Fix this test so it actually runs the grep lines.Dan Gohman2008-10-161-3/+3
* Testcase for PR2762.Duncan Sands2008-10-161-0/+8
* apply Eli's patch for PR2165 and provide a testcase.Chris Lattner2008-10-161-0/+8
* Teach instcombine's visitLoad to scan back several instructionsDan Gohman2008-10-152-0/+22
* Testcase for PR2894.Duncan Sands2008-10-151-0/+7
* Add global variable to test for consistencyAnton Korobeynikov2008-10-152-0/+4
* This is not failing anymoreAnton Korobeynikov2008-10-151-2/+0
* Testcase for PR1638.Bill Wendling2008-10-151-0/+27
* Fix the .ll grammar rules to allow any type before an 'i32', not just anChris Lattner2008-10-151-0/+6
* - Add target lowering hooks that specify which setcc conditions are illegal,Evan Cheng2008-10-151-0/+11
* Prevent assert when using '"' in names (via hexadecimal).Daniel Dunbar2008-10-141-0/+3
* Combine (fcmp cc0 x, y) | (fcmp cc1 x, y) into a single fcmp when possible.Evan Cheng2008-10-141-0/+34
* - Somehow I forgot about one / une.Evan Cheng2008-10-141-1/+9
* Optimize anding of two fcmp into a single fcmp if the operands are the same. ...Evan Cheng2008-10-141-0/+26
* new testcase for PR2797Chris Lattner2008-10-141-0/+9
* When doing the very-late shift-and address-mode optimization,Dan Gohman2008-10-131-0/+38
* Don't barf on 32 bit platforms if llvm-gcc isDuncan Sands2008-10-132-2/+2
* FIX PR2794. Make sure SIGN_EXTEND_INREG nodes introduced by LegalizeSetCCOper...Evan Cheng2008-10-131-0/+29
* Also update sub-register intervals after a trivial computation is rematt'ed f...Evan Cheng2008-10-131-0/+42
* Add a test case for _Complex passed as a FCA.Evan Cheng2008-10-131-0/+14
* Remove "long" variants so these will pass on a 64-bit host.Dale Johannesen2008-10-122-98/+6
* Fix PR2697 by rewriting the '(X / pos) op neg' logic. This also changesChris Lattner2008-10-111-0/+8
* Change CALLSEQ_BEGIN and CALLSEQ_END to take TargetConstant's asChris Lattner2008-10-111-0/+21
* Check loop exit predicate properly while eliminating one iteration loop.Devang Patel2008-10-101-0/+66
* Add testcase for 'r' inline asm operandAnton Korobeynikov2008-10-101-0/+14
* This does not fail anymoreAnton Korobeynikov2008-10-101-2/+0
* Add sparc test for memory operand used in inline asmAnton Korobeynikov2008-10-101-0/+16
* This is not failing anymoreAnton Korobeynikov2008-10-101-2/+0
* get CodeGen/Alpha/mul128.ll to work.Chris Lattner2008-10-091-1/+0