summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
* Remove the Alpha backend.Dan Gohman2011-10-27
* Delete dead code. Nothing ever instantiates this.Jim Grosbach2011-10-27
* lit: Drop some unneeded code from example tests.Daniel Dunbar2011-10-27
* Remove the Blackfin backend.Dan Gohman2011-10-25
* Remove the SystemZ backend.Dan Gohman2011-10-24
* Add options to enable each individual level for the show-diagnostics tool.Chad Rosier2011-10-24
* Rename the script to indicate that this is for the TEST=simple tests.Bill Wendling2011-10-23
* Resurrect the 'find regressions for the TEST=nightly tests' script.Bill Wendling2011-10-23
* Add X86 RORX instructionCraig Topper2011-10-23
* Move various generated tables into read-only memory, fixing up const correctn...Benjamin Kramer2011-10-22
* Assembly parsing for 2-register sequential variant of VLD2.Jim Grosbach2011-10-21
* Assembly parsing for 4-register variant of VLD1.Jim Grosbach2011-10-21
* Assembly parsing for 3-register variant of VLD1.Jim Grosbach2011-10-21
* ARM VLD parsing and encoding.Jim Grosbach2011-10-21
* Ensure timestamps are not embedded into files when doing a release build.Duncan Sands2011-10-21
* Modify the script to output the regressions and passes into categories. My Py...Bill Wendling2011-10-21
* Check for divide by zero.Bill Wendling2011-10-21
* Also compare the built dragonegg objects between phases 2 and 3.Duncan Sands2011-10-20
* Reset the system compiler each time we start a new flavour. OtherwiseDuncan Sands2011-10-20
* Add support for testing dragonegg. This is disabled by default.Duncan Sands2011-10-20
* Revamp the script to handle the 'TEST=simple' output.Bill Wendling2011-10-20
* Duncan pointed out that sometimes CC and CXX are used to specify the compiler...Bill Wendling2011-10-19
* Use bash instead.Bill Wendling2011-10-19
* Make changes so that this runs on FreeBSD.Bill Wendling2011-10-19
* Adding dependencies to allow -DBUILD_SHARED_LIBS=true to complete.Joe Abbey2011-10-19
* ARM VTBL (one register) assembly parsing and encoding.Jim Grosbach2011-10-18
* Don't exit just because some early commands fail. Use the -k flag when runnin...Bill Wendling2011-10-18
* ARM assembly parsing and encoding for VMOV.i64.Jim Grosbach2011-10-18
* ARM assembly parsing and encoding for VMOV/VMVN/VORR/VBIC.i32.Jim Grosbach2011-10-18
* ARM assembly parsing and encoding for VMOV/VMVN/VORR/VBIC.i16.Jim Grosbach2011-10-17
* ARM NEON "vmov.i8" immediate assembly parsing and encoding.Jim Grosbach2011-10-17
* Forgot to add the project name to the 'svn ls' command.Bill Wendling2011-10-17
* Add message to svn mkdir command.Bill Wendling2011-10-17
* Fix unused variable warning in the rare circumstance that we have no feature-...Owen Anderson2011-10-17
* Pick low-hanging MatchEntry shrinkage fruit.Benjamin Kramer2011-10-17
* Don't download and compile compiler-rt, libcxx, and libcxxabi by default.Bill Wendling2011-10-17
* Update to disable asserts. Build a phase 3 compiler, and compare phase 2 file...Bill Wendling2011-10-17
* Overhaul the 'test-release' script.Bill Wendling2011-10-16
* Update the tree before applying patch.Bill Wendling2011-10-16
* Add X86 PEXTR and PDEP instructions.Craig Topper2011-10-16
* Add X86 BZHI instruction as well as BMI2 feature detection.Craig Topper2011-10-16
* Add X86 INVPCID instruction. Add 32/64-bit predicates to INVEPT, INVVPID, VMR...Craig Topper2011-10-16
* Make SMDiagnostic a little more sane. Instead of passing around note/warning...Chris Lattner2011-10-16
* Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...Chris Lattner2011-10-16
* Add X86 BEXTR instruction. This instruction uses VEX.vvvv to encode Operand 3...Craig Topper2011-10-16
* Add a helper script to create branches and tag release candidates.Bill Wendling2011-10-16
* Add a script that helps merge changes into a release branch.Bill Wendling2011-10-16
* Add support for X86 blsr, blsmsk, and blsi instructions. Required extra work ...Craig Topper2011-10-15
* Fix threads/jobs CalculationDavid Greene2011-10-14
* Add Helpful MessagesDavid Greene2011-10-14