summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAge
* common globals may also not be marked constant.Chris Lattner2009-08-05
* Clarify common linkage and the requirements on it. EnforceChris Lattner2009-08-05
* Minor www site formating improvements.Edward O'Callaghan2009-08-04
* Remove duplicated colons and spaces.Benjamin Kramer2009-08-02
* remove the dead PreferredEHDataFormat TAI hook: its now deadChris Lattner2009-08-02
* add a note about the build botsChris Lattner2009-08-01
* Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson2009-07-31
* Move types back to the 2.5 API.Owen Anderson2009-07-29
* Add one-past-the-end language to the inbounds keyword.Dan Gohman2009-07-29
* some wording changes.Chris Lattner2009-07-29
* link to a newer presoChris Lattner2009-07-29
* Fix a few typos and add links.Andreas Bolka2009-07-29
* discourage else after "noreturn" statements.Chris Lattner2009-07-28
* Add a new keyword 'inbounds' for use with getelementptr. See theDan Gohman2009-07-27
* Move ConstantFP construction back to the 2.5-ish API.Owen Anderson2009-07-27
* Fix typo.Andreas Bolka2009-07-27
* Following discussion on llvm-dev ("proposed new rule for getelementptr"),Dan Gohman2009-07-27
* Update target registration description in Writing An LLVM Backend, and addDaniel Dunbar2009-07-26
* Add TargetRegistry::lookupTarget.Daniel Dunbar2009-07-26
* Remove Value::{isName, getNameRef}.Daniel Dunbar2009-07-25
* eventually we should describe string options in the data structures sectionChris Lattner2009-07-25
* minor tweaks.Chris Lattner2009-07-25
* Ok, "most clients should be unaffected" was a lie. Add notes on upgrading.Daniel Dunbar2009-07-25
* Initial update to VMCore to use Twines for string arguments.Daniel Dunbar2009-07-25
* Update to new syntax.Dan Gohman2009-07-25
* Rewrite examples to use DEBUG instead of DOUT.Daniel Dunbar2009-07-25
* Tweak, raw_ostream is a ostream, not iostream replacementDaniel Dunbar2009-07-24
* CodingStandards: Emphasize use of raw_ostream more.Daniel Dunbar2009-07-24
* Remove the IA-64 backend.Dan Gohman2009-07-24
* Rename the new unsigned and signed keywords to nuw and nsw,Dan Gohman2009-07-22
* Added -b option to override the default bitcode output file name.Sanjiv Gupta2009-07-22
* fix some wording problems Daniel pointed out, make a example actually real.Chris Lattner2009-07-22
* fix typo noticed by DuncanChris Lattner2009-07-22
* remove Bill from the author list: his contribution (describing llvm::Ostream Chris Lattner2009-07-22
* add some more topics to the coding standards doc:Chris Lattner2009-07-22
* fix some formatting stuff, patch by Edward O'Callaghan!Chris Lattner2009-07-22
* Get rid of the Pass+Context magic.Owen Anderson2009-07-22
* Misc. doc fixes following suggestions from Eli.Dan Gohman2009-07-22
* fix typoChris Lattner2009-07-21
* Various doc updates from Edward O'Callaghan!Chris Lattner2009-07-21
* Add a few fairly obvious API changes I noticed while porting some old code.Torok Edwin2009-07-21
* Documentation for the new non-overflow and exact keywords.Dan Gohman2009-07-20
* implement a new magic global "llvm.compiler.used" which is like llvm.used, butChris Lattner2009-07-20
* document llvm.used and llvm.metadata. Stub out llvm.global_[cd]torsChris Lattner2009-07-20
* Rename the index to linkage types.Bill Wendling2009-07-20
* More reformatting.Bill Wendling2009-07-20
* Fix HTML violations.Bill Wendling2009-07-20
* Obsessivly reformat.Bill Wendling2009-07-20
* Add plumbing for the `linker_private' linkage type. This type is meant forBill Wendling2009-07-20
* fix some typos pointed out by Hidenobu SekiChris Lattner2009-07-18