1. 5c6e4df docs/*.html: Appease W3C Checker to add "charset=utf-8". by NAKAMURA Takumi · 13 years ago
  2. 40230c4 Document Paste by David Greene · 13 years ago
  3. dc5287c Document NAME by David Greene · 13 years ago
  4. a1b1b79 Remove Multidefs by David Greene · 13 years ago
  5. 4413b50 Fix a typo. by David Greene · 13 years ago
  6. 112d959 Document Multidefs by David Greene · 13 years ago
  7. f5af6ad docs: Introduce cascading style <div> and <p> continued on <h[2-5]>. by NAKAMURA Takumi · 13 years ago
  8. 05d0265 docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">. by NAKAMURA Takumi · 13 years ago
  9. b9a3363 docs: Canonicalize URLs. by NAKAMURA Takumi · 13 years ago
  10. 1434f66 by David Greene · 14 years ago
  11. 6171ab6 Fix newlines. by Bill Wendling · 14 years ago
  12. 150d20e fix the !eq operator in tblgen to return a bit instead of an int. by Chris Lattner · 14 years ago
  13. 943beeb Validate HTML. by Benjamin Kramer · 14 years ago
  14. c7252ce remove the !nameconcat tblgen feature. It "shorthand" and only used in 4 places by Chris Lattner · 14 years ago
  15. 1f4a149 Remove isTwoAddress from llvm. by Eric Christopher · 14 years ago
  16. 6e0a99a Teach tablegen how to inherit from classes in 'defm' definitions. by Bruno Cardoso Lopes · 14 years ago
  17. eba8f18 For a tablegen expression such as !if(a,b,c), let 'a' by Bruno Cardoso Lopes · 14 years ago
  18. e87de41 let the '!eq' expression support 'int' and 'bit' types by Bruno Cardoso Lopes · 14 years ago
  19. ee65db3 Teach tablegen to allow "let" expressions inside multiclasses, by Bruno Cardoso Lopes · 14 years ago
  20. 270562b Teach tablegen to support 'defm' inside multiclasses. by Bruno Cardoso Lopes · 14 years ago
  21. e2c3a49 Revert r103213. It broke several sections of live website. by mike-m · 14 years ago[Renamed from docs/main/TableGenFundamentals.html]
  22. 68cb319 Overhauled llvm/clang docs builds. Closes PR6613. by mike-m · 14 years ago[Renamed from docs/TableGenFundamentals.html]
  23. ca73cea improve tblgen doc, pointed out by Zhongxing. by Chris Lattner · 14 years ago
  24. 310adf1 remove parallel support. by Chris Lattner · 14 years ago
  25. bc9d98b The mayHaveSideEffects flag is no longer used. by Dan Gohman · 15 years ago
  26. 8ff4b43 Fix a typo. by Dan Gohman · 15 years ago
  27. 6786d5e by David Greene · 15 years ago
  28. 533297b Rename usesCustomDAGSchedInserter to usesCustomInserter, and update a by Dan Gohman · 15 years ago
  29. 11f911f Move implicit and paralle to a separate codegen specific section. by Evan Cheng · 15 years ago
  30. e15192b Documentation: fix HTML validation errors. by Benjamin Kramer · 15 years ago
  31. 2c02662 by David Greene · 15 years ago
  32. ffc0ab6 by David Greene · 15 years ago
  33. 0d97399 by David Greene · 15 years ago
  34. ccbfb8d by David Greene · 15 years ago
  35. 938c8ab by David Greene · 15 years ago
  36. a7185b2 Add short descriptions of 'implicit' and 'parallel'. by Evan Cheng · 15 years ago
  37. 9bea7c8 by David Greene · 15 years ago
  38. 5f9f9ba by David Greene · 15 years ago
  39. beb31a5 by David Greene · 15 years ago
  40. 4afc509 by David Greene · 15 years ago
  41. e6c27de by David Greene · 15 years ago
  42. 3f47c29 by David Greene · 15 years ago
  43. e8cf21e by David Greene · 15 years ago
  44. 5654613 by David Greene · 15 years ago
  45. c7cafcd by David Greene · 15 years ago
  46. de444af Implement multiclass inheritance. by David Greene · 15 years ago
  47. 4440870 Global replace of yellow W3C "valid HTML/CSS" icons with blue ones. by Misha Brukman · 16 years ago
  48. 15511cf Rename isSimpleLoad to canFoldAsLoad, to better reflect its meaning. by Dan Gohman · 16 years ago
  49. 94199da Fix spelling error. by Matthijs Kooijman · 16 years ago
  50. 364a39f HTML syntax fixes. by Dan Gohman · 16 years ago
  51. 0602df7 More violation fixes. by Bill Wendling · 17 years ago
  52. 58d96d6 Fix validation errors: di -> dt. by Bill Wendling · 17 years ago
  53. 643eb5d Reformatting. Adding "doc_code" divisions for code examples. Updated some by Bill Wendling · 17 years ago
  54. f1b5adb Missing anchor by Jim Laskey · 18 years ago
  55. e7173e1 Fix a typo Jim pointed out, thanks! by Chris Lattner · 18 years ago
  56. 40de6ca document !strconcat by Chris Lattner · 18 years ago
  57. 84b3598 Document multiclasses and defm's by Chris Lattner · 18 years ago
  58. 05fe4b0 Changes docs for llvm.cs.uiuc.edu -> llvm.org by Reid Spencer · 19 years ago
  59. 0b81cda Fix spelling of 'separate'. by Jeff Cohen · 19 years ago
  60. 33694cf new expression type by Chris Lattner · 19 years ago
  61. 33066e9 Surround code element with <tt> tags by Misha Brukman · 20 years ago
  62. 08772da Put <tt> around verbatim code elements. by Misha Brukman · 20 years ago
  63. fdec1d5 Document new syntax by Chris Lattner · 20 years ago
  64. 1aab327 Remove dead section by Chris Lattner · 20 years ago
  65. 179bf4b Fix broken internal link. by Misha Brukman · 20 years ago
  66. 78b648c Specify div type "doc_text" to get proper indentation for paragraphs. by Misha Brukman · 20 years ago
  67. 7911ce2 Make use of the new doc_author class. "Seperate content from presentation" they said. by Chris Lattner · 20 years ago
  68. 85234ac Make document HTML-4.01 (Strict) compliant. by Misha Brukman · 20 years ago
  69. aa55c8c Fixed minor typos. by John Criswell · 21 years ago
  70. 23f54fa Add information about the piece I forgot to write: parameterized tablegen classes by Chris Lattner · 21 years ago
  71. fa6f309 Syntax hilight examples and add note about emacs/vim mode files by Chris Lattner · 21 years ago
  72. b54c99c Add a new document describing TableGen by Chris Lattner · 21 years ago