1. 8a64d5e Test commit (removed trailing whitespace) by Erick Tryzelaar · 16 years ago
  2. aec9600 Oops. I wanted the compile flags for C++, not the C preprocessor flags. by Owen Anderson · 16 years ago
  3. 7a3ad1a void type is also a valid function return type. by Devang Patel · 16 years ago
  4. 20b7bda Added Passes.html to the documentation list. by Tanya Lattner · 16 years ago
  5. 3a5bff8 Fix typo. Clarify underlying message. by Devang Patel · 16 years ago
  6. a582f40 Update Function type documentation to clarify how multiple return values are supported. by Devang Patel · 16 years ago
  7. 726d45c Aliasing chains cleanups: update langref, add check into verifier by Anton Korobeynikov · 16 years ago
  8. 772fccf clean up and fix the call section. by Chris Lattner · 16 years ago
  9. 45c5e8b cleanups for the getresult section. by Chris Lattner · 16 years ago
  10. c758209 PassInfo keep tracks whether a pass is an analysis pass or not. by Devang Patel · 16 years ago
  11. 050bc81 Note that gcc 4.0.1 will trip internal LLVM asserts (e.g., pred_iterator) if compiling by Scott Michel · 16 years ago
  12. b7f0c08 Clarify the unwind attribute. Add assumption about sret made by the optimizers. by Duncan Sands · 16 years ago
  13. d703f65 Commit works on regular functions too. Fix the syntax to allow @foo. by Nick Lewycky · 16 years ago
  14. 0dbb4a1 fix grammer by Devang Patel · 16 years ago
  15. c3fc6df Document multiple return values. by Devang Patel · 16 years ago
  16. b047766 Adding ocamldoc generation. by Gordon Henriksen · 16 years ago
  17. 84e5f77 update to document new lto API by Nick Kledzik · 16 years ago
  18. 55998ba test svn commit capability by Nick Kledzik · 16 years ago
  19. e507905 Improving wording. by Gordon Henriksen · 16 years ago
  20. 5836682 Adding a note about IR generation to the LLVM FAQ. by Gordon Henriksen · 16 years ago
  21. 5ea8ef8 fix some bugs in tutorial, patch by Erick Tryzelaar by Chris Lattner · 16 years ago
  22. ab0b949 Atomic op support. If any gcc test uses __sync builtins, it might start failing on archs that haven't implemented them yet by Andrew Lenharth · 16 years ago
  23. 45982a5 Add documentation for cl::sink stuff by Anton Korobeynikov · 16 years ago
  24. e26dec6 Clarify that 'sret' only applies to pointers, and by Duncan Sands · 16 years ago
  25. 117bbd3 Make the definition of the noalias attribute clearer. by Owen Anderson · 16 years ago
  26. 17bcde9 Try to clarify which compilers can be used for the build. by Duncan Sands · 16 years ago
  27. 22c5c1b llvm.memory.barrier, and impl for x86 and alpha by Andrew Lenharth · 16 years ago
  28. 9f8ec25 simplify this. by Chris Lattner · 16 years ago
  29. 8655b15 Rename CFEBuildInstrs.html to GCCFEBuildInstrs.html. by Duncan Sands · 16 years ago
  30. 82f0a09 gcc 3.2.3 is also bad. by Chris Lattner · 16 years ago
  31. 20dcb4c Add notes on Ada compilers that can be used for by Duncan Sands · 16 years ago
  32. caf4fbd Note that these instructions are for x86-32 linux by Duncan Sands · 16 years ago
  33. 15bfd89 Add more spacing. by Duncan Sands · 16 years ago
  34. d051f7a Add instructions for building Ada and Fortran. by Duncan Sands · 16 years ago
  35. 0602df7 More violation fixes. by Bill Wendling · 16 years ago
  36. 58d96d6 Fix validation errors: di -> dt. by Bill Wendling · 16 years ago
  37. 643eb5d Reformatting. Adding "doc_code" divisions for code examples. Updated some by Bill Wendling · 16 years ago
  38. 2b659ef rip out llvm 2.2 stuff in preparation for llvm 2.3 by Chris Lattner · 16 years ago
  39. 18232a5 heavily refactor this to have less duplication between BUILD_FOR_WEBSITE mode and not. by Chris Lattner · 16 years ago
  40. 02b81fe remove unknown details by Chris Lattner · 16 years ago
  41. dd50f0f Add 2.2 release tag. by Tanya Lattner · 16 years ago
  42. 8c77ff9 Added blurb for CellSPU progress by Scott Michel · 16 years ago
  43. 786cb7e tweaks from dale. by Chris Lattner · 16 years ago
  44. db401e9 updates from Evan by Chris Lattner · 16 years ago
  45. 3f2a209 corrected some spellings by Gabor Greif · 16 years ago
  46. 729eb14 Various updates from Sam Bishop: by Chris Lattner · 16 years ago
  47. 6f0d024 Rename MRegisterInfo to TargetRegisterInfo. by Dan Gohman · 16 years ago
  48. 6bbba66 close an li tag by Chris Lattner · 17 years ago
  49. f74c0cc Add some Ada info and correct a few buglets. by Duncan Sands · 17 years ago
  50. a900d17 remove the in progress marker. by Chris Lattner · 17 years ago
  51. 8170c10 validation fixes by Chris Lattner · 17 years ago
  52. f304ffc final set of major updates by Chris Lattner · 17 years ago
  53. acce85d more prose, some organization improvements. by Chris Lattner · 17 years ago
  54. b4c68cd random notes by Chris Lattner · 17 years ago
  55. 313d61f add some more notes, still not ready for review :) by Chris Lattner · 17 years ago
  56. 3fc4a1c scoped_ptr.h was removed. by Chris Lattner · 17 years ago
  57. 1acd2ee explain that NumElements in alloca and malloc defaults to one by Gabor Greif · 17 years ago
  58. 6b1a4ec some more notes. by Chris Lattner · 17 years ago
  59. 052bae6 make it clear :) by Chris Lattner · 17 years ago
  60. 252b83d add a bunch of random notes and fix some issues noticed by Gabor. by Chris Lattner · 17 years ago
  61. 000c73b a starter shell for 2.2 release notes by Chris Lattner · 17 years ago
  62. 515686b dump the module *before* we delete it, not after. by Chris Lattner · 17 years ago
  63. 8e34250 Update llvm.dbg.func.start. by Evan Cheng · 17 years ago
  64. 103e2d7 llvm.sqrt(-0.0) is defined. by Chris Lattner · 17 years ago
  65. 5ec8983 make handling of overflow and undefined results much more clear. by Chris Lattner · 17 years ago
  66. 4d44d7a Always for PACKAGEVERSION to 'mainline' for teh llvm web page. by Chris Lattner · 17 years ago
  67. 4cb8618 Add description of 'llvm.trap' intrinsic. Also, minor fixes in formatting. by Anton Korobeynikov · 17 years ago
  68. 0747baa clarify that byval is valid for any pointer argument. by Chris Lattner · 17 years ago
  69. 47507de document the byval parameter attribute. by Chris Lattner · 17 years ago
  70. 8b44b90 many cleanups and fixed, contributed by Sam Bishop by Chris Lattner · 17 years ago
  71. a31d1d7 improve description of alignment, patch by Alain Frisch. by Chris Lattner · 17 years ago
  72. 4b2cbcf Fix typo noticed by 'Danny' in PR1901 by Chris Lattner · 17 years ago
  73. 3275908 doc_code-ify some code in this doc. by Bill Wendling · 17 years ago
  74. 8f8c7b7 fix nesting issues. by Chris Lattner · 17 years ago
  75. c7d3ab3 fix validation issues. by Chris Lattner · 17 years ago
  76. 4f69f46 improve the description of types, patch by Alain Frisch by Chris Lattner · 17 years ago
  77. 2e438ca add info on walking preds/succs of a block. by Chris Lattner · 17 years ago
  78. 534bcfb update a couple of references to SSARegMap. by Chris Lattner · 17 years ago
  79. 57360d1 remove attributions from the rest of the llvm makefiles. by Chris Lattner · 17 years ago
  80. ab2b10c Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
  81. 64910ee update to llvm 2.0 syntax. by Chris Lattner · 17 years ago
  82. e1433f2 Noting and enforcing that GC intrinsics are valid only within a by Gordon Henriksen · 17 years ago
  83. 74f4ded Undo a wrong bit in that last patch. by Gordon Henriksen · 17 years ago
  84. 0adede0 Document a more robust implementation of performCustomLowering. by Gordon Henriksen · 17 years ago
  85. f021f8a fix formatting by Chris Lattner · 17 years ago
  86. 23ff1f9 fix more table abuses. by Chris Lattner · 17 years ago
  87. b9488a6 avoid confusing terminology (what is a "word"?), fix scary markup, add section to TOC. by Chris Lattner · 17 years ago
  88. 303dae9 Make it clear in the LangRef that allocation instructions only operated on the generic address space. Implement support in the verifier for ensuring this is true. by Christopher Lamb · 17 years ago
  89. fd80072 Make it more clear that some things that can't be done in .td files can by Dan Gohman · 17 years ago
  90. d49e18d Implement part of review feedback for address spaces. by Christopher Lamb · 17 years ago
  91. 284d992 Add information on address space qualifiers for pointer types and global by Christopher Lamb · 17 years ago
  92. ad93c4f CollectorMetadata and Collector are rejiggered to get along with by Gordon Henriksen · 17 years ago
  93. 9795bb8 Fix some wording. by John Criswell · 17 years ago
  94. e754abe Fix a typo spotted by Nick Lewycky. by Gordon Henriksen · 17 years ago
  95. 80a75bf Adding a collector name attribute to Function in the IR. These by Gordon Henriksen · 17 years ago
  96. 8528e78 Fixed typo. by John Criswell · 17 years ago
  97. e268a40 Describe the notion of 'owners' of the code. by Chris Lattner · 17 years ago
  98. 64270d5 lli -trace was removed back in 2003. by Nick Lewycky · 17 years ago
  99. 10d64b9 Type::IntTy hasn't existed for a while. Just sub in Type::Int32Ty. by Nick Lewycky · 17 years ago
  100. bebcdabd8 explain what I need to grant commit access. by Chris Lattner · 17 years ago