1. 70360e6 [lit] Rewrite TODO list, and elaborate on some things. by Daniel Dunbar · 11 years ago
  2. 6d3aa54 FileCheck: Fix stray quote in CHECK-LABEL error message. by Stephen Lin · 11 years ago
  3. 3369599 Fixing a warning about control reaching the end of a non-void function. by Aaron Ballman · 11 years ago
  4. 23114d0 [lit] Remove some done TODOs. by Daniel Dunbar · 11 years ago
  5. b49fb7b [llvm-build] Make Py3 compatible. by Daniel Dunbar · 11 years ago
  6. 4fa5939 [lit] Add test coverage of gtest format. by Daniel Dunbar · 11 years ago
  7. 80a06ba [lit] Ensure test output is converted to strings where possible. by Daniel Dunbar · 11 years ago
  8. 35d5e90 [lit] Support parsing scripts with inconsistent or invalid encodings. by Daniel Dunbar · 11 years ago
  9. 14a5c69 Revert r188376, "[lit] Support parsing scripts with inconsistent or invalid encodings.", this doesn't work yet for bots using the internal shell. by Daniel Dunbar · 11 years ago
  10. 47e7c04 [lit] Support parsing scripts with inconsistent or invalid encodings. by Daniel Dunbar · 11 years ago
  11. af5a9e3 [lit] Fix a relative import issue I missed earlier. by Daniel Dunbar · 11 years ago
  12. 213ab86 [lit] Avoid StringIO. by Daniel Dunbar · 11 years ago
  13. 6b78ef3 [lit] Fix tests to execute lit with same python as invoked with. by Daniel Dunbar · 11 years ago
  14. 5403214 [lit] Factor ShTest format script command parsing from other processing. by Daniel Dunbar · 11 years ago
  15. 493e8d4 [lit] Move executeCommand() into lit.util. by Daniel Dunbar · 11 years ago
  16. f76c664 [lit] Move formats into their own subpackage. by Daniel Dunbar · 11 years ago
  17. e908486 Lit: Introduce "%/[STpst] into parseIntegratedTestScript(), to normalize substitutions. by NAKAMURA Takumi · 11 years ago
  18. 0fe3792 [Mips][msa] Value types for MSA support. by Jack Carter · 11 years ago
  19. 13e26da [lit] Support use of setup.py from other directories. by Daniel Dunbar · 11 years ago
  20. d9a84ef [FileCheck] Fix a bug that cause FileCheck to misidentify check-prefix by Rui Ueyama · 11 years ago
  21. 1f85736 Revert r188164: Stablize MCK_Reg ordering in AsmMatcherEmitter by Richard Sandiford · 11 years ago
  22. dfb5cea Stablize MCK_Reg ordering in AsmMatcherEmitter by Richard Sandiford · 11 years ago
  23. ea549f0 [lit] Remove old ExamplesTests directory. by Daniel Dunbar · 11 years ago
  24. de404a2 [lit] Move ManyTests examples to lit/examples/many-tests. by Daniel Dunbar · 11 years ago
  25. a5e463e [lit] Drop deprecated aliases for lit and old module names. by Daniel Dunbar · 11 years ago
  26. 4981a6c [lit] Update lit's own tests to use lit_config and lit package, as appropriate. by Daniel Dunbar · 11 years ago
  27. efdcf80 [lit] Fix typo. - Noticed by edward-san (IRC). by Daniel Dunbar · 11 years ago
  28. 128ce31 [lit] Rename lit.{TestFormats,Util} to their aliased names {formats,util}. by Daniel Dunbar · 11 years ago
  29. 3864982 [lit] Inject the lit specific config object as 'lit_config' when loading config files. by Daniel Dunbar · 11 years ago
  30. 6c749c5 [lit] Split TestingConfig.frompath() into separate ctor and load methods. by Daniel Dunbar · 11 years ago
  31. 49e5142 [lit] Eliminate mustExist parameter from TestingConfig.frompath(). by Daniel Dunbar · 11 years ago
  32. 3279653 [lit] Only create config copies when a local config file is present. by Daniel Dunbar · 11 years ago
  33. b3c0c58 [lit] Eliminate parent argument from TestingConfig.frompath(), which is effectively unused. by Daniel Dunbar · 11 years ago
  34. abb9de5 [lit] Change --show-{tests,suites} to exit after printing. by Daniel Dunbar · 11 years ago
  35. 59c6b10 [lit] Remove --repeat option, which wasn't that useful. by Daniel Dunbar · 11 years ago
  36. 0e5f7c5 [lit] Eliminate some nested imports. by Daniel Dunbar · 11 years ago
  37. 9d11edb [lit] Remove on_clone member, which is no longer used. by Daniel Dunbar · 11 years ago
  38. 6104a4e [lit] Remove unnecessary list copy. by Daniel Dunbar · 11 years ago
  39. 91a62c3 [lit] Always list individual UNRESOLVED tests. by Daniel Dunbar · 11 years ago
  40. 32b7d4d [lit] Explicitly convert dict items() result to a list. by Daniel Dunbar · 11 years ago
  41. 05fb743 [lit] Make string encoding issues explicit. by Daniel Dunbar · 11 years ago
  42. 9c2c660 [lit] Report the traceback when config import fails. by Daniel Dunbar · 11 years ago
  43. bd9bb2c [lit] Avoid comparisons with None. by Daniel Dunbar · 11 years ago
  44. a1ba752 [lit] Use list comprehensions instead of map(). by Daniel Dunbar · 11 years ago
  45. f861516 [lit] Avoid deprecated dict.has_key() method. by Daniel Dunbar · 11 years ago
  46. 28a07c8 lit/LitConfig.py: Fixup for msys bash. by NAKAMURA Takumi · 11 years ago
  47. 6757840 Lit: Fixup in r187886. by NAKAMURA Takumi · 11 years ago
  48. 8f4aab8 Lit: Resurrect --no-execute dropped in r187852. by NAKAMURA Takumi · 11 years ago
  49. 9286ee6 [lit] Use py2&3 compatible exec() syntax. by Daniel Dunbar · 11 years ago
  50. 09a28f6 [lit] Use newer StringIO class. by Daniel Dunbar · 11 years ago
  51. b35a173 [lit] Use modern absolute/relative import style. by Daniel Dunbar · 11 years ago
  52. 304a0b0 [lit] Avoid __cmp__ and cmp(). by Daniel Dunbar · 11 years ago
  53. 2e10ff2 [lit] Avoid use of iterator .next() method. by Daniel Dunbar · 11 years ago
  54. 0d038e3 [lit] Use .write() methods instead of print statement. by Daniel Dunbar · 11 years ago
  55. 4f2469c [lit] Use dual-compatible print() syntax where possible. by Daniel Dunbar · 11 years ago
  56. 0b714f7 [lit] Remove use of deprecated parameter tuple unpacking. by Daniel Dunbar · 11 years ago
  57. 2e60c88 [lit] Remove uses of deprecated except syntax. by Daniel Dunbar · 11 years ago
  58. 26e0af5 [lit] Use more modern syntax for constructing exceptions. by Daniel Dunbar · 11 years ago
  59. 91142b1 [lit] Drop --no-execute, which isn't generally useful. by Daniel Dunbar · 11 years ago
  60. 6bcb407 [lit] tests: Change discovery test to use --show-tests. by Daniel Dunbar · 11 years ago
  61. 3915c08 [lit] Add a --show-tests option. by Daniel Dunbar · 11 years ago
  62. cd59428 [lit] Remove dead ignoreStdError argument. by Daniel Dunbar · 11 years ago
  63. 47cfec0 Remove some std stream usage from Support and TableGen by Reid Kleckner · 11 years ago
  64. e57343b Fix handling of CHECK-DAG combined with CHECK-NOT by Tim Northover · 11 years ago
  65. 588f408 Moving definition of MnemonicContainsDot field from class Instruction to class AsmParser as suggested. by Vladimir Medic · 11 years ago
  66. a15d5db Option parsing: remove non-SUPPORT_ALIASARGS fall-back by Hans Wennborg · 11 years ago
  67. 9dd8c0c Option parsing: add support for alias arguments. by Hans Wennborg · 11 years ago
  68. d3d7518 comment typo. by Andrew Trick · 11 years ago
  69. 5519dc9 Revert "TableGen: Enumerate Schedule Model too." by Tom Stellard · 11 years ago
  70. 2ca1e4a TableGen: Enumerate Schedule Model too. by Vincent Lejeune · 11 years ago
  71. c408335 Fix register pressure tables on ARM. by Andrew Trick · 11 years ago
  72. bbf20d4 Add tracing to the tblgen register pressure table generator. by Andrew Trick · 11 years ago
  73. d953bcd Remove use of sprintf added to X86 disassembler tablegen code. Send message with instruction name to errs() instead and use a generic message for the llvm_unreachable. Consistent with other places in this file. by Craig Topper · 11 years ago
  74. dc8a318 fixed compilation issue by Elena Demikhovsky · 11 years ago
  75. c18f4ef Added encoding prefixes for KNL instructions (EVEX). by Elena Demikhovsky · 11 years ago
  76. 018696d Move the default back to pipefail. I accidentally reverted it before. by Rafael Espindola · 11 years ago
  77. c16ab3e Propagate pipefail when cloning. by Rafael Espindola · 11 years ago
  78. c1bb2d4 Use pipefail when available. by Rafael Espindola · 11 years ago
  79. a946190 Using a different loop induction variable than the enclosing scope. No functional changes intended. by Aaron Ballman · 11 years ago
  80. 563a9cf Fix a bug in TableGen where the intrinsic function name recognizer could mis-identify names if one was a prefix substring of the other by Justin Holewinski · 11 years ago
  81. bba663e RegPressure: Order the "pressure sets" by number of regunits per set. by Andrew Trick · 11 years ago
  82. f63ef91 Split generated asm mnemonic matching table into a separate table for each asm variant. by Craig Topper · 11 years ago
  83. 349d6a7 Remove 'else' after 'return'. No functional change. by Craig Topper · 11 years ago
  84. 00f9495 Remove trailing whitespace. by Craig Topper · 11 years ago
  85. ba46086 lit: Support cancellation on Windows by Nico Rieck · 11 years ago
  86. c1b49b5 Add a wrapper for open. by Rafael Espindola · 11 years ago
  87. 9273151 This patch allows targets to define weather the instruction mnemonics in asm matcher tables will contain '.' character. by Vladimir Medic · 11 years ago
  88. 54911a5 Teaching llvm-tblgen to not emit a switch statement when there are no case statements. by Aaron Ballman · 11 years ago
  89. 3c70fcf Add 'const' qualifier to some arrays. by Craig Topper · 11 years ago
  90. a0ec3f9 Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector size. by Craig Topper · 11 years ago
  91. 178504b Add new directive called CHECK-LABEL to FileCheck. by Stephen Lin · 11 years ago
  92. ac226bb Target/X86: Add explicit Win64 and System V/x86-64 calling conventions. by Charles Davis · 11 years ago
  93. 8cf79f8 Correct comment. by Duncan Sands · 11 years ago
  94. dc89737 Extend 'readonly' and 'readnone' to work on function arguments as well as by Nick Lewycky · 11 years ago
  95. a5db79d Add a --crash option to not. by Rafael Espindola · 11 years ago
  96. 6227d5c Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid specifying the vector size. by Craig Topper · 11 years ago
  97. b7110cf Improve the compression of the tablegen DiffLists by introducing a new sort by Chad Rosier · 11 years ago
  98. 898b9f0 TableGen: Generate a function for getting operand indices based on their defined names by Tom Stellard · 11 years ago
  99. dd5af27 keep only the StringRef version of getFileOrSTDIN. by Rafael Espindola · 11 years ago
  100. 23306de Add support for encoding the HLE XACQUIRE and XRELEASE prefixes. by Stefanus Du Toit · 11 years ago