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