1. 0941b0f Add some assertions. by Mikhail Glushenkov · 15 years ago
  2. 1f595bb Use CallConvLower.h and TableGen descriptions of the calling conventions by Bob Wilson · 15 years ago
  3. d305e70 Fix PR3994: LLVMMatchType arguments do not refer to absolute return value by Bob Wilson · 15 years ago
  4. bfc0104 prove diagnostic -> group mapping information. by Chris Lattner · 15 years ago
  5. 9efac56 encode subgroups into the clang .inc file. -Wall now works! by Chris Lattner · 15 years ago
  6. d0d3494 start producing subgroup info. by Chris Lattner · 15 years ago
  7. a0ed8ca make sure that empty diag groups get known by clang. by Chris Lattner · 15 years ago
  8. 2f8c1d5 implement support for writing out diagnostic group tables. by Chris Lattner · 15 years ago
  9. 9371c33 use UppercaseString instead of EmitAllCaps by Chris Lattner · 15 years ago
  10. 457cde4 use escape string. by Chris Lattner · 15 years ago
  11. ac9e7da rename -gen-clang-diags-options -> -gen-clang-diag-groups by Chris Lattner · 15 years ago
  12. a71c494 don't infer diag class from parenting relations, make it an explicit field by Chris Lattner · 15 years ago
  13. 5b66c04 include the default mapping in the clang diagnostic .inc files. by Chris Lattner · 15 years ago
  14. f1624aa minor cleanups by Chris Lattner · 15 years ago
  15. 88c7af0 Rename COPY_TO_SUBCLASS to COPY_TO_REGCLASS, and generalize by Dan Gohman · 15 years ago
  16. f8c7394 Add a new TargetInstrInfo MachineInstr opcode, COPY_TO_SUBCLASS. by Dan Gohman · 15 years ago
  17. 8a17870 Generalize getRegisterClassForRegister to handle registers by Dan Gohman · 15 years ago
  18. 6818985 Don't install the libLLVMHello.dylib example. by Bill Wendling · 15 years ago
  19. 82934f2 Don't run "dsymutils" on .a files. by Bill Wendling · 15 years ago
  20. 3ca15c9 Give register alias checking the hash table treatment too. by Owen Anderson · 15 years ago
  21. 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
  22. 41c9073 "This adds a getName() method to TargetRegisterClass, just like in TargetRegisterInfo. by Chris Lattner · 15 years ago
  23. 8f9643f Delete ISD::INSERT_SUBREG and ISD::EXTRACT_SUBREG, which are unused. by Dan Gohman · 15 years ago
  24. ef66abe Constify method to make VC++ happy. Patch by Brian Diekelman! by Ted Kremenek · 15 years ago
  25. 4b6fce4 Tidy up some comments. by Dan Gohman · 15 years ago
  26. e1ca7c4 Add a comment. by Dan Gohman · 15 years ago
  27. d480ac6 Update the polygen grammer to reflect that zext and sext are no longer by Dan Gohman · 15 years ago
  28. da4231f fix a few spelling errors and typos by Jim Grosbach · 15 years ago
  29. 866cc60 Use 'bool' for FoundRC by Jim Grosbach · 15 years ago
  30. 54f3022 Modify getRegisterValueType() to allow for a register being in mutliple by Jim Grosbach · 15 years ago
  31. 13b9bf9 Add sanity check in Clang TableGen backend to check if 'Component' is a string. by Ted Kremenek · 15 years ago
  32. 48fe635 Fix the Win32 VS2008 build: by Sebastian Redl · 15 years ago
  33. 7fae82f Fix regression in 'tblgen -gen-clang-diags-defs': Emit the diagnostic kind instead of "DIAGNOSTICCONTROLLED". by Ted Kremenek · 15 years ago
  34. 7cee817 Add support to tablegen for naming the nodes themselves, not just the operands, by Nate Begeman · 15 years ago
  35. 0f9d510 tblgen -gen-clang-diags-options: Output OptionTable entries in lexicographic by Ted Kremenek · 15 years ago
  36. 3ac82fe 'tblgen -gen-clang-diags-options' now outputs the OptionTable: by Ted Kremenek · 15 years ago
  37. 8b9d027 Add another Clang TableGen-backend (-gen-clang-diags-options) for emitting by Ted Kremenek · 15 years ago
  38. d477182 include the null at the end of a memorybuffer as part of the buffer. by Chris Lattner · 15 years ago
  39. 41e04be Add TGSourceMgr.cpp to CMake build, sort lines by Douglas Gregor · 15 years ago
  40. e6fd52e Add TableGen syntax highlighting for the jEdit editor. by Sebastian Redl · 15 years ago
  41. 557f7f8 Add (hidden) TableGen command option '-clang-component' which specifies the by Ted Kremenek · 15 years ago
  42. 04a847e Add initial implementation of a TableGen backend for converting Clang-warnings by Ted Kremenek · 15 years ago
  43. 02475f1 Further constify Record::isSubClassOf. by Ted Kremenek · 15 years ago
  44. 7f3b28a Fix escaping in asm string literals correctly by having tblgen unescape by Chris Lattner · 15 years ago
  45. e023bb6 add a horrible hack to fix the build. by Chris Lattner · 15 years ago
  46. ea9f4df add support for a few simple escape characters in tblgen strings. by Chris Lattner · 15 years ago
  47. a14b1de add a new TGError class and use it to propagate location info with by Chris Lattner · 15 years ago
  48. 7b9ffe4 give each Record a location. by Chris Lattner · 15 years ago
  49. 1c8ae59 make "locations" a class instead of a typedef. by Chris Lattner · 15 years ago
  50. 1d876b7 Unbreak build, bring in std::string for GCC 4.3 by Argyrios Kyrtzidis · 15 years ago
  51. 79a5cef Unbreak build. by Evan Cheng · 15 years ago
  52. aa739d2 split buffer management and diagnostic printing out of the tblgen by Chris Lattner · 15 years ago
  53. 85cdfad Fix an inconsistent use of LLVMGCCDIR. In all other cases, this directory by Bob Wilson · 15 years ago
  54. 4dc2b39 It makes no sense to have a ODR version of common linkage, so remove it. by Duncan Sands · 15 years ago
  55. d7a50cf implement support for C-style string literal concatenation in td files. by Chris Lattner · 15 years ago
  56. 5f4ee1f Remove the one-definition-rule version of extern_weak by Duncan Sands · 15 years ago
  57. 111def8 Add -disable-bindings for utils/NewNightlyTest.pl by Daniel Dunbar · 15 years ago
  58. 667d4b8 Introduce new linkage types linkonce_odr, weak_odr, common_odr by Duncan Sands · 15 years ago
  59. cc14d25 Change various llvm utilities to use PrettyStackTraceProgram in by Chris Lattner · 15 years ago
  60. 675e754 .emacs file bits for automatically setting the llvm.org coding style. Thanks Anton. by Mike Stump · 15 years ago
  61. c52551d 'append_cmd' should split its argument. by Mikhail Glushenkov · 15 years ago
  62. 13d5b71 these utils don't need exports. by Chris Lattner · 15 years ago
  63. 0d52ff1 Added support to have TableGen provide information if an intrinsic (core by Mon P Wang · 15 years ago
  64. 57f0db8 Overhaul my earlier submission due to feedback. It's a large patch, but most of by Bill Wendling · 15 years ago
  65. 5aa4977 - Use the "Fast" flag instead of "OptimizeForSize" to determine whether to emit by Bill Wendling · 15 years ago
  66. 9259905 * Fixed spelling by Misha Brukman · 15 years ago
  67. d5ece81 Keep the newline character at the end of the lines whose trailing whitespace we by Misha Brukman · 15 years ago
  68. 4c4c952 Only strip the newline character at the end of the lines that we're considering by Misha Brukman · 15 years ago
  69. 1bcf0f5 We have logic in there to emit a default debugging label at the beginning of a by Bill Wendling · 15 years ago
  70. 4ed0c5f Add an accessor method to DwarfWriter to tell of debugging info should be emitted. by Bill Wendling · 15 years ago
  71. 4dd82f6 Print out a new label only if the debug location *tuple* is different. The debug by Bill Wendling · 15 years ago
  72. 249e1e4 Forgot to check that debug information is supported. by Bill Wendling · 15 years ago
  73. cb819f1 Put code that generates debug labels into TableGen so that it can be used by by Bill Wendling · 15 years ago
  74. 38deef9 Add explicit keywords. by Dan Gohman · 15 years ago
  75. aff9c27 Unbreak the build on win32. Cleanup some warning. by Cedric Venet · 15 years ago
  76. d869b38 Generalize some alias analysis logic from atomic by Duncan Sands · 15 years ago
  77. e0a056b Fix MingW build: define GTEST_OS_WINDOWS if OS is MingW, but disable exceptions. by Julien Lerouge · 15 years ago
  78. 6919757 Don't try to strip a file we just moved. by Bill Wendling · 15 years ago
  79. 0de5d6f Strip the LTO dylib. by Bill Wendling · 15 years ago
  80. eaa0ffb Small fix for the 'strip' command. Do a list of .so files. by Bill Wendling · 15 years ago
  81. 32c1a4c Eliminate a 'control reaches end of non-void function' warning. by Evan Cheng · 15 years ago
  82. 51739ca Don't run 'strip' on files that aren't there. by Bill Wendling · 15 years ago
  83. 25c0805 Remove warnings about not being able to delete something. Don't run lipo on gccas, gccld, and llvm-config scripts. by Bill Wendling · 15 years ago
  84. a56c037 Revert 64023. make prefers GNUmakefile over makefile. by Evan Cheng · 16 years ago
  85. 923166f Move Apple style build makefiles to the top level. Just like llvmgcc42. by Evan Cheng · 16 years ago
  86. ed2eee6 Get rid of one more non-DebugLoc getNode and by Dale Johannesen · 16 years ago
  87. 3484c09 Remove a non-DebugLoc version of getNode. by Dale Johannesen · 16 years ago
  88. d907e49 FIx spelling. by Mike Stump · 16 years ago
  89. 44460da Probe for flags before using them to try to help compiling with by Mike Stump · 16 years ago
  90. 49de982 Reapply 63765. Patches for clang and llvm-gcc to follow. by Dale Johannesen · 16 years ago
  91. a05dca4 Remove non-DebugLoc forms of CopyToReg and CopyFromReg. Adjust callers. by Dale Johannesen · 16 years ago
  92. 4d452de Reverting 63765. This broke the build of both clang and llvm-gcc. by Dale Johannesen · 16 years ago
  93. d244797 New feature: add support for target intrinsics being defined in the by Nate Begeman · 16 years ago
  94. b0d5cdd Fix PR3453 and probably a bunch of other potential by Duncan Sands · 16 years ago
  95. ca64183 Explain why this is here. by Bill Wendling · 16 years ago
  96. 6e1bb38 - Add DebugLoc to getTargetNode(). by Bill Wendling · 16 years ago
  97. 63e3e63 Move the code that starts printing the Select_* functions by Dan Gohman · 16 years ago
  98. 57cd67f Typo. by Mikhail Glushenkov · 16 years ago
  99. 19d3e82 Add three new option properties. by Mikhail Glushenkov · 16 years ago
  100. 536ab13 Eliminate a couple of fields from TargetRegisterClass: SubRegClasses and SuperRegClasses. These are not necessary. Also eliminate getSubRegisterRegClass and getSuperRegisterRegClass. These are slow and their results can change if register file names change. Just use TargetLowering::getRegClassFor() to get the right TargetRegisterClass instead. by Evan Cheng · 16 years ago