summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)AuthorFilesLines
2011-01-15Add a clarification about merging constants with and without unnamed_addr.Rafael Espindola1-1/+4
2011-01-08Don't document exactly how virtual registers are represented as integers. CodeJakob Stoklund Olesen1-11/+18
2011-01-08First step in fixing PR8927:Rafael Espindola2-2/+18
2011-01-07Rename lisp-like functions as suggested by Gabor Greif as loooong timeDavid Greene1-3/+3
2011-01-03Stub out a new updating interface to AliasAnalysis, allowing stateful analyse...Owen Anderson1-1/+23
2011-01-03We can count properly.Owen Anderson1-1/+1
2011-01-03Reapply 122341 to fix PR8199 now that clang changes are in.David Greene1-0/+5
2011-01-03Further expand what a call graph pass may do.Nick Lewycky1-5/+3
2011-01-03Permit CallGraphSCCPasses readonly access to the direct callers of the functionsNick Lewycky1-2/+2
2011-01-01Correct a bunch of mistakes which meant that the example pass didn'tDuncan Sands1-8/+8
2011-01-01I was unable to get the instructions to work if LLVM was builtDuncan Sands1-2/+4
2011-01-01Clarify that the loadable module turns up in the top-level directory,Duncan Sands1-4/+5
2011-01-01Add a reference to the OCamlLangImpl8.Erick Tryzelaar1-1/+1
2011-01-01Add an OCaml tutorial page 8Erick Tryzelaar2-1/+366
2010-12-28Integers are primitive types. Update the documentation to state thisTobias Grosser1-0/+1
2010-12-21Revert 122341. It breaks some darwin tests.David Greene1-5/+0
2010-12-21Fix PR 8199. This patch prepends the build tool dir to LLVM programsDavid Greene1-0/+5
2010-12-21Grammar corrections and some formatting changes.Bill Wendling1-200/+201
2010-12-20Update the target feature matrix to reflect some new features in the MBlaze b...Wesley Peck1-4/+4
2010-12-20New cmake option LLVM_APPEND_VC_REV for controlling when the VCOscar Fuentes1-0/+6
2010-12-19Update the Target Feature Matrix for MipsBruno Cardoso Lopes1-4/+4
2010-12-15Fix a typo that Bill spotted.Dan Gohman1-1/+1
2010-12-15Document some more AliasAnalysis infrastructure limitations.Dan Gohman1-4/+38
2010-12-15Add mention that we support FreeBSD/amd64.Bill Wendling1-0/+5
2010-12-14Add IntervalMap to the Programmer's Manual.Jakob Stoklund Olesen1-0/+18
2010-12-13further fixes.Chris Lattner1-2/+2
2010-12-12fix typoChris Lattner1-1/+1
2010-12-10Introduce a new PartialAlias response for AliasAnalysis. For mostDan Gohman1-3/+6
2010-12-10Use GZIPBIN instead of GZIP. Apparently gzip uses GZIP as an environmentEric Christopher1-3/+3
2010-12-10fix some validation problemsChris Lattner1-9/+10
2010-12-10restructure this for readability, correct the example to follow the public iv...Chris Lattner1-29/+47
2010-12-09add a rule for enums, patch by Zhanyong Wan!Chris Lattner1-4/+6
2010-12-09Fix the prototype for the llvm.eh.selector intrinsic.Bill Wendling1-1/+1
2010-12-08Fix newlines.Bill Wendling1-1/+3
2010-12-05Clarify some of the differences between indexing with getelementptr and index...Frits van Bommel1-1/+9
2010-12-02Add naming rules to the coding standards.Zhanyong Wan1-0/+67
2010-11-30forbid rtti and exceptionsChris Lattner1-0/+23
2010-11-30Make @llvm.invariant.start not be readonly, so that it has side-effects. ThisNick Lewycky1-1/+1
2010-11-25Bump required cmake version on CMake.html.Oscar Fuentes1-1/+1
2010-11-23Fix formatting nits in the coding standards. Reviewed by clattner.Zhanyong Wan1-14/+14
2010-11-23Renaming ISD::BIT_CONVERT to ISD::BITCAST to better reflect the LLVM IR concept.Wesley Peck1-1/+1
2010-11-20a byval argument without an align can have an arbitrary alignmentChris Lattner1-6/+10
2010-11-17add some justification for "using namespace llvm;"Chris Lattner1-5/+7
2010-11-17various cleanups and other improvements, patch by Zhanyong Wan!Chris Lattner1-48/+47
2010-11-17With the newly simplified SourceMgr interfaces and the generalizedChris Lattner1-3/+4
2010-11-16update coding standards. Partial specialization is now ok,Chris Lattner1-3/+4
2010-11-16libc++ and compiler_rt are now dual licensed under UIUC and MIT license.Chris Lattner1-9/+20
2010-11-16Document -enable-no-infs-fp-math and -enable-no-nans-fp-math command line opt...Peter Collingbourne2-3/+14
2010-11-16Fix missing includes of "llvm/Analysis/Passes.h" in the tutorials. ThanksDan Gohman4-0/+4
2010-11-15Update examples and documentation to explicitly add basicaa, now that it'sDan Gohman4-0/+10