| Commit message (Expand) | Author | Age | Files | Lines |
* | Use -l option to remove symbols from i386. | Bill Wendling | 2010-06-29 | 1 | -4/+13 |
* | Strip resulting binaries. | Bill Wendling | 2010-06-29 | 1 | -0/+7 |
* | Remove unused variables. | Duncan Sands | 2010-06-25 | 1 | -1/+0 |
* | Change array references to match my previous change to use the public type | Bob Wilson | 2010-06-24 | 1 | -1/+1 |
* | Fix up some comments. | Bob Wilson | 2010-06-24 | 1 | -4/+4 |
* | Use the struct tags mandated by ARM's ABI. Also use the public type names for | Bob Wilson | 2010-06-24 | 1 | -4/+51 |
* | Add support for the x86 instructions "pusha" and "popa". | Nico Weber | 2010-06-23 | 1 | -0/+4 |
* | Fix a tblgen bug. | Bruno Cardoso Lopes | 2010-06-23 | 1 | -1/+1 |
* | Don't link against libm and libpthread which don't exist in BeOS/Haiku. Also, | Nick Lewycky | 2010-06-23 | 3 | -4/+7 |
* | Generate DWARF information during Apple-style build. They'll be stripped out | Bill Wendling | 2010-06-22 | 1 | -10/+16 |
* | Fix a subtle multiclass bug: when using class inheritance on | Bruno Cardoso Lopes | 2010-06-22 | 1 | -4/+4 |
* | Remove isTwoAddress from llvm. | Eric Christopher | 2010-06-21 | 1 | -11/+0 |
* | Add support for returning multiple vectors via sret, which is how the ARM tar... | Nate Begeman | 2010-06-20 | 1 | -30/+42 |
* | An attempt to fix the problem Anton reported with | Dale Johannesen | 2010-06-18 | 1 | -0/+1 |
* | Teach tablegen how to inherit from classes in 'defm' definitions. | Bruno Cardoso Lopes | 2010-06-18 | 1 | -0/+50 |
* | Start TargetRegisterClass indices at 0 instead of 1, so that | Dan Gohman | 2010-06-18 | 2 | -2/+3 |
* | In case Rec is a definition and not a class, do the proper comparison! | Bruno Cardoso Lopes | 2010-06-17 | 1 | -1/+9 |
* | Modify tablegen to support generating all NEON code used by clang at once. | Nate Begeman | 2010-06-17 | 2 | -89/+135 |
* | Fix the handling of !if result, avoiding null results for non 'int'. | Bruno Cardoso Lopes | 2010-06-17 | 1 | -4/+6 |
* | For a tablegen expression such as !if(a,b,c), let 'a' | Bruno Cardoso Lopes | 2010-06-17 | 1 | -2/+4 |
* | Fix the typo in my previous one-line commit. | Sean Hunt | 2010-06-17 | 1 | -1/+1 |
* | Make sure CMake can build the files added by my previous commit. | Sean Hunt | 2010-06-16 | 1 | -0/+1 |
* | Add preliminary clang attribute generation support. | Sean Hunt | 2010-06-16 | 3 | -0/+147 |
* | let the '!eq' expression support 'int' and 'bit' types | Bruno Cardoso Lopes | 2010-06-16 | 1 | -1/+12 |
* | Make VC++ happy | Nate Begeman | 2010-06-15 | 1 | -11/+11 |
* | Next round of tail call changes. Register used in a tail | Dale Johannesen | 2010-06-15 | 2 | -1/+3 |
* | generate better code in CheckComplexPattern | Chris Lattner | 2010-06-14 | 1 | -2/+3 |
* | Honor the SDKROOT setting when building llvm. | Bob Wilson | 2010-06-14 | 1 | -2/+1 |
* | Add the last of the SemaChecking-gen code. | Nate Begeman | 2010-06-14 | 1 | -2/+45 |
* | Add a helping of comments | Nate Begeman | 2010-06-13 | 1 | -8/+105 |
* | lit: Replace /dev/null in scripts with temporary files on Windows. | Daniel Dunbar | 2010-06-12 | 1 | -0/+17 |
* | declare a class with 'class' instead of struct to avoid tag mismatch | Chris Lattner | 2010-06-12 | 1 | -1/+1 |
* | Add generic vector support for bitselect & element byteswap | Nate Begeman | 2010-06-12 | 2 | -31/+75 |
* | More AVX instructions ({ADD,SUB,MUL,DIV}{SS,SD}rm) | Bruno Cardoso Lopes | 2010-06-11 | 1 | -1/+8 |
* | lit: Add a forgotten default argument. | Daniel Dunbar | 2010-06-11 | 1 | -1/+1 |
* | lit: When running Tcl style tests on Windows, substitute slashes to avoid Tcl | Daniel Dunbar | 2010-06-11 | 1 | -6/+17 |
* | Add instruction encoding for the Neon VMOV immediate instruction. This changes | Bob Wilson | 2010-06-11 | 1 | -4/+1 |
* | Add support for polynomial type, for polynomial multiply | Nate Begeman | 2010-06-10 | 1 | -0/+2 |
* | Teach tablegen to allow "let" expressions inside multiclasses, | Bruno Cardoso Lopes | 2010-06-10 | 2 | -53/+43 |
* | NEON support for _lane ops, and multiplies by scalar. | Nate Begeman | 2010-06-10 | 2 | -45/+79 |
* | Further refine types for operations which take scalars. | Nate Begeman | 2010-06-09 | 1 | -8/+8 |
* | How about ULL... | Eric Christopher | 2010-06-09 | 1 | -1/+1 |
* | Specialize I-Class instructions better so that we have less work to do in cod... | Nate Begeman | 2010-06-09 | 1 | -4/+20 |
* | Handle instructions which need to be #defines for the purpose of capturing co... | Nate Begeman | 2010-06-09 | 2 | -24/+62 |
* | Reapply r105521, this time appending "LLU" to 64 bit | Bruno Cardoso Lopes | 2010-06-08 | 3 | -2/+10 |
* | Fix a valgrind error. | Nate Begeman | 2010-06-08 | 1 | -1/+1 |
* | Refine BuiltinsARM.def types a bit, we should do a better job of this to save... | Nate Begeman | 2010-06-08 | 1 | -2/+4 |
* | ARM NEON: | Nate Begeman | 2010-06-08 | 2 | -11/+55 |
* | clang codegen support | Nate Begeman | 2010-06-07 | 1 | -73/+83 |
* | revert r105521, which is breaking the buildbots with stuff like this: | Chris Lattner | 2010-06-05 | 2 | -9/+1 |