1. 24e0411 Fix link to BasicBlock doxygen documentation in Programmer's Manual by Stefanus Du Toit · 15 years ago
  2. df04ead Formatting fix. by Mikhail Glushenkov · 15 years ago
  3. 63dc318 Regenerate. by Mikhail Glushenkov · 15 years ago
  4. 6be9266 Remove support for building LLVM libraries into "relinked" by Chris Lattner · 15 years ago
  5. 1ad70e3 Update the threading section to reflect current plans/implementation. by Owen Anderson · 15 years ago
  6. 5e8c50e Fix validation errors. by Owen Anderson · 15 years ago
  7. 7ed5d56 Remove the "llvm.umul.with.overflow is broken" warning; it should be by Eli Friedman · 15 years ago
  8. 8bc1b3b Add initial stab at documenting the use of LLVM with threaded clients. by Owen Anderson · 15 years ago
  9. 502106a Regenerate. by Mikhail Glushenkov · 15 years ago
  10. 125473b Rewrite the noredzone description, attempting to avoid confusing language. by Dan Gohman · 15 years ago
  11. d87c9e3 Fix a typo. by Dan Gohman · 15 years ago
  12. 2185f9e Reword the description of the noredzone attribute. by Dan Gohman · 15 years ago
  13. c457b65 x86_64 was completely missing from the target triples supported by the X86 code by Torok Edwin · 15 years ago
  14. 8792232 remove some old CVS-specific arguments that don't work with SVN. by Chris Lattner · 15 years ago
  15. 5d96fda by Devang Patel · 15 years ago
  16. af0f65f CMake: New variable LLVM_LIBDIR_SUFFIX. by Oscar Fuentes · 15 years ago
  17. cbdbcb1 CMake: Documented how to cross-compile with CMake. by Oscar Fuentes · 15 years ago
  18. ffc0ab6 by David Greene · 15 years ago
  19. 0d97399 by David Greene · 15 years ago
  20. ccbfb8d by David Greene · 15 years ago
  21. 87bde0b Document the stack alignment part of target data description. by Daniel Dunbar · 15 years ago
  22. 938c8ab by David Greene · 15 years ago
  23. 9d813df Move </pre> to column one to avoid an extra line of spaces in the example. by Nick Lewycky · 15 years ago
  24. ae3a0be Split the Add, Sub, and Mul instruction opcodes into separate by Dan Gohman · 15 years ago
  25. 347c7bb --plugin is not needed for bfd anymore. Update docs. by Torok Edwin · 15 years ago
  26. 76941b2 CMake: Renamed LLVM_ENABLE_ASSERTS to by Oscar Fuentes · 15 years ago
  27. 4734ed8 lets not forget about c++! by Torok Edwin · 15 years ago
  28. 81a8755 CMake: Implements and documents option LLVM_ENABLE_ASSERTS. by Oscar Fuentes · 15 years ago
  29. 5641f8d Document how easy it is to use the gold plugin and have LTO with autotooled projects. by Torok Edwin · 15 years ago
  30. d244909 Document how phi and invoke instructions interact with SSA form. by Jay Foad · 15 years ago
  31. 1e8c7a6 Metadata uses metadata type not empty struct. by Nick Lewycky · 15 years ago
  32. 7a0370f Give embedded metadata its own type instead of relying on EmptyStructTy. by Nick Lewycky · 15 years ago
  33. d80ddc0 Fix some typos by Bruno Cardoso Lopes · 15 years ago
  34. 86c4864 Remove border around table used for layout. by Nick Lewycky · 15 years ago
  35. f96a499 Add a note mentioning that uses of the return value of an invoke by Dan Gohman · 15 years ago
  36. c4c268b Add some missing steps to the sacred testing ritual scriptures. by Stuart Hastings · 15 years ago
  37. fb57f1c Test commit. by Cristian Cadar · 15 years ago
  38. a7185b2 Add short descriptions of 'implicit' and 'parallel'. by Evan Cheng · 15 years ago
  39. 48839d9 Formatting. Some updating of data structures. More work needs to be done to update the examples. by Bill Wendling · 15 years ago
  40. 9bea7c8 by David Greene · 16 years ago
  41. 5f9f9ba by David Greene · 16 years ago
  42. beb31a5 by David Greene · 16 years ago
  43. 4afc509 by David Greene · 16 years ago
  44. e6c27de by David Greene · 16 years ago
  45. 06261cd clean up line-wrapping by Jim Grosbach · 16 years ago
  46. f957012 Update the names of the exception handling sjlj instrinsics to by Jim Grosbach · 16 years ago
  47. 587daed Change MachineInstrBuilder::addReg() to take a flag instead of a list of by Bill Wendling · 16 years ago
  48. 7f3b36d garbage allocation is not a good idea :) by Chris Lattner · 16 years ago
  49. 588764e Use llvm::raw_stream instead of llvm::Streams. by Bill Wendling · 16 years ago
  50. cb33799 Make MDNode use CallbackVH. Also change MDNode to store Value* instead of by Nick Lewycky · 16 years ago
  51. 60150a3 fix typo by Chris Lattner · 16 years ago
  52. 871eb0a Fix typo. by Bill Wendling · 16 years ago
  53. 7af1c78 Allow readonly functions to unwind exceptions. Teach by Duncan Sands · 16 years ago
  54. d6d2efc Regenerate documentation. by Mikhail Glushenkov · 16 years ago
  55. d26795a Add some more documentation for x86 special address spaces. by Dan Gohman · 16 years ago
  56. 1777d0c Add basic support for code generation of by Chris Lattner · 16 years ago
  57. fe095f3 Restore minor deletion. by Mike Stump · 16 years ago
  58. bdd7329 Remove obsolete wording, the only exception a readnone function can throw by Chris Lattner · 16 years ago
  59. 7a57c5b be very explicit that readnone/readonly functions can't throw exceptions. by Chris Lattner · 16 years ago
  60. 1af789f HTML-escape '>' as '&gt;' in sample C++ code. by Misha Brukman · 16 years ago
  61. 714257f Add a mention of TypeBuilder to the programmer's manual, and clean up the class by Jeffrey Yasskin · 16 years ago
  62. be8cc2a Second attempt: by Bill Wendling · 16 years ago
  63. f044cff Fix some confusion in the Ada f-e build instructions between by Duncan Sands · 16 years ago
  64. 23c70f4 Now that any size of integer indices are allowed for sequential types, remove the unneccessary gyan about promoting them. by Sanjiv Gupta · 16 years ago
  65. f9a3ec8 Add two new record types to the blockinfo block: by Chris Lattner · 16 years ago
  66. 9341c80 Any size of integral indices are allowed in gep for indexing into sequential types. Also adding a test case to check the indices type allowed into struct. by Sanjiv Gupta · 16 years ago
  67. efdb3bc improve documentation on build configurations, patch by Josef Eisl! by Chris Lattner · 16 years ago
  68. 0694290 aDd support for building a subset of the llvm tools, patch by Jeffrey Yasskin! by Chris Lattner · 16 years ago
  69. 4f4365e Update docs to not mention gcse/loadvn and mention memdep and by Chris Lattner · 16 years ago
  70. 9f805c2 Fixed the gep example for i16 type indices. by Sanjiv Gupta · 16 years ago
  71. 16ffa80 Fixed spaces and the getelementpointer example with i16 type indices. by Sanjiv Gupta · 16 years ago
  72. 7787d4a Allow i16 type indices to gep. by Sanjiv Gupta · 16 years ago
  73. 3f47c29 by David Greene · 16 years ago
  74. e8cf21e by David Greene · 16 years ago
  75. 5654613 by David Greene · 16 years ago
  76. c7cafcd by David Greene · 16 years ago
  77. de444af Implement multiclass inheritance. by David Greene · 16 years ago
  78. e370c80 ISD::ADD_PARTS is gone; use ISD::SMUL_LOHI as an example instead. by Dan Gohman · 16 years ago
  79. dc22376 Make it clearer that llvm-gcc is not needed for building llvm. by Duncan Sands · 16 years ago
  80. 5bea822 Update information on canadian cross builds by Jim Grosbach · 16 years ago
  81. 8011880 More obsessive reformatting. Fixed some validation errors. by Bill Wendling · 16 years ago
  82. 266c7bb Add a new "available_externally" linkage type. This is intended by Chris Lattner · 16 years ago
  83. ef5facd Add paragraph tags. by Nick Lewycky · 16 years ago
  84. de9b4c4 Fix compile error. Pointed out by mait on #llvm IRC! by Nick Lewycky · 16 years ago
  85. 7e0fc8a Fixed spelling. by Misha Brukman · 16 years ago
  86. b357f04 fix typo, patch by Shlomi Fish! by Chris Lattner · 16 years ago
  87. 00a7b52 Remove AllowInverse: it leaks memory and is not the right by Chris Lattner · 16 years ago
  88. a0bd810 Use 'name' instead of 'href'. by Bill Wendling · 16 years ago
  89. b1a61bd Fix verification failure. by Bill Wendling · 16 years ago
  90. f159402 Offer an explanation of why building LLVM-GCC with objdir == srcdir doesn't by Bill Wendling · 16 years ago
  91. 290235f Another reformatting. No change in docs. by Bill Wendling · 16 years ago
  92. dcd006b add a new Blob encoding abbreviation for bitcode files that emits by Chris Lattner · 16 years ago
  93. 63c3ffc clean up some html by Chris Lattner · 16 years ago
  94. 19a8dca Add character encoding declaration to fix verification warning. by Bill Wendling · 16 years ago
  95. 78c8fce Obsessively format this document. by Bill Wendling · 16 years ago
  96. e6b4879 Add character encoding declaration. by Bill Wendling · 16 years ago
  97. e9e6fd9 Fix validation error. by Bill Wendling · 16 years ago
  98. 4a2bca8 A lot of formatting changes. by Bill Wendling · 16 years ago
  99. 903bcc4 Fix some HTML validation errors. by Bill Wendling · 16 years ago
  100. bb7425f General clean-up of the bitcode format documentation. Having the paragraphs by Bill Wendling · 16 years ago