1. a26f36c Some release notes. by Rafael Espindola · 14 years ago
  2. 9e69ff9 Change the signext language in LangRef to closer match zeroext. by Cameron Zwarich · 14 years ago
  3. 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
  4. be2e1b5 rip out llvm 2.8 release notes to make room for llvm 2.9 notes. by Chris Lattner · 14 years ago
  5. 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
  6. 90d81f1 Update DILexicalBlock doc to mention new fields. by Devang Patel · 14 years ago
  7. dea3a5e Clarify that the result of an srem is only guaranteed to have the same sign as the by Duncan Sands · 14 years ago
  8. f16fe9e Fix tagging name. by Bill Wendling · 14 years ago
  9. 6ca5537 remove another jeff link by Chris Lattner · 14 years ago
  10. a4a1c3f remove jeff's name (by his request) by Chris Lattner · 14 years ago
  11. 0dddbc3 Support for parallel compilation (/MP) when using the VS IDE. by Oscar Fuentes · 14 years ago
  12. 9ff5de9 Small cleanup. by Bill Wendling · 14 years ago
  13. 36d6c4d Update the documentation on "How to Release LLVM". It lays out a new way of by Bill Wendling · 14 years ago
  14. 60c8bf5 Fix typo pointed out in pr9339. by Duncan Sands · 14 years ago
  15. 8c20ec5 Enable support for vector sext and trunc: by Nadav Rotem · 14 years ago
  16. 89d31ec Remove the link to Projects.html. It is useless for people working on by Oscar Fuentes · 14 years ago
  17. ed9b934 Fix 9267; Add vector zext support. by Nadav Rotem · 14 years ago
  18. 7ac0199 Fix typo. by Nick Lewycky · 14 years ago
  19. ccd279d Fix thinko, basic blocks are SESE. The exits may have many edges though. by Nick Lewycky · 14 years ago
  20. ab4c366 Spelling fix: consequtive -> consecutive. by Duncan Sands · 14 years ago
  21. 155ced8 Minor fixes to tutorial, patch by Benjamin Meyer! by Chris Lattner · 14 years ago
  22. eafbe65 Adapt docs to '-loopsimplify -> -loop-simplify' change by Tobias Grosser · 15 years ago
  23. 776b7df attempt to capture recent discussion about overflow and inbounds geps. by Chris Lattner · 15 years ago
  24. ff3dbde Don't run ocamldoc if it's not installed by Erick Tryzelaar · 15 years ago
  25. 66298c1 fix typo by Chris Lattner · 15 years ago
  26. f287f01 Add testing stuff to CMake documents. by NAKAMURA Takumi · 15 years ago
  27. f067d58 implement .ll and .bc support for nsw/nuw on shl and exact on lshr/ashr. by Chris Lattner · 15 years ago
  28. 35bda89 enhance vmcore to know that udiv's can be exact, and add a trivial by Chris Lattner · 15 years ago
  29. 3728078 Update docs to match reality. by Devang Patel · 15 years ago
  30. 46a98cf Document the LLVM GIT mirror by Anton Korobeynikov · 15 years ago
  31. e136e50 Remove stale references of obsolete @llvm.dbg.variable. by Devang Patel · 15 years ago
  32. db9cd76 Most browsers eliminate whitespace between anchor tags. Force whitespace with by Nick Lewycky · 15 years ago
  33. 5969379 Handles libffi on the CMake build. by Oscar Fuentes · 15 years ago
  34. 8994075 finish a sentence. by Chris Lattner · 15 years ago
  35. a5eaa86 Add a clarification about merging constants with and without unnamed_addr. by Rafael Espindola · 15 years ago
  36. 3ca2102 Don't document exactly how virtual registers are represented as integers. Code by Jakob Stoklund Olesen · 15 years ago
  37. bea4626 First step in fixing PR8927: by Rafael Espindola · 15 years ago
  38. 1434f66 by David Greene · 15 years ago
  39. ab6acc6 Stub out a new updating interface to AliasAnalysis, allowing stateful analyses to be informed when by Owen Anderson · 15 years ago
  40. 375e5a3 We can count properly. by Owen Anderson · 15 years ago
  41. 18d4987 by David Greene · 15 years ago
  42. 9959706 Further expand what a call graph pass may do. by Nick Lewycky · 15 years ago
  43. 041ee7e Permit CallGraphSCCPasses readonly access to the direct callers of the functions by Nick Lewycky · 15 years ago
  44. 5e09eef Correct a bunch of mistakes which meant that the example pass didn't by Duncan Sands · 15 years ago
  45. dc97c0b I was unable to get the instructions to work if LLVM was built by Duncan Sands · 15 years ago
  46. 779ff7f Clarify that the loadable module turns up in the top-level directory, by Duncan Sands · 15 years ago
  47. 7a31865 Add a reference to the OCamlLangImpl8. by Erick Tryzelaar · 15 years ago
  48. 160dae7 Add an OCaml tutorial page 8 by Erick Tryzelaar · 15 years ago
  49. 0538729 Integers are primitive types. Update the documentation to state this by Tobias Grosser · 15 years ago
  50. 234da68 by David Greene · 15 years ago
  51. 4d75d80 by David Greene · 15 years ago
  52. b860203 Grammar corrections and some formatting changes. by Bill Wendling · 15 years ago
  53. d5fe3ef Update the target feature matrix to reflect some new features in the MBlaze backend. by Wesley Peck · 15 years ago
  54. 784a176 New cmake option LLVM_APPEND_VC_REV for controlling when the VC by Oscar Fuentes · 15 years ago
  55. 48461f6 Update the Target Feature Matrix for Mips by Bruno Cardoso Lopes · 15 years ago
  56. 01e5988 Fix a typo that Bill spotted. by Dan Gohman · 15 years ago
  57. 49e41c5 Document some more AliasAnalysis infrastructure limitations. by Dan Gohman · 15 years ago
  58. f722699 Add mention that we support FreeBSD/amd64. by Bill Wendling · 15 years ago
  59. aca0da6 Add IntervalMap to the Programmer's Manual. by Jakob Stoklund Olesen · 15 years ago
  60. 4c247f6 further fixes. by Chris Lattner · 15 years ago
  61. 7138863 fix typo by Chris Lattner · 15 years ago
  62. 4a34cbd Introduce a new PartialAlias response for AliasAnalysis. For most by Dan Gohman · 15 years ago
  63. 031d307 Use GZIPBIN instead of GZIP. Apparently gzip uses GZIP as an environment by Eric Christopher · 15 years ago
  64. 78ceb3a fix some validation problems by Chris Lattner · 15 years ago
  65. 69ad797 restructure this for readability, correct the example to follow the public ivar name convention by Chris Lattner · 15 years ago
  66. 98bec51 add a rule for enums, patch by Zhanyong Wan! by Chris Lattner · 15 years ago
  67. 6bfd4f4 Fix the prototype for the llvm.eh.selector intrinsic. by Bill Wendling · 15 years ago
  68. 6171ab6 Fix newlines. by Bill Wendling · 15 years ago
  69. 1324289 Clarify some of the differences between indexing with getelementptr and indexing with insertvalue/extractvalue. by Frits van Bommel · 15 years ago
  70. 7fcd4dc Add naming rules to the coding standards. by Zhanyong Wan · 15 years ago
  71. 558f5d2 forbid rtti and exceptions by Chris Lattner · 15 years ago
  72. 29b6cb4 Make @llvm.invariant.start not be readonly, so that it has side-effects. This by Nick Lewycky · 15 years ago
  73. d1627e3 Bump required cmake version on CMake.html. by Oscar Fuentes · 15 years ago
  74. cafe0b4 Fix formatting nits in the coding standards. Reviewed by clattner. by Zhanyong Wan · 15 years ago
  75. bf17cfa Renaming ISD::BIT_CONVERT to ISD::BITCAST to better reflect the LLVM IR concept. by Wesley Peck · 15 years ago
  76. a6fd81d a byval argument without an align can have an arbitrary alignment by Chris Lattner · 15 years ago
  77. eddd969 add some justification for "using namespace llvm;" by Chris Lattner · 15 years ago
  78. 684cf81 various cleanups and other improvements, patch by Zhanyong Wan! by Chris Lattner · 15 years ago
  79. ce1b9ad With the newly simplified SourceMgr interfaces and the generalized by Chris Lattner · 15 years ago
  80. 221b239 update coding standards. Partial specialization is now ok, by Chris Lattner · 15 years ago
  81. ac139f1 libc++ and compiler_rt are now dual licensed under UIUC and MIT license. by Chris Lattner · 15 years ago
  82. 5a0a7ce Document -enable-no-infs-fp-math and -enable-no-nans-fp-math command line options by Peter Collingbourne · 15 years ago
  83. ab7fa08 Fix missing includes of "llvm/Analysis/Passes.h" in the tutorials. Thanks by Dan Gohman · 15 years ago
  84. dfa1a79 Update examples and documentation to explicitly add basicaa, now that it's by Dan Gohman · 15 years ago
  85. c66712f -basicaa is no longer the default. by Dan Gohman · 15 years ago
  86. ac3031a no alpha jit support. by Chris Lattner · 15 years ago
  87. 97928d1 describe the preferred approach to silencing 'unused variable warnings' due to asserts. by Chris Lattner · 15 years ago
  88. e7ae70b CMake: Add the new option "LLVM_LIT_ARGS". by NAKAMURA Takumi · 15 years ago
  89. 40d438e Document debuginfo-tests. by Devang Patel · 15 years ago
  90. 90fd797 add (and document) the ability for alias results to have by Chris Lattner · 15 years ago
  91. 98c870f generalize alias support to allow the result of an alias to by Chris Lattner · 15 years ago
  92. c7a03fb document instalias. by Chris Lattner · 15 years ago
  93. e3f75a3 Fix typo, pointed out by Trevor Harmon. by Duncan Sands · 15 years ago
  94. 9372fd3 fix typo, patch by Trevor Harmon (PR8537) by Chris Lattner · 15 years ago
  95. 3695859 Removed obsolete section about VC++ project files. by Oscar Fuentes · 15 years ago
  96. 150d20e fix the !eq operator in tblgen to return a bit instead of an int. by Chris Lattner · 15 years ago
  97. 943beeb Validate HTML. by Benjamin Kramer · 15 years ago
  98. 50e5972 add missing tag by Chris Lattner · 15 years ago
  99. 8cf8bcc fix typos and some serious bugs in feature handling (but not for by Chris Lattner · 15 years ago
  100. 693173f Implement (and document!) support for MnemonicAlias's to have Requires by Chris Lattner · 15 years ago