aboutsummaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Improve the compression of the tablegen DiffLists by introducing a new sortChad Rosier2013-06-272-4/+10
* TableGen: Generate a function for getting operand indices based on their defi...Tom Stellard2013-06-251-0/+130
* keep only the StringRef version of getFileOrSTDIN.Rafael Espindola2013-06-252-3/+3
* Add support for encoding the HLE XACQUIRE and XRELEASE prefixes.Stefanus Du Toit2013-06-181-0/+6
* Build Apple's llvmCore with --disable-zlib. <rdar://problem/14182316>Bob Wilson2013-06-181-1/+2
* Support BufferSize on ProcResGroup for unified MOp schedulers.Andrew Trick2013-06-153-6/+18
* Machine Model: Add MicroOpBufferSize and resource BufferSize.Andrew Trick2013-06-151-10/+7
* Don't use PathV1.h in FileUtilities.h.Rafael Espindola2013-06-131-3/+2
* Avoid using PathV1.h in Program.h.Rafael Espindola2013-06-131-2/+1
* Have sys::FindProgramByName return a std::string.Rafael Espindola2013-06-131-2/+3
* Remove the program class.Rafael Espindola2013-06-121-3/+2
* tblgen: Assert that InstRWs doesn't grows when we don't expect it.Benjamin Kramer2013-06-101-0/+1
* tblgen: always lookup values from the original vector as it could be grown un...Benjamin Kramer2013-06-091-6/+6
* Add a script to help us create source tar balls for the release.Bill Wendling2013-06-071-0/+83
* Use proper exit code.Bill Wendling2013-06-071-1/+1
* CodeGenSchedule: Use resize instead of copying a vectorArnold Schwaighofer2013-06-071-2/+2
* CodeGenSchedule: smallvector.push_back(smallvector[0]) is dangerousArnold Schwaighofer2013-06-061-1/+3
* Remove unimplemented definition. Found using [-Wunused-member-function].Jakub Staszak2013-06-061-2/+0
* SubtargetEmitter fixArnold Schwaighofer2013-06-051-1/+1
* Fix a tblgen subtargetemitter bug, for future Swift support.Andrew Trick2013-06-051-4/+23
* Revert series of sched model patches until I figure out what is going on.Arnold Schwaighofer2013-06-041-1/+1
* SubtargetEmitter fixArnold Schwaighofer2013-06-041-1/+1
* Make SubRegIndex size mandatory, following r183020.Ahmed Bougacha2013-05-313-7/+18
* Add a way to define the bit range covered by a SubRegIndex.Ahmed Bougacha2013-05-313-5/+36
* Fixed bug when tests in executable partially used absolute paths.Galina Kistanova2013-05-301-3/+5
* 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