summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
* Add new directive called CHECK-LABEL to FileCheck.Stephen Lin2013-07-12
* Target/X86: Add explicit Win64 and System V/x86-64 calling conventions.Charles Davis2013-07-12
* Correct comment.Duncan Sands2013-07-10
* Extend 'readonly' and 'readnone' to work on function arguments as well asNick Lewycky2013-07-06
* Add a --crash option to not.Rafael Espindola2013-07-05
* Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper2013-07-04
* Improve the compression of the tablegen DiffLists by introducing a new sortChad Rosier2013-06-27
* TableGen: Generate a function for getting operand indices based on their defi...Tom Stellard2013-06-25
* keep only the StringRef version of getFileOrSTDIN.Rafael Espindola2013-06-25
* Add support for encoding the HLE XACQUIRE and XRELEASE prefixes.Stefanus Du Toit2013-06-18
* Build Apple's llvmCore with --disable-zlib. <rdar://problem/14182316>Bob Wilson2013-06-18
* Support BufferSize on ProcResGroup for unified MOp schedulers.Andrew Trick2013-06-15
* Machine Model: Add MicroOpBufferSize and resource BufferSize.Andrew Trick2013-06-15
* Don't use PathV1.h in FileUtilities.h.Rafael Espindola2013-06-13
* Avoid using PathV1.h in Program.h.Rafael Espindola2013-06-13
* Have sys::FindProgramByName return a std::string.Rafael Espindola2013-06-13
* Remove the program class.Rafael Espindola2013-06-12
* tblgen: Assert that InstRWs doesn't grows when we don't expect it.Benjamin Kramer2013-06-10
* tblgen: always lookup values from the original vector as it could be grown un...Benjamin Kramer2013-06-09
* Add a script to help us create source tar balls for the release.Bill Wendling2013-06-07
* Use proper exit code.Bill Wendling2013-06-07
* CodeGenSchedule: Use resize instead of copying a vectorArnold Schwaighofer2013-06-07
* CodeGenSchedule: smallvector.push_back(smallvector[0]) is dangerousArnold Schwaighofer2013-06-06
* Remove unimplemented definition. Found using [-Wunused-member-function].Jakub Staszak2013-06-06
* SubtargetEmitter fixArnold Schwaighofer2013-06-05
* Fix a tblgen subtargetemitter bug, for future Swift support.Andrew Trick2013-06-05
* Revert series of sched model patches until I figure out what is going on.Arnold Schwaighofer2013-06-04
* SubtargetEmitter fixArnold Schwaighofer2013-06-04
* Make SubRegIndex size mandatory, following r183020.Ahmed Bougacha2013-05-31
* Add a way to define the bit range covered by a SubRegIndex.Ahmed Bougacha2013-05-31
* Fixed bug when tests in executable partially used absolute paths.Galina Kistanova2013-05-30
* Remove the MCRegAliasIterator tables and compute the aliases dynamically.Chad Rosier2013-05-28
* Revert r182715 and r182758Alexey Samsonov2013-05-28
* Fixup for r182715: provide correct arg to --gtest-filterAlexey Samsonov2013-05-28
* Fixed bug when tests in executable partially used absolute paths.Galina Kistanova2013-05-26
* Recognize ValueType operands in source patterns for fast-isel.Bill Schmidt2013-05-22
* Add TargetRegisterInfo::getCoveringLanes().Jakob Stoklund Olesen2013-05-16
* Use proper syntax.Bill Wendling2013-05-15
* Add lldb and polly to the projects to tag.Bill Wendling2013-05-15
* Add 'CHECK-DAG' supportMichael Liao2013-05-14
* Refactor string checking. No functionality change.Michael Liao2013-05-14
* Get the unittests compiling when building with cmake and the settingDuncan Sands2013-05-14
* Add libcxx and clang-tools-extra to the testing thing.Bill Wendling2013-05-08
* Add clang-tools-extra to the list of things to tag for the release.Bill Wendling2013-05-08
* Add the libc++ project to those we tag.Bill Wendling2013-05-07
* Try to fix ProgramTest on FreeBSDReid Kleckner2013-04-30
* Handle tied sub-operands in AsmMatcherEmitterUlrich Weigand2013-04-27
* Use 'git svn find-rev' in git-svnrevert instead of shell script fu.Michael Gottesman2013-04-26
* Added the scripts git-svnup/git-svnrevert to utils/git-svn.Michael Gottesman2013-04-26
* Remove SMLoc paired with CHECK-NOT patterns. Not functionality change.Michael Liao2013-04-25