1. 7c2da96 Fix some typos. by Duncan Sands · 15 years ago
  2. 570a4a5 Reintroduce the InlineHint function attribute. by Jakob Stoklund Olesen · 15 years ago
  3. 6351d6b Make docs less specific about their versions, at Chris's suggestion. by Jeffrey Yasskin · 15 years ago
  4. 6cfb8a1 Mention the version in the documentation index and link to the 2.6 docs, which by Jeffrey Yasskin · 15 years ago
  5. 523e392 Add "Author Date Id Revision" svn:keyword properties to these files, as by Dan Gohman · 15 years ago
  6. 0823d2a Inline addAssemblyEmitter into its one real caller and delete by Chris Lattner · 15 years ago
  7. 01eba39 Belatedly document r85295 and r85330. by Jeffrey Yasskin · 15 years ago
  8. ca752c9 Update of 94055 to track the IR level call site information via an intrinsic. by Jim Grosbach · 15 years ago
  9. 4fcd607 Record the death of ModuleProvier and GhostLinkage in the release notes and by Jeffrey Yasskin · 15 years ago
  10. bec4877 Truncate the release notes so they're ready to accumulate notes for the 2.7 release. by Jeffrey Yasskin · 15 years ago
  11. f0356fe Kill ModuleProvider and ghost linkage by inverting the relationship between by Jeffrey Yasskin · 15 years ago
  12. 18821e0 no need to implement these. by Chris Lattner · 15 years ago
  13. f958dd2 reduce redundant are's. by Chris Lattner · 15 years ago
  14. 048fe3c add a thing to investigate. by Chris Lattner · 15 years ago
  15. e6a5ddd move "Metadata Nodes and Metadata Strings" section to the right place in the by Chris Lattner · 15 years ago
  16. 606a1d1 Remove the InlineHint attribute. There are no current or planned users. by Eric Christopher · 15 years ago
  17. df7a680 mention that unwind isn't to be trusted, patch by Dustin Laurence by Chris Lattner · 15 years ago
  18. 67a1a54 Add documentation for llvm.dbg.value intrinsic by Victor Hernandez · 15 years ago
  19. cd1fd25 Add top level section for named metadata. by Devang Patel · 15 years ago
  20. 7a088cf Improve unclear bits and inaccuracies in structure and insertvalue by Jeffrey Yasskin · 15 years ago
  21. 8420910 Update the -tailcallopt description to match djg's improvements to the calling by Jeffrey Yasskin · 15 years ago
  22. 76ef298 add 3 passes which have been added but aren't used afaik. by Chris Lattner · 15 years ago
  23. 95fa80a Clarify the requirements for a "tail call" to actually be optimized into a by Jeffrey Yasskin · 15 years ago
  24. 873187c improve documentation for linkonce to be less confusing. by Chris Lattner · 15 years ago
  25. d003c5b Grammar thinko. by Eric Christopher · 15 years ago
  26. 3e30c2a NamedMDNode is a collection MDNodes. by Devang Patel · 15 years ago
  27. 6786d5e by David Greene · 15 years ago
  28. 5f7775c Add an entry on SmallBitVector. by Dan Gohman · 15 years ago
  29. 0a9ff4b Regenerate. by Mikhail Glushenkov · 15 years ago
  30. 8295a0a Update docs for bitcode changes. For object size checking we won't by Eric Christopher · 15 years ago
  31. 18df1d4 Add more detail for getting started on Windows. by Jim Grosbach · 15 years ago
  32. 90b5d04 Regenerate. by Mikhail Glushenkov · 15 years ago
  33. d934b63 Rearrange rules to add missing dependency and allow parallel makes. by Bob Wilson · 15 years ago
  34. 16f1692 Add note about loadable modules on windows. Patch by Gregory Petrosyan! by Anton Korobeynikov · 15 years ago
  35. abf31b9 Regenerate. by Mikhail Glushenkov · 15 years ago
  36. 6c7e8a0 More updates to objectsize intrinsic docs. by Eric Christopher · 15 years ago
  37. 0e97e79 Update per Bill's comments. Work in progress. by Eric Christopher · 15 years ago
  38. 1851860 Support -[weak_]framework and -F in llvmc. by Mikhail Glushenkov · 15 years ago
  39. f12a900 Add two CMake flags LLVM_ENABLE_PEDANTIC and LLVM_ENABLE_WERROR, by Oscar Fuentes · 15 years ago
  40. 02216ff Remove some validation errors. by Bill Wendling · 15 years ago
  41. cf493b8 Some formatting and spelling fixes. by Bill Wendling · 15 years ago
  42. 0e67149 First pass at llvm.objectsize documentation. by Eric Christopher · 15 years ago
  43. 808ce5f Remove the 'simple jit' tutorial as it wasn't really being maintained and its by Nick Lewycky · 15 years ago
  44. d40d14e Vector types are no longer required to have a power-of-two length. by Duncan Sands · 15 years ago
  45. 65687f7 These code generator limitations have been removed. by Duncan Sands · 15 years ago
  46. 744950d Update to reflect recent debugging information encoding changes. by Devang Patel · 15 years ago
  47. b8352de CMake: generate targets for tools and examples even when by Oscar Fuentes · 15 years ago
  48. 964ac01 Allow '_' in FileCheck variable names, it is nice to have at least one by Daniel Dunbar · 15 years ago
  49. 0a984f8 Update doc re: LLVM_BUILD_EXAMPLES. by Daniel Dunbar · 15 years ago
  50. 66e08cf Remove the AliasAnalysis::getMustAliases method, which is dead. by Chris Lattner · 15 years ago
  51. 789b45b Fix HTML formatting. by Jay Foad · 15 years ago
  52. 40c67b5 lit: Add --repeat=N option, for running each test N times. by Daniel Dunbar · 15 years ago
  53. 6f479e5 lit: Start documentation testing architecture. by Daniel Dunbar · 15 years ago
  54. 7657f6b The inbounds keyword isn't relevant to overindexing of by Dan Gohman · 15 years ago
  55. 9384438 Remove the "special case" for zero-length arrays, and rephrase this by Dan Gohman · 15 years ago
  56. e82bdc4 add the ability for TargetData to return information about legal integer by Chris Lattner · 15 years ago
  57. f626167 lit: Add --param NAME=VALUE option, for test suite specific use (to communicate by Daniel Dunbar · 15 years ago
  58. e6b5a52 The magic for our current brand of .bc files is BC. For older ones it was llvc. by Nick Lewycky · 15 years ago
  59. 554ee4a fix broken link by Chris Lattner · 15 years ago
  60. 21c346e Add missing end-tag. by Bill Wendling · 15 years ago
  61. f82d40a Some formatting changes. by Bill Wendling · 15 years ago
  62. cdfc940 Revert 85678/85680. The decision is to stay with the current form of by Chris Lattner · 15 years ago
  63. 7d83ebc Make blockaddress(@func, null) be valid, and make 'deleting a basic by Chris Lattner · 15 years ago
  64. 533297b Rename usesCustomDAGSchedInserter to usesCustomInserter, and update a by Dan Gohman · 15 years ago
  65. 5c303e8 greatly improve the LLVM IR bitcode encoding documentation, by Chris Lattner · 15 years ago
  66. a5b6f45 use metavariable <result> instead of SSA name %result for consistency by Gabor Greif · 15 years ago
  67. ec58f75 ooops, SSA name should not be part of the link by Gabor Greif · 15 years ago
  68. 6a29201 advertise new syntax for unnamed instructions by Gabor Greif · 15 years ago
  69. 46b3abc doc bug spotted by apinski by Chris Lattner · 15 years ago
  70. ab21db7 rename indbr -> indirectbr to appease the residents of #llvm. by Chris Lattner · 15 years ago
  71. 569d9d9 typo by Chris Lattner · 15 years ago
  72. 2dfdf2a you can't take the address of the entry block of a function. by Chris Lattner · 15 years ago
  73. 3fd77ce improvements from gabor. by Chris Lattner · 15 years ago
  74. f9d078e fix things pointed out by Dan! by Chris Lattner · 15 years ago
  75. c6f4436 document the forthcoming blockaddress constant. by Chris Lattner · 15 years ago
  76. dc85724 Change the JIT to compile eagerly by default as agreed in by Jeffrey Yasskin · 15 years ago
  77. 5f75cf5 fix pasto pointed out by Rafael by Chris Lattner · 15 years ago
  78. f9be95f add enough support for indirect branch for the feature test to pass by Chris Lattner · 15 years ago
  79. 8d33659 Fix reversed logic spotted by Owen Anderson. by Nick Lewycky · 15 years ago
  80. 2fee294 Remove all references to MallocInst and FreeInst by Victor Hernandez · 15 years ago
  81. 8b67f77 Move DataTypes.h to include/llvm/System, update all users. This breaks the last by Chandler Carruth · 15 years ago
  82. edb8997 lit: Add --config-prefix option, to override default config file names. by Daniel Dunbar · 15 years ago
  83. 0a018d3 Regenerate. by Mikhail Glushenkov · 15 years ago
  84. 66284e0 Auto-upgrade free instructions to calls to the builtin free function. by Victor Hernandez · 15 years ago
  85. f08803b Add 2.6 release note. by Tanya Lattner · 15 years ago
  86. 71a5c22 Try r84890 again (adding ValueMap<>), now that I've tested the compile on by Jeffrey Yasskin · 15 years ago
  87. a84c9db Revert r84890, which broke the linux build. by Jeffrey Yasskin · 15 years ago
  88. e0a2340 Add a ValueMap<ValueOrSubclass*, T> type. ValueMap<Value*, T> is safe to use by Jeffrey Yasskin · 15 years ago
  89. 8ba2d5b Rename msasm to alignstack per review. by Dale Johannesen · 15 years ago
  90. 2ba7a90 Two corrections for docs/CMake.html. by Oscar Fuentes · 15 years ago
  91. 8b828a8 Add link to 'lit' from CommandGuide. by Daniel Dunbar · 15 years ago
  92. 704ac90 check in a bunch of content from TestingGuide. Part of PR5216 by Chris Lattner · 15 years ago
  93. 7e23d6e Update from Cristina, llvm-gcc doesn't build on the SPARC version of solaris by Chris Lattner · 15 years ago
  94. 78a1dcc The gcc plugin is now called dragonegg.so and no longer llvm.so. by Duncan Sands · 15 years ago
  95. b01bbdc I don't see any point in having both eh.selector.i32 and eh.selector.i64, by Duncan Sands · 15 years ago
  96. 09fed25 Documentation for the new msasm flag, which is no by Dale Johannesen · 15 years ago
  97. 61358ab rename ReleaseNotes-2.6.html -> ReleaseNotes.html by Chris Lattner · 15 years ago
  98. f21e696 add Zero by Chris Lattner · 15 years ago
  99. 321333e Force memory use markers to have a ConstantInt for the size argument. by Nick Lewycky · 15 years ago
  100. cc27186 Add new "memory use marker" intrinsics. These indicate lifetimes and invariant by Nick Lewycky · 15 years ago