aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
...
* fix pasto noticed by JakubChris Lattner2009-08-151-1/+1
* add a stub for futher description of filecheck.Chris Lattner2009-08-151-0/+21
* add a simple FileCheck man page.Chris Lattner2009-08-152-0/+67
* Reformatting and some cleanup.Bill Wendling2009-08-151-223/+247
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-137-65/+65
* Grammar fix.Misha Brukman2009-08-131-2/+2
* Add some release notes about ARM v7 support and known problems.Bob Wilson2009-08-121-0/+24
* make owen happy by being explicit.Chris Lattner2009-08-111-1/+2
* SjLj based exception handling unwinding support. This patch is nasty, brutishJim Grosbach2009-08-111-1/+38
* Clarify limitations of a ModulePass requiring a FunctionPass.Devang Patel2009-08-101-1/+1
* Add DEBUG_WITH_TYPE as a clean alternative to tweaking DEBUG_TYPE.Daniel Dunbar2009-08-071-0/+15
* Add note about msys perl needed for windows/mingw32 builds.Anton Korobeynikov2009-08-061-1/+7
* Documentation: fix HTML validation errors.Benjamin Kramer2009-08-0513-33/+35
* common globals may also not be marked constant.Chris Lattner2009-08-051-3/+4
* Clarify common linkage and the requirements on it. EnforceChris Lattner2009-08-051-11/+14
* Minor www site formating improvements.Edward O'Callaghan2009-08-041-6/+5
* Remove duplicated colons and spaces.Benjamin Kramer2009-08-021-1/+1
* remove the dead PreferredEHDataFormat TAI hook: its now deadChris Lattner2009-08-021-2/+2
* add a note about the build botsChris Lattner2009-08-011-3/+6
* Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson2009-07-313-3/+3
* Move types back to the 2.5 API.Owen Anderson2009-07-295-6/+6
* Add one-past-the-end language to the inbounds keyword.Dan Gohman2009-07-291-4/+7
* some wording changes.Chris Lattner2009-07-291-3/+4
* link to a newer presoChris Lattner2009-07-291-2/+2
* Fix a few typos and add links.Andreas Bolka2009-07-291-15/+19
* discourage else after "noreturn" statements.Chris Lattner2009-07-281-0/+84
* Add a new keyword 'inbounds' for use with getelementptr. See theDan Gohman2009-07-271-0/+16
* Move ConstantFP construction back to the 2.5-ish API.Owen Anderson2009-07-275-20/+20
* Fix typo.Andreas Bolka2009-07-271-1/+1
* Following discussion on llvm-dev ("proposed new rule for getelementptr"),Dan Gohman2009-07-271-0/+49
* Update target registration description in Writing An LLVM Backend, and addDaniel Dunbar2009-07-262-8/+57
* Add TargetRegistry::lookupTarget.Daniel Dunbar2009-07-261-0/+3
* Remove Value::{isName, getNameRef}.Daniel Dunbar2009-07-251-0/+3
* eventually we should describe string options in the data structures sectionChris Lattner2009-07-251-0/+22
* minor tweaks.Chris Lattner2009-07-251-8/+9
* Ok, "most clients should be unaffected" was a lie. Add notes on upgrading.Daniel Dunbar2009-07-251-1/+24
* Initial update to VMCore to use Twines for string arguments.Daniel Dunbar2009-07-252-1/+113
* Update to new syntax.Dan Gohman2009-07-251-2/+2
* Rewrite examples to use DEBUG instead of DOUT.Daniel Dunbar2009-07-251-5/+5
* Tweak, raw_ostream is a ostream, not iostream replacementDaniel Dunbar2009-07-241-3/+3
* CodingStandards: Emphasize use of raw_ostream more.Daniel Dunbar2009-07-241-3/+24
* Remove the IA-64 backend.Dan Gohman2009-07-243-30/+4
* Rename the new unsigned and signed keywords to nuw and nsw,Dan Gohman2009-07-221-20/+23
* Added -b option to override the default bitcode output file name.Sanjiv Gupta2009-07-221-0/+6
* fix some wording problems Daniel pointed out, make a example actually real.Chris Lattner2009-07-221-20/+27
* fix typo noticed by DuncanChris Lattner2009-07-221-1/+1
* remove Bill from the author list: his contribution (describing llvm::Ostream Chris Lattner2009-07-221-2/+1
* add some more topics to the coding standards doc:Chris Lattner2009-07-221-33/+456
* fix some formatting stuff, patch by Edward O'Callaghan!Chris Lattner2009-07-221-3/+3
* Get rid of the Pass+Context magic.Owen Anderson2009-07-223-3/+3