aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2011-04-07Update the release notes.release_29Bill Wendling
2011-03-31Mention the 2.9 release.Bill Wendling
2011-03-07Clarify that the result of an srem is only guaranteed to have the same sign a...Duncan Sands
2011-03-07Fix tagging name.Bill Wendling
2011-03-06remove another jeff linkChris Lattner
2011-03-05remove jeff's name (by his request)Chris Lattner
2011-03-02Support for parallel compilation (/MP) when using the VS IDE.Oscar Fuentes
2011-03-02Small cleanup.Bill Wendling
2011-02-28Update the documentation on "How to Release LLVM". It lays out a new way ofBill Wendling
2011-02-27Fix typo pointed out in pr9339.Duncan Sands
2011-02-24Enable support for vector sext and trunc:Nadav Rotem
2011-02-20Remove the link to Projects.html. It is useless for people working onOscar Fuentes
2011-02-20Fix 9267; Add vector zext support.Nadav Rotem
2011-02-20Fix typo.Nick Lewycky
2011-02-17Fix thinko, basic blocks are SESE. The exits may have many edges though.Nick Lewycky
2011-02-15Spelling fix: consequtive -> consecutive.Duncan Sands
2011-02-15Minor fixes to tutorial, patch by Benjamin Meyer!Chris Lattner
2011-02-13Adapt docs to '-loopsimplify -> -loop-simplify' changeTobias Grosser
2011-02-11attempt to capture recent discussion about overflow and inbounds geps.Chris Lattner
2011-02-09Don't run ocamldoc if it's not installedErick Tryzelaar
2011-02-09fix typoChris Lattner
2011-02-09Add testing stuff to CMake documents.NAKAMURA Takumi
2011-02-07implement .ll and .bc support for nsw/nuw on shl and exact on lshr/ashr.Chris Lattner
2011-02-06enhance vmcore to know that udiv's can be exact, and add a trivialChris Lattner
2011-02-03Update docs to match reality.Devang Patel
2011-02-01Document the LLVM GIT mirrorAnton Korobeynikov
2011-02-01Remove stale references of obsolete @llvm.dbg.variable.Devang Patel
2011-01-29Most browsers eliminate whitespace between anchor tags. Force whitespace withNick Lewycky
2011-01-21Handles libffi on the CMake build.Oscar Fuentes
2011-01-18finish a sentence.Chris Lattner
2011-01-15Add a clarification about merging constants with and without unnamed_addr.Rafael Espindola
2011-01-08Don't document exactly how virtual registers are represented as integers. CodeJakob Stoklund Olesen
2011-01-08First step in fixing PR8927:Rafael Espindola
2011-01-07Rename lisp-like functions as suggested by Gabor Greif as loooong timeDavid Greene
2011-01-03Stub out a new updating interface to AliasAnalysis, allowing stateful analyse...Owen Anderson
2011-01-03We can count properly.Owen Anderson
2011-01-03Reapply 122341 to fix PR8199 now that clang changes are in.David Greene
2011-01-03Further expand what a call graph pass may do.Nick Lewycky
2011-01-03Permit CallGraphSCCPasses readonly access to the direct callers of the functionsNick Lewycky
2011-01-01Correct a bunch of mistakes which meant that the example pass didn'tDuncan Sands
2011-01-01I was unable to get the instructions to work if LLVM was builtDuncan Sands
2011-01-01Clarify that the loadable module turns up in the top-level directory,Duncan Sands
2011-01-01Add a reference to the OCamlLangImpl8.Erick Tryzelaar
2011-01-01Add an OCaml tutorial page 8Erick Tryzelaar
2010-12-28Integers are primitive types. Update the documentation to state thisTobias Grosser
2010-12-21Revert 122341. It breaks some darwin tests.David Greene
2010-12-21Fix PR 8199. This patch prepends the build tool dir to LLVM programsDavid Greene
2010-12-21Grammar corrections and some formatting changes.Bill Wendling
2010-12-20Update the target feature matrix to reflect some new features in the MBlaze b...Wesley Peck
2010-12-20New cmake option LLVM_APPEND_VC_REV for controlling when the VCOscar Fuentes