aboutsummaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2011-10-23Resurrect the 'find regressions for the TEST=nightly tests' script.Bill Wendling
2011-10-23Add X86 RORX instructionCraig Topper
2011-10-22Move various generated tables into read-only memory, fixing up const correctn...Benjamin Kramer
2011-10-21Assembly parsing for 2-register sequential variant of VLD2.Jim Grosbach
2011-10-21Assembly parsing for 4-register variant of VLD1.Jim Grosbach
2011-10-21Assembly parsing for 3-register variant of VLD1.Jim Grosbach
2011-10-21ARM VLD parsing and encoding.Jim Grosbach
2011-10-21Ensure timestamps are not embedded into files when doing a release build.Duncan Sands
2011-10-21Modify the script to output the regressions and passes into categories. My Py...Bill Wendling
2011-10-21Check for divide by zero.Bill Wendling
2011-10-20Also compare the built dragonegg objects between phases 2 and 3.Duncan Sands
2011-10-20Reset the system compiler each time we start a new flavour. OtherwiseDuncan Sands
2011-10-20Add support for testing dragonegg. This is disabled by default.Duncan Sands
2011-10-20Revamp the script to handle the 'TEST=simple' output.Bill Wendling
2011-10-19Duncan pointed out that sometimes CC and CXX are used to specify the compiler...Bill Wendling
2011-10-19Use bash instead.Bill Wendling
2011-10-19Make changes so that this runs on FreeBSD.Bill Wendling
2011-10-19Adding dependencies to allow -DBUILD_SHARED_LIBS=true to complete.Joe Abbey
2011-10-18ARM VTBL (one register) assembly parsing and encoding.Jim Grosbach
2011-10-18Don't exit just because some early commands fail. Use the -k flag when runnin...Bill Wendling
2011-10-18ARM assembly parsing and encoding for VMOV.i64.Jim Grosbach
2011-10-18ARM assembly parsing and encoding for VMOV/VMVN/VORR/VBIC.i32.Jim Grosbach
2011-10-17ARM assembly parsing and encoding for VMOV/VMVN/VORR/VBIC.i16.Jim Grosbach
2011-10-17ARM NEON "vmov.i8" immediate assembly parsing and encoding.Jim Grosbach
2011-10-17Forgot to add the project name to the 'svn ls' command.Bill Wendling
2011-10-17Add message to svn mkdir command.Bill Wendling
2011-10-17Fix unused variable warning in the rare circumstance that we have no feature-...Owen Anderson
2011-10-17Pick low-hanging MatchEntry shrinkage fruit.Benjamin Kramer
2011-10-17Don't download and compile compiler-rt, libcxx, and libcxxabi by default.Bill Wendling
2011-10-17Update to disable asserts. Build a phase 3 compiler, and compare phase 2 file...Bill Wendling
2011-10-16Overhaul the 'test-release' script.Bill Wendling
2011-10-16Update the tree before applying patch.Bill Wendling
2011-10-16Add X86 PEXTR and PDEP instructions.Craig Topper
2011-10-16Add X86 BZHI instruction as well as BMI2 feature detection.Craig Topper
2011-10-16Add X86 INVPCID instruction. Add 32/64-bit predicates to INVEPT, INVVPID, VMR...Craig Topper
2011-10-16Make SMDiagnostic a little more sane. Instead of passing around note/warning...Chris Lattner
2011-10-16Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...Chris Lattner
2011-10-16Add X86 BEXTR instruction. This instruction uses VEX.vvvv to encode Operand 3...Craig Topper
2011-10-16Add a helper script to create branches and tag release candidates.Bill Wendling
2011-10-16Add a script that helps merge changes into a release branch.Bill Wendling
2011-10-15Add support for X86 blsr, blsmsk, and blsi instructions. Required extra work ...Craig Topper
2011-10-14Fix threads/jobs CalculationDavid Greene
2011-10-14Add Helpful MessagesDavid Greene
2011-10-14Add Option to Skip InstallDavid Greene
2011-10-14Add Option to Skip gcc BuildDavid Greene
2011-10-14Add X86 ANDN instruction. Including instruction selection.Craig Topper
2011-10-14Ban rematerializable instructions with side effects.Jakob Stoklund Olesen
2011-10-12ARM parsing and encoding for the <option> form of LDC/STC instructions.Jim Grosbach
2011-10-11Remove extra semicolon.Eli Friedman
2011-10-11Fix disassembling of popcntw. Also remove some code that says it accounts for...Craig Topper