aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2011-09-18Remove obsolete .pod files.Bill Wendling
2011-09-18Fix up the formating and change llvm-gcc to clang.Bill Wendling
2011-09-18Remove mention of llvm-gcc/llvm-g++ from doc.Bill Wendling
2011-09-16Add -rfunc and -rglob options to llvm-extract to support regularChad Rosier
2011-09-11s/SequeuentiallyConsistent/SequentiallyConsistent/gNick Lewycky
2011-09-11Fix verb tense agreement.Nick Lewycky
2011-09-09Update docs to reflect recent addition of new CompileUnit elements.Devang Patel
2011-09-06Split the init.trampoline intrinsic, which currently combines GCC'sDuncan Sands
2011-09-04Update the CMake documentation to the correct variables.Chandler Carruth
2011-08-30Remove the old tail duplication pass. It is not used and is unable to updateRafael Espindola
2011-08-30Preliminary documentation in docs/SegmentedStacks.html.Rafael Espindola
2011-08-30Update docs: Bugpoint understands -O[123]Tobias Grosser
2011-08-24Some minor updates to atomic acquire/release docs in LangRef.Eli Friedman
2011-08-23Fix an example in the documentation.Rafael Espindola
2011-08-22docs/ReleaseNotes.html: Mention that Windows 2000 will not be supported any m...NAKAMURA Takumi
2011-08-22Some minor wording updates and cross-linking for atomic docs. Explicitly not...Eli Friedman
2011-08-19Do not use named md nodes to track variables that are completely optimized. T...Devang Patel
2011-08-19Fixed some punctuation. Sentences can be combined with semi-colons but notJohn Criswell
2011-08-16Until now all debug info MDNodes referred to a root MDNode, a compile unit. T...Devang Patel
2011-08-15Add a finalize() hook, that'll let DIBuilder construct compile unit lazily.Devang Patel
2011-08-12Fix the getelementptr description so it is extremely clear that array indices...Eli Friedman
2011-08-12Move "atomic" and "volatile" designations on instructions after the opcodeEli Friedman
2011-08-12Some reorganization of atomic docs. Added explicit section for NonAtomic. A...Eli Friedman
2011-08-12Initial commit of the 'landingpad' instruction.Bill Wendling
2011-08-12apparently variable naming conventions never got added, document theChris Lattner
2011-08-12minor typoChris Lattner
2011-08-12fix one reference that slipped through, thanks EliChris Lattner
2011-08-12add new accessors to reflect new terminology in struct types.Chris Lattner
2011-08-12docs/GettingStarted.html: [Git] Add instructions how to generate patchset wit...NAKAMURA Takumi
2011-08-12docs/GettingStarted.html: [Git] Mention branch.master.rebase for the tracking...NAKAMURA Takumi
2011-08-12docs/GettingStarted.html: [Git] Split the subsubsection for committer's section.NAKAMURA Takumi
2011-08-12docs: Update HTML markup(s).NAKAMURA Takumi
2011-08-12docs/llvm.css: Introduce <blockquote><pre>. It may be used as blockquoted "do...NAKAMURA Takumi
2011-08-12Misc atomic doc tweaks; reordering operations across Acquire/Release can be b...Eli Friedman
2011-08-12Fix up this paragraph (including a nasty typo).Eli Friedman
2011-08-12Clarify the definition of SequentiallyConsistent operations.Andrew Trick
2011-08-11Fix mismatched tag.Eli Friedman
2011-08-11Revision to Atomics guide, per Chris's comments.Eli Friedman
2011-08-11PTX: Add basic documentation to CodeGenerator.htmlJustin Holewinski
2011-08-10Changes per Jeffrey's comments.Eli Friedman
2011-08-09Fix minor typo.Eli Friedman
2011-08-09Representation of 'atomic load' and 'atomic store' in IR.Eli Friedman
2011-08-09First draft of the practical guide to atomics.Eli Friedman
2011-08-08Clean up the grammar for the landingpad instruction.Bill Wendling
2011-08-08Fix typo found by John.Bill Wendling
2011-08-04Reword.Jay Foad
2011-08-03Remove the LowerSetJmp pass. It wasn't used effectively by any of the targets.Bill Wendling
2011-08-03Go back to the old definition. It's not clear that a 'resume' can be 'outline...Bill Wendling
2011-08-03Explain how clauses are applied.Bill Wendling
2011-08-02Add the documentation for the 'landingpad' instruction. Improve the 'invoke'Bill Wendling