summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAge
* Use llvm::raw_stream instead of llvm::Streams.Bill Wendling2009-05-12
* Make MDNode use CallbackVH. Also change MDNode to store Value* instead ofNick Lewycky2009-05-10
* fix typoChris Lattner2009-05-09
* Fix typo.Bill Wendling2009-05-08
* Allow readonly functions to unwind exceptions. TeachDuncan Sands2009-05-06
* Regenerate documentation.Mikhail Glushenkov2009-05-06
* Add some more documentation for x86 special address spaces.Dan Gohman2009-05-05
* Add basic support for code generation of Chris Lattner2009-05-05
* Restore minor deletion.Mike Stump2009-05-04
* Remove obsolete wording, the only exception a readnone function can throwChris Lattner2009-05-03
* be very explicit that readnone/readonly functions can'tChris Lattner2009-05-03
* HTML-escape '>' as '>' in sample C++ code.Misha Brukman2009-05-01
* Add a mention of TypeBuilder to the programmer's manual, and clean up the classJeffrey Yasskin2009-04-30
* Second attempt:Bill Wendling2009-04-29
* Fix some confusion in the Ada f-e build instructions betweenDuncan Sands2009-04-27
* Now that any size of integer indices are allowed for sequential types, remove...Sanjiv Gupta2009-04-27
* Add two new record types to the blockinfo block:Chris Lattner2009-04-26
* Any size of integral indices are allowed in gep for indexing into sequential ...Sanjiv Gupta2009-04-26
* improve documentation on build configurations, patch byChris Lattner2009-04-25
* aDd support for building a subset of the llvm tools, patch by Jeffrey Yasskin!Chris Lattner2009-04-25
* Update docs to not mention gcse/loadvn and mention memdep andChris Lattner2009-04-25
* Fixed the gep example for i16 type indices.Sanjiv Gupta2009-04-25
* Fixed spaces and the getelementpointer example with i16 type indices.Sanjiv Gupta2009-04-24
* Allow i16 type indices to gep.Sanjiv Gupta2009-04-24
* Fix a documentation bug.David Greene2009-04-23
* Make BinOps typed and require a type specifier for !nameconcat. ThisDavid Greene2009-04-23
* Allow defm to inherit from multiple multiclasses.David Greene2009-04-22
* Implement !nameconcat to concatenate strings and look up the resultingDavid Greene2009-04-22
* Implement multiclass inheritance.David Greene2009-04-22
* ISD::ADD_PARTS is gone; use ISD::SMUL_LOHI as an example instead.Dan Gohman2009-04-22
* Make it clearer that llvm-gcc is not needed forDuncan Sands2009-04-18
* Update information on canadian cross buildsJim Grosbach2009-04-17
* More obsessive reformatting. Fixed some validation errors.Bill Wendling2009-04-15
* Add a new "available_externally" linkage type. This is intendedChris Lattner2009-04-13
* Add paragraph tags.Nick Lewycky2009-04-13
* Fix compile error. Pointed out by mait on #llvm IRC!Nick Lewycky2009-04-12
* Fixed spelling.Misha Brukman2009-04-10
* fix typo, patch by Shlomi Fish!Chris Lattner2009-04-10
* Remove AllowInverse: it leaks memory and is not the rightChris Lattner2009-04-08
* Use 'name' instead of 'href'.Bill Wendling2009-04-07
* Fix verification failure.Bill Wendling2009-04-07
* Offer an explanation of why building LLVM-GCC with objdir == srcdir doesn'tBill Wendling2009-04-07
* Another reformatting. No change in docs.Bill Wendling2009-04-07
* add a new Blob encoding abbreviation for bitcode files that emitsChris Lattner2009-04-06
* clean up some htmlChris Lattner2009-04-06
* Add character encoding declaration to fix verification warning.Bill Wendling2009-04-05
* Obsessively format this document.Bill Wendling2009-04-05
* Add character encoding declaration.Bill Wendling2009-04-05
* Fix validation error.Bill Wendling2009-04-05
* A lot of formatting changes.Bill Wendling2009-04-05