aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* remove jeff's name (by his request)Chris Lattner2011-03-051-3/+1
* Support for parallel compilation (/MP) when using the VS IDE.Oscar Fuentes2011-03-021-0/+16
* Small cleanup.Bill Wendling2011-03-021-6/+11
* Update the documentation on "How to Release LLVM". It lays out a new way ofBill Wendling2011-02-281-303/+406
* Fix typo pointed out in pr9339.Duncan Sands2011-02-271-1/+1
* Enable support for vector sext and trunc:Nadav Rotem2011-02-241-13/+16
* Remove the link to Projects.html. It is useless for people working onOscar Fuentes2011-02-201-2/+0
* Fix 9267; Add vector zext support.Nadav Rotem2011-02-201-4/+6
* Fix typo.Nick Lewycky2011-02-201-1/+1
* Fix thinko, basic blocks are SESE. The exits may have many edges though.Nick Lewycky2011-02-171-1/+1
* Spelling fix: consequtive -> consecutive.Duncan Sands2011-02-153-3/+3
* Minor fixes to tutorial, patch by Benjamin Meyer!Chris Lattner2011-02-151-2/+2
* Adapt docs to '-loopsimplify -> -loop-simplify' changeTobias Grosser2011-02-131-2/+2
* attempt to capture recent discussion about overflow and inbounds geps.Chris Lattner2011-02-111-7/+21
* Don't run ocamldoc if it's not installedErick Tryzelaar2011-02-091-1/+8
* fix typoChris Lattner2011-02-091-1/+1
* Add testing stuff to CMake documents.NAKAMURA Takumi2011-02-092-2/+18
* implement .ll and .bc support for nsw/nuw on shl and exact on lshr/ashr.Chris Lattner2011-02-071-3/+25
* enhance vmcore to know that udiv's can be exact, and add a trivialChris Lattner2011-02-061-1/+7
* Update docs to match reality.Devang Patel2011-02-031-10/+9
* Document the LLVM GIT mirrorAnton Korobeynikov2011-02-011-0/+20
* Remove stale references of obsolete @llvm.dbg.variable.Devang Patel2011-02-011-8/+3
* Most browsers eliminate whitespace between anchor tags. Force whitespace withNick Lewycky2011-01-291-1/+1
* 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