aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Add regular expression matching support, based on OpenBSD regexec()/regcomp()Torok Edwin2009-08-301-0/+756
* Reapply 79977.Devang Patel2009-08-281-505/+452
* Mark Andersen's as experimental.Chris Lattner2009-08-281-0/+6
* Allocate the module provider in the Kaleidoscope code on the heap, not the st...Reid Kleckner2009-08-264-144/+145
* Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.Devang Patel2009-08-261-452/+505
* Add an 'inline hint' attribute to represent sourceDale Johannesen2009-08-261-0/+5
* Update documentation for the -f change.Dan Gohman2009-08-259-35/+37
* Update DebugInfo interface to use metadata, instead of special named llvm.dbg...Devang Patel2009-08-251-505/+452
* improve documentation for linker_private linkage.Chris Lattner2009-08-241-1/+5
* disuade people from using ostream.Chris Lattner2009-08-231-6/+8
* Don't install the man page for FileCheckDouglas Gregor2009-08-231-2/+8
* Update release document with more details.Tanya Lattner2009-08-231-12/+24
* Note down a few bits and bobs off the top of my head for ReleaseNotes-2.6.htmlEdward O'Callaghan2009-08-221-0/+2
* Add basic information about SJLJ EHJim Grosbach2009-08-221-3/+36
* Clarify a few things in the inbounds description.Dan Gohman2009-08-201-4/+4
* Correct ARM v7-A architecture name spelling and add note about hard float.Sandeep Patel2009-08-201-4/+6
* fix this back, thanks EliChris Lattner2009-08-201-1/+1
* minor grammar tweakChris Lattner2009-08-201-1/+1
* Update the release process some more. Lots of good details now.Tanya Lattner2009-08-191-51/+119
* Add a first stab at describing LLVMContext.Owen Anderson2009-08-191-0/+45
* Update the ocaml docs to work with LLVMContext.Erick Tryzelaar2009-08-195-13/+18
* First steps to document new release plan.Tanya Lattner2009-08-181-307/+152
* Surrounded variable in <tt> tags for consistency.Misha Brukman2009-08-181-7/+8
* CMake: LLVM_ENABLE_PIC now defaults to ON, as in `configure'. This isOscar Fuentes2009-08-181-3/+3
* #include <cstdlib> in the code listing for strtod.John McCall2009-08-171-0/+1
* Remove a bit more cruft from the sjlj moving to a backend pass.Jim Grosbach2009-08-171-19/+0
* CMake: Removed traces of obsolete variable LLVM_PLO_FLAGS.Oscar Fuentes2009-08-161-4/+0
* CMake: New option LLVM_BUILD_TOOLS. Renamed LLVM_EXAMPLES toOscar Fuentes2009-08-161-0/+6
* Fix validation errors.Bill Wendling2009-08-151-3/+3
* Fix validation errors.Bill Wendling2009-08-151-11/+11
* wrap to 80 colsChris Lattner2009-08-151-2/+4
* implement support for CHECK-NEXT: in filecheck.Chris Lattner2009-08-151-1/+42
* document filecheck.Chris Lattner2009-08-151-3/+87
* fix pasto noticed by JakubChris Lattner2009-08-151-1/+1
* add a stub for futher description of filecheck.Chris Lattner2009-08-151-0/+21
* add a simple FileCheck man page.Chris Lattner2009-08-152-0/+67
* Reformatting and some cleanup.Bill Wendling2009-08-151-223/+247
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-137-65/+65
* Grammar fix.Misha Brukman2009-08-131-2/+2
* Add some release notes about ARM v7 support and known problems.Bob Wilson2009-08-121-0/+24
* make owen happy by being explicit.Chris Lattner2009-08-111-1/+2
* SjLj based exception handling unwinding support. This patch is nasty, brutishJim Grosbach2009-08-111-1/+38
* Clarify limitations of a ModulePass requiring a FunctionPass.Devang Patel2009-08-101-1/+1
* Add DEBUG_WITH_TYPE as a clean alternative to tweaking DEBUG_TYPE.Daniel Dunbar2009-08-071-0/+15
* Add note about msys perl needed for windows/mingw32 builds.Anton Korobeynikov2009-08-061-1/+7
* Documentation: fix HTML validation errors.Benjamin Kramer2009-08-0513-33/+35
* common globals may also not be marked constant.Chris Lattner2009-08-051-3/+4
* Clarify common linkage and the requirements on it. EnforceChris Lattner2009-08-051-11/+14
* Minor www site formating improvements.Edward O'Callaghan2009-08-041-6/+5
* Remove duplicated colons and spaces.Benjamin Kramer2009-08-021-1/+1