aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Add naming rules to the coding standards.Zhanyong Wan2010-12-021-0/+67
* forbid rtti and exceptionsChris Lattner2010-11-301-0/+23
* Make @llvm.invariant.start not be readonly, so that it has side-effects. ThisNick Lewycky2010-11-301-1/+1
* Bump required cmake version on CMake.html.Oscar Fuentes2010-11-251-1/+1
* Fix formatting nits in the coding standards. Reviewed by clattner.Zhanyong Wan2010-11-231-14/+14
* Renaming ISD::BIT_CONVERT to ISD::BITCAST to better reflect the LLVM IR concept.Wesley Peck2010-11-231-1/+1
* a byval argument without an align can have an arbitrary alignmentChris Lattner2010-11-201-6/+10
* add some justification for "using namespace llvm;"Chris Lattner2010-11-171-5/+7
* various cleanups and other improvements, patch by Zhanyong Wan!Chris Lattner2010-11-171-48/+47
* With the newly simplified SourceMgr interfaces and the generalizedChris Lattner2010-11-171-3/+4
* update coding standards. Partial specialization is now ok,Chris Lattner2010-11-161-3/+4
* libc++ and compiler_rt are now dual licensed under UIUC and MIT license.Chris Lattner2010-11-161-9/+20
* Document -enable-no-infs-fp-math and -enable-no-nans-fp-math command line opt...Peter Collingbourne2010-11-162-3/+14
* Fix missing includes of "llvm/Analysis/Passes.h" in the tutorials. ThanksDan Gohman2010-11-164-0/+4
* Update examples and documentation to explicitly add basicaa, now that it'sDan Gohman2010-11-154-0/+10
* -basicaa is no longer the default.Dan Gohman2010-11-151-2/+2
* no alpha jit support.Chris Lattner2010-11-141-1/+1
* describe the preferred approach to silencing 'unused variable warnings' due t...Chris Lattner2010-11-121-0/+32
* CMake: Add the new option "LLVM_LIT_ARGS".NAKAMURA Takumi2010-11-111-0/+7
* Document debuginfo-tests.Devang Patel2010-11-111-0/+38
* add (and document) the ability for alias results to haveChris Lattner2010-11-061-2/+10
* generalize alias support to allow the result of an alias toChris Lattner2010-11-061-1/+9
* document instalias.Chris Lattner2010-11-061-0/+49
* Fix typo, pointed out by Trevor Harmon.Duncan Sands2010-11-031-1/+1
* fix typo, patch by Trevor Harmon (PR8537)Chris Lattner2010-11-031-1/+1
* Removed obsolete section about VC++ project files.Oscar Fuentes2010-11-021-10/+0
* fix the !eq operator in tblgen to return a bit instead of an int.Chris Lattner2010-10-311-1/+1
* Validate HTML.Benjamin Kramer2010-10-302-22/+20
* add missing tagChris Lattner2010-10-301-0/+2
* fix typos and some serious bugs in feature handling (but not forChris Lattner2010-10-301-1/+1
* Implement (and document!) support for MnemonicAlias's to have Requires Chris Lattner2010-10-301-3/+15
* implement (and document!) the first kind of MC assembler alias, which Chris Lattner2010-10-301-3/+52
* Document LLVM_BUILD_TESTS, LLVM_INCLUDE_TESTS. New convenience targetOscar Fuentes2010-10-281-0/+14
* clarify that not having the ".o file writing" featureChris Lattner2010-10-281-0/+4
* Random cleanups and format changes.Bill Wendling2010-10-271-68/+69
* Yet another thing that was forgotten to be added to the release notes...Duncan Sands2010-10-261-0/+5
* Make the description of the hotpatch attribute even more generic. Spotted byCharles Davis2010-10-251-4/+5
* Make hotpatch attribute description a little less Wintel-specific.Charles Davis2010-10-251-3/+5
* Add a new 'hotpatch' attribute. This attribute will insert a two-byte no-opCharles Davis2010-10-251-0/+5
* Update target feature matrix for CellSPUKalle Raiskila2010-10-251-4/+4
* Update target feature matrix for Blackfin.Jakob Stoklund Olesen2010-10-241-4/+4
* Updating target feature matrix to indicate current MBlaze status.Wesley Peck2010-10-241-4/+4
* broken linkChris Lattner2010-10-241-1/+1
* add a big table with target features.Chris Lattner2010-10-241-1/+274
* Standardise all build-mode affecting {EN,DIS}ABLE_* make options toPeter Collingbourne2010-10-221-3/+3
* Fix type in passes.Tobias Grosser2010-10-211-2/+2
* Argh, completely forgot to add this to the release notes!Duncan Sands2010-10-211-0/+6
* Add RegionPass support.Tobias Grosser2010-10-201-0/+87
* Add a pre-dispatch SjLj EH hook on the unwind edge for targets to do anyJim Grosbach2010-10-191-0/+18
* Teach FileCheck to handle trailing CHECK-NOT patterns.Jakob Stoklund Olesen2010-10-151-1/+1