1. 325e66d 1. Keep lines in 80 columns. 2. Remove unused function. 3. Correct indentation. by Akira Hatanaka · 13 years ago
  2. 3f58a51 Document the automatic alias printing of InstAliases. by Bill Wendling · 13 years ago
  3. 464f4ef Use llvm.dbg.cu named metadata to collect compile units. by Devang Patel · 13 years ago
  4. d4b0c6c Update instructions: LLVM.cmake is now LLVMConfig.cmake by Oscar Fuentes · 13 years ago
  5. 780cc5f docs/doxygen.css: Tweak padding on memdoc. by NAKAMURA Takumi · 13 years ago
  6. ca8d63b docs/doxygen.css: Tweak style for readability. by NAKAMURA Takumi · 13 years ago
  7. fb88665 Regenerate. by Mikhail Glushenkov · 13 years ago
  8. 1611bcd Comment edit. by Andrew Trick · 13 years ago
  9. f5af6ad docs: Introduce cascading style <div> and <p> continued on <h[2-5]>. by NAKAMURA Takumi · 13 years ago
  10. 5e06bb8 Let front-end tie subprogram declaration with subprogram definition directly. by Devang Patel · 13 years ago
  11. 074eeaa docs/llvm.css: Introduce cascading style <div> and <p> continued on <h[2-5]>. For now, it is applied in AliasAnalysis.html and ReleaseNotes.html. by NAKAMURA Takumi · 13 years ago
  12. b5f7491 docs/Passes.html: Fix a garbage. by NAKAMURA Takumi · 13 years ago
  13. 05d0265 docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">. by NAKAMURA Takumi · 13 years ago
  14. 06c6d9a docs: Redefine Heading elements as below; by NAKAMURA Takumi · 13 years ago
  15. e9db5e2 Introduce support to encode Objective-C property information in debugging information generated for an interface. by Devang Patel · 13 years ago
  16. 3e03e5d Fix some broken links, from Matthieu Monrocq by Douglas Gregor · 13 years ago
  17. 7a2bdde Fix a ton of comment typos found by codespell. Patch by by Chris Lattner · 13 years ago
  18. b57b066 Documented bugpoint --compile-custom --compile-command. by Andrew Trick · 13 years ago
  19. d61895a Fix typo. by Jay Foad · 13 years ago
  20. ca4cac4 Fix a hole in the definition of "dependence" used by trap values. Trap by Dan Gohman · 13 years ago
  21. 23ba1e4 Document how to build a LLVM pass with CMake out of source. by Oscar Fuentes · 13 years ago
  22. ee69926 docs/CommandGuide/index.html: Fix CSS url to relative. by NAKAMURA Takumi · 13 years ago
  23. dd499c3 docs/CommandLine.html: &quot;ize. by NAKAMURA Takumi · 13 years ago
  24. 3447b4f CMake: support for using LLVM from client projects with find_package. by Oscar Fuentes · 13 years ago
  25. bbe9d34 Reword instructions for running tests on Visual Studio. by Oscar Fuentes · 13 years ago
  26. 4d6deb0 docs/*.html: Make W3C HTML 4.01 Strict more compliant. by NAKAMURA Takumi · 13 years ago
  27. 073d025 docs/tutorial/OCamlLangImpl7.html: Fix a href to missing Chapter 8. by NAKAMURA Takumi · 13 years ago
  28. 31c1806 docs: Fix some in-package URLs. by NAKAMURA Takumi · 13 years ago
  29. b9a3363 docs: Canonicalize URLs. by NAKAMURA Takumi · 13 years ago
  30. 3f932a7 Simplify array bound checks and clarify comments. One element array can have same non-zero number as lower bound as well as upper bound. by Devang Patel · 13 years ago
  31. fb6e8d6 Do not emit DW_AT_upper_bound and DW_AT_lower_bound for unbouded array. by Devang Patel · 13 years ago
  32. 9046413 Missing closed tag. by Bill Wendling · 13 years ago
  33. 3dcac71 Also add the late notes for Mips in the current release note by Bruno Cardoso Lopes · 13 years ago
  34. 71001c9 Fix a bit of nonsense. by Jay Foad · 13 years ago
  35. a844a3e add faust too by Chris Lattner · 13 years ago
  36. 3d6a80a add a few late stragglers. by Chris Lattner · 13 years ago
  37. 77b42e9 Fix a typo. by Roman Divacky · 13 years ago
  38. 0fa5da9 add rubinius by Chris Lattner · 13 years ago
  39. f3ba7af Fix some typos. Minor tweaks to how some things were expressed. by Duncan Sands · 13 years ago
  40. cb88ec3 Trivial typo fixes. by Jay Foad · 13 years ago
  41. 49123fd Finish up the first draft of the release notes. by Chris Lattner · 13 years ago
  42. c5ac61d continue writing. by Chris Lattner · 13 years ago
  43. 3bfe57e add the external users that emailed me. by Chris Lattner · 13 years ago
  44. 2009c49 some libc++ notes. by Chris Lattner · 13 years ago
  45. df448a3 some edits. by Chris Lattner · 13 years ago
  46. 1efe27e distribute content out to the appropriate sections by Chris Lattner · 13 years ago
  47. e4dc196 finished my pass through all the 2.9 commits, now to make this intelligible by Chris Lattner · 13 years ago
  48. 8ae4261 mention llvm::ArrayRef, which should be use much more pervasively than by Chris Lattner · 13 years ago
  49. da19475 Add support to encode function's template parameters. by Devang Patel · 13 years ago
  50. c631931 docs/ReleaseNotes.html: Please use proper *Heading* elements instead of classified div. by NAKAMURA Takumi · 13 years ago
  51. 51fbec9 remove graphprinter support for domfrontier. by Chris Lattner · 13 years ago
  52. 0f310ee only 7 more weeks to go. by Chris Lattner · 13 years ago
  53. 4359e5e Document llvm/ADT/IntEqClasses.h in ProgrammersManual.html by Jakob Stoklund Olesen · 13 years ago
  54. 7a8e6c5 more notes to self. by Chris Lattner · 13 years ago
  55. 45c435a docs/ReleaseNotes.html: Add a few notes to MCCOFF and x64. FIXME: fixme! by NAKAMURA Takumi · 13 years ago
  56. a8b3e18 docs/GettingStarted.html: FIXME: dg, lit, and source tree layout. by NAKAMURA Takumi · 13 years ago
  57. 0a6f6d5 add a bunch of notes to myself, this is not intended to be gramatic or by Chris Lattner · 13 years ago
  58. c3b94fb Add info on where to get 2.9 final svn sources. by Bill Wendling · 13 years ago
  59. 528a510 Dragonegg release notes. by Duncan Sands · 13 years ago
  60. 5bb3ece Pick better examples. "fpext float 3.1415 to double" won't parse because 3.1415 by Nick Lewycky · 13 years ago
  61. 3ecfc86 Remove PHINode::reserveOperandSpace(). Instead, add a parameter to by Jay Foad · 13 years ago
  62. da6eed3 Document llvm.dbg.sp, llvm.dbg.gv and llvm.dbg.enum by Devang Patel · 13 years ago
  63. 282fdd3 docs/GettingStarted.html: [PR8850] Add a note for x86_64-w64-mingw32. by NAKAMURA Takumi · 13 years ago
  64. 3c49655 docs/GettingStarted.html: Add blurb "--enable-shared" on cygming. by NAKAMURA Takumi · 13 years ago
  65. 1a59243 Remove redundant compression option. by Bill Wendling · 14 years ago
  66. 49e0ccf fix description, PR9542 by Chris Lattner · 14 years ago
  67. 415247d Update Passes.html, part 3: alphabetize descriptions. by Eli Friedman · 14 years ago
  68. de8ec5b Update Passes.html, part 2: cleanup a bit more dead docs, a few more by Eli Friedman · 14 years ago
  69. e6ed15b Update Passes.html, part 1: remove passes which were removed from the tree, by Eli Friedman · 14 years ago
  70. a26f36c Some release notes. by Rafael Espindola · 14 years ago
  71. 9e69ff9 Change the signext language in LangRef to closer match zeroext. by Cameron Zwarich · 14 years ago
  72. ebe8173 The x86-64 ABI says that a bool is only guaranteed to be sign-extended to a byte by Cameron Zwarich · 14 years ago
  73. be2e1b5 rip out llvm 2.8 release notes to make room for llvm 2.9 notes. by Chris Lattner · 14 years ago
  74. a83688f Since last couple of days, argument number is encoded using 8 bits from line number field in argument's debug info. by Devang Patel · 14 years ago
  75. 90d81f1 Update DILexicalBlock doc to mention new fields. by Devang Patel · 14 years ago
  76. dea3a5e Clarify that the result of an srem is only guaranteed to have the same sign as the by Duncan Sands · 14 years ago
  77. f16fe9e Fix tagging name. by Bill Wendling · 14 years ago
  78. 6ca5537 remove another jeff link by Chris Lattner · 14 years ago
  79. a4a1c3f remove jeff's name (by his request) by Chris Lattner · 14 years ago
  80. 0dddbc3 Support for parallel compilation (/MP) when using the VS IDE. by Oscar Fuentes · 14 years ago
  81. 9ff5de9 Small cleanup. by Bill Wendling · 14 years ago
  82. 36d6c4d Update the documentation on "How to Release LLVM". It lays out a new way of by Bill Wendling · 14 years ago
  83. 60c8bf5 Fix typo pointed out in pr9339. by Duncan Sands · 14 years ago
  84. 8c20ec5 Enable support for vector sext and trunc: by Nadav Rotem · 14 years ago
  85. 89d31ec Remove the link to Projects.html. It is useless for people working on by Oscar Fuentes · 14 years ago
  86. ed9b934 Fix 9267; Add vector zext support. by Nadav Rotem · 14 years ago
  87. 7ac0199 Fix typo. by Nick Lewycky · 14 years ago
  88. ccd279d Fix thinko, basic blocks are SESE. The exits may have many edges though. by Nick Lewycky · 14 years ago
  89. ab4c366 Spelling fix: consequtive -> consecutive. by Duncan Sands · 14 years ago
  90. 155ced8 Minor fixes to tutorial, patch by Benjamin Meyer! by Chris Lattner · 14 years ago
  91. eafbe65 Adapt docs to '-loopsimplify -> -loop-simplify' change by Tobias Grosser · 14 years ago
  92. 776b7df attempt to capture recent discussion about overflow and inbounds geps. by Chris Lattner · 14 years ago
  93. ff3dbde Don't run ocamldoc if it's not installed by Erick Tryzelaar · 14 years ago
  94. 66298c1 fix typo by Chris Lattner · 14 years ago
  95. f287f01 Add testing stuff to CMake documents. by NAKAMURA Takumi · 14 years ago
  96. f067d58 implement .ll and .bc support for nsw/nuw on shl and exact on lshr/ashr. by Chris Lattner · 14 years ago
  97. 35bda89 enhance vmcore to know that udiv's can be exact, and add a trivial by Chris Lattner · 14 years ago
  98. 3728078 Update docs to match reality. by Devang Patel · 14 years ago
  99. 46a98cf Document the LLVM GIT mirror by Anton Korobeynikov · 14 years ago
  100. e136e50 Remove stale references of obsolete @llvm.dbg.variable. by Devang Patel · 14 years ago