summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAge
* Add a note on removing LLVMC.Eric Christopher2011-09-28
* Remove incorrect passage.Bill Wendling2011-09-27
* Add FCA to the lexicon.Bill Wendling2011-09-27
* Remove some not-really-correct wording.Bill Wendling2011-09-27
* Fix grammar.Bill Wendling2011-09-26
* Remove dead table entry.Bill Wendling2011-09-26
* Some minor (and more involved) cleanups. No real context changes.Bill Wendling2011-09-26
* Duncan owns dragonegg too, it's all his fault :)Chris Lattner2011-09-23
* Resynch intro to section with copyright section.Chris Lattner2011-09-22
* Remove mention of llvm-gcc and llvm-g++. -Ministry of TruthBill Wendling2011-09-20
* Remove some missed references to dead intrinsics.Bill Wendling2011-09-20
* Update the EH doc to reflect the new EH model.Bill Wendling2011-09-20
* More llvmc bits. Spotted by Benjamin on IRC.Eric Christopher2011-09-20
* Remove more of llvmc and dependencies.Eric Christopher2011-09-20
* X86 has asterisk-free inline asm support now.Jakob Stoklund Olesen2011-09-19
* Remove obsolete .pod files.Bill Wendling2011-09-18
* Fix up the formating and change llvm-gcc to clang.Bill Wendling2011-09-18
* Remove mention of llvm-gcc/llvm-g++ from doc.Bill Wendling2011-09-18
* Add -rfunc and -rglob options to llvm-extract to support regularChad Rosier2011-09-16
* s/SequeuentiallyConsistent/SequentiallyConsistent/gNick Lewycky2011-09-11
* Fix verb tense agreement.Nick Lewycky2011-09-11
* Update docs to reflect recent addition of new CompileUnit elements.Devang Patel2011-09-09
* Split the init.trampoline intrinsic, which currently combines GCC'sDuncan Sands2011-09-06
* Update the CMake documentation to the correct variables.Chandler Carruth2011-09-04
* Remove the old tail duplication pass. It is not used and is unable to updateRafael Espindola2011-08-30
* Preliminary documentation in docs/SegmentedStacks.html.Rafael Espindola2011-08-30
* Update docs: Bugpoint understands -O[123]Tobias Grosser2011-08-30
* Some minor updates to atomic acquire/release docs in LangRef.Eli Friedman2011-08-24
* Fix an example in the documentation.Rafael Espindola2011-08-23
* 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