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