| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a note on removing LLVMC. | Eric Christopher | 2011-09-28 | 1 | -0/+2 |
* | Remove incorrect passage. | Bill Wendling | 2011-09-27 | 1 | -8/+4 |
* | Add FCA to the lexicon. | Bill Wendling | 2011-09-27 | 1 | -0/+12 |
* | Remove some not-really-correct wording. | Bill Wendling | 2011-09-27 | 1 | -6/+1 |
* | Fix grammar. | Bill Wendling | 2011-09-26 | 1 | -2/+2 |
* | Remove dead table entry. | Bill Wendling | 2011-09-26 | 1 | -1/+0 |
* | Some minor (and more involved) cleanups. No real context changes. | Bill Wendling | 2011-09-26 | 1 | -128/+121 |
* | Duncan owns dragonegg too, it's all his fault :) | Chris Lattner | 2011-09-23 | 1 | -1/+1 |
* | Resynch intro to section with copyright section. | Chris Lattner | 2011-09-22 | 1 | -2/+3 |
* | Remove mention of llvm-gcc and llvm-g++. -Ministry of Truth | Bill Wendling | 2011-09-20 | 1 | -19/+0 |
* | Remove some missed references to dead intrinsics. | Bill Wendling | 2011-09-20 | 1 | -5/+2 |
* | Update the EH doc to reflect the new EH model. | Bill Wendling | 2011-09-20 | 1 | -194/+94 |
* | More llvmc bits. Spotted by Benjamin on IRC. | Eric Christopher | 2011-09-20 | 3 | -27/+3 |
* | Remove more of llvmc and dependencies. | Eric Christopher | 2011-09-20 | 6 | -1017/+1 |
* | X86 has asterisk-free inline asm support now. | Jakob Stoklund Olesen | 2011-09-19 | 1 | -4/+1 |
* | Remove obsolete .pod files. | Bill Wendling | 2011-09-18 | 2 | -161/+0 |
* | Fix up the formating and change llvm-gcc to clang. | Bill Wendling | 2011-09-18 | 1 | -25/+32 |
* | Remove mention of llvm-gcc/llvm-g++ from doc. | Bill Wendling | 2011-09-18 | 1 | -27/+36 |
* | Add -rfunc and -rglob options to llvm-extract to support regular | Chad Rosier | 2011-09-16 | 1 | -0/+12 |
* | s/SequeuentiallyConsistent/SequentiallyConsistent/g | Nick Lewycky | 2011-09-11 | 1 | -3/+3 |
* | Fix verb tense agreement. | Nick Lewycky | 2011-09-11 | 1 | -1/+1 |
* | Update docs to reflect recent addition of new CompileUnit elements. | Devang Patel | 2011-09-09 | 1 | -1/+6 |
* | Split the init.trampoline intrinsic, which currently combines GCC's | Duncan Sands | 2011-09-06 | 1 | -18/+53 |
* | Update the CMake documentation to the correct variables. | Chandler Carruth | 2011-09-04 | 1 | -2/+3 |
* | Remove the old tail duplication pass. It is not used and is unable to update | Rafael Espindola | 2011-08-30 | 1 | -0/+2 |
* | Preliminary documentation in docs/SegmentedStacks.html. | Rafael Espindola | 2011-08-30 | 1 | -0/+99 |
* | Update docs: Bugpoint understands -O[123] | Tobias Grosser | 2011-08-30 | 1 | -12/+0 |
* | Some minor updates to atomic acquire/release docs in LangRef. | Eli Friedman | 2011-08-24 | 1 | -7/+8 |
* | Fix an example in the documentation. | Rafael Espindola | 2011-08-23 | 1 | -1/+1 |
* | docs/ReleaseNotes.html: Mention that Windows 2000 will not be supported any m... | NAKAMURA Takumi | 2011-08-22 | 1 | -0/+8 |
* | Some minor wording updates and cross-linking for atomic docs. Explicitly not... | Eli Friedman | 2011-08-22 | 2 | -19/+34 |
* | Do not use named md nodes to track variables that are completely optimized. T... | Devang Patel | 2011-08-19 | 1 | -0/+1 |
* | Fixed some punctuation. Sentences can be combined with semi-colons but not | John Criswell | 2011-08-19 | 1 | -2/+2 |
* | Until now all debug info MDNodes referred to a root MDNode, a compile unit. T... | Devang Patel | 2011-08-16 | 1 | -8/+7 |
* | Add a finalize() hook, that'll let DIBuilder construct compile unit lazily. | Devang Patel | 2011-08-15 | 1 | -0/+4 |
* | Fix the getelementptr description so it is extremely clear that array indices... | Eli Friedman | 2011-08-12 | 1 | -11/+13 |
* | Move "atomic" and "volatile" designations on instructions after the opcode | Eli Friedman | 2011-08-12 | 2 | -6/+10 |
* | Some reorganization of atomic docs. Added explicit section for NonAtomic. A... | Eli Friedman | 2011-08-12 | 1 | -32/+111 |
* | Initial commit of the 'landingpad' instruction. | Bill Wendling | 2011-08-12 | 1 | -6/+8 |
* | apparently variable naming conventions never got added, document the | Chris Lattner | 2011-08-12 | 1 | -2/+6 |
* | minor typo | Chris Lattner | 2011-08-12 | 1 | -1/+1 |
* | fix one reference that slipped through, thanks Eli | Chris Lattner | 2011-08-12 | 1 | -1/+1 |
* | add new accessors to reflect new terminology in struct types. | Chris Lattner | 2011-08-12 | 1 | -10/+12 |
* | docs/GettingStarted.html: [Git] Add instructions how to generate patchset wit... | NAKAMURA Takumi | 2011-08-12 | 1 | -0/+67 |
* | docs/GettingStarted.html: [Git] Mention branch.master.rebase for the tracking... | NAKAMURA Takumi | 2011-08-12 | 1 | -0/+13 |
* | docs/GettingStarted.html: [Git] Split the subsubsection for committer's section. | NAKAMURA Takumi | 2011-08-12 | 1 | -0/+5 |
* | docs: Update HTML markup(s). | NAKAMURA Takumi | 2011-08-12 | 2 | -27/+30 |
* | docs/llvm.css: Introduce <blockquote><pre>. It may be used as blockquoted "do... | NAKAMURA Takumi | 2011-08-12 | 1 | -0/+8 |
* | Misc atomic doc tweaks; reordering operations across Acquire/Release can be b... | Eli Friedman | 2011-08-12 | 1 | -14/+19 |
* | Fix up this paragraph (including a nasty typo). | Eli Friedman | 2011-08-12 | 1 | -4/+4 |