aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2009-03-032.5 release notes.Tanya Lattner
2009-03-03Merge 64066 from mainline.Tanya Lattner
2009-02-04Disable support for vicmp/vfcmp from the LLVM 2.5 release branch, like we did...Tanya Lattner
2009-02-02Improve -fno-opt style option processing to not require an extraMike Stump
2009-02-02validation error fix.Chris Lattner
2009-02-02Document type upreferences (PR3380), patch by Stein Roger SkafløttenChris Lattner
2009-01-30 Each input file is encoded as a separate compile unit in LLVM debuggingDevang Patel
2009-01-28SDOperand has been renamed to SDValue. SDNode::Val is nowDan Gohman
2009-01-28Rename getAnalysisToUpdate to getAnalysisIfAvailable.Duncan Sands
2009-01-28Update the generated docs.Mikhail Glushenkov
2009-01-26Add some documentation for address-space-based access to the segment registers.Nate Begeman
2009-01-25Reality-check the FAQ entry for "Can I use LLVM to convert C++ to C?"Dan Gohman
2009-01-24Add more documentation mentioning the limitations due to PR2660.Dan Gohman
2009-01-22Add a few more notes about LLVM IR features that codegen doesn'tDan Gohman
2009-01-21Mimic gcc behaviour with regard to response files.Mikhail Glushenkov
2009-01-16Support for multi-valued options in CommandLineMikhail Glushenkov
2009-01-16Grammar fix.Duncan Sands
2009-01-15Add the private linkage.Rafael Espindola
2009-01-15Some small documentation fixes.Mikhail Glushenkov
2009-01-15Clarify the documentation a bit.Mikhail Glushenkov
2009-01-12Document several current CodeGen limitations in LangRef.html.Dan Gohman
2009-01-12The LLVM Assembly Language Reference incorrectly stated that theDan Gohman
2009-01-12Fix the instructions to work even when PATH does not contain ".".Dan Gohman
2009-01-12Rename getABITypeSize to getTypePaddedSize, asDuncan Sands
2009-01-12remove some dead options.Chris Lattner
2009-01-11Implement PR3313, and while I'm at it address a very FAQ.Chris Lattner
2009-01-11Fix the example syntax for named sections.Dan Gohman
2009-01-09Add a --check-graph option to llvmc.Mikhail Glushenkov
2009-01-05Get rid of the tagging functions and use PointerIntPair.Gabor Greif
2009-01-04A few more whitespace tidyments.Dan Gohman
2009-01-04Tidy whitespace.Dan Gohman
2009-01-03* Wrap command line flag in <tt>Misha Brukman
2009-01-02So *this* is where all the trailing whitespace in file header comments comeMisha Brukman
2009-01-02lex and bison aren't needed to build llvm anymore.Chris Lattner
2009-01-02new non-ambiguous syntax.Chris Lattner
2008-12-31CMake: Added some VC++ specific info to CMake.html.Oscar Fuentes
2008-12-29* Updated TOC and fixed named anchorsMisha Brukman
2008-12-29Minimize the width of the notes region: it will end where the text ends, if theMisha Brukman
2008-12-29Simplified marking code regions with a single <pre> rather thanMisha Brukman
2008-12-29Center the legal note to give it even padding on left and right, and make itMisha Brukman
2008-12-29Cleanup: clarify llvm-gcc version and package name.Misha Brukman
2008-12-29Clarify a bit. Based on feedback by Talin.Duncan Sands
2008-12-19Resubmit support for the 'nocapture' attribute.Nick Lewycky
2008-12-18Recommit this grammar fix that was backed out along with nocapture.Nick Lewycky
2008-12-17Simplified marking code regions -- no need to use <div> to surround <pre> tags.Misha Brukman
2008-12-17Instead of referring to the license file in the 2.3 release, refer to theMisha Brukman
2008-12-17Added mention of the RELEASE_24 tag for the 2.4 release.Misha Brukman
2008-12-17Update also the generated docs.Mikhail Glushenkov
2008-12-16Temporarily revert r61019, r61030, and r61040. These were breaking LLVM ReleaseBill Wendling
2008-12-16* Comply with HTML 4.01 StrictMisha Brukman