1. 8a22708 Revert series of sched model patches until I figure out what is going on. by Arnold Schwaighofer · 11 years ago
  2. 54d63cc SubtargetEmitter fix by Arnold Schwaighofer · 11 years ago
  3. 23ed37a Make SubRegIndex size mandatory, following r183020. by Ahmed Bougacha · 11 years ago
  4. bed2308 Add a way to define the bit range covered by a SubRegIndex. by Ahmed Bougacha · 11 years ago
  5. d5ae2c3 Fixed bug when tests in executable partially used absolute paths. by Galina Kistanova · 11 years ago
  6. 2275cfd Remove the MCRegAliasIterator tables and compute the aliases dynamically. by Chad Rosier · 11 years ago
  7. c1a0806 Revert r182715 and r182758 by Alexey Samsonov · 11 years ago
  8. 1f41986 Fixup for r182715: provide correct arg to --gtest-filter by Alexey Samsonov · 11 years ago
  9. f0c74bd Fixed bug when tests in executable partially used absolute paths. by Galina Kistanova · 11 years ago
  10. d35da50 Recognize ValueType operands in source patterns for fast-isel. by Bill Schmidt · 11 years ago
  11. 997fa62 Add TargetRegisterInfo::getCoveringLanes(). by Jakob Stoklund Olesen · 11 years ago
  12. 30042c5 Use proper syntax. by Bill Wendling · 11 years ago
  13. 769b71a Add lldb and polly to the projects to tag. by Bill Wendling · 11 years ago
  14. 95ab326 Add 'CHECK-DAG' support by Michael Liao · 11 years ago
  15. 7efbbd6 Refactor string checking. No functionality change. by Michael Liao · 11 years ago
  16. 8305acb Get the unittests compiling when building with cmake and the setting by Duncan Sands · 11 years ago
  17. 77bf866 Add libcxx and clang-tools-extra to the testing thing. by Bill Wendling · 11 years ago
  18. 7193427 Add clang-tools-extra to the list of things to tag for the release. by Bill Wendling · 11 years ago
  19. 5812cdb Add the libc++ project to those we tag. by Bill Wendling · 11 years ago
  20. 2a83943 Try to fix ProgramTest on FreeBSD by Reid Kleckner · 11 years ago
  21. d999062 by Ulrich Weigand · 11 years ago
  22. 276b854 Use 'git svn find-rev' in git-svnrevert instead of shell script fu. by Michael Gottesman · 11 years ago
  23. 19c3735 Added the scripts git-svnup/git-svnrevert to utils/git-svn. by Michael Gottesman · 11 years ago
  24. 0fc7137 Remove SMLoc paired with CHECK-NOT patterns. Not functionality change. by Michael Liao · 11 years ago
  25. c16f8c5 Remove tailing whitespaces by Michael Liao · 11 years ago
  26. a809c8d Machine model: Generate table entries for super-resources. by Andrew Trick · 11 years ago
  27. e30f32a Machine model: verify well-formed processor resource groups. by Andrew Trick · 11 years ago
  28. 6982bdd Machine model: rewrite a tablegen loop to avoid comparing record pointers. by Andrew Trick · 11 years ago
  29. 88eb89b [asm parser] Add support for predicating MnemonicAlias based on the assembler by Chad Rosier · 11 years ago
  30. 406ef44 lit: Fix infinite recursion when an out-of-tree test root is located inside the source test root. by Daniel Dunbar · 11 years ago
  31. f2c2b20 lit: Add a test for discovery w/ test_exec_root (out-of-tree test root). by Daniel Dunbar · 11 years ago
  32. 02d2e61 Add CLAC/STAC instruction encoding/decoding support by Michael Liao · 11 years ago
  33. aa3a85e lit: Don't descend into .git directories during test discovery. by Daniel Dunbar · 11 years ago
  34. e94bd36 lit: Shorten a metavar to make --help look nicer. by Daniel Dunbar · 11 years ago
  35. 6be0ae5 lit: Add a test for discovery when exact test names are given. by Daniel Dunbar · 11 years ago
  36. 2b570ce lit: Add a trivial test of the basic progress bar. by Daniel Dunbar · 11 years ago
  37. 3455b32 Move yaml2obj to tools too. by Rafael Espindola · 11 years ago
  38. 2bce4cc Use ScalarBitSetTraits. by Rafael Espindola · 11 years ago
  39. 46af067 Move obj2yaml to tools to sort out make's dependencies. by Rafael Espindola · 11 years ago
  40. a3b62eb Build obj2yaml with configure+make. by Rafael Espindola · 11 years ago
  41. 5152e4f Add back parsing of header charactestics. by Rafael Espindola · 12 years ago
  42. a964ad5 Remove anonymous namespace. by Rafael Espindola · 12 years ago
  43. 8ec018c Use yaml::IO in yaml2obj.cpp. by Rafael Espindola · 12 years ago
  44. bc4de7c Fix TableGen subtarget-emitter to handle A9/Swift. by Andrew Trick · 12 years ago
  45. 1cbd401 Revert r178166. According to Howard, this code is actually ok. by Dan Gohman · 12 years ago
  46. dcdc0fa Avoid undefined behavior from passing a std::vector's own contents by Dan Gohman · 12 years ago
  47. 82e7c4f TableGen SubtargetEmitter fix to allow A9 and Swift to coexist. by Andrew Trick · 12 years ago
  48. 9b39399 x86 -- add the XTEST instruction by Dave Zarzycki · 12 years ago
  49. 8e3cb3e Allow types to be omitted in output patterns. by Jakob Stoklund Olesen · 12 years ago
  50. 1920996 Allow direct value types to be used in instruction 'set' patterns. by Jakob Stoklund Olesen · 12 years ago
  51. f0a804d Allow direct value types in pattern definitions. by Jakob Stoklund Olesen · 12 years ago
  52. 7a42fb3 Make all unnamed RegisterClass TreePatternNodes typed MVT::i32. by Jakob Stoklund Olesen · 12 years ago
  53. 7cdba15 Plug a memory leak in FileCheck when the input file is empty. by Benjamin Kramer · 12 years ago
  54. 426db65 Add TableGen ctags(1) emitter and helper script. by Sean Silva · 12 years ago
  55. 8755ae8 [lit] Avoid CRLFs in bash scripts on Windows by Reid Kleckner · 12 years ago
  56. ec8d1a5 Extend TableGen instruction selection matcher to improve handling by Ulrich Weigand · 12 years ago
  57. 02fec34 TableGen fix for the new machine model. by Andrew Trick · 12 years ago
  58. 4c16916 Extract a method. by Jakob Stoklund Olesen · 12 years ago
  59. 26369a9 Use ArrayRef<MVT::SimpleValueType> when possible. by Jakob Stoklund Olesen · 12 years ago
  60. 1ab961f Machine model. Allow mixed itinerary classes and SchedRW lists. by Andrew Trick · 12 years ago
  61. 64110ff Add SchedRW as an Instruction field. by Jakob Stoklund Olesen · 12 years ago
  62. 157c6c4 Fix r177112: Add ProcResGroup. by Andrew Trick · 12 years ago
  63. 1754aca MachineModel: Add a ProcResGroup class. by Andrew Trick · 12 years ago
  64. 816281f lit.TestFormats.GoogleTest: Honor LitConfig.noExecute, or --no-execute were ignored. by NAKAMURA Takumi · 12 years ago
  65. 12dccae Fixes disassembler crashes on 2013 Haswell RTM instructions. by Kevin Enderby · 12 years ago
  66. c812110 MIsched machine model: tablegen subtarget emitter improvement. by Andrew Trick · 12 years ago
  67. 9bf3e39 Enable syntax highlighting for reStructuredText files. by Bill Wendling · 12 years ago
  68. f15fe81 [TableGen] Fix ICE on MSVC 2012 Release builds. by Michael J. Spencer · 12 years ago
  69. 8eec41f Unify clang/llvm attributes for asan/tsan/msan (LLVM part) by Kostya Serebryany · 12 years ago
  70. 50e75bf 'Hexadecimal' has two 'a's and only one 'i'. by Matt Beaumont-Gay · 12 years ago
  71. 1912c76 Fix for bug 15246 -- out-of-bound error in the TableGen backend, CodeGenMapTable.cpp. by Jyotsna Verma · 12 years ago
  72. af7c042 PR14992 - Tablegen incorrectly converts ARM tLDMIA_UPD pseudo to tLDMIA by David Peixotto · 12 years ago
  73. 87d0b9e Add static cast to unsigned char whenever a character classification function is called with a signed char argument, in order to avoid assertions in Windows Debug configuration. by Guy Benyei · 12 years ago
  74. 6c3daab Added 0x0D to 2-byte opcode extension table for prefetch* variants by Kay Tiong Khoo · 12 years ago
  75. ab39afa [tsan/msan] adding thread_safety and uninitialized_checks attributes by Kostya Serebryany · 12 years ago
  76. 83a4cb5 [lit] Add a display function for lit.Test.TestResult. by Daniel Dunbar · 12 years ago
  77. 4cc74fc Canonicalize line endings to Linux style also when the --strict-whitespace flag is in use. This flag is supposed to affect horizontal whitespaces only. by Guy Benyei · 12 years ago
  78. fa05def Allow targets to add custom asm operand matching logic. by Jim Grosbach · 12 years ago
  79. 0dfa8a6 Preprocess Apple llvmCore headers to reflect NDEBUG setting. <rdar://12568983> by Bob Wilson · 12 years ago
  80. cdb0a58 Set the deployment target for Apple llvmCore builds. <rdar://problem/12712431> by Bob Wilson · 12 years ago
  81. d07c2a5 Fix comments by Eli Bendersky · 12 years ago
  82. 37ef65b This patch that sets the EmitAlias flag in td files by Jack Carter · 12 years ago
  83. d9a4f0c MachineModel: Inconsequential TableGen SubtargetEmitter fix. by Andrew Trick · 12 years ago
  84. ac1b2e5 [lit] Add a test for internal shell execution behaviors. by Daniel Dunbar · 12 years ago
  85. a80ae9c [lit] Change to raise InternalShellError for all command execution issues. by Daniel Dunbar · 12 years ago
  86. b62fb4b [lit] Fix bug where InternalShellError messages were discarded. by Daniel Dunbar · 12 years ago
  87. 63a08e0 [lit] Fix a shell parsing bug with ';' not separated by whitespace. by Daniel Dunbar · 12 years ago
  88. 86aa95f [lit] Add a test for the various ShTest format features. by Daniel Dunbar · 12 years ago
  89. 213a789 [lit] TestRunner: Eliminate failDueToStderr argument, which is now unused. by Daniel Dunbar · 12 years ago
  90. d5f7dbb [lit] Delete the now-unused SyntaxCheckTest format. by Daniel Dunbar · 12 years ago
  91. f79c5e2 Clarify intent. by Jakob Stoklund Olesen · 12 years ago
  92. b11917c [MC] bundle alignment: prevent padding instructions from crossing bundle boundaries by Derek Schuff · 12 years ago
  93. 72062f5 Add AArch64 as an experimental target. by Tim Northover · 12 years ago
  94. 4789609 [lit] Move unittest adaptor code into discovery module. by Daniel Dunbar · 12 years ago
  95. c9fd0a5 [lit] Run the ShUtil tests as part of the test suite. by Daniel Dunbar · 12 years ago
  96. 84d3c61 [lit] Set parallel mode for coverage tests. by Daniel Dunbar · 12 years ago
  97. 3d4a973 [lit] Move discovery code into its own module. by Daniel Dunbar · 12 years ago
  98. 3f8195e [lit] Add a MANIFEST file and a script for sanity checking the source dist. by Daniel Dunbar · 12 years ago
  99. ada2de9 [lit] Add a basic discovery test. by Daniel Dunbar · 12 years ago
  100. 412d805 [lit] Add a script for checking test coverage. by Daniel Dunbar · 12 years ago