aboutsummaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Remove some unnecessary filtering checks from X86 disassembler table build.Craig Topper2011-11-191-35/+8
* llvm-build: Attempt to work around a CMake Makefile generator bug that doesn'tDaniel Dunbar2011-11-171-1/+16
* Rename MVT::untyped to MVT::Untyped to match similar nomenclature.Owen Anderson2011-11-161-1/+1
* Add vmov.f32 to materialize f32 immediate splats which cannot be handled byEvan Cheng2011-11-151-0/+1
* ARM parsing datatype suffix variants for fixed-writeback VLD1/VST1 instructions.Jim Grosbach2011-11-152-5/+19
* Tidy up. Formatting.Jim Grosbach2011-11-151-1/+1
* LLVMBuild: Add info for gtest.Daniel Dunbar2011-11-121-0/+28
* LLVMBuild: Alphabetize required_libraries lists.Daniel Dunbar2011-11-111-1/+1
* llvm-build: Add --configure-target-def-file option.Daniel Dunbar2011-11-113-9/+115
* LLVMBuild: Add explicit information on whether targets define an assembly pri...Daniel Dunbar2011-11-111-4/+22
* build/Make & CMake: Pass the appropriate --native-target and --enable-targetsDaniel Dunbar2011-11-101-4/+10
* llvm-build: Add --native-target and --enable-targets options, and add logic toDaniel Dunbar2011-11-102-0/+117
* llvm-build: Split out the validation logic.Daniel Dunbar2011-11-101-3/+20
* llvm-build: Add an explicit component type to represent targets.Daniel Dunbar2011-11-102-6/+76
* llvm-build: Tidy up options.Daniel Dunbar2011-11-101-20/+29
* Remove this from the CMake build since I erased the file.Owen Anderson2011-11-101-1/+0
* Remove the old-style ARM disassembler, which is no longer used.Owen Anderson2011-11-094-1847/+0
* More AVX2 instructions and their intrinsics.Craig Topper2011-11-062-4/+12
* utils/llvm-build: Ensure output directory exists for tools which write variou...Daniel Dunbar2011-11-051-0/+14
* utils/llvm-build: Add trivial quoting of slashes for CMake fragment.Daniel Dunbar2011-11-051-2/+16
* llvm-build: Quote colons in target names, in an attempt to make msys happy.Daniel Dunbar2011-11-041-2/+15
* llvm-build: Add initial --write-cmake-fragment option.Daniel Dunbar2011-11-041-11/+88
* Build llvmCore with RTTI enabled. <rdar://problem/10395761>Bob Wilson2011-11-041-0/+1
* utils: Rename the "llvmbuild" script to llvm-compilers-check.Daniel Dunbar2011-11-041-0/+0
* llvm-build: Add initial code for --write-make-fragment.Daniel Dunbar2011-11-031-0/+96
* utils: Remove (way) old nightly test scripts, I don't think anyone uses them ...Daniel Dunbar2011-11-038-790/+0
* llvm-build: Avoid followlinks keyword argument to os.walk.Daniel Dunbar2011-11-031-2/+7
* build: Add initial cut at LLVMBuild.txt files.Daniel Dunbar2011-11-032-0/+50
* llvm-build: Update --write-llvmbuild to write out a standard LLVM style fileDaniel Dunbar2011-11-031-0/+25
* 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