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