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