| Age | Commit message (Expand) | Author |
| 2010-06-17 | Fix the handling of !if result, avoiding null results for non 'int'. | Bruno Cardoso Lopes |
| 2010-06-17 | For a tablegen expression such as !if(a,b,c), let 'a' | Bruno Cardoso Lopes |
| 2010-06-17 | Fix the typo in my previous one-line commit. | Sean Hunt |
| 2010-06-16 | Make sure CMake can build the files added by my previous commit. | Sean Hunt |
| 2010-06-16 | Add preliminary clang attribute generation support. | Sean Hunt |
| 2010-06-16 | let the '!eq' expression support 'int' and 'bit' types | Bruno Cardoso Lopes |
| 2010-06-15 | Make VC++ happy | Nate Begeman |
| 2010-06-15 | Next round of tail call changes. Register used in a tail | Dale Johannesen |
| 2010-06-14 | generate better code in CheckComplexPattern | Chris Lattner |
| 2010-06-14 | Honor the SDKROOT setting when building llvm. | Bob Wilson |
| 2010-06-14 | Add the last of the SemaChecking-gen code. | Nate Begeman |
| 2010-06-13 | Add a helping of comments | Nate Begeman |
| 2010-06-12 | lit: Replace /dev/null in scripts with temporary files on Windows. | Daniel Dunbar |
| 2010-06-12 | declare a class with 'class' instead of struct to avoid tag mismatch | Chris Lattner |
| 2010-06-12 | Add generic vector support for bitselect & element byteswap | Nate Begeman |
| 2010-06-11 | More AVX instructions ({ADD,SUB,MUL,DIV}{SS,SD}rm) | Bruno Cardoso Lopes |
| 2010-06-11 | lit: Add a forgotten default argument. | Daniel Dunbar |
| 2010-06-11 | lit: When running Tcl style tests on Windows, substitute slashes to avoid Tcl | Daniel Dunbar |
| 2010-06-11 | Add instruction encoding for the Neon VMOV immediate instruction. This changes | Bob Wilson |
| 2010-06-10 | Add support for polynomial type, for polynomial multiply | Nate Begeman |
| 2010-06-10 | Teach tablegen to allow "let" expressions inside multiclasses, | Bruno Cardoso Lopes |
| 2010-06-10 | NEON support for _lane ops, and multiplies by scalar. | Nate Begeman |
| 2010-06-09 | Further refine types for operations which take scalars. | Nate Begeman |
| 2010-06-09 | How about ULL... | Eric Christopher |
| 2010-06-09 | Specialize I-Class instructions better so that we have less work to do in cod... | Nate Begeman |
| 2010-06-09 | Handle instructions which need to be #defines for the purpose of capturing co... | Nate Begeman |
| 2010-06-08 | Reapply r105521, this time appending "LLU" to 64 bit | Bruno Cardoso Lopes |
| 2010-06-08 | Fix a valgrind error. | Nate Begeman |
| 2010-06-08 | Refine BuiltinsARM.def types a bit, we should do a better job of this to save... | Nate Begeman |
| 2010-06-08 | ARM NEON: | Nate Begeman |
| 2010-06-07 | clang codegen support | Nate Begeman |
| 2010-06-05 | revert r105521, which is breaking the buildbots with stuff like this: | Chris Lattner |
| 2010-06-05 | Initial AVX support for some instructions. No patterns matched | Bruno Cardoso Lopes |
| 2010-06-05 | Teach tablegen to support 'defm' inside multiclasses. | Bruno Cardoso Lopes |
| 2010-06-04 | Handle multi-vector returns and args. | Nate Begeman |
| 2010-06-04 | Additional fixes to BuiltinsARM.def generator, on to clang codegen. | Nate Begeman |
| 2010-06-04 | Progress on generating BuiltinsARM.def, still some duplicates to work out. | Nate Begeman |
| 2010-06-04 | BuiltinsARM.def emitter, still needs a substantial bit of tweaking to lighten... | Nate Begeman |
| 2010-06-04 | Mangle __builtin_neon_* names appropriately. | Nate Begeman |
| 2010-06-03 | Add some additional capabilities to the neon emitter | Nate Begeman |
| 2010-06-03 | Early implementation of tail call for ARM. | Dale Johannesen |
| 2010-06-03 | Forgot to update the most important part of the gtest modifications readme. | Benjamin Kramer |
| 2010-06-03 | Disable pthread support in googletest if llvm was configured without threads. | Benjamin Kramer |
| 2010-06-03 | Turns out gtest still prefers the system <tr1/tuple> over it's own | Benjamin Kramer |
| 2010-06-03 | arm_neon.h now makes it through clang and generates appropriate code for thos... | Nate Begeman |
| 2010-06-02 | Update Readme and Makefiles for the new gtest. | Benjamin Kramer |
| 2010-06-02 | Merge gtest-1.5.0. | Benjamin Kramer |
| 2010-06-02 | Merge gtest-1.4.0. | Benjamin Kramer |
| 2010-06-02 | Merge gtest-1.3.0. | Benjamin Kramer |
| 2010-06-02 | arm_neon.h emitter now mostly complete for the purposes of initial testing. | Nate Begeman |