summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAge
* Fixed typo.Lang Hames2011-10-13
* Enhance the memdep interface so that users can tell the difference between a ...Eli Friedman2011-10-13
* docs/CMake.html: Clarify LLVM_LIT_TOOLS_DIR as :PATH.NAKAMURA Takumi2011-10-13
* target data is a contract with the code generator, not the "processor"Chris Lattner2011-10-11
* improve some of the documentation around target data layout strings.Chris Lattner2011-10-11
* Add a new wrapper node for a DILexicalBlock that encapsulates it and aEric Christopher2011-10-11
* Clean up a few references to System/. We still have docs/SystemLibrary.htmlDaniel Dunbar2011-10-11
* Fixed docs to reflect the proper default value and behaviour of the natural s...Lang Hames2011-10-11
* Mention the cmake build guide on the main docs page.Duncan Sands2011-10-11
* Update to a newer doxygen version. PR8214. Patch by Jeremy Huddleston.Bill Wendling2011-10-11
* Minor modifications to make the Hello World example resemble the Hello WorldBill Wendling2011-10-11
* Use the proper name for "externally visible" linkage -- 'external'. This is theBill Wendling2011-10-11
* Reword the SetVector description to reflect reality.Bill Wendling2011-10-11
* Add a natural stack alignment field to TargetData, and prevent InstCombine fromLang Hames2011-10-10
* Remove MultidefsDavid Greene2011-10-07
* Jakob is the code owner of register allocation and TableGen.Evan Cheng2011-10-07
* Fix a typo.David Greene2011-10-05
* Document MultidefsDavid Greene2011-10-05
* Tell people using the tutorial how to make it actually work.David Chisnall2011-10-04
* Remove last references to hotpatch.Rafael Espindola2011-10-04
* Add the returns_twice attribute to LLVM.Rafael Espindola2011-10-03
* some 3.0 API notesTorok Edwin2011-09-30
* 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