aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* PR3485, document alignment on byref.Chris Lattner2009-02-051-1/+4
* Improve -fno-opt style option processing to not require an extraMike Stump2009-02-021-1/+15
* validation error fix.Chris Lattner2009-02-021-2/+0
* Document type upreferences (PR3380), patch by Stein Roger SkafløttenChris Lattner2009-02-021-1/+53
* Each input file is encoded as a separate compile unit in LLVM debuggingDevang Patel2009-01-301-0/+9
* SDOperand has been renamed to SDValue. SDNode::Val is nowDan Gohman2009-01-281-14/+14
* Rename getAnalysisToUpdate to getAnalysisIfAvailable.Duncan Sands2009-01-282-6/+8
* Update the generated docs.Mikhail Glushenkov2009-01-281-28/+45
* Add some documentation for address-space-based access to the segment registers.Nate Begeman2009-01-261-1/+22
* Reality-check the FAQ entry for "Can I use LLVM to convert C++ to C?"Dan Gohman2009-01-251-12/+22
* Add more documentation mentioning the limitations due to PR2660.Dan Gohman2009-01-241-2/+31
* Add a few more notes about LLVM IR features that codegen doesn'tDan Gohman2009-01-221-0/+12
* Mimic gcc behaviour with regard to response files.Mikhail Glushenkov2009-01-211-0/+16
* Support for multi-valued options in CommandLineMikhail Glushenkov2009-01-161-0/+11
* Grammar fix.Duncan Sands2009-01-161-1/+1
* Add the private linkage.Rafael Espindola2009-01-151-5/+12
* Some small documentation fixes.Mikhail Glushenkov2009-01-151-11/+12
* Clarify the documentation a bit.Mikhail Glushenkov2009-01-151-7/+12
* Document several current CodeGen limitations in LangRef.html.Dan Gohman2009-01-121-0/+12
* The LLVM Assembly Language Reference incorrectly stated that theDan Gohman2009-01-121-2/+2
* Fix the instructions to work even when PATH does not contain ".".Dan Gohman2009-01-121-1/+1
* Rename getABITypeSize to getTypePaddedSize, asDuncan Sands2009-01-121-1/+1
* remove some dead options.Chris Lattner2009-01-121-10/+1
* Implement PR3313, and while I'm at it address a very FAQ.Chris Lattner2009-01-111-2/+38
* Fix the example syntax for named sections.Dan Gohman2009-01-111-1/+1
* Add a --check-graph option to llvmc.Mikhail Glushenkov2009-01-092-0/+16
* Get rid of the tagging functions and use PointerIntPair.Gabor Greif2009-01-051-8/+9
* A few more whitespace tidyments.Dan Gohman2009-01-041-7/+7
* Tidy whitespace.Dan Gohman2009-01-041-8/+8
* * Wrap command line flag in <tt>Misha Brukman2009-01-031-3/+7
* So *this* is where all the trailing whitespace in file header comments comeMisha Brukman2009-01-021-2/+2
* lex and bison aren't needed to build llvm anymore.Chris Lattner2009-01-024-31/+2
* new non-ambiguous syntax.Chris Lattner2009-01-021-1/+1
* CMake: Added some VC++ specific info to CMake.html.Oscar Fuentes2008-12-311-3/+41
* * Updated TOC and fixed named anchorsMisha Brukman2008-12-291-14/+10
* Minimize the width of the notes region: it will end where the text ends, if theMisha Brukman2008-12-291-1/+1
* Simplified marking code regions with a single <pre> rather thanMisha Brukman2008-12-291-50/+46
* Center the legal note to give it even padding on left and right, and make itMisha Brukman2008-12-291-3/+3
* Cleanup: clarify llvm-gcc version and package name.Misha Brukman2008-12-291-7/+7
* Clarify a bit. Based on feedback by Talin.Duncan Sands2008-12-291-20/+21
* Resubmit support for the 'nocapture' attribute.Nick Lewycky2008-12-191-3/+9
* Recommit this grammar fix that was backed out along with nocapture.Nick Lewycky2008-12-181-5/+5
* Simplified marking code regions -- no need to use <div> to surround <pre> tags.Misha Brukman2008-12-171-38/+18
* Instead of referring to the license file in the 2.3 release, refer to theMisha Brukman2008-12-171-1/+1
* Added mention of the RELEASE_24 tag for the 2.4 release.Misha Brukman2008-12-171-1/+2
* Update also the generated docs.Mikhail Glushenkov2008-12-171-1/+6
* Temporarily revert r61019, r61030, and r61040. These were breaking LLVM ReleaseBill Wendling2008-12-162-14/+8
* * Comply with HTML 4.01 StrictMisha Brukman2008-12-162-44/+86
* * Comply with HTML 4.01 Strict standardMisha Brukman2008-12-161-22/+22
* Introducing nocapture, a parameter attribute for pointers to indicate that theNick Lewycky2008-12-152-8/+14