aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2009-08-15add a stub for futher description of filecheck.Chris Lattner
2009-08-15add a simple FileCheck man page.Chris Lattner
2009-08-15Reformatting and some cleanup.Bill Wendling
2009-08-13Push LLVMContexts through the IntegerType APIs.Owen Anderson
2009-08-13Grammar fix.Misha Brukman
2009-08-12Add some release notes about ARM v7 support and known problems.Bob Wilson
2009-08-11make owen happy by being explicit.Chris Lattner
2009-08-11SjLj based exception handling unwinding support. This patch is nasty, brutishJim Grosbach
2009-08-10Clarify limitations of a ModulePass requiring a FunctionPass.Devang Patel
2009-08-07Add DEBUG_WITH_TYPE as a clean alternative to tweaking DEBUG_TYPE.Daniel Dunbar
2009-08-06Add note about msys perl needed for windows/mingw32 builds.Anton Korobeynikov
2009-08-05Documentation: fix HTML validation errors.Benjamin Kramer
2009-08-05common globals may also not be marked constant.Chris Lattner
2009-08-05Clarify common linkage and the requirements on it. EnforceChris Lattner
2009-08-04Minor www site formating improvements.Edward O'Callaghan
2009-08-02Remove duplicated colons and spaces.Benjamin Kramer
2009-08-02remove the dead PreferredEHDataFormat TAI hook: its now deadChris Lattner
2009-08-01add a note about the build botsChris Lattner
2009-07-31Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson
2009-07-29Move types back to the 2.5 API.Owen Anderson
2009-07-29Add one-past-the-end language to the inbounds keyword.Dan Gohman
2009-07-29some wording changes.Chris Lattner
2009-07-29link to a newer presoChris Lattner
2009-07-29Fix a few typos and add links.Andreas Bolka
2009-07-28discourage else after "noreturn" statements.Chris Lattner
2009-07-27Add a new keyword 'inbounds' for use with getelementptr. See theDan Gohman
2009-07-27Move ConstantFP construction back to the 2.5-ish API.Owen Anderson
2009-07-27Fix typo.Andreas Bolka
2009-07-27Following discussion on llvm-dev ("proposed new rule for getelementptr"),Dan Gohman
2009-07-26Update target registration description in Writing An LLVM Backend, and addDaniel Dunbar
2009-07-26Add TargetRegistry::lookupTarget.Daniel Dunbar
2009-07-25Remove Value::{isName, getNameRef}.Daniel Dunbar
2009-07-25eventually we should describe string options in the data structures sectionChris Lattner
2009-07-25minor tweaks.Chris Lattner
2009-07-25Ok, "most clients should be unaffected" was a lie. Add notes on upgrading.Daniel Dunbar
2009-07-25Initial update to VMCore to use Twines for string arguments.Daniel Dunbar
2009-07-25Update to new syntax.Dan Gohman
2009-07-25Rewrite examples to use DEBUG instead of DOUT.Daniel Dunbar
2009-07-24Tweak, raw_ostream is a ostream, not iostream replacementDaniel Dunbar
2009-07-24CodingStandards: Emphasize use of raw_ostream more.Daniel Dunbar
2009-07-24Remove the IA-64 backend.Dan Gohman
2009-07-22Rename the new unsigned and signed keywords to nuw and nsw,Dan Gohman
2009-07-22Added -b option to override the default bitcode output file name.Sanjiv Gupta
2009-07-22fix some wording problems Daniel pointed out, make a example actually real.Chris Lattner
2009-07-22fix typo noticed by DuncanChris Lattner
2009-07-22remove Bill from the author list: his contribution (describing llvm::Ostream Chris Lattner
2009-07-22add some more topics to the coding standards doc:Chris Lattner
2009-07-22fix some formatting stuff, patch by Edward O'Callaghan!Chris Lattner
2009-07-22Get rid of the Pass+Context magic.Owen Anderson
2009-07-22Misc. doc fixes following suggestions from Eli.Dan Gohman