aboutsummaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
...
* Add support for returning multiple vectors via sret, which is how the ARM tar...Nate Begeman2010-06-201-30/+42
* An attempt to fix the problem Anton reported withDale Johannesen2010-06-181-0/+1
* Teach tablegen how to inherit from classes in 'defm' definitions.Bruno Cardoso Lopes2010-06-181-0/+50
* Start TargetRegisterClass indices at 0 instead of 1, so thatDan Gohman2010-06-182-2/+3
* In case Rec is a definition and not a class, do the proper comparison!Bruno Cardoso Lopes2010-06-171-1/+9
* Modify tablegen to support generating all NEON code used by clang at once.Nate Begeman2010-06-172-89/+135
* Fix the handling of !if result, avoiding null results for non 'int'.Bruno Cardoso Lopes2010-06-171-4/+6
* For a tablegen expression such as !if(a,b,c), let 'a'Bruno Cardoso Lopes2010-06-171-2/+4
* Fix the typo in my previous one-line commit.Sean Hunt2010-06-171-1/+1
* Make sure CMake can build the files added by my previous commit.Sean Hunt2010-06-161-0/+1
* Add preliminary clang attribute generation support.Sean Hunt2010-06-163-0/+147
* let the '!eq' expression support 'int' and 'bit' typesBruno Cardoso Lopes2010-06-161-1/+12
* Make VC++ happy Nate Begeman2010-06-151-11/+11
* Next round of tail call changes. Register used in a tailDale Johannesen2010-06-152-1/+3
* generate better code in CheckComplexPatternChris Lattner2010-06-141-2/+3
* Honor the SDKROOT setting when building llvm.Bob Wilson2010-06-141-2/+1
* Add the last of the SemaChecking-gen code.Nate Begeman2010-06-141-2/+45
* Add a helping of commentsNate Begeman2010-06-131-8/+105
* lit: Replace /dev/null in scripts with temporary files on Windows.Daniel Dunbar2010-06-121-0/+17
* declare a class with 'class' instead of struct to avoid tag mismatch Chris Lattner2010-06-121-1/+1
* Add generic vector support for bitselect & element byteswapNate Begeman2010-06-122-31/+75
* More AVX instructions ({ADD,SUB,MUL,DIV}{SS,SD}rm)Bruno Cardoso Lopes2010-06-111-1/+8
* lit: Add a forgotten default argument.Daniel Dunbar2010-06-111-1/+1
* lit: When running Tcl style tests on Windows, substitute slashes to avoid TclDaniel Dunbar2010-06-111-6/+17
* Add instruction encoding for the Neon VMOV immediate instruction. This changesBob Wilson2010-06-111-4/+1
* Add support for polynomial type, for polynomial multiplyNate Begeman2010-06-101-0/+2
* Teach tablegen to allow "let" expressions inside multiclasses,Bruno Cardoso Lopes2010-06-102-53/+43
* NEON support for _lane ops, and multiplies by scalar.Nate Begeman2010-06-102-45/+79
* Further refine types for operations which take scalars.Nate Begeman2010-06-091-8/+8
* How about ULL...Eric Christopher2010-06-091-1/+1
* Specialize I-Class instructions better so that we have less work to do in cod...Nate Begeman2010-06-091-4/+20
* Handle instructions which need to be #defines for the purpose of capturing co...Nate Begeman2010-06-092-24/+62
* Reapply r105521, this time appending "LLU" to 64 bitBruno Cardoso Lopes2010-06-083-2/+10
* Fix a valgrind error.Nate Begeman2010-06-081-1/+1
* Refine BuiltinsARM.def types a bit, we should do a better job of this to save...Nate Begeman2010-06-081-2/+4
* ARM NEON:Nate Begeman2010-06-082-11/+55
* clang codegen supportNate Begeman2010-06-071-73/+83
* revert r105521, which is breaking the buildbots with stuff like this:Chris Lattner2010-06-052-9/+1
* Initial AVX support for some instructions. No patterns matchedBruno Cardoso Lopes2010-06-052-1/+9
* Teach tablegen to support 'defm' inside multiclasses.Bruno Cardoso Lopes2010-06-052-10/+42
* Handle multi-vector returns and args.Nate Begeman2010-06-041-24/+71
* Additional fixes to BuiltinsARM.def generator, on to clang codegen.Nate Begeman2010-06-041-9/+38
* Progress on generating BuiltinsARM.def, still some duplicates to work out.Nate Begeman2010-06-041-3/+110
* BuiltinsARM.def emitter, still needs a substantial bit of tweaking to lighten...Nate Begeman2010-06-043-71/+119
* Mangle __builtin_neon_* names appropriately.Nate Begeman2010-06-042-30/+97
* Add some additional capabilities to the neon emitterNate Begeman2010-06-031-4/+31
* Early implementation of tail call for ARM.Dale Johannesen2010-06-031-0/+7
* Forgot to update the most important part of the gtest modifications readme.Benjamin Kramer2010-06-031-1/+1
* Disable pthread support in googletest if llvm was configured without threads.Benjamin Kramer2010-06-032-0/+10
* Turns out gtest still prefers the system <tr1/tuple> over it's ownBenjamin Kramer2010-06-032-0/+6