summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Turn on LegalizeTypes, the new type legalizationDuncan Sands2008-10-27
* For now, don't split live intervals around x87 stack register barriers. FpGET...Evan Cheng2008-10-27
* no need to print outputChris Lattner2008-10-27
* remove eh output from this test.Chris Lattner2008-10-26
* Do not shrink wrap live interval in a mbb if it's livein any of its successor...Evan Cheng2008-10-26
* Handle cases where there aren't uses in the barrier mbb.Evan Cheng2008-10-25
* Related to PR2911, reject as invalid non-pointer GC roots.Gordon Henriksen2008-10-25
* If val# def is ~0U, meaning it's defined by a PHI, and it's previously split,...Evan Cheng2008-10-25
* Be kind to non-x86 hosts.Dale Johannesen2008-10-24
* Fix translateX86CC: if SetCCOpcode is SETULE andDuncan Sands2008-10-24
* Don't try to create a mask when we don't need one. Fixes a crash.Nick Lewycky2008-10-24
* Avoid splitting an interval multiple times; avoid splitting re-materializable...Evan Cheng2008-10-24
* make this test not depend on how the system header defines memset.Chris Lattner2008-10-23
* [PR2886] Ignore stderr from ocamlc since it prints unresolvable warnings on s...Gordon Henriksen2008-10-22
* Fix PR2907 by digging through constant expressions to find FP constants thatChris Lattner2008-10-22
* Fix SelectionDAGBuild lowering of Select instructions toDan Gohman2008-10-21
* Fix make check on Solaris 10/x86: the default grep is not GNU grep, same for as.Torok Edwin2008-10-21
* really fix run lineChris Lattner2008-10-21
* fix run lineChris Lattner2008-10-21
* remove some unneeded eh generationChris Lattner2008-10-21
* Don't create TargetGlobalAddress nodes with offsets that don't fitDan Gohman2008-10-21
* Optimized FCMP_OEQ and FCMP_UNE for x86.Dan Gohman2008-10-21
* When the coalescer is doing rematerializing, have it removeDan Gohman2008-10-21
* Fix gcc.c-torture/compile/920520-1.c by inserting bitconvertsChris Lattner2008-10-21
* Reapply r57699 with a fix to not crash on asms with multiple results. UnlikeChris Lattner2008-10-18
* Teach DAGCombine to fold constant offsets into GlobalAddress nodes,Dan Gohman2008-10-18
* Revert r57699. It's causing regressions inDan Gohman2008-10-18
* Fix PR2898. Spiller delete a store for reuse before it knows for sure the reu...Evan Cheng2008-10-17
* The Dwarf writer was comparing mangled and unmangled names for C++ code when weBill Wendling2008-10-17
* Fix a bug where the x86 backend would reject 64-bit r constraints whenChris Lattner2008-10-17
* Fix PR2356 on PowerPC: if we have an input and output that are tied togetherChris Lattner2008-10-17
* remove an xfailed test.Chris Lattner2008-10-17
* remove this test: it is xfailed anyway, and is failing for a reasonChris Lattner2008-10-17
* Fix a very subtle spiller bug: UpdateKills should not forget to track defs of...Evan Cheng2008-10-17
* Fun x86 encoding tricks: when adding an immediate value of 128,Dan Gohman2008-10-17
* Define patterns for shld and shrd that match immediateDan Gohman2008-10-17
* Fix this test so it actually runs the grep lines.Dan Gohman2008-10-16
* Testcase for PR2762.Duncan Sands2008-10-16
* apply Eli's patch for PR2165 and provide a testcase.Chris Lattner2008-10-16
* Teach instcombine's visitLoad to scan back several instructionsDan Gohman2008-10-15
* Testcase for PR2894.Duncan Sands2008-10-15
* Add global variable to test for consistencyAnton Korobeynikov2008-10-15
* This is not failing anymoreAnton Korobeynikov2008-10-15
* Testcase for PR1638.Bill Wendling2008-10-15
* Fix the .ll grammar rules to allow any type before an 'i32', not just anChris Lattner2008-10-15
* - Add target lowering hooks that specify which setcc conditions are illegal,Evan Cheng2008-10-15
* Prevent assert when using '"' in names (via hexadecimal).Daniel Dunbar2008-10-14
* Combine (fcmp cc0 x, y) | (fcmp cc1 x, y) into a single fcmp when possible.Evan Cheng2008-10-14
* - Somehow I forgot about one / une.Evan Cheng2008-10-14
* Optimize anding of two fcmp into a single fcmp if the operands are the same. ...Evan Cheng2008-10-14