aboutsummaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Build FileCheck and enable DWARF emission for target eng buildsDaniel Malea2012-02-291-0/+24
* Apply changes to migrate to upstream Oct 20th 2011.Logan Chien2011-10-211-48/+41
* Merge with LLVM upstream 2011/10/20 (r142530)Logan Chien2011-10-20118-15554/+5194
|\
| * Duncan pointed out that sometimes CC and CXX are used to specify the compiler...Bill Wendling2011-10-191-20/+2
| * Use bash instead.Bill Wendling2011-10-191-1/+1
| * Make changes so that this runs on FreeBSD.Bill Wendling2011-10-191-7/+13
| * Adding dependencies to allow -DBUILD_SHARED_LIBS=true to complete.Joe Abbey2011-10-191-0/+8
| * ARM VTBL (one register) assembly parsing and encoding.Jim Grosbach2011-10-181-0/+1
| * Don't exit just because some early commands fail. Use the -k flag when runnin...Bill Wendling2011-10-181-4/+6
| * ARM assembly parsing and encoding for VMOV.i64.Jim Grosbach2011-10-181-0/+1
| * ARM assembly parsing and encoding for VMOV/VMVN/VORR/VBIC.i32.Jim Grosbach2011-10-181-0/+2
| * ARM assembly parsing and encoding for VMOV/VMVN/VORR/VBIC.i16.Jim Grosbach2011-10-171-0/+1
| * ARM NEON "vmov.i8" immediate assembly parsing and encoding.Jim Grosbach2011-10-171-0/+1
| * Forgot to add the project name to the 'svn ls' command.Bill Wendling2011-10-171-1/+1
| * Add message to svn mkdir command.Bill Wendling2011-10-171-1/+1
| * Fix unused variable warning in the rare circumstance that we have no feature-...Owen Anderson2011-10-171-1/+4
| * Pick low-hanging MatchEntry shrinkage fruit.Benjamin Kramer2011-10-171-4/+17
| * Don't download and compile compiler-rt, libcxx, and libcxxabi by default.Bill Wendling2011-10-171-2/+2
| * Update to disable asserts. Build a phase 3 compiler, and compare phase 2 file...Bill Wendling2011-10-171-2/+40
| * Overhaul the 'test-release' script.Bill Wendling2011-10-161-158/+96
| * Update the tree before applying patch.Bill Wendling2011-10-161-0/+2
| * Add X86 PEXTR and PDEP instructions.Craig Topper2011-10-161-18/+27
| * Add X86 BZHI instruction as well as BMI2 feature detection.Craig Topper2011-10-162-15/+11
| * Add X86 INVPCID instruction. Add 32/64-bit predicates to INVEPT, INVVPID, VMR...Craig Topper2011-10-161-4/+0
| * Make SMDiagnostic a little more sane. Instead of passing around note/warning...Chris Lattner2011-10-161-36/+37
| * Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...Chris Lattner2011-10-161-1/+1
| * Add X86 BEXTR instruction. This instruction uses VEX.vvvv to encode Operand 3...Craig Topper2011-10-162-6/+21
| * Add a helper script to create branches and tag release candidates.Bill Wendling2011-10-161-0/+95
| * Add a script that helps merge changes into a release branch.Bill Wendling2011-10-161-0/+72
| * Add support for X86 blsr, blsmsk, and blsi instructions. Required extra work ...Craig Topper2011-10-151-8/+50
| * Fix threads/jobs CalculationDavid Greene2011-10-141-3/+4
| * Add Helpful MessagesDavid Greene2011-10-141-0/+3
| * Add Option to Skip InstallDavid Greene2011-10-141-4/+7
| * Add Option to Skip gcc BuildDavid Greene2011-10-141-0/+8
| * Add X86 ANDN instruction. Including instruction selection.Craig Topper2011-10-141-0/+2
| * Ban rematerializable instructions with side effects.Jakob Stoklund Olesen2011-10-141-0/+6
| * ARM parsing and encoding for the <option> form of LDC/STC instructions.Jim Grosbach2011-10-121-0/+1
| * Remove extra semicolon.Eli Friedman2011-10-111-1/+1
| * Fix disassembling of popcntw. Also remove some code that says it accounts for...Craig Topper2011-10-112-2/+15
| * Emit full ED initializers even for pseudo-instructions.Jakob Stoklund Olesen2011-10-101-14/+14
| * Insert dummy ED table entries for pseudo-instructions.Jakob Stoklund Olesen2011-10-101-3/+3
| * ARM NEON assembly parsing and encoding for VDUP(scalar).Jim Grosbach2011-10-071-0/+3
| * Remove MultidefsDavid Greene2011-10-072-2/+2
| * Revert part of r141274. Only need to change encoding for xchg %eax, %eax in 6...Craig Topper2011-10-071-0/+1
| * Remove the Clang tblgen backends from LLVM.Peter Collingbourne2011-10-0614-4019/+0
| * Fix assembling of xchg %eax, %eax to not use the NOP encoding of 0x90. This w...Craig Topper2011-10-062-0/+9
| * Build system infrastructure for multiple tblgens.Peter Collingbourne2011-10-062-16/+2
| * Remove the TRI::getSubRegisterRegClass() hook.Jakob Stoklund Olesen2011-10-061-27/+2
| * Vim Support for MultidefsDavid Greene2011-10-051-1/+1
| * Emacs Support for MultidefsDavid Greene2011-10-051-1/+1