1. 52fdaed Make the SCC printing passes use errs() instead of outs(), as the by Dan Gohman · 14 years ago
  2. dc65f22 fix a broken link by Chris Lattner · 14 years ago
  3. 63e4ccb add some  's to a pre to avoid newlines being eaten by Chris Lattner · 14 years ago
  4. c2d8688 CMake: document how to incorporate LLVM into the cmake project of an by Oscar Fuentes · 14 years ago
  5. fd2f3e6 CMake: documented testing procedure by Oscar Fuentes · 14 years ago
  6. ec62d53 Add a opt-args option that can be used to pass arguments to every opt by Rafael Espindola · 14 years ago
  7. 53843f8 s/libLLVMgold/LLVMgold/g by Rafael Espindola · 14 years ago
  8. c3086ba Fix missing </a> tag error introduced by addition of LowerAtomic pass. by Peter Collingbourne · 14 years ago
  9. 3aff669 Document results of PR7762. by Eric Christopher · 14 years ago
  10. 87ebbc0 Add a note about the changing pass registration interface. by Owen Anderson · 14 years ago
  11. c1076ea Delete mkpatch. Everything it does is already done by svn diff by default. by Dan Gohman · 14 years ago
  12. b049510 Remove a link which is no longer relevant. by Dan Gohman · 14 years ago
  13. 7c46cf0 Note some LLVM 2.7 -> 2.8 APIs that changed / got renamed. by Torok Edwin · 14 years ago
  14. 3bababf Add an atomic lowering pass by Peter Collingbourne · 14 years ago
  15. cd3b117 docs/TestingGuide: Minimal update to describe 'lit' based regression testing by Daniel Dunbar · 14 years ago
  16. 1628665 docs/TestingGuide: Rip out description of old nightly tester infrastructure. The by Daniel Dunbar · 14 years ago
  17. 2a80aca Fix word choice. by Nick Lewycky · 14 years ago
  18. cdcbbfc Grammar cop pullover: Corrected and improved some grammar in the description of by John Criswell · 14 years ago
  19. 05006e2 re-commit r109220, the compile error has already been fixed by Gabor Greif · 14 years ago
  20. 0cb24da Document BUILD_EXAMPLES makefile variable by Peter Collingbourne · 14 years ago
  21. f96b006 Add new RegionInfo pass. by Tobias Grosser · 14 years ago
  22. d8cc7be Add INSTANTIATE_AG_PASS, which combines RegisterPass<> with RegisterAnalysisGroup<> for pass registration. by Owen Anderson · 14 years ago
  23. 20813e0 First stab at updating the documentation for INITIALIZE_PASS(). by Owen Anderson · 14 years ago
  24. 872814a Disallow null as a named metadata operand. by Dan Gohman · 14 years ago
  25. 922d00f strip out the 2.7 release notes, this really is the 2.8 release notes by Chris Lattner · 14 years ago
  26. 50fb330 appease Validator by Gabor Greif · 14 years ago
  27. 17b59fe add info on operand rotation by Gabor Greif · 14 years ago
  28. 78e6e00 Remove the isMoveInstr() hook. by Jakob Stoklund Olesen · 14 years ago
  29. 38e5989 Don't pass StringRef by reference. by Benjamin Kramer · 14 years ago
  30. 1005bc5 Fix the Named Metadata example to make it clear which specific by Dan Gohman · 14 years ago
  31. 9fea9c2 Fix compile unit in example. Thanks Renato Golin! by Devang Patel · 14 years ago
  32. 26fe25f HTML cleanup and validation. by Benjamin Kramer · 14 years ago
  33. 28afd43 When doing sext/zext of constants, the target type must be strictly by Duncan Sands · 14 years ago
  34. 744b3a5 Remove TargetInstrInfo::copyRegToReg entirely. by Jakob Stoklund Olesen · 14 years ago
  35. 38da927 sdiv overflow is outright undefined behavior, with or without the by Dan Gohman · 14 years ago
  36. 67f8a7b Tweak some docs now that the default build is called Debug+Asserts. by Duncan Sands · 14 years ago
  37. 8947282 Update the docs for debugging JITed code with GDB. by Reid Kleckner · 14 years ago
  38. 9e86f43 Remove interprocedural-basic-aa and associated code. The AliasAnalysis by Dan Gohman · 14 years ago
  39. 8246adc Rename "Release" builds as "Release+Asserts"; rename "Release-Asserts" by Duncan Sands · 14 years ago
  40. 191d4ee Closing tags start with slashes. by John McCall · 14 years ago
  41. 211244a minor typo by Chris Lattner · 14 years ago
  42. 76ec37a Alphabetize the list of function parameters. by Nick Lewycky · 14 years ago
  43. 5c60386 Bring the list of passes and their descriptions up to date. by Duncan Sands · 14 years ago
  44. ff70fe4 Note the relationship between C99 restrict and LLVM noalias, and by Dan Gohman · 14 years ago
  45. aa6c855 indmemrem and lowerallocs are gone. by Chris Lattner · 14 years ago
  46. 43b8fd7 Document that BasicAA respects noalias, while InterproceduralBasicAA does not. by Dan Gohman · 14 years ago
  47. efca7f9 Describe which dependencies are relevant to noalias, and document how by Dan Gohman · 14 years ago
  48. ff23535 Add some html anchors, to allow attributes to be linked to directly. by Dan Gohman · 14 years ago
  49. 1e10962 Reword the definition of the noalias attribute. The intention is for by Dan Gohman · 14 years ago
  50. 5e721d7 Implement the "linker_private_weak" linkage type. This will be used for by Bill Wendling · 14 years ago
  51. 07d3177 Revert r107205 and r107207. by Bill Wendling · 14 years ago
  52. 7645f14 Improve explanation. by Bill Wendling · 14 years ago
  53. 207855c Introducing the "linker_weak" linkage type. This will be used for Objective-C by Bill Wendling · 14 years ago
  54. 85dfca6 Add a blurb about -scev-aa. by Dan Gohman · 14 years ago
  55. 3f43dc3 Document problems that I encountered when working on -scev-aa. by Dan Gohman · 14 years ago
  56. d47397f This makes example Makefile a lot more like actual by Chris Lattner · 14 years ago
  57. 1f4a149 Remove isTwoAddress from llvm. by Eric Christopher · 14 years ago
  58. 6808cdc fix typos reported by Adam Warner! by Chris Lattner · 14 years ago
  59. 69a462e Another typo. by Eric Christopher · 14 years ago
  60. 6492a35 Fix typo. by Eric Christopher · 14 years ago
  61. 6e0a99a Teach tablegen how to inherit from classes in 'defm' definitions. by Bruno Cardoso Lopes · 14 years ago
  62. c22c0f3 Minor clarification. by Dan Gohman · 14 years ago
  63. eba8f18 For a tablegen expression such as !if(a,b,c), let 'a' by Bruno Cardoso Lopes · 14 years ago
  64. e87de41 let the '!eq' expression support 'int' and 'bit' types by Bruno Cardoso Lopes · 14 years ago
  65. 8a3eab9 Remove the local register allocator. Please use the fast allocator instead. by Jakob Stoklund Olesen · 14 years ago
  66. 2214b81 Update html tutorial docs to match api changes. by Eric Christopher · 14 years ago
  67. ee65db3 Teach tablegen to allow "let" expressions inside multiclasses, by Bruno Cardoso Lopes · 14 years ago
  68. 270562b Teach tablegen to support 'defm' inside multiclasses. by Bruno Cardoso Lopes · 14 years ago
  69. 80ecc15 Update docs to reflect new DISubprogram elements. by Devang Patel · 14 years ago
  70. b26f279 Update the documentation, getCalleeSavedRegClasses is not required anymore. by Rafael Espindola · 14 years ago
  71. 9e130ce Document aggregate operation constant expressions. by Nick Lewycky · 14 years ago
  72. 9d8d221 Fix Data Layout description of floating point. by Dale Johannesen · 14 years ago
  73. fe47aae Fix more whitespace to be consistent with AsmPrinter. by Dan Gohman · 14 years ago
  74. 3dfb3cf Fix whitespace to be more consistent with AsmPrinter's style. by Dan Gohman · 14 years ago
  75. f75a7d3 Eliminate the restriction that the array size in an alloca must be i32. by Dan Gohman · 14 years ago
  76. 31f1af1 Fix a missing quote. by Dan Gohman · 14 years ago
  77. 90346e2 Add entry for llvm.eh.sjlj.longjmp. PR4999. by Jim Grosbach · 14 years ago
  78. 299f424 expand on the llvm ir bitcode dox. Patch by Peter Housel! by Chris Lattner · 14 years ago
  79. 0560ce4 Update autoconf/automake versions in the documentation to match the versions used in Autogen.sh by Tobias Grosser · 14 years ago
  80. 16d8f8b I got tired of VISIBILITY_HIDDEN colliding with the gcc enum. Rename it by Duncan Sands · 15 years ago
  81. c9d0c4e Test commit. by Daniel Dunbar · 15 years ago
  82. 10934e8 Test commit. by Tanya Lattner · 15 years ago
  83. e924ab5 Test commit. by Tanya Lattner · 15 years ago
  84. 733783b Document graphviz passes for the (post) dominator tree. by Tobias Grosser · 15 years ago
  85. e2c3a49 Revert r103213. It broke several sections of live website. by mike-m · 15 years ago
  86. 271cc67 Disable man->postscript and man->pdf doc generation unless explicitly by mike-m · 15 years ago
  87. d0d425b Cleanup unneeded dirs after docs overhaul. by mike-m · 15 years ago
  88. 68cb319 Overhauled llvm/clang docs builds. Closes PR6613. by mike-m · 15 years ago
  89. b7d0688 Fix some ..'s by Chris Lattner · 15 years ago
  90. cd46501 one more thing. by Chris Lattner · 15 years ago
  91. 860e0b4 update instructions for llvm-gcc4, the brave new world! PR7037 by Chris Lattner · 15 years ago
  92. 7ae3ac8 Update one more 2.7 to 2.8. by Dan Gohman · 15 years ago
  93. b44f6c6 Minimally update ReleaseNotes.html for 2.8 development; uncomment and by Dan Gohman · 15 years ago
  94. 7c24ff1 Update this comment to note its relationship with the "happens-before" by Dan Gohman · 15 years ago
  95. 45baf41 Delete this comment. The behavior of struct loads and stores with by Dan Gohman · 15 years ago
  96. b532816 Describe invoke instruction dependencies. Generalize the text for by Dan Gohman · 15 years ago
  97. 855abed Say "operations" instead of "instructions", as nsw can be applied to by Dan Gohman · 15 years ago
  98. 57b6e9e Remove the -enable-sjlj-eh option, which doesn't do anything. by Duncan Sands · 15 years ago
  99. 27195a5 Fixed @ctor / @dtor the wrong way around in last commit. by David Chisnall · 15 years ago
  100. e31e996 Added a brief explanation of @llvm.global_{c,d}tors. by David Chisnall · 15 years ago