| Commit message (Expand) | Author | Age | Files | Lines |
* | Pick better examples. "fpext float 3.1415 to double" won't parse because 3.1415 | Nick Lewycky | 2011-03-31 | 1 | -2/+2 |
* | Remove PHINode::reserveOperandSpace(). Instead, add a parameter to | Jay Foad | 2011-03-30 | 3 | -7/+7 |
* | Document llvm.dbg.sp, llvm.dbg.gv and llvm.dbg.enum | Devang Patel | 2011-03-29 | 1 | -3/+8 |
* | docs/GettingStarted.html: [PR8850] Add a note for x86_64-w64-mingw32. | NAKAMURA Takumi | 2011-03-28 | 1 | -0/+7 |
* | docs/GettingStarted.html: Add blurb "--enable-shared" on cygming. | NAKAMURA Takumi | 2011-03-28 | 1 | -4/+4 |
* | Remove redundant compression option. | Bill Wendling | 2011-03-25 | 1 | -4/+4 |
* | fix description, PR9542 | Chris Lattner | 2011-03-24 | 1 | -5/+6 |
* | Update Passes.html, part 3: alphabetize descriptions. | Eli Friedman | 2011-03-19 | 1 | -102/+99 |
* | Update Passes.html, part 2: cleanup a bit more dead docs, a few more | Eli Friedman | 2011-03-19 | 1 | -70/+8 |
* | Update Passes.html, part 1: remove passes which were removed from the tree, | Eli Friedman | 2011-03-19 | 1 | -144/+35 |
* | Some release notes. | Rafael Espindola | 2011-03-18 | 1 | -2/+11 |
* | Change the signext language in LangRef to closer match zeroext. | Cameron Zwarich | 2011-03-17 | 1 | -2/+3 |
* | The x86-64 ABI says that a bool is only guaranteed to be sign-extended to a byte | Cameron Zwarich | 2011-03-16 | 1 | -2/+3 |
* | rip out llvm 2.8 release notes to make room for llvm 2.9 notes. | Chris Lattner | 2011-03-10 | 1 | -666/+50 |
* | Since last couple of days, argument number is encoded using 8 bits from line ... | Devang Patel | 2011-03-08 | 1 | -1/+2 |
* | Update DILexicalBlock doc to mention new fields. | Devang Patel | 2011-03-08 | 1 | -1/+3 |
* | Clarify that the result of an srem is only guaranteed to have the same sign a... | Duncan Sands | 2011-03-07 | 1 | -3/+4 |
* | Fix tagging name. | Bill Wendling | 2011-03-07 | 1 | -8/+8 |
* | remove another jeff link | Chris Lattner | 2011-03-06 | 1 | -1/+0 |
* | remove jeff's name (by his request) | Chris Lattner | 2011-03-05 | 1 | -3/+1 |
* | Support for parallel compilation (/MP) when using the VS IDE. | Oscar Fuentes | 2011-03-02 | 1 | -0/+16 |
* | Small cleanup. | Bill Wendling | 2011-03-02 | 1 | -6/+11 |
* | Update the documentation on "How to Release LLVM". It lays out a new way of | Bill Wendling | 2011-02-28 | 1 | -303/+406 |
* | Fix typo pointed out in pr9339. | Duncan Sands | 2011-02-27 | 1 | -1/+1 |
* | Enable support for vector sext and trunc: | Nadav Rotem | 2011-02-24 | 1 | -13/+16 |
* | Remove the link to Projects.html. It is useless for people working on | Oscar Fuentes | 2011-02-20 | 1 | -2/+0 |
* | Fix 9267; Add vector zext support. | Nadav Rotem | 2011-02-20 | 1 | -4/+6 |
* | Fix typo. | Nick Lewycky | 2011-02-20 | 1 | -1/+1 |
* | Fix thinko, basic blocks are SESE. The exits may have many edges though. | Nick Lewycky | 2011-02-17 | 1 | -1/+1 |
* | Spelling fix: consequtive -> consecutive. | Duncan Sands | 2011-02-15 | 3 | -3/+3 |
* | Minor fixes to tutorial, patch by Benjamin Meyer! | Chris Lattner | 2011-02-15 | 1 | -2/+2 |
* | Adapt docs to '-loopsimplify -> -loop-simplify' change | Tobias Grosser | 2011-02-13 | 1 | -2/+2 |
* | attempt to capture recent discussion about overflow and inbounds geps. | Chris Lattner | 2011-02-11 | 1 | -7/+21 |
* | Don't run ocamldoc if it's not installed | Erick Tryzelaar | 2011-02-09 | 1 | -1/+8 |
* | fix typo | Chris Lattner | 2011-02-09 | 1 | -1/+1 |
* | Add testing stuff to CMake documents. | NAKAMURA Takumi | 2011-02-09 | 2 | -2/+18 |
* | implement .ll and .bc support for nsw/nuw on shl and exact on lshr/ashr. | Chris Lattner | 2011-02-07 | 1 | -3/+25 |
* | enhance vmcore to know that udiv's can be exact, and add a trivial | Chris Lattner | 2011-02-06 | 1 | -1/+7 |
* | Update docs to match reality. | Devang Patel | 2011-02-03 | 1 | -10/+9 |
* | Document the LLVM GIT mirror | Anton Korobeynikov | 2011-02-01 | 1 | -0/+20 |
* | Remove stale references of obsolete @llvm.dbg.variable. | Devang Patel | 2011-02-01 | 1 | -8/+3 |
* | Most browsers eliminate whitespace between anchor tags. Force whitespace with | Nick Lewycky | 2011-01-29 | 1 | -1/+1 |
* | Handles libffi on the CMake build. | Oscar Fuentes | 2011-01-21 | 1 | -0/+6 |
* | finish a sentence. | Chris Lattner | 2011-01-18 | 1 | -1/+1 |
* | Add a clarification about merging constants with and without unnamed_addr. | Rafael Espindola | 2011-01-15 | 1 | -1/+4 |
* | Don't document exactly how virtual registers are represented as integers. Code | Jakob Stoklund Olesen | 2011-01-08 | 1 | -11/+18 |
* | First step in fixing PR8927: | Rafael Espindola | 2011-01-08 | 2 | -2/+18 |
* | Rename lisp-like functions as suggested by Gabor Greif as loooong time | David Greene | 2011-01-07 | 1 | -3/+3 |
* | Stub out a new updating interface to AliasAnalysis, allowing stateful analyse... | Owen Anderson | 2011-01-03 | 1 | -1/+23 |
* | We can count properly. | Owen Anderson | 2011-01-03 | 1 | -1/+1 |