summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
* LLVMBuild: Alphabetize required_libraries lists.Daniel Dunbar2011-11-11
* llvm-build: Add --configure-target-def-file option.Daniel Dunbar2011-11-11
* LLVMBuild: Add explicit information on whether targets define an assembly pri...Daniel Dunbar2011-11-11
* build/Make & CMake: Pass the appropriate --native-target and --enable-targetsDaniel Dunbar2011-11-10
* llvm-build: Add --native-target and --enable-targets options, and add logic toDaniel Dunbar2011-11-10
* llvm-build: Split out the validation logic.Daniel Dunbar2011-11-10
* llvm-build: Add an explicit component type to represent targets.Daniel Dunbar2011-11-10
* llvm-build: Tidy up options.Daniel Dunbar2011-11-10
* Remove this from the CMake build since I erased the file.Owen Anderson2011-11-10
* Remove the old-style ARM disassembler, which is no longer used.Owen Anderson2011-11-09
* More AVX2 instructions and their intrinsics.Craig Topper2011-11-06
* utils/llvm-build: Ensure output directory exists for tools which write variou...Daniel Dunbar2011-11-05
* utils/llvm-build: Add trivial quoting of slashes for CMake fragment.Daniel Dunbar2011-11-05
* llvm-build: Quote colons in target names, in an attempt to make msys happy.Daniel Dunbar2011-11-04
* llvm-build: Add initial --write-cmake-fragment option.Daniel Dunbar2011-11-04
* Build llvmCore with RTTI enabled. <rdar://problem/10395761>Bob Wilson2011-11-04
* utils: Rename the "llvmbuild" script to llvm-compilers-check.Daniel Dunbar2011-11-04
* llvm-build: Add initial code for --write-make-fragment.Daniel Dunbar2011-11-03
* utils: Remove (way) old nightly test scripts, I don't think anyone uses them ...Daniel Dunbar2011-11-03
* llvm-build: Avoid followlinks keyword argument to os.walk.Daniel Dunbar2011-11-03
* build: Add initial cut at LLVMBuild.txt files.Daniel Dunbar2011-11-03
* llvm-build: Update --write-llvmbuild to write out a standard LLVM style fileDaniel Dunbar2011-11-03
* llvm-build: Add "--write-library-table" option for generating the C++ libraryDaniel Dunbar2011-11-03
* llvm-build: Add --write-llvmbuild option, which writes out the component tree.Daniel Dunbar2011-11-03
* llvm-build: Add --print-tree command line option.Daniel Dunbar2011-11-03
* llvm-build: Fill in some details w.r.t. component's parents.Daniel Dunbar2011-11-03
* llvm-build: Validate information on the loaded components and form the topolo...Daniel Dunbar2011-11-03
* llvm-build: Fill in more of component parsing to be more strict andDaniel Dunbar2011-11-03
* llvm-build: Sketch code to load LLVMBuild.txt files.Daniel Dunbar2011-11-03
* build: Stub out llvm-build utility tool.Daniel Dunbar2011-11-03
* The TableGen parts of the CMake build are seriously broken. This fixesChandler Carruth2011-11-02
* Rename show-diagnostics to something less ambiguous.Chad Rosier2011-11-02
* Do a relative path ln command instead of an absolute path one. Some people st...Bill Wendling2011-10-29
* Allow InstAlias's to use immediate matcher patterns that xform the value.Jim Grosbach2011-10-28
* Allow register classes to match a containing class in InstAliases.Jim Grosbach2011-10-28
* 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