1. ce0c81e Add regular expression matching support, based on OpenBSD regexec()/regcomp() by Torok Edwin · 15 years ago
  2. e4b2756 Reapply 79977. Use MDNodes to encode debug info in llvm IR. by Devang Patel · 15 years ago
  3. b80e1ab Mark Andersen's as experimental. by Chris Lattner · 15 years ago
  4. 60130f0 Allocate the module provider in the Kaleidoscope code on the heap, not the stack, so that it can be properly deleted. Also update the tutorial with the new code. This fixes PR4762, hopefully better than the last time. by Reid Kleckner · 15 years ago
  5. 8245988 Revert 79977. It causes llvm-gcc bootstrap failures on some platforms. by Devang Patel · 15 years ago
  6. de86d47 Add an 'inline hint' attribute to represent source by Dale Johannesen · 15 years ago
  7. 0cabaa5 Update documentation for the -f change. by Dan Gohman · 15 years ago
  8. 2a610c7 Update DebugInfo interface to use metadata, instead of special named llvm.dbg.... global variables, to encode debugging information in llvm IR. This is mostly a mechanical change that tests metadata support very well. by Devang Patel · 15 years ago
  9. e1eaf91 improve documentation for linker_private linkage. by Chris Lattner · 15 years ago
  10. 983c592 disuade people from using ostream. by Chris Lattner · 15 years ago
  11. cb3e3d3 Don't install the man page for FileCheck by Douglas Gregor · 15 years ago
  12. 405ce8d Update release document with more details. by Tanya Lattner · 15 years ago
  13. 50310f9 Note down a few bits and bobs off the top of my head for ReleaseNotes-2.6.html by Edward O'Callaghan · 15 years ago
  14. 00484d1 Add basic information about SJLJ EH by Jim Grosbach · 15 years ago
  15. b255b88 Clarify a few things in the inbounds description. by Dan Gohman · 15 years ago
  16. 64e3961 Correct ARM v7-A architecture name spelling and add note about hard float. by Sandeep Patel · 15 years ago
  17. 38eee3c fix this back, thanks Eli by Chris Lattner · 15 years ago
  18. f636b96 minor grammar tweak by Chris Lattner · 15 years ago
  19. 49b9186 Update the release process some more. Lots of good details now. by Tanya Lattner · 15 years ago
  20. e0c951a Add a first stab at describing LLVMContext. by Owen Anderson · 15 years ago
  21. 1f3d276 Update the ocaml docs to work with LLVMContext. by Erick Tryzelaar · 15 years ago
  22. 4b9e1d2 First steps to document new release plan. by Tanya Lattner · 15 years ago
  23. fc13d1c Surrounded variable in <tt> tags for consistency. by Misha Brukman · 15 years ago
  24. 1e02bf0 CMake: LLVM_ENABLE_PIC now defaults to ON, as in `configure'. This is by Oscar Fuentes · 15 years ago
  25. 46c8181 #include <cstdlib> in the code listing for strtod. by John McCall · 15 years ago
  26. 2962664 Remove a bit more cruft from the sjlj moving to a backend pass. by Jim Grosbach · 15 years ago
  27. 3488881 CMake: Removed traces of obsolete variable LLVM_PLO_FLAGS. by Oscar Fuentes · 15 years ago
  28. c81f56d CMake: New option LLVM_BUILD_TOOLS. Renamed LLVM_EXAMPLES to by Oscar Fuentes · 15 years ago
  29. bf230bf Fix validation errors. by Bill Wendling · 15 years ago
  30. 3cf4ffd Fix validation errors. by Bill Wendling · 15 years ago
  31. e93f373 wrap to 80 cols by Chris Lattner · 15 years ago
  32. 5dafafd implement support for CHECK-NEXT: in filecheck. by Chris Lattner · 15 years ago
  33. 272e308 document filecheck. by Chris Lattner · 15 years ago
  34. 741042f fix pasto noticed by Jakub by Chris Lattner · 15 years ago
  35. 3d2de1d add a stub for futher description of filecheck. by Chris Lattner · 15 years ago
  36. 9d3787b add a simple FileCheck man page. by Chris Lattner · 15 years ago
  37. c4f661e Reformatting and some cleanup. by Bill Wendling · 15 years ago
  38. 1d0be15 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 15 years ago
  39. 0f6d5f8 Grammar fix. by Misha Brukman · 15 years ago
  40. 755cbe0 Add some release notes about ARM v7 support and known problems. by Bob Wilson · 15 years ago
  41. 5731020 make owen happy by being explicit. by Chris Lattner · 15 years ago
  42. 1b747ad SjLj based exception handling unwinding support. This patch is nasty, brutish by Jim Grosbach · 15 years ago
  43. 468857f Clarify limitations of a ModulePass requiring a FunctionPass. by Devang Patel · 15 years ago
  44. c3c9239 Add DEBUG_WITH_TYPE as a clean alternative to tweaking DEBUG_TYPE. by Daniel Dunbar · 15 years ago
  45. 2bc8ef1 Add note about msys perl needed for windows/mingw32 builds. by Anton Korobeynikov · 15 years ago
  46. e15192b Documentation: fix HTML validation errors. by Benjamin Kramer · 15 years ago
  47. cd81f5d common globals may also not be marked constant. by Chris Lattner · 15 years ago
  48. 26d054d Clarify common linkage and the requirements on it. Enforce by Chris Lattner · 15 years ago
  49. 37442b7 Minor www site formating improvements. by Edward O'Callaghan · 15 years ago
  50. e6864c1 Remove duplicated colons and spaces. by Benjamin Kramer · 15 years ago
  51. b6d6674 remove the dead PreferredEHDataFormat TAI hook: its now dead by Chris Lattner · 15 years ago
  52. d7f10d3 add a note about the build bots by Chris Lattner · 15 years ago
  53. 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
  54. debcb01 Move types back to the 2.5 API. by Owen Anderson · 15 years ago
  55. 0a28d18 Add one-past-the-end language to the inbounds keyword. by Dan Gohman · 15 years ago
  56. c8eef44 some wording changes. by Chris Lattner · 15 years ago
  57. f21f85a link to a newer preso by Chris Lattner · 15 years ago
  58. 55e459a Fix a few typos and add links. by Andreas Bolka · 15 years ago
  59. 9eb7e0a discourage else after "noreturn" statements. by Chris Lattner · 15 years ago
  60. dd8004d Add a new keyword 'inbounds' for use with getelementptr. See the by Dan Gohman · 15 years ago
  61. 6f83c9c Move ConstantFP construction back to the 2.5-ish API. by Owen Anderson · 15 years ago
  62. 99a8205 Fix typo. by Andreas Bolka · 15 years ago
  63. 556ca27 Following discussion on llvm-dev ("proposed new rule for getelementptr"), by Dan Gohman · 15 years ago
  64. d6b06b1 Update target registration description in Writing An LLVM Backend, and add by Daniel Dunbar · 15 years ago
  65. a5881e3 Add TargetRegistry::lookupTarget. by Daniel Dunbar · 15 years ago
  66. 03d7651 Remove Value::{isName, getNameRef}. by Daniel Dunbar · 15 years ago
  67. dced9fb eventually we should describe string options in the data structures section by Chris Lattner · 15 years ago
  68. 81187ae minor tweaks. by Chris Lattner · 15 years ago
  69. 8b5ee82 Ok, "most clients should be unaffected" was a lie. Add notes on upgrading. by Daniel Dunbar · 15 years ago
  70. 6e0d1cb Initial update to VMCore to use Twines for string arguments. by Daniel Dunbar · 15 years ago
  71. 4df605b Update to new syntax. by Dan Gohman · 15 years ago
  72. 06388ae Rewrite examples to use DEBUG instead of DOUT. by Daniel Dunbar · 15 years ago
  73. 26fe866 Tweak, raw_ostream is a ostream, not iostream replacement by Daniel Dunbar · 15 years ago
  74. e8530a3 CodingStandards: Emphasize use of raw_ostream more. - Chris, please approve. by Daniel Dunbar · 15 years ago
  75. d2cb3d2 Remove the IA-64 backend. by Dan Gohman · 15 years ago
  76. 08d012e Rename the new unsigned and signed keywords to nuw and nsw, by Dan Gohman · 15 years ago
  77. d7de7bc Added -b option to override the default bitcode output file name. by Sanjiv Gupta · 15 years ago
  78. 59fec6a fix some wording problems Daniel pointed out, make a example actually real. by Chris Lattner · 15 years ago
  79. 71d8f3b fix typo noticed by Duncan by Chris Lattner · 15 years ago
  80. 219bd29 remove Bill from the author list: his contribution (describing llvm::Ostream by Chris Lattner · 15 years ago
  81. d283cb1 add some more topics to the coding standards doc: by Chris Lattner · 15 years ago
  82. d8afc46 fix some formatting stuff, patch by Edward O'Callaghan! by Chris Lattner · 15 years ago
  83. e922c02 Get rid of the Pass+Context magic. by Owen Anderson · 15 years ago
  84. 9c5beed Misc. doc fixes following suggestions from Eli. by Dan Gohman · 15 years ago
  85. aedb59a fix typo by Chris Lattner · 15 years ago
  86. 3e7b5ca Various doc updates from Edward O'Callaghan! by Chris Lattner · 15 years ago
  87. f6fa8ae Add a few fairly obvious API changes I noticed while porting some old code. by Torok Edwin · 15 years ago
  88. cbb38f2 Documentation for the new non-overflow and exact keywords. by Dan Gohman · 15 years ago
  89. 401e10c implement a new magic global "llvm.compiler.used" which is like llvm.used, but by Chris Lattner · 15 years ago
  90. 857755c document llvm.used and llvm.metadata. Stub out llvm.global_[cd]tors by Chris Lattner · 15 years ago
  91. 987e7eb Rename the index to linkage types. by Bill Wendling · 15 years ago
  92. c39e3e0 More reformatting. by Bill Wendling · 15 years ago
  93. d9fe298 Fix HTML violations. by Bill Wendling · 15 years ago
  94. e910b4c Obsessivly reformat. by Bill Wendling · 15 years ago
  95. 3d10a5a Add plumbing for the `linker_private' linkage type. This type is meant for by Bill Wendling · 15 years ago
  96. 8ad2f98 fix some typos pointed out by Hidenobu Seki by Chris Lattner · 15 years ago
  97. f689fa1 cmake builds don't need this hack for MSVC anymore. by Daniel Dunbar · 15 years ago
  98. 4b1511b Add EngineBuilder to ExecutionEngine in favor of the five optional argument EE::create(). by Reid Kleckner · 15 years ago
  99. 0c542ff end sentence in period, draw attention to the fact that you should by Chris Lattner · 15 years ago
  100. 3ddd717 we beat exceptions out of lib/system a long time ago. by Chris Lattner · 15 years ago