| Commit message (Expand) | Author | Age | Files | Lines |
* | Rewrite the section on trap values to contain a generic description | Dan Gohman | 2010-04-28 | 1 | -47/+71 |
* | Fix spelling errors. | Dan Gohman | 2010-04-28 | 1 | -2/+2 |
* | further clarify alignment of globals, fix instcombine | Chris Lattner | 2010-04-28 | 1 | -4/+5 |
* | improve the global variable alignment description. | Chris Lattner | 2010-04-28 | 1 | -5/+8 |
* | fix wordo | Chris Lattner | 2010-04-27 | 1 | -1/+1 |
* | remove some comments. | Chris Lattner | 2010-04-27 | 1 | -4/+0 |
* | Integrate Jeffery Yasskin's suggestions with respect to | Dan Gohman | 2010-04-26 | 1 | -12/+61 |
* | Consolidate the description of volatile operations, now that some of the | Jeffrey Yasskin | 2010-04-26 | 1 | -14/+37 |
* | Branching or switching on trap transfers imminent undefined behavior | Dan Gohman | 2010-04-26 | 1 | -0/+9 |
* | add some typewriter tags | Gabor Greif | 2010-04-26 | 1 | -5/+5 |
* | Fix HTML errors that Jeffery Yasskin noticed. | Dan Gohman | 2010-04-26 | 1 | -2/+2 |
* | wrap some long lines. | Chris Lattner | 2010-04-26 | 1 | -6/+25 |
* | add GHC, thanks to David Terei | Chris Lattner | 2010-04-26 | 1 | -0/+20 |
* | another typo pointed out by sajd | Gabor Greif | 2010-04-25 | 1 | -1/+1 |
* | fix two typos pointed out by sajd | Gabor Greif | 2010-04-25 | 1 | -2/+2 |
* | Added bullet about GNUstep Objective-C ABI support to the Clang section of th... | David Chisnall | 2010-04-25 | 1 | -0/+3 |
* | PHI nodes also do not necessarily return trap with a trap operand. | Dan Gohman | 2010-04-24 | 1 | -2/+2 |
* | Fix typo. | Nick Lewycky | 2010-04-24 | 1 | -1/+1 |
* | Switch getelementptr inbounds and sdiv exact from undef to trap. | Dan Gohman | 2010-04-23 | 1 | -9/+10 |
* | Add an initial description of a new concept: trap values, and change | Dan Gohman | 2010-04-22 | 1 | -3/+35 |
* | add macruby back | Chris Lattner | 2010-04-22 | 1 | -0/+18 |
* | Add a blurb about the new LSR. | Dan Gohman | 2010-04-22 | 1 | -1/+2 |
* | The -condprop pass has been deleted. | Nick Lewycky | 2010-04-22 | 1 | -10/+0 |
* | The post-RA scheduler is currently off by default on x86. | Dan Gohman | 2010-04-22 | 1 | -2/+0 |
* | Add some verbiage about Clang to the 2.7 release notes | Douglas Gregor | 2010-04-22 | 1 | -3/+5 |
* | Add mention of ARM atomic builtin support | Jim Grosbach | 2010-04-22 | 1 | -0/+4 |
* | Update ARM frame index scavenging description | Jim Grosbach | 2010-04-22 | 1 | -2/+5 |
* | remove dupe | Chris Lattner | 2010-04-22 | 1 | -3/+0 |
* | reword my incoherent babble into something that makes sense | Chris Lattner | 2010-04-22 | 1 | -2/+2 |
* | 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 |