summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)AuthorFilesLines
2013-06-04Revert series of sched model patches until I figure out what is going on.Arnold Schwaighofer1-1/+1
2013-06-04SubtargetEmitter fixArnold Schwaighofer1-1/+1
2013-05-31Make SubRegIndex size mandatory, following r183020.Ahmed Bougacha3-7/+18
2013-05-31Add a way to define the bit range covered by a SubRegIndex.Ahmed Bougacha3-5/+36
2013-05-30Fixed bug when tests in executable partially used absolute paths.Galina Kistanova1-3/+5
2013-05-28Remove the MCRegAliasIterator tables and compute the aliases dynamically.Chad Rosier3-66/+3
2013-05-28Revert r182715 and r182758Alexey Samsonov1-7/+5
2013-05-28Fixup for r182715: provide correct arg to --gtest-filterAlexey Samsonov1-1/+1
2013-05-26Fixed bug when tests in executable partially used absolute paths.Galina Kistanova1-5/+7
2013-05-22Recognize ValueType operands in source patterns for fast-isel.Bill Schmidt1-3/+7
2013-05-16Add TargetRegisterInfo::getCoveringLanes().Jakob Stoklund Olesen3-6/+35
2013-05-15Use proper syntax.Bill Wendling1-1/+1
2013-05-15Add lldb and polly to the projects to tag.Bill Wendling1-2/+3
2013-05-14Add 'CHECK-DAG' supportMichael Liao1-23/+147
2013-05-14Refactor string checking. No functionality change.Michael Liao1-62/+94
2013-05-14Get the unittests compiling when building with cmake and the settingDuncan Sands1-0/+4
2013-05-08Add libcxx and clang-tools-extra to the testing thing.Bill Wendling1-3/+10
2013-05-08Add clang-tools-extra to the list of things to tag for the release.Bill Wendling1-2/+2
2013-05-07Add the libc++ project to those we tag.Bill Wendling1-2/+2
2013-04-30Try to fix ProgramTest on FreeBSDReid Kleckner1-0/+5
2013-04-27Handle tied sub-operands in AsmMatcherEmitterUlrich Weigand1-30/+19
2013-04-26Use 'git svn find-rev' in git-svnrevert instead of shell script fu.Michael Gottesman1-4/+3
2013-04-26Added the scripts git-svnup/git-svnrevert to utils/git-svn.Michael Gottesman2-0/+68
2013-04-25Remove SMLoc paired with CHECK-NOT patterns. Not functionality change.Michael Liao1-8/+9
2013-04-25Remove tailing whitespacesMichael Liao1-1/+1
2013-04-23Machine model: Generate table entries for super-resources.Andrew Trick1-14/+23
2013-04-23Machine model: verify well-formed processor resource groups.Andrew Trick2-0/+54
2013-04-23Machine model: rewrite a tablegen loop to avoid comparing record pointers.Andrew Trick1-8/+4
2013-04-18[asm parser] Add support for predicating MnemonicAlias based on the assemblerChad Rosier1-20/+45
2013-04-12lit: Fix infinite recursion when an out-of-tree test root is located inside t...Daniel Dunbar5-9/+47
2013-04-12lit: Add a test for discovery w/ test_exec_root (out-of-tree test root).Daniel Dunbar3-9/+60
2013-04-11Add CLAC/STAC instruction encoding/decoding supportMichael Liao1-17/+19
2013-04-11lit: Don't descend into .git directories during test discovery.Daniel Dunbar1-1/+1
2013-04-11lit: Shorten a metavar to make --help look nicer.Daniel Dunbar1-1/+1
2013-04-11lit: Add a test for discovery when exact test names are given.Daniel Dunbar1-0/+15
2013-04-11lit: Add a trivial test of the basic progress bar.Daniel Dunbar6-0/+22
2013-04-05Move yaml2obj to tools too.Rafael Espindola4-733/+1
2013-04-05Use ScalarBitSetTraits.Rafael Espindola1-83/+84
2013-04-05Move obj2yaml to tools to sort out make's dependencies.Rafael Espindola6-509/+1
2013-04-05Build obj2yaml with configure+make.Rafael Espindola1-1/+1
2013-04-04Add back parsing of header charactestics.Rafael Espindola1-1/+37
2013-04-03Remove anonymous namespace.Rafael Espindola1-4/+0
2013-04-02Use yaml::IO in yaml2obj.cpp.Rafael Espindola1-551/+346
2013-03-29Fix TableGen subtarget-emitter to handle A9/Swift.Andrew Trick1-5/+11
2013-03-29Revert r178166. According to Howard, this code is actually ok.Dan Gohman1-3/+1
2013-03-27Avoid undefined behavior from passing a std::vector's own contentsDan Gohman1-1/+3
2013-03-26TableGen SubtargetEmitter fix to allow A9 and Swift to coexist.Andrew Trick2-2/+24
2013-03-25x86 -- add the XTEST instructionDave Zarzycki1-8/+9
2013-03-24Allow types to be omitted in output patterns.Jakob Stoklund Olesen2-0/+16
2013-03-24Allow direct value types to be used in instruction 'set' patterns.Jakob Stoklund Olesen1-2/+24