1. 1912c76 Fix for bug 15246 -- out-of-bound error in the TableGen backend, CodeGenMapTable.cpp. by Jyotsna Verma · 12 years ago
  2. af7c042 PR14992 - Tablegen incorrectly converts ARM tLDMIA_UPD pseudo to tLDMIA by David Peixotto · 12 years ago
  3. 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
  4. 6c3daab Added 0x0D to 2-byte opcode extension table for prefetch* variants by Kay Tiong Khoo · 12 years ago
  5. ab39afa [tsan/msan] adding thread_safety and uninitialized_checks attributes by Kostya Serebryany · 12 years ago
  6. 83a4cb5 [lit] Add a display function for lit.Test.TestResult. by Daniel Dunbar · 12 years ago
  7. 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
  8. fa05def Allow targets to add custom asm operand matching logic. by Jim Grosbach · 12 years ago
  9. 0dfa8a6 Preprocess Apple llvmCore headers to reflect NDEBUG setting. <rdar://12568983> by Bob Wilson · 12 years ago
  10. cdb0a58 Set the deployment target for Apple llvmCore builds. <rdar://problem/12712431> by Bob Wilson · 12 years ago
  11. d07c2a5 Fix comments by Eli Bendersky · 12 years ago
  12. 37ef65b This patch that sets the EmitAlias flag in td files by Jack Carter · 12 years ago
  13. d9a4f0c MachineModel: Inconsequential TableGen SubtargetEmitter fix. by Andrew Trick · 12 years ago
  14. ac1b2e5 [lit] Add a test for internal shell execution behaviors. by Daniel Dunbar · 12 years ago
  15. a80ae9c [lit] Change to raise InternalShellError for all command execution issues. by Daniel Dunbar · 12 years ago
  16. b62fb4b [lit] Fix bug where InternalShellError messages were discarded. by Daniel Dunbar · 12 years ago
  17. 63a08e0 [lit] Fix a shell parsing bug with ';' not separated by whitespace. by Daniel Dunbar · 12 years ago
  18. 86aa95f [lit] Add a test for the various ShTest format features. by Daniel Dunbar · 12 years ago
  19. 213a789 [lit] TestRunner: Eliminate failDueToStderr argument, which is now unused. by Daniel Dunbar · 12 years ago
  20. d5f7dbb [lit] Delete the now-unused SyntaxCheckTest format. by Daniel Dunbar · 12 years ago
  21. f79c5e2 Clarify intent. by Jakob Stoklund Olesen · 12 years ago
  22. b11917c [MC] bundle alignment: prevent padding instructions from crossing bundle boundaries by Derek Schuff · 12 years ago
  23. 72062f5 Add AArch64 as an experimental target. by Tim Northover · 12 years ago
  24. 4789609 [lit] Move unittest adaptor code into discovery module. by Daniel Dunbar · 12 years ago
  25. c9fd0a5 [lit] Run the ShUtil tests as part of the test suite. by Daniel Dunbar · 12 years ago
  26. 84d3c61 [lit] Set parallel mode for coverage tests. by Daniel Dunbar · 12 years ago
  27. 3d4a973 [lit] Move discovery code into its own module. by Daniel Dunbar · 12 years ago
  28. 3f8195e [lit] Add a MANIFEST file and a script for sanity checking the source dist. by Daniel Dunbar · 12 years ago
  29. ada2de9 [lit] Add a basic discovery test. by Daniel Dunbar · 12 years ago
  30. 412d805 [lit] Add a script for checking test coverage. by Daniel Dunbar · 12 years ago
  31. 356dcac [lit] Add a test suite for lit itself. by Daniel Dunbar · 12 years ago
  32. f68cd75 [lit] Make GoogleTest test runner correctly discover tests in the source root by Alexey Samsonov · 12 years ago
  33. 1d13b1b [lit] Add some TODO notes to myself. by Daniel Dunbar · 12 years ago
  34. fcb979c Avoid Unnecessary Builds by David Greene · 12 years ago
  35. 1917aaf [CMake][Lit][unittests] Deprecate CMAKE_BUILD_TYPE in each build directory for unittests. by NAKAMURA Takumi · 12 years ago
  36. e361724 Use the AttributeSet instead of AttributeWithIndex. by Bill Wendling · 12 years ago
  37. 2fde57c A port of the Visual Studio 2012 debugger visualizers for common LLVM and clang datatypes. Patch thanks to Nico Rieck! by Aaron Ballman · 12 years ago
  38. fe67b4e Use xcrun to find the right compiler when building llvmCore. <rdar://12801151> by Bob Wilson · 12 years ago
  39. 52d4de9 lit/ShUtil.py: Deprecate '!' in shell expression. It is not sh-compatible. by NAKAMURA Takumi · 12 years ago
  40. 114baee Add the IR attribute 'sspstrong'. by Bill Wendling · 12 years ago
  41. 30bb189 llvm/utils/valgrind/x86_64-pc-linux-gnu.supp: Add /usr/bin/cmp. by NAKAMURA Takumi · 12 years ago
  42. deb3187 Add basic command line parsing to TestMain. by Manuel Klimek · 12 years ago
  43. 41169f2 Remove support for Tcl test format since nobody uses it by Dmitri Gribenko · 12 years ago
  44. f6893dd [utils] Update find-rev utility to take a branch argument (name of the git-svn by Daniel Dunbar · 12 years ago
  45. 68b8d4f Use --enable-werror by David Greene · 12 years ago
  46. 1c99a7f [ms-inline asm] Address the FIXME in AsmParser.cpp. by Chad Rosier · 12 years ago
  47. 6f4ccaf Fix quoting problems from my previous change. <rdar://problem/13001651> by Bob Wilson · 12 years ago
  48. 4d0b4a4 Support for half intrinsics. Pushes MMX into slower encoding path. by Michael Ilseman · 12 years ago
  49. 1b8eeb3 Update Apple's build script for llvmCore. <rdar://problem/12914321> by Bob Wilson · 12 years ago
  50. b50df4a TableGen: Keep track of superclass reference ranges. by Jordan Rose · 12 years ago
  51. 12da505 Remove locale-dependence of enum mangling and use existing function. by Tim Northover · 12 years ago
  52. 88abcde Make TableGen mangle operand method names before putting in enum. by Tim Northover · 12 years ago
  53. 7bf2e1b Check whether MCInst operand isImm before calling getImm. by Tim Northover · 12 years ago
  54. 47579cf MIsched: add an ILP window property to machine model. by Andrew Trick · 12 years ago
  55. 3c00336 Add highlighting for "int" keyword by Joel Jones · 12 years ago
  56. 59d1521 Add some additional tests for the .bundle_lock align_to_end feature that didn't by Eli Bendersky · 12 years ago
  57. 78c5be7 Claim ".td" files. Improve README cp command. Drop "Bundle" from description by Joel Jones · 12 years ago
  58. 29d3c61 Add Textmate bundle for Tablegen syntax-highlighting by Joel Jones · 12 years ago
  59. c8b18df [Support][Endian] Add support for specifying the alignment and native unaligned types. by Michael J. Spencer · 12 years ago
  60. 7f00f87 Sort a few more #include lines in tools/... unittests/... and utils/... by Chandler Carruth · 12 years ago
  61. c2c50cd Rename VMCore directory to IR. by Chandler Carruth · 12 years ago
  62. f1a26cf Fix comment typo by Eli Bendersky · 12 years ago
  63. fc093de TableGen/FixedLenDecoderEmitter.cpp: Fix a potential mask overflow in fieldFromInstruction(). by NAKAMURA Takumi · 12 years ago
  64. 94d7ab7 Added 6 more value types: v32i1, v64i1, v32i16, v32i8, v64i8, v8f64 by Elena Demikhovsky · 12 years ago
  65. 70d4e75 [utils] Tweak utils/clang-parse-diagnostics-file to ignore autoconf diagnostics. by Daniel Dunbar · 12 years ago
  66. 629fb82 Change 'AttrVal' to 'AttrKind' to better reflect that it's a kind of attribute instead of the value of the attribute. by Bill Wendling · 12 years ago
  67. c851438 Teach sort_includes.py to drop duplicated includes. by Benjamin Kramer · 12 years ago
  68. b17201f Add a largish auto-generated test for the aligned bundling feature, along with by Eli Bendersky · 12 years ago
  69. da5cd6a llvmbuild/main.py: Let LibraryDependencies.inc deterministic. by NAKAMURA Takumi · 12 years ago
  70. 8efd0f0 Fix an uninitialized member variable, found by -fsanitize=bool. by Richard Smith · 12 years ago
  71. fbf3b4a MC: Add MCInstrDesc::mayAffectControlFlow() method. by Jim Grosbach · 12 years ago
  72. 759e3fa Remove edis - the enhanced disassembler. Fixes PR14654. by Roman Divacky · 12 years ago
  73. 034b94b Rename the 'Attributes' class to 'Attribute'. It's going to represent a single attribute in the future. by Bill Wendling · 12 years ago
  74. 77f06d9 Fix grammar-o. by Bill Wendling · 12 years ago
  75. 079e081 Fix PR14568: Avoid the DFA packetizer from making an invalid read by Anshuman Dasgupta · 12 years ago
  76. 99faa3b s/AttrListPtr/AttributeSet/g to better label what this class is going to be in the near future. by Bill Wendling · 12 years ago
  77. d33d221 unittest/googletest/Makefile: Unbreak out-of-tree build. by NAKAMURA Takumi · 12 years ago
  78. e40aecf Try to unbreak makefile build by excluding gtest-all.cc source by Alexey Samsonov · 12 years ago
  79. 57f7daf Modify the LLVM checkout of googletest: by Alexey Samsonov · 12 years ago
  80. c15e5b0 PR10867: Analogue of r169441 for when using external 'sh'. And actually run the test! by Richard Smith · 12 years ago
  81. 00fb9c4 PR10867. lit would interpret by Richard Smith · 12 years ago
  82. 553c42c RegisterPresssureTracker: Track live physical register by unit. by Andrew Trick · 12 years ago
  83. eca1fcf RegisterPressure API. Add support for physical register units. by Andrew Trick · 12 years ago
  84. 96a564f Copy clang/Driver/<Option parsing stuff> to llvm. by Michael J. Spencer · 12 years ago
  85. 30cd56b KillTheDoctor.cpp: Restore Win32 SDK headers before r169251. by NAKAMURA Takumi · 12 years ago
  86. 4ffd89f Sort the #include lines for utils/... by Chandler Carruth · 12 years ago
  87. 96ad0e8 Teach the include sorter to quickly skip files with an extension that by Chandler Carruth · 12 years ago
  88. fd02579 Teach the include sorter to skip files under test trees and under INPUTS by Chandler Carruth · 12 years ago
  89. 1ff3d66 Teach the include sorting script about the gtest headers; sort them with by Chandler Carruth · 12 years ago
  90. 6cb5719 Address review comments from Matt on the sort_includes.py script. by Chandler Carruth · 12 years ago
  91. 998aae7 Teach the include sorter to not choke on include guards. ;] by Chandler Carruth · 12 years ago
  92. 0cd94c7 Add a completely hack-ish tool to sort includes according to the coding by Chandler Carruth · 12 years ago
  93. 3f91af0 Remove 'deplibs' keyword, since it's no longer used. by Bill Wendling · 12 years ago
  94. f39eab9 Bring vim keyword lists up to date. by Benjamin Kramer · 12 years ago
  95. 4db6511 Fix a bug in FileCheck that wouldn't let define variables as follows: by Eli Bendersky · 12 years ago
  96. 9756ca7 Support referencing variables defined on the same line. by Eli Bendersky · 12 years ago
  97. 1854e14 Update the emacs mode to recognize fadd, fsum, fmul, fdiv, frem, fcmp, icmp by Michael Ilseman · 12 years ago
  98. 79f09f7 Vim mode updated to recognize fast-math flags by Michael Ilseman · 12 years ago
  99. d7956f1 lit: Add a simple test suite for checking test runner parallelism. by Daniel Dunbar · 12 years ago
  100. 1e5cbcb Clean up whitespace and add comments by Eli Bendersky · 12 years ago