aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Match the case of other mailing lists in the listChris Lattner2006-02-231-1/+1
* document the llvm-testresults listChris Lattner2006-02-231-0/+5
* Added documentation for vset and vselect.Robert Bocchino2006-02-171-4/+158
* Mention that delta can be used to reduce some Front-end problems.Chris Lattner2006-02-081-1/+4
* Add SRoA to the lexicon. Patch by Marco Matthies!Chris Lattner2006-02-081-0/+3
* Encourage use of the V8 ABI over the V9 ABI.Chris Lattner2006-02-051-4/+4
* This document is out of date. :(Chris Lattner2006-02-051-3/+3
* V8 -> SparcChris Lattner2006-02-051-4/+8
* Remove FAKE_SOURCESChris Lattner2006-01-271-8/+0
* document the syntax of inline asmChris Lattner2006-01-251-0/+55
* update the bytecode format guide for the encoding of inline asm.Chris Lattner2006-01-251-9/+61
* minor syntax changeChris Lattner2006-01-241-2/+2
* Update for file-scope inline asmChris Lattner2006-01-231-14/+11
* document module-level inline asm support.Chris Lattner2006-01-231-1/+30
* like bswap, the ct* intrinsics require unsigned operandsChris Lattner2006-01-161-26/+26
* ConsistencyChris Lattner2006-01-161-5/+5
* There is no llvm.bswap.i8, need at least 2 bytes to swap.Reid Spencer2006-01-161-1/+0
* For PR411:Reid Spencer2006-01-161-14/+27
* Add a couple very minor tweaksChris Lattner2006-01-161-7/+11
* Fix up 'adding an intrinsic' section a bit, first draft of 'adding a newNate Begeman2006-01-161-36/+111
* PRE is no moreChris Lattner2006-01-161-1/+1
* Added spec for insertelement operation.Robert Bocchino2006-01-151-1/+54
* Fix the instructions for adding an intrinsic.Nate Begeman2006-01-141-3/+7
* Make the bswap documentation more to sabre's liking!Nate Begeman2006-01-131-93/+39
* fix some minor errorsChris Lattner2006-01-131-3/+3
* Add documentation for the upcoming bswap intrinsics!Nate Begeman2006-01-131-0/+90
* Add llvm.stacksave and llvm.stackrestore.Chris Lattner2006-01-131-0/+68
* void* is not legal in LLVM.Chris Lattner2006-01-131-4/+2
* Expanded the documentation for constant expressions to cover selectRobert Bocchino2006-01-101-0/+10
* Fixed a typo; "= 1" was missing.Robert Bocchino2006-01-061-1/+1
* Added the spec for the new "extractelement" instruction.Robert Bocchino2006-01-051-0/+44
* Update list of supported bisons.Jeff Cohen2006-01-041-1/+1
* update usage of -print-alias-setsChris Lattner2006-01-031-2/+8
* Add a section about using namespaces.Chris Lattner2006-01-011-20/+35
* Document the new -post-link-opts option.Reid Spencer2005-12-211-0/+15
* Document the new --enable-debug-runtime configure option.Reid Spencer2005-12-211-0/+5
* rename optionsChris Lattner2005-12-162-2/+2
* Document -mcpu -mattr -tripleChris Lattner2005-12-162-18/+45
* attribute((used)) is now supportedChris Lattner2005-12-051-3/+3
* Add a link to the doxygen tarballChris Lattner2005-11-301-1/+4
* copy the doxygen tarball into the HTML directory after building itChris Lattner2005-11-301-0/+1
* Add "SCC" to the lexicon. Patch provided by Marco Matthies, thanks!Chris Lattner2005-11-291-1/+4
* Fixed a punctuation error.John Criswell2005-11-281-1/+1
* Use std:: where appropriateChris Lattner2005-11-281-4/+4
* Fix some typos noticed by Gabor Greif!Chris Lattner2005-11-151-1/+1
* this file movedAndrew Lenharth2005-11-141-1/+1
* typeoChris Lattner2005-11-131-1/+1
* Describe section name encodingChris Lattner2005-11-121-13/+66
* document sectionsChris Lattner2005-11-121-3/+10
* continued readcyclecounter supportAndrew Lenharth2005-11-111-0/+34