aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Pick better examples. "fpext float 3.1415 to double" won't parse because 3.1415Nick Lewycky2011-03-311-2/+2
* Remove PHINode::reserveOperandSpace(). Instead, add a parameter toJay Foad2011-03-303-7/+7
* Document llvm.dbg.sp, llvm.dbg.gv and llvm.dbg.enumDevang Patel2011-03-291-3/+8
* docs/GettingStarted.html: [PR8850] Add a note for x86_64-w64-mingw32.NAKAMURA Takumi2011-03-281-0/+7
* docs/GettingStarted.html: Add blurb "--enable-shared" on cygming.NAKAMURA Takumi2011-03-281-4/+4
* Remove redundant compression option.Bill Wendling2011-03-251-4/+4
* fix description, PR9542Chris Lattner2011-03-241-5/+6
* Update Passes.html, part 3: alphabetize descriptions.Eli Friedman2011-03-191-102/+99
* Update Passes.html, part 2: cleanup a bit more dead docs, a few moreEli Friedman2011-03-191-70/+8
* Update Passes.html, part 1: remove passes which were removed from the tree,Eli Friedman2011-03-191-144/+35
* Some release notes.Rafael Espindola2011-03-181-2/+11
* Change the signext language in LangRef to closer match zeroext.Cameron Zwarich2011-03-171-2/+3
* The x86-64 ABI says that a bool is only guaranteed to be sign-extended to a byteCameron Zwarich2011-03-161-2/+3
* rip out llvm 2.8 release notes to make room for llvm 2.9 notes.Chris Lattner2011-03-101-666/+50
* Since last couple of days, argument number is encoded using 8 bits from line ...Devang Patel2011-03-081-1/+2
* Update DILexicalBlock doc to mention new fields.Devang Patel2011-03-081-1/+3
* Clarify that the result of an srem is only guaranteed to have the same sign a...Duncan Sands2011-03-071-3/+4
* Fix tagging name.Bill Wendling2011-03-071-8/+8
* remove another jeff linkChris Lattner2011-03-061-1/+0
* 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