summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
...
* [lit] Avoid __cmp__ and cmp().Daniel Dunbar2013-08-07
* [lit] Avoid use of iterator .next() method.Daniel Dunbar2013-08-07
* [lit] Use .write() methods instead of print statement.Daniel Dunbar2013-08-07
* [lit] Use dual-compatible print() syntax where possible.Daniel Dunbar2013-08-07
* [lit] Remove use of deprecated parameter tuple unpacking.Daniel Dunbar2013-08-07
* [lit] Remove uses of deprecated except syntax.Daniel Dunbar2013-08-07
* [lit] Use more modern syntax for constructing exceptions.Daniel Dunbar2013-08-07
* [lit] Drop --no-execute, which isn't generally useful.Daniel Dunbar2013-08-07
* [lit] tests: Change discovery test to use --show-tests.Daniel Dunbar2013-08-07
* [lit] Add a --show-tests option.Daniel Dunbar2013-08-07
* [lit] Remove dead ignoreStdError argument.Daniel Dunbar2013-08-07
* Remove some std stream usage from Support and TableGenReid Kleckner2013-08-06
* Fix handling of CHECK-DAG combined with CHECK-NOTTim Northover2013-08-02
* Moving definition of MnemonicContainsDot field from class Instruction to clas...Vladimir Medic2013-08-01
* Option parsing: remove non-SUPPORT_ALIASARGS fall-backHans Wennborg2013-07-31
* Option parsing: add support for alias arguments.Hans Wennborg2013-07-31
* comment typo.Andrew Trick2013-07-31
* Revert "TableGen: Enumerate Schedule Model too."Tom Stellard2013-07-31
* TableGen: Enumerate Schedule Model too.Vincent Lejeune2013-07-31
* Fix register pressure tables on ARM.Andrew Trick2013-07-31
* Add tracing to the tblgen register pressure table generator.Andrew Trick2013-07-31
* Remove use of sprintf added to X86 disassembler tablegen code. Send message w...Craig Topper2013-07-28
* fixed compilation issueElena Demikhovsky2013-07-28
* Added encoding prefixes for KNL instructions (EVEX).Elena Demikhovsky2013-07-28
* Move the default back to pipefail. I accidentally reverted it before.Rafael Espindola2013-07-26
* Propagate pipefail when cloning.Rafael Espindola2013-07-26
* Use pipefail when available.Rafael Espindola2013-07-26
* Using a different loop induction variable than the enclosing scope. No funct...Aaron Ballman2013-07-25
* Fix a bug in TableGen where the intrinsic function name recognizer could mis-...Justin Holewinski2013-07-25
* RegPressure: Order the "pressure sets" by number of regunits per set.Andrew Trick2013-07-25
* Split generated asm mnemonic matching table into a separate table for each as...Craig Topper2013-07-24
* Remove 'else' after 'return'. No functional change.Craig Topper2013-07-23
* Remove trailing whitespace.Craig Topper2013-07-23
* lit: Support cancellation on WindowsNico Rieck2013-07-19
* Add a wrapper for open.Rafael Espindola2013-07-16
* This patch allows targets to define weather the instruction mnemonics in asm ...Vladimir Medic2013-07-16
* Teaching llvm-tblgen to not emit a switch statement when there are no case st...Aaron Ballman2013-07-15
* Add 'const' qualifier to some arrays.Craig Topper2013-07-15
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-14
* 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