| 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 | Revert r75252 which was causing some crashes at compile time. | Nick Lewycky |
| 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-11 | Don't put IT instruction before conditional branches. | Evan Cheng |
| 2009-07-11 | Smarter isel of ldrsb / ldrsh. Only make use of these when [r,r] address is f... | Evan Cheng |
| 2009-07-11 | Major changes to Thumb (not Thumb2). Many 16-bit instructions either modifies... | Evan Cheng |
| 2009-07-10 | add support for .zerofill, patch by Kevin Enderby! | Chris Lattner |
| 2009-07-10 | convert test to use FileCheck, which is much more precise and faster than | Chris Lattner |
| 2009-07-10 | Generalize ScalarEvolution's cast-folding code to support more kinds | Dan Gohman |
| 2009-07-10 | Add a thumb2 pass to insert IT blocks. | Evan Cheng |
| 2009-07-10 | Remove a bogus assertion. | Evan Cheng |
| 2009-07-09 | Handle 'a' modifier on inline assembly operands. | Bob Wilson |
| 2009-07-09 | Make EXTRACT_VECTOR_ELT a bit more flexible in terms of the returned | Eli Friedman |
| 2009-07-09 | add llvm-mc support for parsing the .lcomm directive, patch by Kevin Enderby! | Chris Lattner |
| 2009-07-09 | There's no need to consider PHI nodes in the same block as the instruction | Nick Lewycky |
| 2009-07-09 | Targets sometimes assign fixed stack object to spill certain callee-saved | Evan Cheng |
| 2009-07-09 | Improved tracking of value number kills. VN kills are now represented | Lang Hames |
| 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 | Use common code for both ARM and Thumb-2 instruction and register info. | David Goodwin |
| 2009-07-08 | Drop "constant" from | Devang Patel |
| 2009-07-08 | Update SLotTracker to handle MDNode slots. | Devang Patel |
| 2009-07-08 | Switch all the MC tests to use FileCheck. | Chris Lattner |
| 2009-07-08 | convert to FileCheck style. | Chris Lattner |
| 2009-07-08 | Implement NEON vst1 instruction. | Bob Wilson |
| 2009-07-08 | Support MDNode forward reference. | Devang Patel |
| 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 | Implement NEON vld1 instructions. | Bob Wilson |
| 2009-07-08 | Add rev16 test... xfail for now | David Goodwin |
| 2009-07-08 | Checkpoint Thumb2 Instr info work. Generalized base code so that it can be sh... | David Goodwin |
| 2009-07-08 | Remove the vicmp and vfcmp instructions. Because we never had a release with | Nick Lewycky |
| 2009-07-08 | eliminate the v[if]cmp versions of these tests, now that [if]cmp+sext works. | Chris Lattner |
| 2009-07-08 | Change these tests to use [fi]cmp+sext instead of v[fi]cmp. No | 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-07 | Add Thumb2 movcc instructions. | Evan Cheng |
| 2009-07-07 | Add missing tests. | Evan Cheng |
| 2009-07-07 | Implement parsing support for the .comm directive. Patch by | Chris Lattner |