aboutsummaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2011-11-03llvm-build: Add "--write-library-table" option for generating the C++ libraryDaniel Dunbar
2011-11-03llvm-build: Add --write-llvmbuild option, which writes out the component tree.Daniel Dunbar
2011-11-03llvm-build: Add --print-tree command line option.Daniel Dunbar
2011-11-03llvm-build: Fill in some details w.r.t. component's parents.Daniel Dunbar
2011-11-03llvm-build: Validate information on the loaded components and form the topolo...Daniel Dunbar
2011-11-03llvm-build: Fill in more of component parsing to be more strict andDaniel Dunbar
2011-11-03llvm-build: Sketch code to load LLVMBuild.txt files.Daniel Dunbar
2011-11-03build: Stub out llvm-build utility tool.Daniel Dunbar
2011-11-02The TableGen parts of the CMake build are seriously broken. This fixesChandler Carruth
2011-11-02Rename show-diagnostics to something less ambiguous.Chad Rosier
2011-10-29Do a relative path ln command instead of an absolute path one. Some people st...Bill Wendling
2011-10-28Allow InstAlias's to use immediate matcher patterns that xform the value.Jim Grosbach
2011-10-28Allow register classes to match a containing class in InstAliases.Jim Grosbach
2011-10-27Remove the Alpha backend.Dan Gohman
2011-10-27Delete dead code. Nothing ever instantiates this.Jim Grosbach
2011-10-27lit: Drop some unneeded code from example tests.Daniel Dunbar
2011-10-25Remove the Blackfin backend.Dan Gohman
2011-10-24Remove the SystemZ backend.Dan Gohman
2011-10-24Add options to enable each individual level for the show-diagnostics tool.Chad Rosier
2011-10-23Rename the script to indicate that this is for the TEST=simple tests.Bill Wendling
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