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