summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)AuthorFilesLines
2011-10-18Don't exit just because some early commands fail. Use the -k flag when runnin...Bill Wendling1-4/+6
2011-10-18ARM assembly parsing and encoding for VMOV.i64.Jim Grosbach1-0/+1
2011-10-18ARM assembly parsing and encoding for VMOV/VMVN/VORR/VBIC.i32.Jim Grosbach1-0/+2
2011-10-17ARM assembly parsing and encoding for VMOV/VMVN/VORR/VBIC.i16.Jim Grosbach1-0/+1
2011-10-17ARM NEON "vmov.i8" immediate assembly parsing and encoding.Jim Grosbach1-0/+1
2011-10-17Forgot to add the project name to the 'svn ls' command.Bill Wendling1-1/+1
2011-10-17Add message to svn mkdir command.Bill Wendling1-1/+1
2011-10-17Fix unused variable warning in the rare circumstance that we have no feature-...Owen Anderson1-1/+4
2011-10-17Pick low-hanging MatchEntry shrinkage fruit.Benjamin Kramer1-4/+17
2011-10-17Don't download and compile compiler-rt, libcxx, and libcxxabi by default.Bill Wendling1-2/+2
2011-10-17Update to disable asserts. Build a phase 3 compiler, and compare phase 2 file...Bill Wendling1-2/+40
2011-10-16Overhaul the 'test-release' script.Bill Wendling1-158/+96
2011-10-16Update the tree before applying patch.Bill Wendling1-0/+2
2011-10-16Add X86 PEXTR and PDEP instructions.Craig Topper1-18/+27
2011-10-16Add X86 BZHI instruction as well as BMI2 feature detection.Craig Topper2-15/+11
2011-10-16Add X86 INVPCID instruction. Add 32/64-bit predicates to INVEPT, INVVPID, VMR...Craig Topper1-4/+0
2011-10-16Make SMDiagnostic a little more sane. Instead of passing around note/warning...Chris Lattner1-36/+37
2011-10-16Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...Chris Lattner1-1/+1
2011-10-16Add X86 BEXTR instruction. This instruction uses VEX.vvvv to encode Operand 3...Craig Topper2-6/+21
2011-10-16Add a helper script to create branches and tag release candidates.Bill Wendling1-0/+95
2011-10-16Add a script that helps merge changes into a release branch.Bill Wendling1-0/+72
2011-10-15Add support for X86 blsr, blsmsk, and blsi instructions. Required extra work ...Craig Topper1-8/+50
2011-10-14Fix threads/jobs CalculationDavid Greene1-3/+4
2011-10-14Add Helpful MessagesDavid Greene1-0/+3
2011-10-14Add Option to Skip InstallDavid Greene1-4/+7
2011-10-14Add Option to Skip gcc BuildDavid Greene1-0/+8
2011-10-14Add X86 ANDN instruction. Including instruction selection.Craig Topper1-0/+2
2011-10-14Ban rematerializable instructions with side effects.Jakob Stoklund Olesen1-0/+6
2011-10-12ARM parsing and encoding for the <option> form of LDC/STC instructions.Jim Grosbach1-0/+1
2011-10-11Remove extra semicolon.Eli Friedman1-1/+1
2011-10-11Fix disassembling of popcntw. Also remove some code that says it accounts for...Craig Topper2-2/+15
2011-10-10Emit full ED initializers even for pseudo-instructions.Jakob Stoklund Olesen1-14/+14
2011-10-10Insert dummy ED table entries for pseudo-instructions.Jakob Stoklund Olesen1-3/+3
2011-10-07ARM NEON assembly parsing and encoding for VDUP(scalar).Jim Grosbach1-0/+3
2011-10-07Remove MultidefsDavid Greene2-2/+2
2011-10-07Revert part of r141274. Only need to change encoding for xchg %eax, %eax in 6...Craig Topper1-0/+1
2011-10-06Remove the Clang tblgen backends from LLVM.Peter Collingbourne14-4019/+0
2011-10-06Fix assembling of xchg %eax, %eax to not use the NOP encoding of 0x90. This w...Craig Topper2-0/+9
2011-10-06Build system infrastructure for multiple tblgens.Peter Collingbourne2-16/+2
2011-10-06Remove the TRI::getSubRegisterRegClass() hook.Jakob Stoklund Olesen1-27/+2
2011-10-05Vim Support for MultidefsDavid Greene1-1/+1
2011-10-05Emacs Support for MultidefsDavid Greene1-1/+1
2011-10-05Add TRI::getSubClassWithSubReg(RC, Idx) function.Jakob Stoklund Olesen3-6/+67
2011-10-04Properly use const_iterator.Jakob Stoklund Olesen1-4/+4
2011-10-04Teach TableGen to infer missing register classes.Jakob Stoklund Olesen2-17/+194
2011-10-04TableGen: Store all allocation orders together.Jakob Stoklund Olesen2-14/+15
2011-10-04TableGen: Privatize CodeGenRegisterClass::TheDef and Name.Jakob Stoklund Olesen5-29/+32
2011-10-04TableGen: Don't add synthetic Records to the RecordKeeper.Jakob Stoklund Olesen1-1/+0
2011-10-04Add support in the disassembler for ignoring the L-bit on certain VEX instruc...Craig Topper4-20/+25
2011-10-04Remove last references to hotpatch.Rafael Espindola1-1/+1