1. deb3187 Add basic command line parsing to TestMain. by Manuel Klimek · 12 years ago
  2. 41169f2 Remove support for Tcl test format since nobody uses it by Dmitri Gribenko · 12 years ago
  3. f6893dd [utils] Update find-rev utility to take a branch argument (name of the git-svn by Daniel Dunbar · 12 years ago
  4. 68b8d4f Use --enable-werror by David Greene · 12 years ago
  5. 1c99a7f [ms-inline asm] Address the FIXME in AsmParser.cpp. by Chad Rosier · 12 years ago
  6. 6f4ccaf Fix quoting problems from my previous change. <rdar://problem/13001651> by Bob Wilson · 12 years ago
  7. 4d0b4a4 Support for half intrinsics. Pushes MMX into slower encoding path. by Michael Ilseman · 12 years ago
  8. 1b8eeb3 Update Apple's build script for llvmCore. <rdar://problem/12914321> by Bob Wilson · 12 years ago
  9. b50df4a TableGen: Keep track of superclass reference ranges. by Jordan Rose · 12 years ago
  10. 12da505 Remove locale-dependence of enum mangling and use existing function. by Tim Northover · 12 years ago
  11. 88abcde Make TableGen mangle operand method names before putting in enum. by Tim Northover · 12 years ago
  12. 7bf2e1b Check whether MCInst operand isImm before calling getImm. by Tim Northover · 12 years ago
  13. 47579cf MIsched: add an ILP window property to machine model. by Andrew Trick · 12 years ago
  14. 3c00336 Add highlighting for "int" keyword by Joel Jones · 12 years ago
  15. 59d1521 Add some additional tests for the .bundle_lock align_to_end feature that didn't by Eli Bendersky · 12 years ago
  16. 78c5be7 Claim ".td" files. Improve README cp command. Drop "Bundle" from description by Joel Jones · 12 years ago
  17. 29d3c61 Add Textmate bundle for Tablegen syntax-highlighting by Joel Jones · 12 years ago
  18. c8b18df [Support][Endian] Add support for specifying the alignment and native unaligned types. by Michael J. Spencer · 12 years ago
  19. 7f00f87 Sort a few more #include lines in tools/... unittests/... and utils/... by Chandler Carruth · 12 years ago
  20. c2c50cd Rename VMCore directory to IR. by Chandler Carruth · 12 years ago
  21. f1a26cf Fix comment typo by Eli Bendersky · 12 years ago
  22. fc093de TableGen/FixedLenDecoderEmitter.cpp: Fix a potential mask overflow in fieldFromInstruction(). by NAKAMURA Takumi · 12 years ago
  23. 94d7ab7 Added 6 more value types: v32i1, v64i1, v32i16, v32i8, v64i8, v8f64 by Elena Demikhovsky · 12 years ago
  24. 70d4e75 [utils] Tweak utils/clang-parse-diagnostics-file to ignore autoconf diagnostics. by Daniel Dunbar · 12 years ago
  25. 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
  26. c851438 Teach sort_includes.py to drop duplicated includes. by Benjamin Kramer · 12 years ago
  27. b17201f Add a largish auto-generated test for the aligned bundling feature, along with by Eli Bendersky · 12 years ago
  28. da5cd6a llvmbuild/main.py: Let LibraryDependencies.inc deterministic. by NAKAMURA Takumi · 12 years ago
  29. 8efd0f0 Fix an uninitialized member variable, found by -fsanitize=bool. by Richard Smith · 12 years ago
  30. fbf3b4a MC: Add MCInstrDesc::mayAffectControlFlow() method. by Jim Grosbach · 12 years ago
  31. 759e3fa Remove edis - the enhanced disassembler. Fixes PR14654. by Roman Divacky · 12 years ago
  32. 034b94b Rename the 'Attributes' class to 'Attribute'. It's going to represent a single attribute in the future. by Bill Wendling · 12 years ago
  33. 77f06d9 Fix grammar-o. by Bill Wendling · 12 years ago
  34. 079e081 Fix PR14568: Avoid the DFA packetizer from making an invalid read by Anshuman Dasgupta · 12 years ago
  35. 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
  36. d33d221 unittest/googletest/Makefile: Unbreak out-of-tree build. by NAKAMURA Takumi · 12 years ago
  37. e40aecf Try to unbreak makefile build by excluding gtest-all.cc source by Alexey Samsonov · 12 years ago
  38. 57f7daf Modify the LLVM checkout of googletest: by Alexey Samsonov · 12 years ago
  39. c15e5b0 PR10867: Analogue of r169441 for when using external 'sh'. And actually run the test! by Richard Smith · 12 years ago
  40. 00fb9c4 PR10867. lit would interpret by Richard Smith · 12 years ago
  41. 553c42c RegisterPresssureTracker: Track live physical register by unit. by Andrew Trick · 12 years ago
  42. eca1fcf RegisterPressure API. Add support for physical register units. by Andrew Trick · 12 years ago
  43. 96a564f Copy clang/Driver/<Option parsing stuff> to llvm. by Michael J. Spencer · 12 years ago
  44. 30cd56b KillTheDoctor.cpp: Restore Win32 SDK headers before r169251. by NAKAMURA Takumi · 12 years ago
  45. 4ffd89f Sort the #include lines for utils/... by Chandler Carruth · 12 years ago
  46. 96ad0e8 Teach the include sorter to quickly skip files with an extension that by Chandler Carruth · 12 years ago
  47. fd02579 Teach the include sorter to skip files under test trees and under INPUTS by Chandler Carruth · 12 years ago
  48. 1ff3d66 Teach the include sorting script about the gtest headers; sort them with by Chandler Carruth · 12 years ago
  49. 6cb5719 Address review comments from Matt on the sort_includes.py script. by Chandler Carruth · 12 years ago
  50. 998aae7 Teach the include sorter to not choke on include guards. ;] by Chandler Carruth · 12 years ago
  51. 0cd94c7 Add a completely hack-ish tool to sort includes according to the coding by Chandler Carruth · 12 years ago
  52. 3f91af0 Remove 'deplibs' keyword, since it's no longer used. by Bill Wendling · 12 years ago
  53. f39eab9 Bring vim keyword lists up to date. by Benjamin Kramer · 12 years ago
  54. 4db6511 Fix a bug in FileCheck that wouldn't let define variables as follows: by Eli Bendersky · 12 years ago
  55. 9756ca7 Support referencing variables defined on the same line. by Eli Bendersky · 12 years ago
  56. 1854e14 Update the emacs mode to recognize fadd, fsum, fmul, fdiv, frem, fcmp, icmp by Michael Ilseman · 12 years ago
  57. 79f09f7 Vim mode updated to recognize fast-math flags by Michael Ilseman · 12 years ago
  58. d7956f1 lit: Add a simple test suite for checking test runner parallelism. by Daniel Dunbar · 12 years ago
  59. 1e5cbcb Clean up whitespace and add comments by Eli Bendersky · 12 years ago
  60. 7f8e76f Make FileCheck return 2 in case of an error as documented, by Eli Bendersky · 12 years ago
  61. e26e8a6 Add an MCPhysReg typedef to replace naked uint16_t. by Jakob Stoklund Olesen · 12 years ago
  62. a9fa4fd Remove all references to TargetInstrInfoImpl. by Jakob Stoklund Olesen · 12 years ago
  63. 0d5dbcb lit: Bump the version to .3. by Daniel Dunbar · 12 years ago
  64. 4b3448b Remove unused internal linkage variable. by Richard Smith · 12 years ago
  65. 7462c12 Generalize matching of add_executable to add_XXX_executable. by Ted Kremenek · 12 years ago
  66. 0976e00 Make the AttrListPtr object a part of the LLVMContext. by Bill Wendling · 12 years ago
  67. 3c13c3e really fix permissions by Pawel Wodnicki · 12 years ago
  68. 723c394 fix permissions by Pawel Wodnicki · 12 years ago
  69. 7e2db21 adding whose code is it anywa tools by Pawel Wodnicki · 12 years ago
  70. e56764b Remove hard coded registers in ARM ldrexd and strexd instructions by Weiming Zhao · 12 years ago
  71. 65f3f32 FileCheck: remove useless 'continue' at the end of a 'while(){}' loop. by Dmitri Gribenko · 12 years ago
  72. 06b4234 Remove the CellSPU port. by Eric Christopher · 12 years ago
  73. 70a870a Support for [[@LINE]], [[@LINE+<offset>]], [[@LINE-<offset>]] expressions in by Alexander Kornienko · 12 years ago
  74. 0863998 Added %(line), %(line+<number>), %(line-<number>) substitutions to lit by Alexander Kornienko · 12 years ago
  75. 7994959 Simplify the SmallVector pretty printer for LLDB a bit and make it work with reference types. by Benjamin Kramer · 12 years ago
  76. f1adbfe Fix issue with invalid flat operand number by Evandro Menezes · 12 years ago
  77. f1bb421 Fix issue with invalid flat operand number by Evandro Menezes · 12 years ago
  78. be02a90 Add support of RTM from TSX extension by Michael Liao · 12 years ago
  79. 322ff88 Fix a build problem with xlc. The error message was by Rafael Espindola · 12 years ago
  80. ad0b3b2 Generate a table-driven version of TRI::composeSubRegIndices(). by Jakob Stoklund Olesen · 12 years ago
  81. 50a6102 Don't return false when the function's return type is a pointer. by Kaelyn Uhrain · 12 years ago
  82. 61131ab Remove exception handling usage from tblgen. by Joerg Sonnenberger · 12 years ago
  83. a8a0a15 Remove unused member & unnecessary semicolon. by David Blaikie · 12 years ago
  84. 0b031cb llvm/utils/TableGen/CMakeLists.txt: Update corresponding to r166685. by NAKAMURA Takumi · 12 years ago
  85. becdf4d add TableGen support to create relationship maps between instructions by Sebastian Pop · 12 years ago
  86. 2c6d713 Don't use stack unwinding to provide the location information for by Joerg Sonnenberger · 12 years ago
  87. 6448673 Allow the commuted form of tied-operand constraints in tablegen ("$dst = $src", by Lang Hames · 12 years ago
  88. 6b283ea lit: Rename the valgrind leaks feature to match what is currently used by Daniel Dunbar · 12 years ago
  89. f793fbc lit: Remove support for XTARGET. by Daniel Dunbar · 12 years ago
  90. f854597 lit: Add 'valgrind' and 'valgrind-leaks' features when valgrind is used. by Daniel Dunbar · 12 years ago
  91. 7badf45 lit: Propagate TERM variable in environment, some tools can do really obscure by Daniel Dunbar · 12 years ago
  92. 44a83f0 lit: Allow XFAIL: lines to also refer to "features". by Daniel Dunbar · 12 years ago
  93. 07aae2e Add an enum for the return and function indexes into the AttrListPtr object. This gets rid of some magic numbers. by Bill Wendling · 12 years ago
  94. cb3de0b Attributes Rewrite by Bill Wendling · 12 years ago
  95. 6e006d3 [ms-inline asm] Use the new API introduced in r165830 in lieu of the by Chad Rosier · 12 years ago
  96. 5628920 Change (!list.size() == 0) to (!list.empty()). No functional change. by Richard Trieu · 12 years ago
  97. ed84062 Remove unnecessary classof()'s by Sean Silva · 12 years ago
  98. fcb5e95 Remove extra semicolons. by Chad Rosier · 12 years ago
  99. fff8287 tblgen: Compile TableGen without RTTI. by Sean Silva · 12 years ago
  100. 8b43dbf tblgen: Move mini Type hierarchy to LLVM-style RTTI. by Sean Silva · 12 years ago