aboutsummaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Remove use of sprintf added to X86 disassembler tablegen code. Send message w...Craig Topper2013-07-281-4/+2
* fixed compilation issueElena Demikhovsky2013-07-281-0/+1
* Added encoding prefixes for KNL instructions (EVEX).Elena Demikhovsky2013-07-283-10/+261
* Move the default back to pipefail. I accidentally reverted it before.Rafael Espindola2013-07-261-1/+1
* Propagate pipefail when cloning.Rafael Espindola2013-07-261-4/+6
* Use pipefail when available.Rafael Espindola2013-07-263-3/+8
* Using a different loop induction variable than the enclosing scope. No funct...Aaron Ballman2013-07-251-2/+2
* Fix a bug in TableGen where the intrinsic function name recognizer could mis-...Justin Holewinski2013-07-251-0/+18
* RegPressure: Order the "pressure sets" by number of regunits per set.Andrew Trick2013-07-253-8/+53
* Split generated asm mnemonic matching table into a separate table for each as...Craig Topper2013-07-241-38/+71
* Remove 'else' after 'return'. No functional change.Craig Topper2013-07-231-2/+1
* Remove trailing whitespace.Craig Topper2013-07-231-26/+26
* lit: Support cancellation on WindowsNico Rieck2013-07-191-0/+21
* Add a wrapper for open.Rafael Espindola2013-07-161-1/+1
* This patch allows targets to define weather the instruction mnemonics in asm ...Vladimir Medic2013-07-161-4/+7
* Teaching llvm-tblgen to not emit a switch statement when there are no case st...Aaron Ballman2013-07-153-53/+88
* Add 'const' qualifier to some arrays.Craig Topper2013-07-151-1/+1
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-143-4/+4
* Add new directive called CHECK-LABEL to FileCheck.Stephen Lin2013-07-121-29/+94
* Target/X86: Add explicit Win64 and System V/x86-64 calling conventions.Charles Davis2013-07-121-6/+7
* Correct comment.Duncan Sands2013-07-101-1/+1
* Extend 'readonly' and 'readnone' to work on function arguments as well asNick Lewycky2013-07-063-1/+15
* Add a --crash option to not.Rafael Espindola2013-07-051-2/+21
* Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper2013-07-041-2/+2
* 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