| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | two more projects. | Chris Lattner | 2010-04-22 | 1 | -0/+34 |
* | add some notes from Matthieu Moy! | Chris Lattner | 2010-04-22 | 1 | -1/+17 |
* | improve tblgen doc, pointed out by Zhongxing. | Chris Lattner | 2010-04-22 | 1 | -2/+3 |
* | Fixing a typo in the "Clang project" section of the release notes. | Wesley Peck | 2010-04-22 | 1 | -1/+1 |
* | Small fix to the "Other Improvements and New Features" section of the release... | Wesley Peck | 2010-04-22 | 1 | -2/+2 |
* | Fixing small typos in the "New Useful APIs" section of the release notes. | Wesley Peck | 2010-04-22 | 1 | -4/+4 |
* | Fixing small typos in the "ARM Target Improvements" section of the release no... | Wesley Peck | 2010-04-22 | 1 | -2/+2 |
* | Rewording the "generated debug information" paragraph in the "Interpreter and... | Wesley Peck | 2010-04-22 | 1 | -3/+3 |
* | Reworking the wording of the "target data string" paragraph in the "Optimizer... | Wesley Peck | 2010-04-22 | 1 | -5/+4 |
* | <pre> seems to close <p> | Gabor Greif | 2010-04-22 | 1 | -3/+1 |
* | the validator coughed up some problems, most of them fixed | Gabor Greif | 2010-04-22 | 1 | -5/+4 |
* | shorten link | Gabor Greif | 2010-04-22 | 1 | -1/+1 |
* | static analyzer has its own section | Chris Lattner | 2010-04-22 | 1 | -2/+0 |
* | add mc and static analyzer blurbs. | Chris Lattner | 2010-04-22 | 1 | -18/+33 |
* | another checkpoint. | Chris Lattner | 2010-04-22 | 1 | -33/+69 |
* | various updates. | Chris Lattner | 2010-04-22 | 1 | -57/+78 |
* | Dragonegg will be released along side llvm-2.7. | Duncan Sands | 2010-04-21 | 1 | -1/+1 |
* | final hacking for tonight, still more to go. | Chris Lattner | 2010-04-21 | 1 | -58/+58 |
* | continue the process of detangling this. | Chris Lattner | 2010-04-21 | 1 | -34/+99 |
* | rough pass moving stuff into relevant sections, still much | Chris Lattner | 2010-04-21 | 1 | -116/+127 |
* | remove ldc, rubinious, macruby, icedtea, llvm-lua, which | Chris Lattner | 2010-04-21 | 1 | -104/+0 |
* | I plan to release a version of dragonegg based on llvm-2.7 shortly | Duncan Sands | 2010-04-20 | 1 | -3/+2 |
* | Refresh this documentation. Things have changed a bit in the mean time: | Nick Lewycky | 2010-04-17 | 1 | -11/+24 |
* | update docs for api change. | Chris Lattner | 2010-04-16 | 1 | -1/+1 |
* | completed my pass over all 6+ months of commits, next step, format and make c... | Chris Lattner | 2010-04-16 | 1 | -7/+21 |
* | Pointed out by housel on #llvm. | Duncan Sands | 2010-04-15 | 1 | -1/+1 |
* | checkpoint. | Chris Lattner | 2010-04-13 | 1 | -6/+20 |
* | 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 |