1. 78e6e00 Remove the isMoveInstr() hook. by Jakob Stoklund Olesen · 14 years ago
  2. 38e5989 Don't pass StringRef by reference. by Benjamin Kramer · 14 years ago
  3. 1005bc5 Fix the Named Metadata example to make it clear which specific by Dan Gohman · 14 years ago
  4. 9fea9c2 Fix compile unit in example. Thanks Renato Golin! by Devang Patel · 14 years ago
  5. 26fe25f HTML cleanup and validation. by Benjamin Kramer · 14 years ago
  6. 28afd43 When doing sext/zext of constants, the target type must be strictly by Duncan Sands · 14 years ago
  7. 744b3a5 Remove TargetInstrInfo::copyRegToReg entirely. by Jakob Stoklund Olesen · 14 years ago
  8. 38da927 sdiv overflow is outright undefined behavior, with or without the by Dan Gohman · 14 years ago
  9. 67f8a7b Tweak some docs now that the default build is called Debug+Asserts. by Duncan Sands · 14 years ago
  10. 8947282 Update the docs for debugging JITed code with GDB. by Reid Kleckner · 14 years ago
  11. 9e86f43 Remove interprocedural-basic-aa and associated code. The AliasAnalysis by Dan Gohman · 14 years ago
  12. 8246adc Rename "Release" builds as "Release+Asserts"; rename "Release-Asserts" by Duncan Sands · 14 years ago
  13. 191d4ee Closing tags start with slashes. by John McCall · 14 years ago
  14. 211244a minor typo by Chris Lattner · 14 years ago
  15. 76ec37a Alphabetize the list of function parameters. by Nick Lewycky · 14 years ago
  16. 5c60386 Bring the list of passes and their descriptions up to date. by Duncan Sands · 14 years ago
  17. ff70fe4 Note the relationship between C99 restrict and LLVM noalias, and by Dan Gohman · 14 years ago
  18. aa6c855 indmemrem and lowerallocs are gone. by Chris Lattner · 14 years ago
  19. 43b8fd7 Document that BasicAA respects noalias, while InterproceduralBasicAA does not. by Dan Gohman · 14 years ago
  20. efca7f9 Describe which dependencies are relevant to noalias, and document how by Dan Gohman · 14 years ago
  21. ff23535 Add some html anchors, to allow attributes to be linked to directly. by Dan Gohman · 14 years ago
  22. 1e10962 Reword the definition of the noalias attribute. The intention is for by Dan Gohman · 14 years ago
  23. 5e721d7 Implement the "linker_private_weak" linkage type. This will be used for by Bill Wendling · 14 years ago
  24. 07d3177 Revert r107205 and r107207. by Bill Wendling · 14 years ago
  25. 7645f14 Improve explanation. by Bill Wendling · 14 years ago
  26. 207855c Introducing the "linker_weak" linkage type. This will be used for Objective-C by Bill Wendling · 14 years ago
  27. 85dfca6 Add a blurb about -scev-aa. by Dan Gohman · 14 years ago
  28. 3f43dc3 Document problems that I encountered when working on -scev-aa. by Dan Gohman · 14 years ago
  29. d47397f This makes example Makefile a lot more like actual by Chris Lattner · 14 years ago
  30. 1f4a149 Remove isTwoAddress from llvm. by Eric Christopher · 14 years ago
  31. 6808cdc fix typos reported by Adam Warner! by Chris Lattner · 14 years ago
  32. 69a462e Another typo. by Eric Christopher · 14 years ago
  33. 6492a35 Fix typo. by Eric Christopher · 14 years ago
  34. 6e0a99a Teach tablegen how to inherit from classes in 'defm' definitions. by Bruno Cardoso Lopes · 14 years ago
  35. c22c0f3 Minor clarification. by Dan Gohman · 14 years ago
  36. eba8f18 For a tablegen expression such as !if(a,b,c), let 'a' by Bruno Cardoso Lopes · 14 years ago
  37. e87de41 let the '!eq' expression support 'int' and 'bit' types by Bruno Cardoso Lopes · 14 years ago
  38. 8a3eab9 Remove the local register allocator. Please use the fast allocator instead. by Jakob Stoklund Olesen · 14 years ago
  39. 2214b81 Update html tutorial docs to match api changes. by Eric Christopher · 14 years ago
  40. ee65db3 Teach tablegen to allow "let" expressions inside multiclasses, by Bruno Cardoso Lopes · 14 years ago
  41. 270562b Teach tablegen to support 'defm' inside multiclasses. by Bruno Cardoso Lopes · 14 years ago
  42. 80ecc15 Update docs to reflect new DISubprogram elements. by Devang Patel · 14 years ago
  43. b26f279 Update the documentation, getCalleeSavedRegClasses is not required anymore. by Rafael Espindola · 14 years ago
  44. 9e130ce Document aggregate operation constant expressions. by Nick Lewycky · 14 years ago
  45. 9d8d221 Fix Data Layout description of floating point. by Dale Johannesen · 14 years ago
  46. fe47aae Fix more whitespace to be consistent with AsmPrinter. by Dan Gohman · 14 years ago
  47. 3dfb3cf Fix whitespace to be more consistent with AsmPrinter's style. by Dan Gohman · 14 years ago
  48. f75a7d3 Eliminate the restriction that the array size in an alloca must be i32. by Dan Gohman · 14 years ago
  49. 31f1af1 Fix a missing quote. by Dan Gohman · 14 years ago
  50. 90346e2 Add entry for llvm.eh.sjlj.longjmp. PR4999. by Jim Grosbach · 14 years ago
  51. 299f424 expand on the llvm ir bitcode dox. Patch by Peter Housel! by Chris Lattner · 14 years ago
  52. 0560ce4 Update autoconf/automake versions in the documentation to match the versions used in Autogen.sh by Tobias Grosser · 14 years ago
  53. 16d8f8b I got tired of VISIBILITY_HIDDEN colliding with the gcc enum. Rename it by Duncan Sands · 15 years ago
  54. c9d0c4e Test commit. by Daniel Dunbar · 15 years ago
  55. 10934e8 Test commit. by Tanya Lattner · 15 years ago
  56. e924ab5 Test commit. by Tanya Lattner · 15 years ago
  57. 733783b Document graphviz passes for the (post) dominator tree. by Tobias Grosser · 15 years ago
  58. e2c3a49 Revert r103213. It broke several sections of live website. by mike-m · 15 years ago
  59. 271cc67 Disable man->postscript and man->pdf doc generation unless explicitly by mike-m · 15 years ago
  60. d0d425b Cleanup unneeded dirs after docs overhaul. by mike-m · 15 years ago
  61. 68cb319 Overhauled llvm/clang docs builds. Closes PR6613. by mike-m · 15 years ago
  62. b7d0688 Fix some ..'s by Chris Lattner · 15 years ago
  63. cd46501 one more thing. by Chris Lattner · 15 years ago
  64. 860e0b4 update instructions for llvm-gcc4, the brave new world! PR7037 by Chris Lattner · 15 years ago
  65. 7ae3ac8 Update one more 2.7 to 2.8. by Dan Gohman · 15 years ago
  66. b44f6c6 Minimally update ReleaseNotes.html for 2.8 development; uncomment and by Dan Gohman · 15 years ago
  67. 7c24ff1 Update this comment to note its relationship with the "happens-before" by Dan Gohman · 15 years ago
  68. 45baf41 Delete this comment. The behavior of struct loads and stores with by Dan Gohman · 15 years ago
  69. b532816 Describe invoke instruction dependencies. Generalize the text for by Dan Gohman · 15 years ago
  70. 855abed Say "operations" instead of "instructions", as nsw can be applied to by Dan Gohman · 15 years ago
  71. 57b6e9e Remove the -enable-sjlj-eh option, which doesn't do anything. by Duncan Sands · 15 years ago
  72. 27195a5 Fixed @ctor / @dtor the wrong way around in last commit. by David Chisnall · 15 years ago
  73. e31e996 Added a brief explanation of @llvm.global_{c,d}tors. by David Chisnall · 15 years ago
  74. 34b3d99 Rewrite the section on trap values to contain a generic description by Dan Gohman · 15 years ago
  75. 1c70c00 Fix spelling errors. by Dan Gohman · 15 years ago
  76. 2d4b8ee further clarify alignment of globals, fix instcombine by Chris Lattner · 15 years ago
  77. ce99fa9 improve the global variable alignment description. by Chris Lattner · 15 years ago
  78. 77640fe fix wordo by Chris Lattner · 15 years ago
  79. de07681 remove some comments. by Chris Lattner · 15 years ago
  80. ae11c3f Integrate Jeffery Yasskin's suggestions with respect to by Dan Gohman · 15 years ago
  81. 93e066d Consolidate the description of volatile operations, now that some of the by Jeffrey Yasskin · 15 years ago
  82. c30f6e1 Branching or switching on trap transfers imminent undefined behavior by Dan Gohman · 15 years ago
  83. 28034cd add some typewriter tags by Gabor Greif · 15 years ago
  84. c68ce06 Fix HTML errors that Jeffery Yasskin noticed. by Dan Gohman · 15 years ago
  85. 095539f wrap some long lines. by Chris Lattner · 15 years ago
  86. 7c8e796 add GHC, thanks to David Terei by Chris Lattner · 15 years ago
  87. e32adf5 another typo pointed out by sajd by Gabor Greif · 15 years ago
  88. 1440dbe fix two typos pointed out by sajd by Gabor Greif · 15 years ago
  89. 8e0bd80 Added bullet about GNUstep Objective-C ABI support to the Clang section of the release notes. by David Chisnall · 15 years ago
  90. 698cbcb PHI nodes also do not necessarily return trap with a trap operand. by Dan Gohman · 15 years ago
  91. 1f04864 Fix typo. by Nick Lewycky · 15 years ago
  92. 27ef997 Switch getelementptr inbounds and sdiv exact from undef to trap. by Dan Gohman · 15 years ago
  93. fff6c53 Add an initial description of a new concept: trap values, and change by Dan Gohman · 15 years ago
  94. 3a1d4cf add macruby back by Chris Lattner · 15 years ago
  95. 9c675f1 Add a blurb about the new LSR. by Dan Gohman · 15 years ago
  96. 009364e The -condprop pass has been deleted. by Nick Lewycky · 15 years ago
  97. d64d12d The post-RA scheduler is currently off by default on x86. by Dan Gohman · 15 years ago
  98. f720a4e Add some verbiage about Clang to the 2.7 release notes by Douglas Gregor · 15 years ago
  99. 41a7766 Add mention of ARM atomic builtin support by Jim Grosbach · 15 years ago
  100. 269e0fe Update ARM frame index scavenging description by Jim Grosbach · 15 years ago