summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAge
* Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn'tDan Gohman2009-09-11
* more typosChris Lattner2009-09-11
* Fix validation errors.Bill Wendling2009-09-10
* Fix validation errors.Bill Wendling2009-09-10
* add another broken version of gcc, thanks to Niels Moller for pointing this out.Chris Lattner2009-09-10
* Remove prcontext.Daniel Dunbar2009-09-10
* Correct __cxa_end_catch documentation to reflect that it doesn't take any arg...Eric Christopher2009-09-09
* another typoChris Lattner2009-09-08
* fix a couple typos pointed out by edwin and duncanChris Lattner2009-09-08
* Add 'lit' testing tool.Daniel Dunbar2009-09-08
* llvm::cerr is gone.Chris Lattner2009-09-08
* update this to use raw_ostreamChris Lattner2009-09-08
* add some more notes.Chris Lattner2009-09-07
* describe undef semantics in some more detail.Chris Lattner2009-09-07
* Document opt -S argument.Daniel Dunbar2009-09-07
* Fix the syntax of add/sub/mul nsw/nuw and sdiv exact.Dan Gohman2009-09-02
* Add regular expression matching support, based on OpenBSD regexec()/regcomp()Torok Edwin2009-08-30
* Reapply 79977.Devang Patel2009-08-28
* Mark Andersen's as experimental.Chris Lattner2009-08-28
* Allocate the module provider in the Kaleidoscope code on the heap, not the st...Reid Kleckner2009-08-26
* Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.Devang Patel2009-08-26
* Add an 'inline hint' attribute to represent sourceDale Johannesen2009-08-26
* Update documentation for the -f change.Dan Gohman2009-08-25
* Update DebugInfo interface to use metadata, instead of special named llvm.dbg...Devang Patel2009-08-25
* improve documentation for linker_private linkage.Chris Lattner2009-08-24
* disuade people from using ostream.Chris Lattner2009-08-23
* Don't install the man page for FileCheckDouglas Gregor2009-08-23
* Update release document with more details.Tanya Lattner2009-08-23
* Note down a few bits and bobs off the top of my head for ReleaseNotes-2.6.htmlEdward O'Callaghan2009-08-22
* Add basic information about SJLJ EHJim Grosbach2009-08-22
* Clarify a few things in the inbounds description.Dan Gohman2009-08-20
* Correct ARM v7-A architecture name spelling and add note about hard float.Sandeep Patel2009-08-20
* fix this back, thanks EliChris Lattner2009-08-20
* minor grammar tweakChris Lattner2009-08-20
* Update the release process some more. Lots of good details now.Tanya Lattner2009-08-19
* Add a first stab at describing LLVMContext.Owen Anderson2009-08-19
* Update the ocaml docs to work with LLVMContext.Erick Tryzelaar2009-08-19
* First steps to document new release plan.Tanya Lattner2009-08-18
* Surrounded variable in <tt> tags for consistency.Misha Brukman2009-08-18
* CMake: LLVM_ENABLE_PIC now defaults to ON, as in `configure'. This isOscar Fuentes2009-08-18
* #include <cstdlib> in the code listing for strtod.John McCall2009-08-17
* Remove a bit more cruft from the sjlj moving to a backend pass.Jim Grosbach2009-08-17
* CMake: Removed traces of obsolete variable LLVM_PLO_FLAGS.Oscar Fuentes2009-08-16
* CMake: New option LLVM_BUILD_TOOLS. Renamed LLVM_EXAMPLES toOscar Fuentes2009-08-16
* Fix validation errors.Bill Wendling2009-08-15
* Fix validation errors.Bill Wendling2009-08-15
* wrap to 80 colsChris Lattner2009-08-15
* implement support for CHECK-NEXT: in filecheck.Chris Lattner2009-08-15
* document filecheck.Chris Lattner2009-08-15
* fix pasto noticed by JakubChris Lattner2009-08-15