aboutsummaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
...
* llvm-build: Add "--write-library-table" option for generating the C++ libraryDaniel Dunbar2011-11-032-4/+114
* llvm-build: Add --write-llvmbuild option, which writes out the component tree.Daniel Dunbar2011-11-032-1/+95
* llvm-build: Add --print-tree command line option.Daniel Dunbar2011-11-031-6/+26
* llvm-build: Fill in some details w.r.t. component's parents.Daniel Dunbar2011-11-032-0/+27
* llvm-build: Validate information on the loaded components and form the topolo...Daniel Dunbar2011-11-032-1/+91
* llvm-build: Fill in more of component parsing to be more strict andDaniel Dunbar2011-11-032-20/+108
* llvm-build: Sketch code to load LLVMBuild.txt files.Daniel Dunbar2011-11-032-0/+181
* build: Stub out llvm-build utility tool.Daniel Dunbar2011-11-034-0/+39
* The TableGen parts of the CMake build are seriously broken. This fixesChandler Carruth2011-11-021-0/+1
* Rename show-diagnostics to something less ambiguous.Chad Rosier2011-11-021-0/+0
* Do a relative path ln command instead of an absolute path one. Some people st...Bill Wendling2011-10-291-2/+2
* Allow InstAlias's to use immediate matcher patterns that xform the value.Jim Grosbach2011-10-282-5/+29
* Allow register classes to match a containing class in InstAliases.Jim Grosbach2011-10-281-0/+9
* Remove the Alpha backend.Dan Gohman2011-10-272-2/+2
* Delete dead code. Nothing ever instantiates this.Jim Grosbach2011-10-271-4/+0
* lit: Drop some unneeded code from example tests.Daniel Dunbar2011-10-274-66/+2
* Remove the Blackfin backend.Dan Gohman2011-10-252-2/+2
* Remove the SystemZ backend.Dan Gohman2011-10-242-2/+2
* Add options to enable each individual level for the show-diagnostics tool.Chad Rosier2011-10-241-4/+30
* Rename the script to indicate that this is for the TEST=simple tests.Bill Wendling2011-10-231-0/+0
* Resurrect the 'find regressions for the TEST=nightly tests' script.Bill Wendling2011-10-231-0/+130
* Add X86 RORX instructionCraig Topper2011-10-231-14/+23
* Move various generated tables into read-only memory, fixing up const correctn...Benjamin Kramer2011-10-223-23/+28
* Assembly parsing for 2-register sequential variant of VLD2.Jim Grosbach2011-10-211-0/+1
* Assembly parsing for 4-register variant of VLD1.Jim Grosbach2011-10-211-0/+1
* Assembly parsing for 3-register variant of VLD1.Jim Grosbach2011-10-211-0/+1
* ARM VLD parsing and encoding.Jim Grosbach2011-10-211-0/+1
* Ensure timestamps are not embedded into files when doing a release build.Duncan Sands2011-10-211-0/+1
* Modify the script to output the regressions and passes into categories. My Py...Bill Wendling2011-10-211-9/+44
* Check for divide by zero.Bill Wendling2011-10-211-2/+2
* Also compare the built dragonegg objects between phases 2 and 3.Duncan Sands2011-10-201-1/+2
* Reset the system compiler each time we start a new flavour. OtherwiseDuncan Sands2011-10-201-2/+3
* Add support for testing dragonegg. This is disabled by default.Duncan Sands2011-10-201-37/+174
* Revamp the script to handle the 'TEST=simple' output.Bill Wendling2011-10-201-74/+67
* 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