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