1. 293b133 Change forward declaration of MultiClass to use the "struct" keyword instead by Bob Wilson · 15 years ago
  2. 98a366d Instead of passing in an unsigned value for the optimization level, use an enum, by Bill Wendling · 15 years ago
  3. be8cc2a Second attempt: by Bill Wendling · 15 years ago
  4. 3255865 Fix trailing whitespace and 80-col. violations in recent TableGen changes. by Bob Wilson · 15 years ago
  5. c69d56f r70270 isn't ready yet. Back this out. Sorry for the noise. by Bill Wendling · 15 years ago
  6. 2e9d5f9 Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to by Bill Wendling · 15 years ago
  7. 9008ca6 2nd attempt, fixing SSE4.1 issues and implementing feedback from duncan. by Nate Begeman · 15 years ago
  8. d34a73b by David Greene · 15 years ago
  9. 15684b2 Revert 69952. Causes testsuite failures on linux x86-64. by Rafael Espindola · 15 years ago
  10. b706d29 PR2957 by Nate Begeman · 15 years ago
  11. e8cf21e by David Greene · 15 years ago
  12. 5654613 by David Greene · 15 years ago
  13. c7cafcd by David Greene · 15 years ago
  14. de444af Implement multiclass inheritance. by David Greene · 15 years ago
  15. 8d8fbf2 'The "or die" is intended to catch the case where nm returned a by Anton Korobeynikov · 15 years ago
  16. b306e38 One Mac OS X, just build with -O3 but without -fstrict-aliasing (which is kinda broken). by Evan Cheng · 15 years ago
  17. 0941b0f Add some assertions. by Mikhail Glushenkov · 15 years ago
  18. 1f595bb Use CallConvLower.h and TableGen descriptions of the calling conventions by Bob Wilson · 15 years ago
  19. d305e70 Fix PR3994: LLVMMatchType arguments do not refer to absolute return value by Bob Wilson · 15 years ago
  20. bfc0104 prove diagnostic -> group mapping information. by Chris Lattner · 15 years ago
  21. 9efac56 encode subgroups into the clang .inc file. -Wall now works! by Chris Lattner · 15 years ago
  22. d0d3494 start producing subgroup info. by Chris Lattner · 15 years ago
  23. a0ed8ca make sure that empty diag groups get known by clang. by Chris Lattner · 15 years ago
  24. 2f8c1d5 implement support for writing out diagnostic group tables. by Chris Lattner · 15 years ago
  25. 9371c33 use UppercaseString instead of EmitAllCaps by Chris Lattner · 15 years ago
  26. 457cde4 use escape string. by Chris Lattner · 15 years ago
  27. ac9e7da rename -gen-clang-diags-options -> -gen-clang-diag-groups by Chris Lattner · 15 years ago
  28. a71c494 don't infer diag class from parenting relations, make it an explicit field by Chris Lattner · 15 years ago
  29. 5b66c04 include the default mapping in the clang diagnostic .inc files. by Chris Lattner · 15 years ago
  30. f1624aa minor cleanups by Chris Lattner · 15 years ago
  31. 88c7af0 Rename COPY_TO_SUBCLASS to COPY_TO_REGCLASS, and generalize by Dan Gohman · 15 years ago
  32. f8c7394 Add a new TargetInstrInfo MachineInstr opcode, COPY_TO_SUBCLASS. by Dan Gohman · 15 years ago
  33. 8a17870 Generalize getRegisterClassForRegister to handle registers by Dan Gohman · 15 years ago
  34. 6818985 Don't install the libLLVMHello.dylib example. by Bill Wendling · 15 years ago
  35. 82934f2 Don't run "dsymutils" on .a files. by Bill Wendling · 15 years ago
  36. 3ca15c9 Give register alias checking the hash table treatment too. by Owen Anderson · 15 years ago
  37. 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
  38. 41c9073 "This adds a getName() method to TargetRegisterClass, just like in TargetRegisterInfo. by Chris Lattner · 15 years ago
  39. 8f9643f Delete ISD::INSERT_SUBREG and ISD::EXTRACT_SUBREG, which are unused. by Dan Gohman · 15 years ago
  40. ef66abe Constify method to make VC++ happy. Patch by Brian Diekelman! by Ted Kremenek · 15 years ago
  41. 4b6fce4 Tidy up some comments. by Dan Gohman · 15 years ago
  42. e1ca7c4 Add a comment. by Dan Gohman · 15 years ago
  43. d480ac6 Update the polygen grammer to reflect that zext and sext are no longer by Dan Gohman · 15 years ago
  44. da4231f fix a few spelling errors and typos by Jim Grosbach · 15 years ago
  45. 866cc60 Use 'bool' for FoundRC by Jim Grosbach · 15 years ago
  46. 54f3022 Modify getRegisterValueType() to allow for a register being in mutliple by Jim Grosbach · 15 years ago
  47. 13b9bf9 Add sanity check in Clang TableGen backend to check if 'Component' is a string. by Ted Kremenek · 15 years ago
  48. 48fe635 Fix the Win32 VS2008 build: by Sebastian Redl · 16 years ago
  49. 7fae82f Fix regression in 'tblgen -gen-clang-diags-defs': Emit the diagnostic kind instead of "DIAGNOSTICCONTROLLED". by Ted Kremenek · 16 years ago
  50. 7cee817 Add support to tablegen for naming the nodes themselves, not just the operands, by Nate Begeman · 16 years ago
  51. 0f9d510 tblgen -gen-clang-diags-options: Output OptionTable entries in lexicographic by Ted Kremenek · 16 years ago
  52. 3ac82fe 'tblgen -gen-clang-diags-options' now outputs the OptionTable: by Ted Kremenek · 16 years ago
  53. 8b9d027 Add another Clang TableGen-backend (-gen-clang-diags-options) for emitting by Ted Kremenek · 16 years ago
  54. d477182 include the null at the end of a memorybuffer as part of the buffer. by Chris Lattner · 16 years ago
  55. 41e04be Add TGSourceMgr.cpp to CMake build, sort lines by Douglas Gregor · 16 years ago
  56. e6fd52e Add TableGen syntax highlighting for the jEdit editor. by Sebastian Redl · 16 years ago
  57. 557f7f8 Add (hidden) TableGen command option '-clang-component' which specifies the by Ted Kremenek · 16 years ago
  58. 04a847e Add initial implementation of a TableGen backend for converting Clang-warnings by Ted Kremenek · 16 years ago
  59. 02475f1 Further constify Record::isSubClassOf. by Ted Kremenek · 16 years ago
  60. 7f3b28a Fix escaping in asm string literals correctly by having tblgen unescape by Chris Lattner · 16 years ago
  61. e023bb6 add a horrible hack to fix the build. by Chris Lattner · 16 years ago
  62. ea9f4df add support for a few simple escape characters in tblgen strings. by Chris Lattner · 16 years ago
  63. a14b1de add a new TGError class and use it to propagate location info with by Chris Lattner · 16 years ago
  64. 7b9ffe4 give each Record a location. by Chris Lattner · 16 years ago
  65. 1c8ae59 make "locations" a class instead of a typedef. by Chris Lattner · 16 years ago
  66. 1d876b7 Unbreak build, bring in std::string for GCC 4.3 by Argyrios Kyrtzidis · 16 years ago
  67. 79a5cef Unbreak build. by Evan Cheng · 16 years ago
  68. aa739d2 split buffer management and diagnostic printing out of the tblgen by Chris Lattner · 16 years ago
  69. 85cdfad Fix an inconsistent use of LLVMGCCDIR. In all other cases, this directory by Bob Wilson · 16 years ago
  70. 4dc2b39 It makes no sense to have a ODR version of common linkage, so remove it. by Duncan Sands · 16 years ago
  71. d7a50cf implement support for C-style string literal concatenation in td files. by Chris Lattner · 16 years ago
  72. 5f4ee1f Remove the one-definition-rule version of extern_weak by Duncan Sands · 16 years ago
  73. 111def8 Add -disable-bindings for utils/NewNightlyTest.pl by Daniel Dunbar · 16 years ago
  74. 667d4b8 Introduce new linkage types linkonce_odr, weak_odr, common_odr by Duncan Sands · 16 years ago
  75. cc14d25 Change various llvm utilities to use PrettyStackTraceProgram in by Chris Lattner · 16 years ago
  76. 675e754 .emacs file bits for automatically setting the llvm.org coding style. Thanks Anton. by Mike Stump · 16 years ago
  77. c52551d 'append_cmd' should split its argument. by Mikhail Glushenkov · 16 years ago
  78. 13d5b71 these utils don't need exports. by Chris Lattner · 16 years ago
  79. 0d52ff1 Added support to have TableGen provide information if an intrinsic (core by Mon P Wang · 16 years ago
  80. 57f0db8 Overhaul my earlier submission due to feedback. It's a large patch, but most of by Bill Wendling · 16 years ago
  81. 5aa4977 - Use the "Fast" flag instead of "OptimizeForSize" to determine whether to emit by Bill Wendling · 16 years ago
  82. 9259905 * Fixed spelling by Misha Brukman · 16 years ago
  83. d5ece81 Keep the newline character at the end of the lines whose trailing whitespace we by Misha Brukman · 16 years ago
  84. 4c4c952 Only strip the newline character at the end of the lines that we're considering by Misha Brukman · 16 years ago
  85. 1bcf0f5 We have logic in there to emit a default debugging label at the beginning of a by Bill Wendling · 16 years ago
  86. 4ed0c5f Add an accessor method to DwarfWriter to tell of debugging info should be emitted. by Bill Wendling · 16 years ago
  87. 4dd82f6 Print out a new label only if the debug location *tuple* is different. The debug by Bill Wendling · 16 years ago
  88. 249e1e4 Forgot to check that debug information is supported. by Bill Wendling · 16 years ago
  89. cb819f1 Put code that generates debug labels into TableGen so that it can be used by by Bill Wendling · 16 years ago
  90. 38deef9 Add explicit keywords. by Dan Gohman · 16 years ago
  91. aff9c27 Unbreak the build on win32. Cleanup some warning. by Cedric Venet · 16 years ago
  92. d869b38 Generalize some alias analysis logic from atomic by Duncan Sands · 16 years ago
  93. e0a056b Fix MingW build: define GTEST_OS_WINDOWS if OS is MingW, but disable exceptions. by Julien Lerouge · 16 years ago
  94. 6919757 Don't try to strip a file we just moved. by Bill Wendling · 16 years ago
  95. 0de5d6f Strip the LTO dylib. by Bill Wendling · 16 years ago
  96. eaa0ffb Small fix for the 'strip' command. Do a list of .so files. by Bill Wendling · 16 years ago
  97. 32c1a4c Eliminate a 'control reaches end of non-void function' warning. by Evan Cheng · 16 years ago
  98. 51739ca Don't run 'strip' on files that aren't there. by Bill Wendling · 16 years ago
  99. 25c0805 Remove warnings about not being able to delete something. Don't run lipo on gccas, gccld, and llvm-config scripts. by Bill Wendling · 16 years ago
  100. a56c037 Revert 64023. make prefers GNUmakefile over makefile. by Evan Cheng · 16 years ago