1. d80d869 Make llvmc work again. by Mikhail Glushenkov · 15 years ago
  2. 0cbb590 A little bit nicer formatting. by Mikhail Glushenkov · 15 years ago
  3. 7c8deb3 Typo. by Mikhail Glushenkov · 15 years ago
  4. 14ee48a rename SourceMgr::PrintError to PrintMessage. by Chris Lattner · 15 years ago
  5. 4226bb0 simplify some error recovery stuff. by Chris Lattner · 15 years ago
  6. d926e04 prune #include, fix warning. by Chris Lattner · 15 years ago
  7. 7ee5d5f move include searching logic from TGLexer to SourceMgr. by Chris Lattner · 15 years ago
  8. 8070ea3 Rename TGSourceMgr -> SourceMgr. by Chris Lattner · 15 years ago
  9. 1e3a8a4 rename TGLoc -> SMLoc. by Chris Lattner · 15 years ago
  10. 099e198 move TGSourceMgr class out of TableGen into libsupport. by Chris Lattner · 15 years ago
  11. 5b842c3 allow clients of the asmprinter to opt-out of the boilerplate with a #define. by Chris Lattner · 15 years ago
  12. 6dc11b4 Clean up nightly tester to use Perl's File::Find. Patch by Benjamin Kramer. by Bob Wilson · 15 years ago
  13. 53df0a2 Allow user to specify separate SVN url for llvm and the test suite. by Evan Cheng · 15 years ago
  14. fc4c255 Fix grammaro, and bad indentation. by Nick Lewycky · 15 years ago
  15. 956244b Add output of the SFINAE bit for Clang's diagnostics by Douglas Gregor · 15 years ago
  16. 7e0842f Tweak GenLibDeps.pl so it works on solaris. Patch by Edward O'Callaghan. by Duncan Sands · 15 years ago
  17. 45db29c Add clang support to the nightly test script. Patch by Edward O'Callaghan. by Duncan Sands · 15 years ago
  18. 00c1073 Update script to tell the user where to get the CodeSourcery crosstool, if it's by Misha Brukman · 15 years ago
  19. cb6f9c8 Added two scripts to aid with building Linux/x86 -> Linux/ARM crosstools, using by Misha Brukman · 15 years ago
  20. ee1f6b0 I'm going to assume that this was meant to be an assignment instead of a by Bill Wendling · 15 years ago
  21. ffc0ab6 by David Greene · 15 years ago
  22. 0d97399 by David Greene · 15 years ago
  23. e1b4691 by David Greene · 15 years ago
  24. 77c489d by David Greene · 15 years ago
  25. 938c8ab by David Greene · 15 years ago
  26. ae3a0be Split the Add, Sub, and Mul instruction opcodes into separate by Dan Gohman · 15 years ago
  27. f5a5950 NightlyTest: Stop running a separate Olden pass during nightly test. by Daniel Dunbar · 15 years ago
  28. 874ae25 Revert 72707 and 72709, for the moment. by Dale Johannesen · 15 years ago
  29. 4150d83 Make the implicit inputs and outputs of target-independent by Dale Johannesen · 15 years ago
  30. 056dbd0 NewNightlyTest.pl: Add a -parallel-jobs argument (set # of jobs for make with by Daniel Dunbar · 15 years ago
  31. 94a37a4 NightlyTest: Write "sentdata.txt" files and run the -submit-aux script before by Daniel Dunbar · 15 years ago
  32. 41a0243 Propagate CPU string out of SubtargetFeatures by Anton Korobeynikov · 15 years ago
  33. a2ac75d CMake: Use libpthread in tblgen when needed. Updated list of source by Oscar Fuentes · 15 years ago
  34. edc8774 TableGen for fast isel seems to assume an 'imm' by Dale Johannesen · 15 years ago
  35. cd3f999 Add -submit-aux option to NewNightlyTest.pl by Daniel Dunbar · 15 years ago
  36. c98a77d Fix warning. by Nick Lewycky · 15 years ago
  37. aa0b3df Add extra parenthesis around || statements to pacify compiler. by Nick Lewycky · 15 years ago
  38. 9bea7c8 by David Greene · 15 years ago
  39. 5f9f9ba by David Greene · 15 years ago
  40. beb31a5 by David Greene · 15 years ago
  41. 4afc509 by David Greene · 15 years ago
  42. e6c27de by David Greene · 15 years ago
  43. d418c1b by David Greene · 15 years ago
  44. ccf85de by David Greene · 15 years ago
  45. 3b895cf Slightly improve generated code in a degenerate case. by Dale Johannesen · 15 years ago
  46. 777d230 Rename PaddedSize to AllocSize, in the hope that this by Duncan Sands · 15 years ago
  47. c891465 Change 'make install' to install tblgen, for better support of out-of-tree targets, by Chris Lattner · 15 years ago
  48. cd76240 Move the tablegen-produced DebugLoc handling into a AsmWriter::processDebugLoc function. by Argyrios Kyrtzidis · 15 years ago
  49. e031e4b A better error message. by Mikhail Glushenkov · 15 years ago
  50. e89331b The 'forward_as' property did not use its second argument. by Mikhail Glushenkov · 15 years ago
  51. 065f259 by David Greene · 15 years ago
  52. f868156 Fix incorrect code generation with ENV. by Mikhail Glushenkov · 15 years ago
  53. fe095f3 Restore minor deletion. by Mike Stump · 15 years ago
  54. a26eae6 Make DebugLoc independent of DwarfWriter. by Argyrios Kyrtzidis · 15 years ago
  55. 7afcc6a Slightly change TableGen's definition of a register subclass. by Jakob Stoklund Olesen · 15 years ago
  56. 440548d Rename the CurMultiClass formal parameter of TGParser::AddSubMultiClass by Bob Wilson · 15 years ago
  57. 1d512df Remove unnecessary "class" keywords. by Bob Wilson · 15 years ago
  58. 293b133 Change forward declaration of MultiClass to use the "struct" keyword instead by Bob Wilson · 15 years ago
  59. 98a366d Instead of passing in an unsigned value for the optimization level, use an enum, by Bill Wendling · 15 years ago
  60. be8cc2a Second attempt: by Bill Wendling · 15 years ago
  61. 3255865 Fix trailing whitespace and 80-col. violations in recent TableGen changes. by Bob Wilson · 15 years ago
  62. c69d56f r70270 isn't ready yet. Back this out. Sorry for the noise. by Bill Wendling · 15 years ago
  63. 2e9d5f9 Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to by Bill Wendling · 15 years ago
  64. 9008ca6 2nd attempt, fixing SSE4.1 issues and implementing feedback from duncan. by Nate Begeman · 15 years ago
  65. d34a73b by David Greene · 15 years ago
  66. 15684b2 Revert 69952. Causes testsuite failures on linux x86-64. by Rafael Espindola · 15 years ago
  67. b706d29 PR2957 by Nate Begeman · 15 years ago
  68. e8cf21e by David Greene · 15 years ago
  69. 5654613 by David Greene · 15 years ago
  70. c7cafcd by David Greene · 15 years ago
  71. de444af Implement multiclass inheritance. by David Greene · 15 years ago
  72. 8d8fbf2 'The "or die" is intended to catch the case where nm returned a by Anton Korobeynikov · 15 years ago
  73. b306e38 One Mac OS X, just build with -O3 but without -fstrict-aliasing (which is kinda broken). by Evan Cheng · 15 years ago
  74. 0941b0f Add some assertions. by Mikhail Glushenkov · 15 years ago
  75. 1f595bb Use CallConvLower.h and TableGen descriptions of the calling conventions by Bob Wilson · 15 years ago
  76. d305e70 Fix PR3994: LLVMMatchType arguments do not refer to absolute return value by Bob Wilson · 15 years ago
  77. bfc0104 prove diagnostic -> group mapping information. by Chris Lattner · 15 years ago
  78. 9efac56 encode subgroups into the clang .inc file. -Wall now works! by Chris Lattner · 15 years ago
  79. d0d3494 start producing subgroup info. by Chris Lattner · 15 years ago
  80. a0ed8ca make sure that empty diag groups get known by clang. by Chris Lattner · 15 years ago
  81. 2f8c1d5 implement support for writing out diagnostic group tables. by Chris Lattner · 15 years ago
  82. 9371c33 use UppercaseString instead of EmitAllCaps by Chris Lattner · 15 years ago
  83. 457cde4 use escape string. by Chris Lattner · 15 years ago
  84. ac9e7da rename -gen-clang-diags-options -> -gen-clang-diag-groups by Chris Lattner · 15 years ago
  85. a71c494 don't infer diag class from parenting relations, make it an explicit field by Chris Lattner · 15 years ago
  86. 5b66c04 include the default mapping in the clang diagnostic .inc files. by Chris Lattner · 15 years ago
  87. f1624aa minor cleanups by Chris Lattner · 15 years ago
  88. 88c7af0 Rename COPY_TO_SUBCLASS to COPY_TO_REGCLASS, and generalize by Dan Gohman · 15 years ago
  89. f8c7394 Add a new TargetInstrInfo MachineInstr opcode, COPY_TO_SUBCLASS. by Dan Gohman · 15 years ago
  90. 8a17870 Generalize getRegisterClassForRegister to handle registers by Dan Gohman · 15 years ago
  91. 6818985 Don't install the libLLVMHello.dylib example. by Bill Wendling · 15 years ago
  92. 82934f2 Don't run "dsymutils" on .a files. by Bill Wendling · 15 years ago
  93. 3ca15c9 Give register alias checking the hash table treatment too. by Owen Anderson · 15 years ago
  94. 7d770be Convert TargetRegisterInfo's super-register checking to use a pre-computed hash table just like subregister checking does. by Owen Anderson · 15 years ago
  95. 41c9073 "This adds a getName() method to TargetRegisterClass, just like in TargetRegisterInfo. by Chris Lattner · 15 years ago
  96. 8f9643f Delete ISD::INSERT_SUBREG and ISD::EXTRACT_SUBREG, which are unused. by Dan Gohman · 15 years ago
  97. ef66abe Constify method to make VC++ happy. Patch by Brian Diekelman! by Ted Kremenek · 15 years ago
  98. 4b6fce4 Tidy up some comments. by Dan Gohman · 15 years ago
  99. e1ca7c4 Add a comment. by Dan Gohman · 15 years ago
  100. d480ac6 Update the polygen grammer to reflect that zext and sext are no longer by Dan Gohman · 15 years ago