1. 5acaeb5 Updating stale documentation on regalloc modes. by Andrew Trick · 13 years ago
  2. 75471d6 Describe the reasoning for compact unwind in better terms. Thanks to Nick Kledzik for the description. by Bill Wendling · 13 years ago
  3. 3ef750d Fix some typos. by Bill Wendling · 13 years ago
  4. 66bc5c6 An initial description of the compact unwind encoding. by Bill Wendling · 13 years ago
  5. 01ebd56 document thiscall, PR9101 by Chris Lattner · 13 years ago
  6. 3f58a51 Document the automatic alias printing of InstAliases. by Bill Wendling · 14 years ago
  7. f5af6ad docs: Introduce cascading style <div> and <p> continued on <h[2-5]>. by NAKAMURA Takumi · 14 years ago
  8. 05d0265 docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">. by NAKAMURA Takumi · 14 years ago
  9. d61895a Fix typo. by Jay Foad · 14 years ago
  10. b9a3363 docs: Canonicalize URLs. by NAKAMURA Takumi · 14 years ago
  11. cb88ec3 Trivial typo fixes. by Jay Foad · 14 years ago
  12. 49123fd Finish up the first draft of the release notes. by Chris Lattner · 14 years ago
  13. 3ca2102 Don't document exactly how virtual registers are represented as integers. Code by Jakob Stoklund Olesen · 14 years ago
  14. d5fe3ef Update the target feature matrix to reflect some new features in the MBlaze backend. by Wesley Peck · 14 years ago
  15. 48461f6 Update the Target Feature Matrix for Mips by Bruno Cardoso Lopes · 14 years ago
  16. 4c247f6 further fixes. by Chris Lattner · 14 years ago
  17. 7138863 fix typo by Chris Lattner · 14 years ago
  18. ac3031a no alpha jit support. by Chris Lattner · 14 years ago
  19. 90fd797 add (and document) the ability for alias results to have by Chris Lattner · 14 years ago
  20. 98c870f generalize alias support to allow the result of an alias to by Chris Lattner · 14 years ago
  21. c7a03fb document instalias. by Chris Lattner · 14 years ago
  22. 943beeb Validate HTML. by Benjamin Kramer · 14 years ago
  23. 50e5972 add missing tag by Chris Lattner · 14 years ago
  24. 8cf8bcc fix typos and some serious bugs in feature handling (but not for by Chris Lattner · 14 years ago
  25. 693173f Implement (and document!) support for MnemonicAlias's to have Requires by Chris Lattner · 14 years ago
  26. 674c1dc implement (and document!) the first kind of MC assembler alias, which by Chris Lattner · 14 years ago
  27. 219ddf5 clarify that not having the ".o file writing" feature by Chris Lattner · 14 years ago
  28. 94cc4fe Update target feature matrix for CellSPU by Kalle Raiskila · 14 years ago
  29. 4e13612 Update target feature matrix for Blackfin. by Jakob Stoklund Olesen · 14 years ago
  30. c6a4524 Updating target feature matrix to indicate current MBlaze status. by Wesley Peck · 14 years ago
  31. 6fb9955 broken link by Chris Lattner · 14 years ago
  32. 68de602 add a big table with target features. by Chris Lattner · 14 years ago
  33. 22481f2 random cruft in my tree. by Chris Lattner · 14 years ago
  34. e1b8345 add some documentation for the most important MC-level classes along with by Chris Lattner · 14 years ago
  35. 297907f Stack slot access methods are in TargetInstrInfo. by Jakob Stoklund Olesen · 14 years ago
  36. 8a3eab9 Remove the local register allocator. Please use the fast allocator instead. by Jakob Stoklund Olesen · 14 years ago
  37. e2c3a49 Revert r103213. It broke several sections of live website. by mike-m · 15 years ago[Renamed from docs/main/CodeGenerator.html]
  38. 68cb319 Overhauled llvm/clang docs builds. Closes PR6613. by mike-m · 15 years ago[Renamed from docs/CodeGenerator.html]
  39. 0473868 Fix a grammaro. by Bob Wilson · 15 years ago
  40. 6a4824c Docuemntation corrections from John Myers. by Dan Gohman · 15 years ago
  41. 2968943 add support, testcases, and dox for the new GHC calling by Chris Lattner · 15 years ago
  42. dc444e9 Add documentation on sibling call optimization. Rename tailcall2.ll test to sibcall.ll. by Evan Cheng · 15 years ago
  43. a9445e1 Floating-point add, sub, and mul are now spelled fadd, fsub, and fmul, by Dan Gohman · 15 years ago
  44. 8420910 Update the -tailcallopt description to match djg's improvements to the calling by Jeffrey Yasskin · 15 years ago
  45. b91227d x86 uses 5 operands for most memory refs now. by Chris Lattner · 15 years ago
  46. 0cabaa5 Update documentation for the -f change. by Dan Gohman · 15 years ago
  47. d2cb3d2 Remove the IA-64 backend. by Dan Gohman · 15 years ago
  48. c457b65 x86_64 was completely missing from the target triples supported by the X86 code by Torok Edwin · 15 years ago
  49. 587daed Change MachineInstrBuilder::addReg() to take a flag instead of a list of by Bill Wendling · 15 years ago
  50. d26795a Add some more documentation for x86 special address spaces. by Dan Gohman · 16 years ago
  51. 1777d0c Add basic support for code generation of by Chris Lattner · 16 years ago
  52. e370c80 ISD::ADD_PARTS is gone; use ISD::SMUL_LOHI as an example instead. by Dan Gohman · 16 years ago
  53. 8011880 More obsessive reformatting. Fixed some validation errors. by Bill Wendling · 16 years ago
  54. 3450984 Add some documentation for address-space-based access to the segment registers. by Nate Begeman · 16 years ago
  55. f00ddb0 Removed warnings from HTML 4.01 validator: trailing slashes in <br> and <img> by Misha Brukman · 16 years ago
  56. 4440870 Global replace of yellow W3C "valid HTML/CSS" icons with blue ones. by Misha Brukman · 16 years ago
  57. fd9ddc0 Delete some spurious characters. by Dan Gohman · 16 years ago
  58. a7ab2bf Fix some "</p>"s. by Dan Gohman · 16 years ago
  59. 641b279 Some documentation for LegalizeTypes. by Dan Gohman · 16 years ago
  60. 364a39f HTML syntax fixes. by Dan Gohman · 16 years ago
  61. 24585cb Fix a typo. by Dan Gohman · 16 years ago
  62. 8c9c55f Add more documentation advertising the -view-*-dags options. by Dan Gohman · 16 years ago
  63. 475871a Rename SDOperand to SDValue. by Dan Gohman · 16 years ago
  64. 03e5857 Fix an error in the two-address example. by Dan Gohman · 16 years ago
  65. 83ec4b6 Wrap MVT::ValueType in a struct to get type safety by Duncan Sands · 16 years ago
  66. 61399af Fix example to be valid LLVM assembly. by Matthijs Kooijman · 16 years ago
  67. 9097d14 Add documentation for tail call optimization to CodeGenerator.html. Add a link by Arnold Schwaighofer · 16 years ago
  68. 6f0d024 Rename MRegisterInfo to TargetRegisterInfo. by Dan Gohman · 17 years ago
  69. 534bcfb update a couple of references to SSARegMap. by Chris Lattner · 17 years ago
  70. fd80072 Make it more clear that some things that can't be done in .td files can by Dan Gohman · 17 years ago
  71. e9bb13d Document the -view-sunit-dags option. by Dan Gohman · 17 years ago
  72. 7794935 LLVM does not use the old style simple isel any more. by Evan Cheng · 17 years ago
  73. 04367bf first pass of nomenclature changes in .html files by Gabor Greif · 17 years ago
  74. d201f4e Adding credit for PPC changes. by Jim Laskey · 18 years ago
  75. b744c25 Pass html validation. by Jim Laskey · 18 years ago
  76. 762b6cb Start of PowerPC info. by Jim Laskey · 18 years ago
  77. 82e2eea Clean-up of formatting and spelling. by Bill Wendling · 18 years ago
  78. 3cd5ca6 Put code example inside of "doc_code" divisions. by Bill Wendling · 18 years ago
  79. bcb9770 Added some eye-candy for Subtarget type checking by Anton Korobeynikov · 18 years ago
  80. 41b3252 *** empty log message *** by Bill Wendling · 18 years ago
  81. bd0d7b5 Fixed my rotten Engrish grammar. by Bill Wendling · 18 years ago
  82. 3fc488d Cleaned up some of the grammar in the Live Intervals section. Removed the by Bill Wendling · 18 years ago
  83. 2f87a88 First draft of the "Live Interval Analysis" section. This is the "Live by Bill Wendling · 18 years ago
  84. bf77441 Fixed formatting problem. by Bill Wendling · 18 years ago
  85. a396ee8 Added documentation Fernando Magno Quintao Pereira wrote for the register by Bill Wendling · 18 years ago
  86. 1644877 Spell naively with the i-Umlaut... by Bill Wendling · 18 years ago
  87. 546c421 Messed up and put a "To be written" in a section that was written. by Bill Wendling · 18 years ago
  88. 91e10c4 Added some preliminary text to the TargetJITInfo class section. by Bill Wendling · 18 years ago
  89. 2a60703 Remove V9 by Chris Lattner · 19 years ago
  90. 05fe4b0 Changes docs for llvm.cs.uiuc.edu -> llvm.org by Reid Spencer · 19 years ago
  91. 0b81cda Fix spelling of 'separate'. by Jeff Cohen · 19 years ago
  92. a1ff931 Apparently, people object to floating pointers. Picky picky. by Chris Lattner · 19 years ago
  93. 82d61a1 As requested, a blurb on sub-targets. by Jim Laskey · 19 years ago
  94. 7d6915c fix some grammar-o's I noticed by Chris Lattner · 19 years ago
  95. c38959f Feedback from Nate. by Chris Lattner · 19 years ago
  96. df921f0 Document -view-isel-dags and -view-sched-dags by Chris Lattner · 19 years ago
  97. 7a025c8 Add a bunch of info about the isel autogenerator. Review appreciated! by Chris Lattner · 19 years ago
  98. 32e89f2 Fill this out some more. Add description of MBB/MF. Fix some broken links, by Chris Lattner · 19 years ago
  99. 47adebb Add a stub for the TargetSubtarget class. Jim, please fill a blurb in here by Chris Lattner · 19 years ago
  100. e35d3bb update this a little bit to talk about the dag combiner and remove inaccuracies. by Chris Lattner · 19 years ago