1. fbf3b4a MC: Add MCInstrDesc::mayAffectControlFlow() method. by Jim Grosbach · 12 years ago
  2. 759e3fa Remove edis - the enhanced disassembler. Fixes PR14654. by Roman Divacky · 12 years ago
  3. 034b94b Rename the 'Attributes' class to 'Attribute'. It's going to represent a single attribute in the future. by Bill Wendling · 12 years ago
  4. 77f06d9 Fix grammar-o. by Bill Wendling · 12 years ago
  5. 079e081 Fix PR14568: Avoid the DFA packetizer from making an invalid read by Anshuman Dasgupta · 12 years ago
  6. 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
  7. d33d221 unittest/googletest/Makefile: Unbreak out-of-tree build. by NAKAMURA Takumi · 12 years ago
  8. e40aecf Try to unbreak makefile build by excluding gtest-all.cc source by Alexey Samsonov · 12 years ago
  9. 57f7daf Modify the LLVM checkout of googletest: by Alexey Samsonov · 12 years ago
  10. c15e5b0 PR10867: Analogue of r169441 for when using external 'sh'. And actually run the test! by Richard Smith · 12 years ago
  11. 00fb9c4 PR10867. lit would interpret by Richard Smith · 12 years ago
  12. 553c42c RegisterPresssureTracker: Track live physical register by unit. by Andrew Trick · 12 years ago
  13. eca1fcf RegisterPressure API. Add support for physical register units. by Andrew Trick · 12 years ago
  14. 96a564f Copy clang/Driver/<Option parsing stuff> to llvm. by Michael J. Spencer · 12 years ago
  15. 30cd56b KillTheDoctor.cpp: Restore Win32 SDK headers before r169251. by NAKAMURA Takumi · 12 years ago
  16. 4ffd89f Sort the #include lines for utils/... by Chandler Carruth · 12 years ago
  17. 96ad0e8 Teach the include sorter to quickly skip files with an extension that by Chandler Carruth · 12 years ago
  18. fd02579 Teach the include sorter to skip files under test trees and under INPUTS by Chandler Carruth · 12 years ago
  19. 1ff3d66 Teach the include sorting script about the gtest headers; sort them with by Chandler Carruth · 12 years ago
  20. 6cb5719 Address review comments from Matt on the sort_includes.py script. by Chandler Carruth · 12 years ago
  21. 998aae7 Teach the include sorter to not choke on include guards. ;] by Chandler Carruth · 12 years ago
  22. 0cd94c7 Add a completely hack-ish tool to sort includes according to the coding by Chandler Carruth · 12 years ago
  23. 3f91af0 Remove 'deplibs' keyword, since it's no longer used. by Bill Wendling · 12 years ago
  24. f39eab9 Bring vim keyword lists up to date. by Benjamin Kramer · 12 years ago
  25. 4db6511 Fix a bug in FileCheck that wouldn't let define variables as follows: by Eli Bendersky · 12 years ago
  26. 9756ca7 Support referencing variables defined on the same line. by Eli Bendersky · 12 years ago
  27. 1854e14 Update the emacs mode to recognize fadd, fsum, fmul, fdiv, frem, fcmp, icmp by Michael Ilseman · 12 years ago
  28. 79f09f7 Vim mode updated to recognize fast-math flags by Michael Ilseman · 12 years ago
  29. d7956f1 lit: Add a simple test suite for checking test runner parallelism. by Daniel Dunbar · 12 years ago
  30. 1e5cbcb Clean up whitespace and add comments by Eli Bendersky · 12 years ago
  31. 7f8e76f Make FileCheck return 2 in case of an error as documented, by Eli Bendersky · 12 years ago
  32. e26e8a6 Add an MCPhysReg typedef to replace naked uint16_t. by Jakob Stoklund Olesen · 12 years ago
  33. a9fa4fd Remove all references to TargetInstrInfoImpl. by Jakob Stoklund Olesen · 12 years ago
  34. 0d5dbcb lit: Bump the version to .3. by Daniel Dunbar · 12 years ago
  35. 4b3448b Remove unused internal linkage variable. by Richard Smith · 12 years ago
  36. 7462c12 Generalize matching of add_executable to add_XXX_executable. by Ted Kremenek · 12 years ago
  37. 0976e00 Make the AttrListPtr object a part of the LLVMContext. by Bill Wendling · 12 years ago
  38. 3c13c3e really fix permissions by Pawel Wodnicki · 12 years ago
  39. 723c394 fix permissions by Pawel Wodnicki · 12 years ago
  40. 7e2db21 adding whose code is it anywa tools by Pawel Wodnicki · 12 years ago
  41. e56764b Remove hard coded registers in ARM ldrexd and strexd instructions by Weiming Zhao · 12 years ago
  42. 65f3f32 FileCheck: remove useless 'continue' at the end of a 'while(){}' loop. by Dmitri Gribenko · 12 years ago
  43. 06b4234 Remove the CellSPU port. by Eric Christopher · 12 years ago
  44. 70a870a Support for [[@LINE]], [[@LINE+<offset>]], [[@LINE-<offset>]] expressions in by Alexander Kornienko · 12 years ago
  45. 0863998 Added %(line), %(line+<number>), %(line-<number>) substitutions to lit by Alexander Kornienko · 12 years ago
  46. 7994959 Simplify the SmallVector pretty printer for LLDB a bit and make it work with reference types. by Benjamin Kramer · 12 years ago
  47. f1adbfe Fix issue with invalid flat operand number by Evandro Menezes · 12 years ago
  48. f1bb421 Fix issue with invalid flat operand number by Evandro Menezes · 12 years ago
  49. be02a90 Add support of RTM from TSX extension by Michael Liao · 12 years ago
  50. 322ff88 Fix a build problem with xlc. The error message was by Rafael Espindola · 12 years ago
  51. ad0b3b2 Generate a table-driven version of TRI::composeSubRegIndices(). by Jakob Stoklund Olesen · 12 years ago
  52. 50a6102 Don't return false when the function's return type is a pointer. by Kaelyn Uhrain · 12 years ago
  53. 61131ab Remove exception handling usage from tblgen. by Joerg Sonnenberger · 12 years ago
  54. a8a0a15 Remove unused member & unnecessary semicolon. by David Blaikie · 12 years ago
  55. 0b031cb llvm/utils/TableGen/CMakeLists.txt: Update corresponding to r166685. by NAKAMURA Takumi · 12 years ago
  56. becdf4d add TableGen support to create relationship maps between instructions by Sebastian Pop · 12 years ago
  57. 2c6d713 Don't use stack unwinding to provide the location information for by Joerg Sonnenberger · 12 years ago
  58. 6448673 Allow the commuted form of tied-operand constraints in tablegen ("$dst = $src", by Lang Hames · 12 years ago
  59. 6b283ea lit: Rename the valgrind leaks feature to match what is currently used by Daniel Dunbar · 12 years ago
  60. f793fbc lit: Remove support for XTARGET. by Daniel Dunbar · 12 years ago
  61. f854597 lit: Add 'valgrind' and 'valgrind-leaks' features when valgrind is used. by Daniel Dunbar · 12 years ago
  62. 7badf45 lit: Propagate TERM variable in environment, some tools can do really obscure by Daniel Dunbar · 12 years ago
  63. 44a83f0 lit: Allow XFAIL: lines to also refer to "features". by Daniel Dunbar · 12 years ago
  64. 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
  65. cb3de0b Attributes Rewrite by Bill Wendling · 12 years ago
  66. 6e006d3 [ms-inline asm] Use the new API introduced in r165830 in lieu of the by Chad Rosier · 12 years ago
  67. 5628920 Change (!list.size() == 0) to (!list.empty()). No functional change. by Richard Trieu · 12 years ago
  68. ed84062 Remove unnecessary classof()'s by Sean Silva · 12 years ago
  69. fcb5e95 Remove extra semicolons. by Chad Rosier · 12 years ago
  70. fff8287 tblgen: Compile TableGen without RTTI. by Sean Silva · 12 years ago
  71. 8b43dbf tblgen: Move mini Type hierarchy to LLVM-style RTTI. by Sean Silva · 12 years ago
  72. 3f7b7f8 tblgen: Use semantically correct RTTI functions. by Sean Silva · 12 years ago
  73. 6cfc806 tblgen: Mechanically move dynamic_cast<> to dyn_cast<>. by Sean Silva · 12 years ago
  74. 11d0042 Pass into the AttributeWithIndex::get method an ArrayRef of attribute by Bill Wendling · 12 years ago
  75. dbe6d43 TableGen subtarget emitter cleanup. by Andrew Trick · 12 years ago
  76. 6312cb0 misched: Generate IsBuffered flag for machine resources. by Andrew Trick · 12 years ago
  77. 791cfc2 Move TargetData to DataLayout. by Micah Villmow · 12 years ago
  78. 9ba9d4d [ms-inline asm] Add a few typedefs to simplify future changes. by Chad Rosier · 12 years ago
  79. 736ceac tblgen: Replace uses of dynamic_cast<XXXRecTy> with dyn_cast<>. by Sean Silva · 12 years ago
  80. 1374526 Added instregex support to TableGen subtarget emitter. by Andrew Trick · 12 years ago
  81. 2062b12 TableGen subtarget emitter, nearly first class support for SchedAlias. by Andrew Trick · 12 years ago
  82. fe05d98 Cleanup TableGen subtarget emitter. by Andrew Trick · 12 years ago
  83. d494a3b [ms-inline asm] Default to the 'm' constraint. This matches the behavior of the by Chad Rosier · 12 years ago
  84. 9e21138 tblgen: Migrate llvm-tblgen to new TableGenMain API. by Sean Silva · 12 years ago
  85. c69bb70 Fix 80-column violations. Cleanup whitespace in generated code. by Chad Rosier · 12 years ago
  86. 2268587 [ms-inline asm] Add the convertToMapAndConstraints() function that is used to by Chad Rosier · 12 years ago
  87. 94c2271 Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. See: http://en.wikipedia.org/wiki/If_and_only_if Commit 164767 by Sylvestre Ledru · 12 years ago
  88. 7e2c793 Fix a typo 'iff' => 'if' by Sylvestre Ledru · 12 years ago
  89. 2590c2e Rather then have a wrapper function, have tblgen instantiate the implementation. by Chad Rosier · 12 years ago
  90. 00796a1 Rather then have a wrapper function, have tblgen instantiate the implementation. by Chad Rosier · 12 years ago
  91. 9264988 Machine Model (-schedmodel only). Added SchedAliases. by Andrew Trick · 12 years ago
  92. d717a06 [ms-inline asm] Expose the mnemonicIsValid() function in the AsmParser. by Chad Rosier · 12 years ago
  93. 6018944 Whitespace. by Chad Rosier · 12 years ago
  94. 9d227af Clarify comment. by Dmitri Gribenko · 12 years ago
  95. 3e9b6db Add in new data types that are used by AMDIL/ANL among others. by Micah Villmow · 12 years ago
  96. eb79b54 Soften the pattern-can-never-match error in TableGen into a warning. This pattern can be very useful in cases where you want to define a multiclass that covers both commutative and non-commutative operators (say, add and sub). by Owen Anderson · 12 years ago
  97. 8a312fb Remove code for setting the VEX L-bit as a function of operand size from the code emitters and the disassembler table builder. Fix a couple instructions that were still missing VEX_L. by Craig Topper · 12 years ago
  98. 3b8fb64 SchedMachineModel: compress the CPU's WriteLatencyTable. by Andrew Trick · 12 years ago
  99. b2df610 Iterate deterministicaly over ClassInfo*'s by Sean Silva · 12 years ago
  100. decfdf5 Iterate deterministically over register classes by Sean Silva · 12 years ago