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