1. 13b9bf9 Add sanity check in Clang TableGen backend to check if 'Component' is a string. by Ted Kremenek · 15 years ago
  2. 48fe635 Fix the Win32 VS2008 build: by Sebastian Redl · 15 years ago
  3. 7fae82f Fix regression in 'tblgen -gen-clang-diags-defs': Emit the diagnostic kind instead of "DIAGNOSTICCONTROLLED". by Ted Kremenek · 15 years ago
  4. 7cee817 Add support to tablegen for naming the nodes themselves, not just the operands, by Nate Begeman · 15 years ago
  5. 0f9d510 tblgen -gen-clang-diags-options: Output OptionTable entries in lexicographic by Ted Kremenek · 15 years ago
  6. 3ac82fe 'tblgen -gen-clang-diags-options' now outputs the OptionTable: by Ted Kremenek · 15 years ago
  7. 8b9d027 Add another Clang TableGen-backend (-gen-clang-diags-options) for emitting by Ted Kremenek · 15 years ago
  8. d477182 include the null at the end of a memorybuffer as part of the buffer. by Chris Lattner · 15 years ago
  9. 41e04be Add TGSourceMgr.cpp to CMake build, sort lines by Douglas Gregor · 15 years ago
  10. e6fd52e Add TableGen syntax highlighting for the jEdit editor. by Sebastian Redl · 15 years ago
  11. 557f7f8 Add (hidden) TableGen command option '-clang-component' which specifies the by Ted Kremenek · 15 years ago
  12. 04a847e Add initial implementation of a TableGen backend for converting Clang-warnings by Ted Kremenek · 15 years ago
  13. 02475f1 Further constify Record::isSubClassOf. by Ted Kremenek · 15 years ago
  14. 7f3b28a Fix escaping in asm string literals correctly by having tblgen unescape by Chris Lattner · 15 years ago
  15. e023bb6 add a horrible hack to fix the build. by Chris Lattner · 15 years ago
  16. ea9f4df add support for a few simple escape characters in tblgen strings. by Chris Lattner · 15 years ago
  17. a14b1de add a new TGError class and use it to propagate location info with by Chris Lattner · 15 years ago
  18. 7b9ffe4 give each Record a location. by Chris Lattner · 15 years ago
  19. 1c8ae59 make "locations" a class instead of a typedef. by Chris Lattner · 15 years ago
  20. 1d876b7 Unbreak build, bring in std::string for GCC 4.3 by Argyrios Kyrtzidis · 15 years ago
  21. 79a5cef Unbreak build. by Evan Cheng · 15 years ago
  22. aa739d2 split buffer management and diagnostic printing out of the tblgen by Chris Lattner · 15 years ago
  23. 85cdfad Fix an inconsistent use of LLVMGCCDIR. In all other cases, this directory by Bob Wilson · 15 years ago
  24. 4dc2b39 It makes no sense to have a ODR version of common linkage, so remove it. by Duncan Sands · 15 years ago
  25. d7a50cf implement support for C-style string literal concatenation in td files. by Chris Lattner · 15 years ago
  26. 5f4ee1f Remove the one-definition-rule version of extern_weak by Duncan Sands · 15 years ago
  27. 111def8 Add -disable-bindings for utils/NewNightlyTest.pl by Daniel Dunbar · 15 years ago
  28. 667d4b8 Introduce new linkage types linkonce_odr, weak_odr, common_odr by Duncan Sands · 15 years ago
  29. cc14d25 Change various llvm utilities to use PrettyStackTraceProgram in by Chris Lattner · 15 years ago
  30. 675e754 .emacs file bits for automatically setting the llvm.org coding style. Thanks Anton. by Mike Stump · 15 years ago
  31. c52551d 'append_cmd' should split its argument. by Mikhail Glushenkov · 15 years ago
  32. 13d5b71 these utils don't need exports. by Chris Lattner · 15 years ago
  33. 0d52ff1 Added support to have TableGen provide information if an intrinsic (core by Mon P Wang · 15 years ago
  34. 57f0db8 Overhaul my earlier submission due to feedback. It's a large patch, but most of by Bill Wendling · 15 years ago
  35. 5aa4977 - Use the "Fast" flag instead of "OptimizeForSize" to determine whether to emit by Bill Wendling · 15 years ago
  36. 9259905 * Fixed spelling by Misha Brukman · 15 years ago
  37. d5ece81 Keep the newline character at the end of the lines whose trailing whitespace we by Misha Brukman · 15 years ago
  38. 4c4c952 Only strip the newline character at the end of the lines that we're considering by Misha Brukman · 15 years ago
  39. 1bcf0f5 We have logic in there to emit a default debugging label at the beginning of a by Bill Wendling · 15 years ago
  40. 4ed0c5f Add an accessor method to DwarfWriter to tell of debugging info should be emitted. by Bill Wendling · 15 years ago
  41. 4dd82f6 Print out a new label only if the debug location *tuple* is different. The debug by Bill Wendling · 15 years ago
  42. 249e1e4 Forgot to check that debug information is supported. by Bill Wendling · 15 years ago
  43. cb819f1 Put code that generates debug labels into TableGen so that it can be used by by Bill Wendling · 15 years ago
  44. 38deef9 Add explicit keywords. by Dan Gohman · 15 years ago
  45. aff9c27 Unbreak the build on win32. Cleanup some warning. by Cedric Venet · 15 years ago
  46. d869b38 Generalize some alias analysis logic from atomic by Duncan Sands · 15 years ago
  47. e0a056b Fix MingW build: define GTEST_OS_WINDOWS if OS is MingW, but disable exceptions. by Julien Lerouge · 15 years ago
  48. 6919757 Don't try to strip a file we just moved. by Bill Wendling · 15 years ago
  49. 0de5d6f Strip the LTO dylib. by Bill Wendling · 15 years ago
  50. eaa0ffb Small fix for the 'strip' command. Do a list of .so files. by Bill Wendling · 15 years ago
  51. 32c1a4c Eliminate a 'control reaches end of non-void function' warning. by Evan Cheng · 15 years ago
  52. 51739ca Don't run 'strip' on files that aren't there. by Bill Wendling · 15 years ago
  53. 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
  54. a56c037 Revert 64023. make prefers GNUmakefile over makefile. by Evan Cheng · 16 years ago
  55. 923166f Move Apple style build makefiles to the top level. Just like llvmgcc42. by Evan Cheng · 16 years ago
  56. ed2eee6 Get rid of one more non-DebugLoc getNode and by Dale Johannesen · 16 years ago
  57. 3484c09 Remove a non-DebugLoc version of getNode. by Dale Johannesen · 16 years ago
  58. d907e49 FIx spelling. by Mike Stump · 16 years ago
  59. 44460da Probe for flags before using them to try to help compiling with by Mike Stump · 16 years ago
  60. 49de982 Reapply 63765. Patches for clang and llvm-gcc to follow. by Dale Johannesen · 16 years ago
  61. a05dca4 Remove non-DebugLoc forms of CopyToReg and CopyFromReg. Adjust callers. by Dale Johannesen · 16 years ago
  62. 4d452de Reverting 63765. This broke the build of both clang and llvm-gcc. by Dale Johannesen · 16 years ago
  63. d244797 New feature: add support for target intrinsics being defined in the by Nate Begeman · 16 years ago
  64. b0d5cdd Fix PR3453 and probably a bunch of other potential by Duncan Sands · 16 years ago
  65. ca64183 Explain why this is here. by Bill Wendling · 16 years ago
  66. 6e1bb38 - Add DebugLoc to getTargetNode(). by Bill Wendling · 16 years ago
  67. 63e3e63 Move the code that starts printing the Select_* functions by Dan Gohman · 16 years ago
  68. 57cd67f Typo. by Mikhail Glushenkov · 16 years ago
  69. 19d3e82 Add three new option properties. by Mikhail Glushenkov · 16 years ago
  70. 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
  71. 41b2340 Make tblgen more portable, allowing it to build with ICC. Patch by Robert Zeh! by Chris Lattner · 16 years ago
  72. 748dbc6 Fix a missing word. by Dan Gohman · 16 years ago
  73. 907532d Versions of VIM included with Intrepid and Leopard at least appear by Dan Gohman · 16 years ago
  74. 789da27 Enable syntax highlighting of LLVM and tablegen files by default, by Dan Gohman · 16 years ago
  75. 5e59c27 Only set cindent for C and C++ source files. by Dan Gohman · 16 years ago
  76. b6b5141 Change the hook API back to prevent memory leaks. by Mikhail Glushenkov · 16 years ago
  77. a298bb7 Allow hooks with arguments. by Mikhail Glushenkov · 16 years ago
  78. febf71d Avoid triggering an assertion failure when an instruction pattern by Dan Gohman · 16 years ago
  79. 05aae18 Add support for instructions with multiple ComplexPatterns, by by Dan Gohman · 16 years ago
  80. ceb4d1a Rename getABITypeSize to getTypePaddedSize, as suggested by Chris. by Duncan Sands · 16 years ago
  81. d4a2700 make tblgen autogenerate the nocapture intrinsics for by Chris Lattner · 16 years ago
  82. 10dae94 add scaffolding to emit argument attributes. No functionality change. by Chris Lattner · 16 years ago
  83. 048ffb2 make tblgen emit the entire Intrinsic::getAttributes method, by Chris Lattner · 16 years ago
  84. a62c302 add nocapture attribute to llvm.mem* intrinsics and have tblgen by Chris Lattner · 16 years ago
  85. cb856f6 This has been replaced by llvm/utils/lint/cpp_lint.py, which is more by Misha Brukman · 16 years ago
  86. d7a97f0 remove some exclusions that don't exist anymore. by Chris Lattner · 16 years ago
  87. 5539a1e Use VIM's built-in shorthand for whitespace in regex. by Misha Brukman · 16 years ago
  88. cb5852d Be sure to ignore the end-of-line character when considering trailing by Misha Brukman · 16 years ago
  89. bc03979 Improve support for type-generic vector intrinsics by teaching TableGen how by Bob Wilson · 16 years ago
  90. de0e7f2 Fix a thinko in the grammar for thread_local variables. by Dan Gohman · 16 years ago
  91. 1eb49a0 Delete an unused variable and simplify the code. by Dan Gohman · 16 years ago
  92. e035fa5 Handle iAny and fAny types in TreePatternNode::UpdateNodeType. by Bob Wilson · 16 years ago
  93. 1ed7942 Add the keyword 'default'. by Dan Gohman · 16 years ago
  94. 105a91a Renamed Google Test license file from COPYING to LICENSE.TXT to match LLVM by Misha Brukman · 16 years ago
  95. 8f56eba A few more polygen grammar updates. by Dan Gohman · 16 years ago
  96. 6c01ca9 Fix spelling in some comments. by Bob Wilson · 16 years ago
  97. 6a9e75e gc is not an obsolete keyword. by Dan Gohman · 16 years ago
  98. 571238a Update polygen grammar for recent language changes. by Dan Gohman · 16 years ago
  99. 7e638cd The .llx suffix is obsolete. by Dan Gohman · 16 years ago
  100. 5d8ab65 Update VIM LLVM IR syntax highlighting. by Dan Gohman · 16 years ago