summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAge
* Answer a common FAQ:Dan Gohman2009-02-10
* fix typo, patch by Jonathan Brandmeyer!Chris Lattner2009-02-09
* mention rdynamic, PR3431, patch by Stein Roger Skafløtten!Chris Lattner2009-02-09
* Document llvm.umul.with.overflow indicating that it's badly broken and not in...Bill Wendling2009-02-08
* I can't type today apparently.Chris Lattner2009-02-08
* fix typoChris Lattner2009-02-08
* document pointer type constraints, PR3513Chris Lattner2009-02-08
* Fixes from feedback.Bill Wendling2009-02-08
* Document the 'llvm.OP.with.overflow' intrinsics.Bill Wendling2009-02-08
* PR3485, document alignment on byref.Chris Lattner2009-02-05
* Improve -fno-opt style option processing to not require an extraMike Stump2009-02-02
* validation error fix.Chris Lattner2009-02-02
* Document type upreferences (PR3380), patch by Stein Roger SkafløttenChris Lattner2009-02-02
* Each input file is encoded as a separate compile unit in LLVM debuggingDevang Patel2009-01-30
* SDOperand has been renamed to SDValue. SDNode::Val is nowDan Gohman2009-01-28
* Rename getAnalysisToUpdate to getAnalysisIfAvailable.Duncan Sands2009-01-28
* Update the generated docs.Mikhail Glushenkov2009-01-28
* Add some documentation for address-space-based access to the segment registers.Nate Begeman2009-01-26
* Reality-check the FAQ entry for "Can I use LLVM to convert C++ to C?"Dan Gohman2009-01-25
* Add more documentation mentioning the limitations due to PR2660.Dan Gohman2009-01-24
* Add a few more notes about LLVM IR features that codegen doesn'tDan Gohman2009-01-22
* Mimic gcc behaviour with regard to response files.Mikhail Glushenkov2009-01-21
* Support for multi-valued options in CommandLineMikhail Glushenkov2009-01-16
* Grammar fix.Duncan Sands2009-01-16
* Add the private linkage.Rafael Espindola2009-01-15
* Some small documentation fixes.Mikhail Glushenkov2009-01-15
* Clarify the documentation a bit.Mikhail Glushenkov2009-01-15
* Document several current CodeGen limitations in LangRef.html.Dan Gohman2009-01-12
* The LLVM Assembly Language Reference incorrectly stated that theDan Gohman2009-01-12
* Fix the instructions to work even when PATH does not contain ".".Dan Gohman2009-01-12
* Rename getABITypeSize to getTypePaddedSize, asDuncan Sands2009-01-12
* remove some dead options.Chris Lattner2009-01-12
* Implement PR3313, and while I'm at it address a very FAQ.Chris Lattner2009-01-11
* Fix the example syntax for named sections.Dan Gohman2009-01-11
* Add a --check-graph option to llvmc.Mikhail Glushenkov2009-01-09
* Get rid of the tagging functions and use PointerIntPair.Gabor Greif2009-01-05
* A few more whitespace tidyments.Dan Gohman2009-01-04
* Tidy whitespace.Dan Gohman2009-01-04
* * Wrap command line flag in <tt>Misha Brukman2009-01-03
* So *this* is where all the trailing whitespace in file header comments comeMisha Brukman2009-01-02
* lex and bison aren't needed to build llvm anymore.Chris Lattner2009-01-02
* new non-ambiguous syntax.Chris Lattner2009-01-02
* CMake: Added some VC++ specific info to CMake.html.Oscar Fuentes2008-12-31
* * Updated TOC and fixed named anchorsMisha Brukman2008-12-29
* Minimize the width of the notes region: it will end where the text ends, if theMisha Brukman2008-12-29
* Simplified marking code regions with a single <pre> rather thanMisha Brukman2008-12-29
* Center the legal note to give it even padding on left and right, and make itMisha Brukman2008-12-29
* Cleanup: clarify llvm-gcc version and package name.Misha Brukman2008-12-29
* Clarify a bit. Based on feedback by Talin.Duncan Sands2008-12-29
* Resubmit support for the 'nocapture' attribute.Nick Lewycky2008-12-19