aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2011-10-26Add the Stupid D Compiler to the External Projects list.Bill Wendling
2011-10-26Fix grammar.Bill Wendling
2011-10-26Add a note about the removal of the atomic intrinsics to the "Major Changes" ...Eli Friedman
2011-10-26Remove dead atomic intrinsics from LangRef.Eli Friedman
2011-10-26Add mention of AddressSanitizer to external OS projects.Bill Wendling
2011-10-26Add mention of Mono to external OS projects.Bill Wendling
2011-10-26Add mention of ClamAV to external OS projects.Bill Wendling
2011-10-26Add mention of Renderscript to external OS projects.Bill Wendling
2011-10-26Add mention of GHC to external OS projects.Bill Wendling
2011-10-25Add mention of SAFECode to external OS projects.Bill Wendling
2011-10-25Add mention of Pure to external OS projects.Bill Wendling
2011-10-25Add mention of Portable OpenCL to external OS projects.Bill Wendling
2011-10-25Add mention of gwScript to external OS projects.Bill Wendling
2011-10-25Add mention of Tart to external OS projects.Bill Wendling
2011-10-25Add TTA-based Co-design Environment to external OS projects.Bill Wendling
2011-10-25According to Mips folks, the backend is now generally reliable (they canBruno Cardoso Lopes
2011-10-25Comment out external projects so that they can be refreshed for 3.0.Bill Wendling
2011-10-25Remove the Blackfin backend.Dan Gohman
2011-10-24Remove the SystemZ backend.Dan Gohman
2011-10-21Revert r141657 for now. This has broken css and changed links on llvm.org. I'...Tanya Lattner
2011-10-19Document PasteDavid Greene
2011-10-19Document NAMEDavid Greene
2011-10-17Remove mention of llvm-gcc and add mention of dragonegg.Bill Wendling
2011-10-16Install the PNG file as well. PR4780.Bill Wendling
2011-10-16Update tutorial to reflect the current APIs. Also correct a small omission inBill Wendling
2011-10-16Enable CREATE_SUBDIRS for a performance win, because there are a lot of files...Bill Wendling
2011-10-16CMake: Introduce LLVM_CLANG_SOURCE_DIR, "tools/clang" by default. Clang will ...NAKAMURA Takumi
2011-10-15Mention some of the improvements in Clang 3.0 over 2.9.Douglas Gregor
2011-10-13Fixed typo.Lang Hames
2011-10-13Enhance the memdep interface so that users can tell the difference between a ...Eli Friedman
2011-10-13docs/CMake.html: Clarify LLVM_LIT_TOOLS_DIR as :PATH.NAKAMURA Takumi
2011-10-11target data is a contract with the code generator, not the "processor"Chris Lattner
2011-10-11improve some of the documentation around target data layout strings.Chris Lattner
2011-10-11Add a new wrapper node for a DILexicalBlock that encapsulates it and aEric Christopher
2011-10-11Clean up a few references to System/. We still have docs/SystemLibrary.htmlDaniel Dunbar
2011-10-11Fixed docs to reflect the proper default value and behaviour of the natural s...Lang Hames
2011-10-11Mention the cmake build guide on the main docs page.Duncan Sands
2011-10-11Update to a newer doxygen version. PR8214. Patch by Jeremy Huddleston.Bill Wendling
2011-10-11Minor modifications to make the Hello World example resemble the Hello WorldBill Wendling
2011-10-11Use the proper name for "externally visible" linkage -- 'external'. This is theBill Wendling
2011-10-11Reword the SetVector description to reflect reality.Bill Wendling
2011-10-10Add a natural stack alignment field to TargetData, and prevent InstCombine fromLang Hames
2011-10-07Remove MultidefsDavid Greene
2011-10-07Jakob is the code owner of register allocation and TableGen.Evan Cheng
2011-10-05Fix a typo.David Greene
2011-10-05Document MultidefsDavid Greene
2011-10-04Tell people using the tutorial how to make it actually work.David Chisnall
2011-10-04Remove last references to hotpatch.Rafael Espindola
2011-10-03Add the returns_twice attribute to LLVM.Rafael Espindola
2011-09-30some 3.0 API notesTorok Edwin