summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAge
* Fix a typo that Bill spotted.Dan Gohman2010-12-15
* Document some more AliasAnalysis infrastructure limitations.Dan Gohman2010-12-15
* Add mention that we support FreeBSD/amd64.Bill Wendling2010-12-15
* Add IntervalMap to the Programmer's Manual.Jakob Stoklund Olesen2010-12-14
* further fixes.Chris Lattner2010-12-13
* fix typoChris Lattner2010-12-12
* Introduce a new PartialAlias response for AliasAnalysis. For mostDan Gohman2010-12-10
* Use GZIPBIN instead of GZIP. Apparently gzip uses GZIP as an environmentEric Christopher2010-12-10
* fix some validation problemsChris Lattner2010-12-10
* restructure this for readability, correct the example to follow the public iv...Chris Lattner2010-12-10
* add a rule for enums, patch by Zhanyong Wan!Chris Lattner2010-12-09
* Fix the prototype for the llvm.eh.selector intrinsic.Bill Wendling2010-12-09
* Fix newlines.Bill Wendling2010-12-08
* Clarify some of the differences between indexing with getelementptr and index...Frits van Bommel2010-12-05
* Add naming rules to the coding standards.Zhanyong Wan2010-12-02
* forbid rtti and exceptionsChris Lattner2010-11-30
* Make @llvm.invariant.start not be readonly, so that it has side-effects. ThisNick Lewycky2010-11-30
* Bump required cmake version on CMake.html.Oscar Fuentes2010-11-25
* Fix formatting nits in the coding standards. Reviewed by clattner.Zhanyong Wan2010-11-23
* Renaming ISD::BIT_CONVERT to ISD::BITCAST to better reflect the LLVM IR concept.Wesley Peck2010-11-23
* a byval argument without an align can have an arbitrary alignmentChris Lattner2010-11-20
* add some justification for "using namespace llvm;"Chris Lattner2010-11-17
* various cleanups and other improvements, patch by Zhanyong Wan!Chris Lattner2010-11-17
* With the newly simplified SourceMgr interfaces and the generalizedChris Lattner2010-11-17
* update coding standards. Partial specialization is now ok,Chris Lattner2010-11-16
* libc++ and compiler_rt are now dual licensed under UIUC and MIT license.Chris Lattner2010-11-16
* Document -enable-no-infs-fp-math and -enable-no-nans-fp-math command line opt...Peter Collingbourne2010-11-16
* Fix missing includes of "llvm/Analysis/Passes.h" in the tutorials. ThanksDan Gohman2010-11-16
* Update examples and documentation to explicitly add basicaa, now that it'sDan Gohman2010-11-15
* -basicaa is no longer the default.Dan Gohman2010-11-15
* no alpha jit support.Chris Lattner2010-11-14
* describe the preferred approach to silencing 'unused variable warnings' due t...Chris Lattner2010-11-12
* CMake: Add the new option "LLVM_LIT_ARGS".NAKAMURA Takumi2010-11-11
* Document debuginfo-tests.Devang Patel2010-11-11
* add (and document) the ability for alias results to haveChris Lattner2010-11-06
* generalize alias support to allow the result of an alias toChris Lattner2010-11-06
* document instalias.Chris Lattner2010-11-06
* Fix typo, pointed out by Trevor Harmon.Duncan Sands2010-11-03
* fix typo, patch by Trevor Harmon (PR8537)Chris Lattner2010-11-03
* Removed obsolete section about VC++ project files.Oscar Fuentes2010-11-02
* fix the !eq operator in tblgen to return a bit instead of an int.Chris Lattner2010-10-31
* Validate HTML.Benjamin Kramer2010-10-30
* add missing tagChris Lattner2010-10-30
* fix typos and some serious bugs in feature handling (but not forChris Lattner2010-10-30
* Implement (and document!) support for MnemonicAlias's to have Requires Chris Lattner2010-10-30
* implement (and document!) the first kind of MC assembler alias, which Chris Lattner2010-10-30
* Document LLVM_BUILD_TESTS, LLVM_INCLUDE_TESTS. New convenience targetOscar Fuentes2010-10-28
* clarify that not having the ".o file writing" featureChris Lattner2010-10-28
* Random cleanups and format changes.Bill Wendling2010-10-27
* Yet another thing that was forgotten to be added to the release notes...Duncan Sands2010-10-26