aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2010-05-03Delete this comment. The behavior of struct loads and stores withDan Gohman
2010-05-03Describe invoke instruction dependencies. Generalize the text forDan Gohman
2010-05-03Say "operations" instead of "instructions", as nsw can be applied toDan Gohman
2010-05-02Remove the -enable-sjlj-eh option, which doesn't do anything.Duncan Sands
2010-04-30Fixed @ctor / @dtor the wrong way around in last commit. David Chisnall
2010-04-30Added a brief explanation of @llvm.global_{c,d}tors.David Chisnall
2010-04-28Rewrite the section on trap values to contain a generic descriptionDan Gohman
2010-04-28Fix spelling errors.Dan Gohman
2010-04-28further clarify alignment of globals, fix instcombineChris Lattner
2010-04-28improve the global variable alignment description.Chris Lattner
2010-04-27fix wordoChris Lattner
2010-04-27remove some comments.Chris Lattner
2010-04-26Integrate Jeffery Yasskin's suggestions with respect toDan Gohman
2010-04-26Consolidate the description of volatile operations, now that some of theJeffrey Yasskin
2010-04-26Branching or switching on trap transfers imminent undefined behaviorDan Gohman
2010-04-26add some typewriter tagsGabor Greif
2010-04-26Fix HTML errors that Jeffery Yasskin noticed.Dan Gohman
2010-04-26wrap some long lines.Chris Lattner
2010-04-26add GHC, thanks to David TereiChris Lattner
2010-04-25another typo pointed out by sajdGabor Greif
2010-04-25fix two typos pointed out by sajdGabor Greif
2010-04-25Added bullet about GNUstep Objective-C ABI support to the Clang section of th...David Chisnall
2010-04-24PHI nodes also do not necessarily return trap with a trap operand.Dan Gohman
2010-04-24Fix typo.Nick Lewycky
2010-04-23Switch getelementptr inbounds and sdiv exact from undef to trap.Dan Gohman
2010-04-22Add an initial description of a new concept: trap values, and changeDan Gohman
2010-04-22add macruby backChris Lattner
2010-04-22Add a blurb about the new LSR.Dan Gohman
2010-04-22The -condprop pass has been deleted.Nick Lewycky
2010-04-22The post-RA scheduler is currently off by default on x86.Dan Gohman
2010-04-22Add some verbiage about Clang to the 2.7 release notesDouglas Gregor
2010-04-22Add mention of ARM atomic builtin supportJim Grosbach
2010-04-22Update ARM frame index scavenging descriptionJim Grosbach
2010-04-22remove dupeChris Lattner
2010-04-22reword my incoherent babble into something that makes senseChris Lattner
2010-04-22two more projects.Chris Lattner
2010-04-22add some notes from Matthieu Moy!Chris Lattner
2010-04-22improve tblgen doc, pointed out by Zhongxing.Chris Lattner
2010-04-22Fixing a typo in the "Clang project" section of the release notes.Wesley Peck
2010-04-22Small fix to the "Other Improvements and New Features" section of the release...Wesley Peck
2010-04-22Fixing small typos in the "New Useful APIs" section of the release notes.Wesley Peck
2010-04-22Fixing small typos in the "ARM Target Improvements" section of the release no...Wesley Peck
2010-04-22Rewording the "generated debug information" paragraph in the "Interpreter and...Wesley Peck
2010-04-22Reworking the wording of the "target data string" paragraph in the "Optimizer...Wesley Peck
2010-04-22<pre> seems to close <p>Gabor Greif
2010-04-22the validator coughed up some problems, most of them fixedGabor Greif
2010-04-22shorten linkGabor Greif
2010-04-22static analyzer has its own sectionChris Lattner
2010-04-22add mc and static analyzer blurbs.Chris Lattner
2010-04-22another checkpoint.Chris Lattner