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