1. 5731020 make owen happy by being explicit. by Chris Lattner · 15 years ago
  2. 1b747ad SjLj based exception handling unwinding support. This patch is nasty, brutish by Jim Grosbach · 15 years ago
  3. 468857f Clarify limitations of a ModulePass requiring a FunctionPass. by Devang Patel · 15 years ago
  4. c3c9239 Add DEBUG_WITH_TYPE as a clean alternative to tweaking DEBUG_TYPE. by Daniel Dunbar · 15 years ago
  5. 2bc8ef1 Add note about msys perl needed for windows/mingw32 builds. by Anton Korobeynikov · 15 years ago
  6. e15192b Documentation: fix HTML validation errors. by Benjamin Kramer · 15 years ago
  7. cd81f5d common globals may also not be marked constant. by Chris Lattner · 15 years ago
  8. 26d054d Clarify common linkage and the requirements on it. Enforce by Chris Lattner · 15 years ago
  9. 37442b7 Minor www site formating improvements. by Edward O'Callaghan · 15 years ago
  10. e6864c1 Remove duplicated colons and spaces. by Benjamin Kramer · 15 years ago
  11. b6d6674 remove the dead PreferredEHDataFormat TAI hook: its now dead by Chris Lattner · 15 years ago
  12. d7f10d3 add a note about the build bots by Chris Lattner · 15 years ago
  13. a7235ea Move a few more APIs back to 2.5 forms. The only remaining ones left to change back are by Owen Anderson · 15 years ago
  14. debcb01 Move types back to the 2.5 API. by Owen Anderson · 15 years ago
  15. 0a28d18 Add one-past-the-end language to the inbounds keyword. by Dan Gohman · 15 years ago
  16. c8eef44 some wording changes. by Chris Lattner · 15 years ago
  17. f21f85a link to a newer preso by Chris Lattner · 15 years ago
  18. 55e459a Fix a few typos and add links. by Andreas Bolka · 15 years ago
  19. 9eb7e0a discourage else after "noreturn" statements. by Chris Lattner · 15 years ago
  20. dd8004d Add a new keyword 'inbounds' for use with getelementptr. See the by Dan Gohman · 15 years ago
  21. 6f83c9c Move ConstantFP construction back to the 2.5-ish API. by Owen Anderson · 15 years ago
  22. 99a8205 Fix typo. by Andreas Bolka · 15 years ago
  23. 556ca27 Following discussion on llvm-dev ("proposed new rule for getelementptr"), by Dan Gohman · 15 years ago
  24. d6b06b1 Update target registration description in Writing An LLVM Backend, and add by Daniel Dunbar · 15 years ago
  25. a5881e3 Add TargetRegistry::lookupTarget. by Daniel Dunbar · 15 years ago
  26. 03d7651 Remove Value::{isName, getNameRef}. by Daniel Dunbar · 15 years ago
  27. dced9fb eventually we should describe string options in the data structures section by Chris Lattner · 15 years ago
  28. 81187ae minor tweaks. by Chris Lattner · 15 years ago
  29. 8b5ee82 Ok, "most clients should be unaffected" was a lie. Add notes on upgrading. by Daniel Dunbar · 15 years ago
  30. 6e0d1cb Initial update to VMCore to use Twines for string arguments. by Daniel Dunbar · 15 years ago
  31. 4df605b Update to new syntax. by Dan Gohman · 15 years ago
  32. 06388ae Rewrite examples to use DEBUG instead of DOUT. by Daniel Dunbar · 15 years ago
  33. 26fe866 Tweak, raw_ostream is a ostream, not iostream replacement by Daniel Dunbar · 15 years ago
  34. e8530a3 CodingStandards: Emphasize use of raw_ostream more. - Chris, please approve. by Daniel Dunbar · 15 years ago
  35. d2cb3d2 Remove the IA-64 backend. by Dan Gohman · 15 years ago
  36. 08d012e Rename the new unsigned and signed keywords to nuw and nsw, by Dan Gohman · 15 years ago
  37. d7de7bc Added -b option to override the default bitcode output file name. by Sanjiv Gupta · 15 years ago
  38. 59fec6a fix some wording problems Daniel pointed out, make a example actually real. by Chris Lattner · 15 years ago
  39. 71d8f3b fix typo noticed by Duncan by Chris Lattner · 15 years ago
  40. 219bd29 remove Bill from the author list: his contribution (describing llvm::Ostream by Chris Lattner · 15 years ago
  41. d283cb1 add some more topics to the coding standards doc: by Chris Lattner · 15 years ago
  42. d8afc46 fix some formatting stuff, patch by Edward O'Callaghan! by Chris Lattner · 15 years ago
  43. e922c02 Get rid of the Pass+Context magic. by Owen Anderson · 15 years ago
  44. 9c5beed Misc. doc fixes following suggestions from Eli. by Dan Gohman · 15 years ago
  45. aedb59a fix typo by Chris Lattner · 15 years ago
  46. 3e7b5ca Various doc updates from Edward O'Callaghan! by Chris Lattner · 15 years ago
  47. f6fa8ae Add a few fairly obvious API changes I noticed while porting some old code. by Torok Edwin · 15 years ago
  48. cbb38f2 Documentation for the new non-overflow and exact keywords. by Dan Gohman · 15 years ago
  49. 401e10c implement a new magic global "llvm.compiler.used" which is like llvm.used, but by Chris Lattner · 15 years ago
  50. 857755c document llvm.used and llvm.metadata. Stub out llvm.global_[cd]tors by Chris Lattner · 15 years ago
  51. 987e7eb Rename the index to linkage types. by Bill Wendling · 15 years ago
  52. c39e3e0 More reformatting. by Bill Wendling · 15 years ago
  53. d9fe298 Fix HTML violations. by Bill Wendling · 15 years ago
  54. e910b4c Obsessivly reformat. by Bill Wendling · 15 years ago
  55. 3d10a5a Add plumbing for the `linker_private' linkage type. This type is meant for by Bill Wendling · 15 years ago
  56. 8ad2f98 fix some typos pointed out by Hidenobu Seki by Chris Lattner · 15 years ago
  57. f689fa1 cmake builds don't need this hack for MSVC anymore. by Daniel Dunbar · 15 years ago
  58. 4b1511b Add EngineBuilder to ExecutionEngine in favor of the five optional argument EE::create(). by Reid Kleckner · 15 years ago
  59. 0c542ff end sentence in period, draw attention to the fact that you should by Chris Lattner · 15 years ago
  60. 3ddd717 we beat exceptions out of lib/system a long time ago. by Chris Lattner · 15 years ago
  61. c5ec8a7 Add support for naked functions by Anton Korobeynikov · 15 years ago
  62. 445c89a Fix typo. by Daniel Dunbar · 15 years ago
  63. 3bf2d03 Add broken gcc from PR4532. by Nick Lewycky · 15 years ago
  64. 914e50c Privatize the ConstantFP table. I'm on a roll! by Owen Anderson · 15 years ago
  65. e4d54d7 Add a note about the raw_fd_ostream API change. by Dan Gohman · 15 years ago
  66. 0a5372e Begin the painful process of tearing apart the rat'ss nest that is Constants.cpp and ConstantFold.cpp. by Owen Anderson · 15 years ago
  67. eaff524 remove llvm.part.set.* and llvm.part.select.*. They have never been by Chris Lattner · 15 years ago
  68. 02e7313 Add an LLVM API change. by Daniel Dunbar · 15 years ago
  69. b927ca8 be explicit about making comments real sentences. by Chris Lattner · 15 years ago
  70. 4429aaf Regenerate. by Mikhail Glushenkov · 15 years ago
  71. 09826e3 Update documentation. by Mikhail Glushenkov · 15 years ago
  72. 98a3961 Regenerate. by Mikhail Glushenkov · 15 years ago
  73. 792f182 Documentation update. by Mikhail Glushenkov · 15 years ago
  74. d1fbd14 Push LLVMContext _back_ through IRBuilder. by Owen Anderson · 15 years ago
  75. 91f935e Update the example to show that an archive can contain llvm bitcode. by Rafael Espindola · 15 years ago
  76. 7f6aa2b Remove the vicmp and vfcmp instructions. Because we never had a release with by Nick Lewycky · 15 years ago
  77. f667e7e Add a paragraph about the Add->FAdd API change. by Dan Gohman · 15 years ago
  78. 15367df Regenerate. by Mikhail Glushenkov · 15 years ago
  79. 640dd26 Regenerate. by Mikhail Glushenkov · 15 years ago
  80. 226f54b Clarify that later compiler versions are known to by Duncan Sands · 15 years ago
  81. e27be3a Describe the LLVMContext API change. by Owen Anderson · 15 years ago
  82. b71725b Try to clarify a point about getting DominatorTree info from a module pass. by Daniel Dunbar · 15 years ago
  83. 2c6f9f7 add a FAQ. by Chris Lattner · 15 years ago
  84. a44f87f got confused again by Chris Lattner · 15 years ago
  85. 09bc65e fix some issues Jeff Yasskin noticed by Chris Lattner · 15 years ago
  86. 0af39ea add a note about re-evaluating end() every time through a loop. by Chris Lattner · 15 years ago
  87. e25b845 Regenerate. by Mikhail Glushenkov · 15 years ago
  88. 2c02662 by David Greene · 15 years ago
  89. 1b6d3da Clarify how to configure llvm-gcc-4.2 for use with by Shantonu Sen · 15 years ago
  90. 13e16b6 by Devang Patel · 15 years ago
  91. d7acf73 Regenerate. by Mikhail Glushenkov · 15 years ago
  92. 294f507 Update documentation. by Mikhail Glushenkov · 15 years ago
  93. 5e98cb7 ReleaseNotes.External Projects += Rubinius by Jeffrey Yasskin · 15 years ago
  94. ba2aa78 ReleaseNotes.External Projects += Unladen Swallow by Jeffrey Yasskin · 15 years ago
  95. e2e4a89 Start sketching 2.6 release notes. This provides a by Duncan Sands · 15 years ago
  96. 434ca80 Clarify that if the alignment is zero then an alignment by Duncan Sands · 15 years ago
  97. 24e0411 Fix link to BasicBlock doxygen documentation in Programmer's Manual by Stefanus Du Toit · 15 years ago
  98. df04ead Formatting fix. by Mikhail Glushenkov · 15 years ago
  99. 63dc318 Regenerate. by Mikhail Glushenkov · 15 years ago
  100. 6be9266 Remove support for building LLVM libraries into "relinked" by Chris Lattner · 15 years ago