| Age | Commit message (Expand) | Author |
| 2009-07-12 | add nounwind | Chris Lattner |
| 2009-07-11 | Darwin prepends an _ to internal globals, Linux doesn't. | Nick Lewycky |
| 2009-07-11 | fix x86-64 static codegen to materialize the address of a global with movl in... | Chris Lattner |
| 2009-07-11 | this test was incorrect for x86-64 static. It passed on darwin, because darwin | Chris Lattner |
| 2009-07-11 | Fix PR4533, which is about buggy codegen in x86-64 -static mode. | Chris Lattner |
| 2009-07-11 | We get the P modifier wrong in a lot of cases, just add some more rigorous te... | Chris Lattner |
| 2009-07-09 | Make EXTRACT_VECTOR_ELT a bit more flexible in terms of the returned | Eli Friedman |
| 2009-07-09 | Targets sometimes assign fixed stack object to spill certain callee-saved | Evan Cheng |
| 2009-07-09 | remove eh, convert to FileCheck style | Chris Lattner |
| 2009-07-09 | we have no tests for dllimport/export. Add one. | Chris Lattner |
| 2009-07-09 | * add some assertions for sanity checking. | Chris Lattner |
| 2009-07-09 | add a test for dale's recent change. | Chris Lattner |
| 2009-07-08 | switch test to FileCheck-style and test the P and non-P cases. | Chris Lattner |
| 2009-07-08 | rename a test to make it a feature test. | Chris Lattner |
| 2009-07-08 | add some more check for vector compares. | Chris Lattner |
| 2009-07-08 | convert a test to "FileCheck" style. | Chris Lattner |
| 2009-07-08 | eliminate the v[if]cmp versions of these tests, now that [if]cmp+sext works. | Chris Lattner |
| 2009-07-08 | dag combine sext(setcc) -> vsetcc before legalize. To make this safe, | Chris Lattner |
| 2009-07-07 | add support for legalizing an icmp where the result is illegal (4xi1) but | Chris Lattner |
| 2009-07-07 | add a trivial test that vector compares work. | Chris Lattner |
| 2009-07-07 | implement support for spliting and scalarizing vector setcc's. This | Chris Lattner |
| 2009-07-07 | verify that the fcmp version of this works just as well as the | Chris Lattner |
| 2009-07-06 | Avoid adding a duplicate def. This fixes PR4478. | Evan Cheng |
| 2009-07-02 | @GOTPCREL is also rip-relative. Fix fast-isel to do the right thing. | Chris Lattner |
| 2009-07-02 | Fix yet-another bug I introduced into fastisel, this time handling | Chris Lattner |
| 2009-07-01 | Fix some fast-isel problems selecting global variable addressing in | Chris Lattner |
| 2009-06-30 | Fix PR4485. | Rafael Espindola |
| 2009-06-30 | Fix PR4484. | Rafael Espindola |
| 2009-06-29 | FIX PR 4459. | Rafael Espindola |
| 2009-06-27 | factor some logic out into a helper function, allow remat of loads from constant | Chris Lattner |
| 2009-06-27 | Reimplement rip-relative addressing in the X86-64 backend. The new | Chris Lattner |
| 2009-06-27 | remove some unneeded eh info. | Chris Lattner |
| 2009-06-27 | testcase for PR4466 | Chris Lattner |
| 2009-06-26 | Add some testcases for some of the recent ScalarEvolution bug fixes. | Dan Gohman |
| 2009-06-26 | remove unwind info, add test for asmprinting of jump table labels with (%rip) | Chris Lattner |
| 2009-06-26 | Add x86 support for 'n' inline asm modifier. This will be handled target inde... | Evan Cheng |
| 2009-06-25 | down with unwind info :) | Chris Lattner |
| 2009-06-24 | unwind info not needed. | Chris Lattner |
| 2009-06-24 | Fix support for inline asm input / output operand tying when operand spans ac... | Evan Cheng |
| 2009-06-24 | Extend ScalarEvolution's multiple-exit support to compute exact | Dan Gohman |
| 2009-06-21 | Fix PR4185. | Rafael Espindola |
| 2009-06-20 | change TLS_ADDR lowering to lower to a real mem operand, instead of matching as | Chris Lattner |
| 2009-06-20 | no need for unwind info | Chris Lattner |
| 2009-06-20 | no need for unwind info here. | Chris Lattner |
| 2009-06-19 | Re-apply r73718, now that the fix in r73787 is in, and add a | Dan Gohman |
| 2009-06-19 | Revert 73718. It's breaking 254.gap. | Evan Cheng |
| 2009-06-19 | Fix for PR2484: add an SSE1 pattern for a shuffle we normally prefer to | Eli Friedman |
| 2009-06-18 | On Darwin, ams printer should output a second label before a jump table so th... | Evan Cheng |
| 2009-06-18 | Generalize LSR's OptimizeSMax to handle unsigned max tests as well | Dan Gohman |
| 2009-06-18 | Remove the code from IVUsers that attempted to handle | Dan Gohman |