1. ec6cb61 like bswap, the ct* intrinsics require unsigned operands by Chris Lattner · 19 years ago
  2. 8a886be Consistency by Chris Lattner · 19 years ago
  3. 7c89855 There is no llvm.bswap.i8, need at least 2 bytes to swap. by Reid Spencer · 19 years ago
  4. 0b11820 For PR411: by Reid Spencer · 19 years ago
  5. b5f6e25 Add a couple very minor tweaks by Chris Lattner · 19 years ago
  6. 099d76c Fix up 'adding an intrinsic' section a bit, first draft of 'adding a new by Nate Begeman · 19 years ago
  7. 15dd16e PRE is no more by Chris Lattner · 19 years ago
  8. 05ccd70 Added spec for insertelement operation. by Robert Bocchino · 19 years ago
  9. 2f86c22 Fix the instructions for adding an intrinsic. by Nate Begeman · 19 years ago
  10. 7e36c47 Make the bswap documentation more to sabre's liking! by Nate Begeman · 19 years ago
  11. fb6977d fix some minor errors by Chris Lattner · 19 years ago
  12. ed4ac95 Add documentation for the upcoming bswap intrinsics! by Nate Begeman · 19 years ago
  13. 57e1f39 Add llvm.stacksave and llvm.stackrestore. by Chris Lattner · 19 years ago
  14. fcf39d4 void* is not legal in LLVM. by Chris Lattner · 19 years ago
  15. 9fbe145 Expanded the documentation for constant expressions to cover select by Robert Bocchino · 19 years ago
  16. 3cf817d Fixed a typo; "= 1" was missing. by Robert Bocchino · 19 years ago
  17. 3a55866 Added the spec for the new "extractelement" instruction. by Robert Bocchino · 19 years ago
  18. 4896c5d Update list of supported bisons. by Jeff Cohen · 19 years ago
  19. 05d5c9d update usage of -print-alias-sets by Chris Lattner · 19 years ago
  20. b0bff9e Add a section about using namespaces. by Chris Lattner · 19 years ago
  21. fa8dab4 Document the new -post-link-opts option. by Reid Spencer · 19 years ago
  22. 9d57b4d Document the new --enable-debug-runtime configure option. by Reid Spencer · 19 years ago
  23. f495536 rename options by Chris Lattner · 19 years ago
  24. 4f501bf Document -mcpu -mattr -triple by Chris Lattner · 19 years ago
  25. aef8c64 attribute((used)) is now supported by Chris Lattner · 19 years ago
  26. e266731 Add a link to the doxygen tarball by Chris Lattner · 19 years ago
  27. 889bc47 copy the doxygen tarball into the HTML directory after building it by Chris Lattner · 19 years ago
  28. 59f7f21 Add "SCC" to the lexicon. Patch provided by Marco Matthies, thanks! by Chris Lattner · 19 years ago
  29. 0b1010e Fixed a punctuation error. by John Criswell · 19 years ago
  30. ac5bb69 Use std:: where appropriate by Chris Lattner · 19 years ago
  31. d07c3f4 Fix some typos noticed by Gabor Greif! by Chris Lattner · 19 years ago
  32. 94f3d1a this file moved by Andrew Lenharth · 19 years ago
  33. 47746aa typeo by Chris Lattner · 19 years ago
  34. 767d6ba Describe section name encoding by Chris Lattner · 19 years ago
  35. 88f6c46 document sections by Chris Lattner · 19 years ago
  36. 51b8d54 continued readcyclecounter support by Andrew Lenharth · 19 years ago
  37. 25d4f7e Fix some typos. by Jeff Cohen · 19 years ago
  38. b8d172f Packed elements must be a power of two in size by Chris Lattner · 19 years ago
  39. c30c5c7 Rip out 1.6ness, bump version # to 1.7cvs by Chris Lattner · 19 years ago
  40. c0c186d Merged from RELEASE_16. by John Criswell · 19 years ago
  41. 2cbdc45 document alignment on globals, functions, and allocation instructions. by Chris Lattner · 19 years ago
  42. 52942b5 Minor correction by Chris Lattner · 19 years ago
  43. afedcb3 describe extensions to the .bc format for function/global alignment by Chris Lattner · 19 years ago
  44. 49b1602 enumerate non-standard argument encoding cases, such as alignment info for by Chris Lattner · 19 years ago
  45. f97fa59 rearrange some info about the instruction encoding by Chris Lattner · 19 years ago
  46. f254836 Fix mac os spelling by Chris Lattner · 19 years ago
  47. c5851d4 Add more bison versions, thanks to Vladimir by Chris Lattner · 19 years ago
  48. f2be124 Per bug 655, give people more options in case 1.35 doesn't build on their by Chris Lattner · 19 years ago
  49. 2c122ce * Replace ampersands in section titles with more formal ``and'' by Misha Brukman · 19 years ago
  50. 42e957c Updated alpha known problems. by Andrew Lenharth · 19 years ago
  51. a088734 Update Getting Started for Visual Studio page. by Jeff Cohen · 19 years ago
  52. 6e520d0 Fix <> in html by Chris Lattner · 19 years ago
  53. c463b27 First hack-and-slash on the release notes. Comments and improvements welcome by Chris Lattner · 19 years ago
  54. feaf960 Basic updates by Chris Lattner · 19 years ago
  55. 1d9be9e Updated bytecode version numbers. by John Criswell · 19 years ago
  56. 0b81cda Fix spelling of 'separate'. by Jeff Cohen · 19 years ago
  57. cb9b4f9 Fixed spelling. by John Criswell · 19 years ago
  58. ff3468e Added a note to remove CVS directories when copying the sample project to by John Criswell · 19 years ago
  59. d6c6ee0 Attempt to make terminology more consistent. by John Criswell · 19 years ago
  60. eaf0f2b Andrew says that alpha basically works by Chris Lattner · 19 years ago
  61. 611a8d1 Fixed a grammar issue. by John Criswell · 19 years ago
  62. 0ec250c Grammar and punctuation fixes. by John Criswell · 19 years ago
  63. 56605ce This RA no longer exists by Chris Lattner · 19 years ago
  64. e941217 Three of these have been removed, as warned by Chris Lattner · 19 years ago
  65. a1ff931 Apparently, people object to floating pointers. Picky picky. by Chris Lattner · 19 years ago
  66. 82d61a1 As requested, a blurb on sub-targets. by Jim Laskey · 19 years ago
  67. 7d6915c fix some grammar-o's I noticed by Chris Lattner · 19 years ago
  68. c38959f Feedback from Nate. by Chris Lattner · 19 years ago
  69. df921f0 Document -view-isel-dags and -view-sched-dags by Chris Lattner · 19 years ago
  70. f623a08 Add notes about MF.viewCFG() and friends. by Chris Lattner · 19 years ago
  71. 7a025c8 Add a bunch of info about the isel autogenerator. Review appreciated! by Chris Lattner · 19 years ago
  72. 32e89f2 Fill this out some more. Add description of MBB/MF. Fix some broken links, by Chris Lattner · 19 years ago
  73. 47adebb Add a stub for the TargetSubtarget class. Jim, please fill a blurb in here by Chris Lattner · 19 years ago
  74. c3b0540 Update this significantly, mention subtarget and isel generation support. by Chris Lattner · 19 years ago
  75. e35d3bb update this a little bit to talk about the dag combiner and remove inaccuracies. by Chris Lattner · 19 years ago
  76. 88a06d2 Update the discussion of TargetRegisterDesc by Chris Lattner · 19 years ago
  77. e996714 Recommend what I actually test by Chris Lattner · 19 years ago
  78. 33694cf new expression type by Chris Lattner · 19 years ago
  79. 2286cab Add a requirement, patch contributed by Henrik Bach. by Chris Lattner · 19 years ago
  80. 22b7dfa Changed unsigned long to unsigned. by Jim Laskey · 19 years ago
  81. 2602922 Tweak of multiple occurance paragraph. by Jim Laskey · 19 years ago
  82. 1d8f626 Documentation updated to include upcoming support for bit vector support by Jim Laskey · 19 years ago
  83. ce5fcc3 Revert my patch which changed the code to not work. by Chris Lattner · 19 years ago
  84. 730e15e Make the example a bit easier to understand, suggested by Jim. by Chris Lattner · 19 years ago
  85. 7dc934d Update a doc, patch contributed by Jim Laskey! by Chris Lattner · 19 years ago
  86. a4d7414 llvm.sqrt somehow escaped documentation. by Chris Lattner · 19 years ago
  87. a577437 * "GNU Compiler Collection's gcc tool" is redundant by Misha Brukman · 19 years ago
  88. a307978 remove some sparc-v9-specific information by Chris Lattner · 19 years ago
  89. 627cd00 Provide descriptions for the TargetInstrInfo and TargetFrameInfo classes. by Reid Spencer · 19 years ago
  90. 2382ff7 Fixed some punctuation. by John Criswell · 19 years ago
  91. fce2ddc Update release notes regarding thread-safe JIT. by Reid Spencer · 19 years ago
  92. 9b988be add a note so I can remember the common t-t's by Chris Lattner · 19 years ago
  93. e531ec5 Bug fixed. by John Criswell · 19 years ago
  94. e67a951 add a note about variable length array by Chris Lattner · 19 years ago
  95. d0a4c62 SelectionDAG is very unhappy when the argument to an intrinsic is a struct by Andrew Lenharth · 19 years ago
  96. cf4dc1d Ignore some generated files. by Reid Spencer · 19 years ago
  97. 84b8697 Ignore generated files. by Reid Spencer · 19 years ago
  98. 8bf607a OK, after checking the backwards compatibility code on X86 and the new code by Andrew Lenharth · 19 years ago
  99. 0203a31 nothing funny about building the CFE on Linux/Itanium by Duraid Madina · 19 years ago
  100. ebc8c7d Reid linked to the CVS release notes on newsforge :( by Chris Lattner · 19 years ago