aboutsummaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Start the support for AVX instructions with 256-bit %ymm registers. A couple ofBruno Cardoso Lopes2010-07-091-0/+2
* --- Reverse-merging r107947 into '.':Bob Wilson2010-07-091-2/+2
* These changes should have accompanied r107943.Dan Gohman2010-07-091-2/+2
* Changes to ARM tail calls, mostly cosmetic.Dale Johannesen2010-07-081-2/+2
* Revert 107840 107839 107813 107804 107800 107797 107791.Dan Gohman2010-07-081-2/+2
* Implement the major chunk of PR7195: support for 'callw'Chris Lattner2010-07-072-0/+3
* Give FunctionLoweringInfo an MBB member, avoiding the need to pass itDan Gohman2010-07-071-2/+2
* Rename "Release" builds as "Release+Asserts"; rename "Release-Asserts"Duncan Sands2010-07-071-2/+2
* Add a new target independent COPY instruction and code to lower it.Jakob Stoklund Olesen2010-07-021-0/+1
* Clean up TargetOpcodes.h a bit, and limit the number of places where the fullJakob Stoklund Olesen2010-07-022-88/+33
* Use -l option to remove symbols from i386.Bill Wendling2010-06-291-4/+13
* Strip resulting binaries.Bill Wendling2010-06-291-0/+7
* Remove unused variables.Duncan Sands2010-06-251-1/+0
* Change array references to match my previous change to use the public typeBob Wilson2010-06-241-1/+1
* Fix up some comments.Bob Wilson2010-06-241-4/+4
* Use the struct tags mandated by ARM's ABI. Also use the public type names forBob Wilson2010-06-241-4/+51
* Add support for the x86 instructions "pusha" and "popa".Nico Weber2010-06-231-0/+4
* Fix a tblgen bug.Bruno Cardoso Lopes2010-06-231-1/+1
* Don't link against libm and libpthread which don't exist in BeOS/Haiku. Also,Nick Lewycky2010-06-233-4/+7
* Generate DWARF information during Apple-style build. They'll be stripped outBill Wendling2010-06-221-10/+16
* Fix a subtle multiclass bug: when using class inheritance onBruno Cardoso Lopes2010-06-221-4/+4
* Remove isTwoAddress from llvm.Eric Christopher2010-06-211-11/+0
* 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