summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAge
* docs/ReleaseNotes.html: Mention that Windows 2000 will not be supported any m...NAKAMURA Takumi2011-08-22
* Some minor wording updates and cross-linking for atomic docs. Explicitly not...Eli Friedman2011-08-22
* Do not use named md nodes to track variables that are completely optimized. T...Devang Patel2011-08-19
* Fixed some punctuation. Sentences can be combined with semi-colons but notJohn Criswell2011-08-19
* Until now all debug info MDNodes referred to a root MDNode, a compile unit. T...Devang Patel2011-08-16
* Add a finalize() hook, that'll let DIBuilder construct compile unit lazily.Devang Patel2011-08-15
* Fix the getelementptr description so it is extremely clear that array indices...Eli Friedman2011-08-12
* Move "atomic" and "volatile" designations on instructions after the opcodeEli Friedman2011-08-12
* Some reorganization of atomic docs. Added explicit section for NonAtomic. A...Eli Friedman2011-08-12
* Initial commit of the 'landingpad' instruction.Bill Wendling2011-08-12
* apparently variable naming conventions never got added, document theChris Lattner2011-08-12
* minor typoChris Lattner2011-08-12
* fix one reference that slipped through, thanks EliChris Lattner2011-08-12
* add new accessors to reflect new terminology in struct types.Chris Lattner2011-08-12
* docs/GettingStarted.html: [Git] Add instructions how to generate patchset wit...NAKAMURA Takumi2011-08-12
* docs/GettingStarted.html: [Git] Mention branch.master.rebase for the tracking...NAKAMURA Takumi2011-08-12
* docs/GettingStarted.html: [Git] Split the subsubsection for committer's section.NAKAMURA Takumi2011-08-12
* docs: Update HTML markup(s).NAKAMURA Takumi2011-08-12
* docs/llvm.css: Introduce <blockquote><pre>. It may be used as blockquoted "do...NAKAMURA Takumi2011-08-12
* Misc atomic doc tweaks; reordering operations across Acquire/Release can be b...Eli Friedman2011-08-12
* Fix up this paragraph (including a nasty typo).Eli Friedman2011-08-12
* Clarify the definition of SequentiallyConsistent operations.Andrew Trick2011-08-12
* Fix mismatched tag.Eli Friedman2011-08-11
* Revision to Atomics guide, per Chris's comments.Eli Friedman2011-08-11
* PTX: Add basic documentation to CodeGenerator.htmlJustin Holewinski2011-08-11
* Changes per Jeffrey's comments.Eli Friedman2011-08-10
* Fix minor typo.Eli Friedman2011-08-09
* Representation of 'atomic load' and 'atomic store' in IR.Eli Friedman2011-08-09
* First draft of the practical guide to atomics.Eli Friedman2011-08-09
* Clean up the grammar for the landingpad instruction.Bill Wendling2011-08-08
* Fix typo found by John.Bill Wendling2011-08-08
* Reword.Jay Foad2011-08-04
* Remove the LowerSetJmp pass. It wasn't used effectively by any of the targets.Bill Wendling2011-08-03
* Go back to the old definition. It's not clear that a 'resume' can be 'outline...Bill Wendling2011-08-03
* Explain how clauses are applied.Bill Wendling2011-08-03
* Add the documentation for the 'landingpad' instruction. Improve the 'invoke'Bill Wendling2011-08-02
* no need to count the terminators.Chris Lattner2011-08-02
* Duncan's english is better than mine. :-)Bill Wendling2011-08-02
* Remove the LLVMBuildUnwind C API function.Bill Wendling2011-08-02
* I am the code owner for Clang's IR generation; this has been trueJohn McCall2011-08-02
* Minor wording tweak for memory model.Eli Friedman2011-08-02
* Fix a typo.Roman Divacky2011-08-01
* Fix some validation errors.Bill Wendling2011-07-31
* Fix some validation errors.Bill Wendling2011-07-31
* Add the 'resume' instruction for the new EH rewrite.Bill Wendling2011-07-31
* Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338,Bill Wendling2011-07-30
* LangRef and basic memory-representation/reading/writing for 'cmpxchg' andEli Friedman2011-07-28
* Merge the contents from exception-handling-rewrite to the mainline.Bill Wendling2011-07-27
* Update document listing DIVariable elements to reflect recent changes.Devang Patel2011-07-27
* Fix a typo.Bill Wendling2011-07-26