aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Handles libffi on the CMake build.Oscar Fuentes2011-01-211-0/+6
* finish a sentence.Chris Lattner2011-01-181-1/+1
* Add a clarification about merging constants with and without unnamed_addr.Rafael Espindola2011-01-151-1/+4
* Don't document exactly how virtual registers are represented as integers. CodeJakob Stoklund Olesen2011-01-081-11/+18
* First step in fixing PR8927:Rafael Espindola2011-01-082-2/+18
* Rename lisp-like functions as suggested by Gabor Greif as loooong timeDavid Greene2011-01-071-3/+3
* Stub out a new updating interface to AliasAnalysis, allowing stateful analyse...Owen Anderson2011-01-031-1/+23
* We can count properly.Owen Anderson2011-01-031-1/+1
* Reapply 122341 to fix PR8199 now that clang changes are in.David Greene2011-01-031-0/+5
* Further expand what a call graph pass may do.Nick Lewycky2011-01-031-5/+3
* Permit CallGraphSCCPasses readonly access to the direct callers of the functionsNick Lewycky2011-01-031-2/+2
* Correct a bunch of mistakes which meant that the example pass didn'tDuncan Sands2011-01-011-8/+8
* I was unable to get the instructions to work if LLVM was builtDuncan Sands2011-01-011-2/+4
* Clarify that the loadable module turns up in the top-level directory,Duncan Sands2011-01-011-4/+5
* Add a reference to the OCamlLangImpl8.Erick Tryzelaar2011-01-011-1/+1
* Add an OCaml tutorial page 8Erick Tryzelaar2011-01-012-1/+366
* Integers are primitive types. Update the documentation to state thisTobias Grosser2010-12-281-0/+1
* Revert 122341. It breaks some darwin tests.David Greene2010-12-211-5/+0
* Fix PR 8199. This patch prepends the build tool dir to LLVM programsDavid Greene2010-12-211-0/+5
* Grammar corrections and some formatting changes.Bill Wendling2010-12-211-200/+201
* Update the target feature matrix to reflect some new features in the MBlaze b...Wesley Peck2010-12-201-4/+4
* New cmake option LLVM_APPEND_VC_REV for controlling when the VCOscar Fuentes2010-12-201-0/+6
* Update the Target Feature Matrix for MipsBruno Cardoso Lopes2010-12-191-4/+4
* Fix a typo that Bill spotted.Dan Gohman2010-12-151-1/+1
* Document some more AliasAnalysis infrastructure limitations.Dan Gohman2010-12-151-4/+38
* Add mention that we support FreeBSD/amd64.Bill Wendling2010-12-151-0/+5
* Add IntervalMap to the Programmer's Manual.Jakob Stoklund Olesen2010-12-141-0/+18
* further fixes.Chris Lattner2010-12-131-2/+2
* fix typoChris Lattner2010-12-121-1/+1
* Introduce a new PartialAlias response for AliasAnalysis. For mostDan Gohman2010-12-101-3/+6
* Use GZIPBIN instead of GZIP. Apparently gzip uses GZIP as an environmentEric Christopher2010-12-101-3/+3
* fix some validation problemsChris Lattner2010-12-101-9/+10
* restructure this for readability, correct the example to follow the public iv...Chris Lattner2010-12-101-29/+47
* add a rule for enums, patch by Zhanyong Wan!Chris Lattner2010-12-091-4/+6
* Fix the prototype for the llvm.eh.selector intrinsic.Bill Wendling2010-12-091-1/+1
* Fix newlines.Bill Wendling2010-12-081-1/+3
* Clarify some of the differences between indexing with getelementptr and index...Frits van Bommel2010-12-051-1/+9
* 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