aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Remove references to obsolete -f option.Daniel Dunbar2009-09-152-12/+0
* Update llc/opt PODs to clarify they support .ll input.Daniel Dunbar2009-09-152-17/+19
* Give llvm-link a -S option.Dan Gohman2009-09-151-0/+4
* Expose initializing the native target for the execution engine.Erick Tryzelaar2009-09-144-0/+8
* Make sure to initialize the fpm in the ocaml tutorial.Erick Tryzelaar2009-09-144-0/+10
* CMake: New user-settable variable LLVM_TARGET_ARCH useful whenOscar Fuentes2009-09-131-0/+10
* Update the tutorial to match changes to examples/Kaleidoscope.Nick Lewycky2009-09-135-29/+77
* remove two docs about the old Sparc backend which used Value*'s for vregs.Chris Lattner2009-09-132-76/+0
* move old clang readme here.Chris Lattner2009-09-131-0/+178
* we don't want people to override printBasicBlockLabel.Chris Lattner2009-09-121-3/+1
* Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn'tDan Gohman2009-09-111-0/+4
* more typosChris Lattner2009-09-111-5/+6
* Fix validation errors.Bill Wendling2009-09-101-3/+3
* Fix validation errors.Bill Wendling2009-09-101-9/+11
* add another broken version of gcc, thanks to Niels Moller for pointing this out.Chris Lattner2009-09-101-1/+2
* Remove prcontext.Daniel Dunbar2009-09-101-8/+0
* Correct __cxa_end_catch documentation to reflect that it doesn't take any arg...Eric Christopher2009-09-091-4/+9
* another typoChris Lattner2009-09-081-1/+1
* fix a couple typos pointed out by edwin and duncanChris Lattner2009-09-081-2/+2
* Add 'lit' testing tool.Daniel Dunbar2009-09-081-0/+222
* llvm::cerr is gone.Chris Lattner2009-09-081-7/+7
* update this to use raw_ostreamChris Lattner2009-09-081-4/+7
* add some more notes.Chris Lattner2009-09-071-1/+40
* describe undef semantics in some more detail.Chris Lattner2009-09-071-5/+101
* Document opt -S argument.Daniel Dunbar2009-09-071-0/+4
* Fix the syntax of add/sub/mul nsw/nuw and sdiv exact.Dan Gohman2009-09-021-10/+10
* 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