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