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