| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a grammaro. | Bob Wilson | 2010-04-09 | 1 | -1/+1 |
* | typo | Chris Lattner | 2010-04-08 | 1 | -2/+2 |
* | document isvolatile etc. | Chris Lattner | 2010-04-08 | 1 | -31/+37 |
* | Update langref for memcpy, memmove, and memset | Mon P Wang | 2010-04-07 | 1 | -3/+6 |
* | Have the inst emitter add the !srcloc mdnode to the machine instr. | Chris Lattner | 2010-04-07 | 1 | -0/+25 |
* | Adding SAFECode to the list of projects that work with LLVM 2.7. | John Criswell | 2010-04-06 | 1 | -0/+16 |
* | Update to note that clang has a baseline now. Dropping x86-32 for MacOS. | Tanya Lattner | 2010-04-05 | 1 | -6/+5 |
* | Add MC and LTO, two terms I just had to explain on IRC. | Nick Lewycky | 2010-04-05 | 1 | -3/+17 |
* | don't reference DwarfWriter | Chris Lattner | 2010-04-05 | 2 | -3/+2 |
* | Add notes about dragonegg. | Duncan Sands | 2010-04-02 | 1 | -5/+25 |
* | There are no known O'Caml problems at the moment. | Erick Tryzelaar | 2010-04-01 | 1 | -14/+0 |
* | Small fixes to this documentation. Remove mention of uint/int type, fix typo | Nick Lewycky | 2010-03-31 | 1 | -8/+7 |
* | Fix a grammaro. | Dan Gohman | 2010-03-30 | 1 | -1/+1 |
* | some other notes. | Chris Lattner | 2010-03-29 | 1 | -1/+2 |
* | apparently llvm 2.7 now has great armv4 support, from | Chris Lattner | 2010-03-29 | 1 | -0/+3 |
* | update the vmkit blurb | Chris Lattner | 2010-03-29 | 1 | -4/+14 |
* | add tce | Chris Lattner | 2010-03-29 | 1 | -0/+21 |
* | remove parallel support. | Chris Lattner | 2010-03-27 | 1 | -3/+0 |
* | fix iterator name | Gabor Greif | 2010-03-26 | 1 | -1/+1 |
* | Minor grammar and html fixes. | Dan Gohman | 2010-03-26 | 1 | -3/+3 |
* | some more tweaks | Gabor Greif | 2010-03-26 | 1 | -4/+5 |
* | Tell "the rest of the story" about LLVM's iterators' implicit conversions. | Dan Gohman | 2010-03-26 | 1 | -0/+15 |
* | fix formatting and a validation fail | Gabor Greif | 2010-03-26 | 1 | -3/+3 |
* | add a blurb on const versions of chain traversals and a word of caution | Gabor Greif | 2010-03-26 | 1 | -8/+14 |
* | Add a paragram describing how to extract line number information. | Devang Patel | 2010-03-26 | 1 | -0/+12 |
* | http://englishplus.com/grammar/00000296.htm | Gabor Greif | 2010-03-26 | 1 | -1/+1 |
* | Sketch a few Clang release notes. | Daniel Dunbar | 2010-03-25 | 1 | -2/+15 |
* | Docuemntation corrections from John Myers. | Dan Gohman | 2010-03-25 | 1 | -2/+2 |
* | Fix the ocaml kaleidoscope tutorial to fix linking external libraries. | Erick Tryzelaar | 2010-03-21 | 2 | -2/+2 |
* | Drop KLEE blurb, we don't have anything new. | Daniel Dunbar | 2010-03-19 | 1 | -18/+0 |
* | Adding MicroBlaze as an experimental backend in the release notes | Wesley Peck | 2010-03-18 | 1 | -2/+2 |
* | add a couple blurbs back | Chris Lattner | 2010-03-18 | 1 | -3/+1 |
* | notes from evan | Chris Lattner | 2010-03-17 | 1 | -2/+8 |
* | several updates | Chris Lattner | 2010-03-17 | 1 | -15/+5 |
* | Fixed spelling errors. | John Criswell | 2010-03-17 | 1 | -3/+3 |
* | combiner-aa too, what's its status? | Chris Lattner | 2010-03-17 | 1 | -0/+1 |
* | more chris scribble. | Chris Lattner | 2010-03-17 | 1 | -9/+23 |
* | add a bunch of random and unformatted notes as I am reading | Chris Lattner | 2010-03-17 | 1 | -22/+35 |
* | add logo, comment out project info, they need to send updates | Chris Lattner | 2010-03-17 | 1 | -8/+31 |
* | various cleanups from daniel | Chris Lattner | 2010-03-15 | 1 | -8/+8 |
* | tidy up and expound more on how half-float works. | Chris Lattner | 2010-03-14 | 1 | -14/+21 |
* | Document fp16 intrinsics | Anton Korobeynikov | 2010-03-14 | 1 | -0/+90 |
* | add support, testcases, and dox for the new GHC calling | Chris Lattner | 2010-03-11 | 2 | -4/+25 |
* | Clarify the documentation for MachineFunctionPasses. | Dan Gohman | 2010-03-10 | 1 | -4/+10 |
* | Start using DIFile. See updated SourceLevelDebugging.html for more information. | Devang Patel | 2010-03-09 | 1 | -87/+111 |
* | Add documentation on sibling call optimization. Rename tailcall2.ll test to s... | Evan Cheng | 2010-03-08 | 2 | -2/+50 |
* | Update the OCaml Kaleidoscope tutorial. | Erick Tryzelaar | 2010-03-08 | 5 | -65/+58 |
* | Add metadata example. | Devang Patel | 2010-03-04 | 1 | -0/+17 |
* | Rewrite makefiles to explicitly reference DESTDIR to fix bug 3153. | Erick Tryzelaar | 2010-03-04 | 3 | -16/+16 |
* | attributes are not part of types anymore, patch by James Woodyatt! | Chris Lattner | 2010-03-02 | 1 | -12/+12 |