aboutsummaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Remove the MCRegAliasIterator tables and compute the aliases dynamically.Chad Rosier2013-05-283-66/+3
* Revert r182715 and r182758Alexey Samsonov2013-05-281-7/+5
* Fixup for r182715: provide correct arg to --gtest-filterAlexey Samsonov2013-05-281-1/+1
* Fixed bug when tests in executable partially used absolute paths.Galina Kistanova2013-05-261-5/+7
* Recognize ValueType operands in source patterns for fast-isel.Bill Schmidt2013-05-221-3/+7
* Add TargetRegisterInfo::getCoveringLanes().Jakob Stoklund Olesen2013-05-163-6/+35
* Use proper syntax.Bill Wendling2013-05-151-1/+1
* Add lldb and polly to the projects to tag.Bill Wendling2013-05-151-2/+3
* Add 'CHECK-DAG' supportMichael Liao2013-05-141-23/+147
* Refactor string checking. No functionality change.Michael Liao2013-05-141-62/+94
* Get the unittests compiling when building with cmake and the settingDuncan Sands2013-05-141-0/+4
* Add libcxx and clang-tools-extra to the testing thing.Bill Wendling2013-05-081-3/+10
* Add clang-tools-extra to the list of things to tag for the release.Bill Wendling2013-05-081-2/+2
* Add the libc++ project to those we tag.Bill Wendling2013-05-071-2/+2
* Try to fix ProgramTest on FreeBSDReid Kleckner2013-04-301-0/+5
* Handle tied sub-operands in AsmMatcherEmitterUlrich Weigand2013-04-271-30/+19
* Use 'git svn find-rev' in git-svnrevert instead of shell script fu.Michael Gottesman2013-04-261-4/+3
* Added the scripts git-svnup/git-svnrevert to utils/git-svn.Michael Gottesman2013-04-262-0/+68
* Remove SMLoc paired with CHECK-NOT patterns. Not functionality change.Michael Liao2013-04-251-8/+9
* Remove tailing whitespacesMichael Liao2013-04-251-1/+1
* Machine model: Generate table entries for super-resources.Andrew Trick2013-04-231-14/+23
* Machine model: verify well-formed processor resource groups.Andrew Trick2013-04-232-0/+54
* Machine model: rewrite a tablegen loop to avoid comparing record pointers.Andrew Trick2013-04-231-8/+4
* [asm parser] Add support for predicating MnemonicAlias based on the assemblerChad Rosier2013-04-181-20/+45
* lit: Fix infinite recursion when an out-of-tree test root is located inside t...Daniel Dunbar2013-04-125-9/+47
* lit: Add a test for discovery w/ test_exec_root (out-of-tree test root).Daniel Dunbar2013-04-123-9/+60
* Add CLAC/STAC instruction encoding/decoding supportMichael Liao2013-04-111-17/+19
* lit: Don't descend into .git directories during test discovery.Daniel Dunbar2013-04-111-1/+1
* lit: Shorten a metavar to make --help look nicer.Daniel Dunbar2013-04-111-1/+1
* lit: Add a test for discovery when exact test names are given.Daniel Dunbar2013-04-111-0/+15
* lit: Add a trivial test of the basic progress bar.Daniel Dunbar2013-04-116-0/+22
* Move yaml2obj to tools too.Rafael Espindola2013-04-054-733/+1
* Use ScalarBitSetTraits.Rafael Espindola2013-04-051-83/+84
* Move obj2yaml to tools to sort out make's dependencies.Rafael Espindola2013-04-056-509/+1
* Build obj2yaml with configure+make.Rafael Espindola2013-04-051-1/+1
* Add back parsing of header charactestics.Rafael Espindola2013-04-041-1/+37
* Remove anonymous namespace.Rafael Espindola2013-04-031-4/+0
* Use yaml::IO in yaml2obj.cpp.Rafael Espindola2013-04-021-551/+346
* Fix TableGen subtarget-emitter to handle A9/Swift.Andrew Trick2013-03-291-5/+11
* Revert r178166. According to Howard, this code is actually ok.Dan Gohman2013-03-291-3/+1
* Avoid undefined behavior from passing a std::vector's own contentsDan Gohman2013-03-271-1/+3
* TableGen SubtargetEmitter fix to allow A9 and Swift to coexist.Andrew Trick2013-03-262-2/+24
* x86 -- add the XTEST instructionDave Zarzycki2013-03-251-8/+9
* Allow types to be omitted in output patterns.Jakob Stoklund Olesen2013-03-242-0/+16
* Allow direct value types to be used in instruction 'set' patterns.Jakob Stoklund Olesen2013-03-241-2/+24
* Allow direct value types in pattern definitions.Jakob Stoklund Olesen2013-03-232-5/+29
* Make all unnamed RegisterClass TreePatternNodes typed MVT::i32.Jakob Stoklund Olesen2013-03-232-21/+21
* Plug a memory leak in FileCheck when the input file is empty.Benjamin Kramer2013-03-231-6/+6
* Add TableGen ctags(1) emitter and helper script.Sean Silva2013-03-215-1/+561
* [lit] Avoid CRLFs in bash scripts on WindowsReid Kleckner2013-03-201-1/+4