aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2010-09-30checkpoint notesChris Lattner
2010-09-30fix incorrect link!Chris Lattner
2010-09-30add a bunch of entries for external projects.Chris Lattner
2010-09-29Convert a bunch of uses of 'bytecode' into 'bitcode'. ThisDuncan Sands
2010-09-29add some random notes.Chris Lattner
2010-09-29merge all the llvm-gcc pieces together. Recommend that people try dragonegg ...Chris Lattner
2010-09-29prepare for new content.Chris Lattner
2010-09-27reapply developer policy changes after discussion.Chris Lattner
2010-09-25New cmake options LLVM_INCLUDE_X (X = {TOOLS, EXAMPLES, TESTS}) forOscar Fuentes
2010-09-25temporarily revert developer policy change as a courtesy to vikram.Chris Lattner
2010-09-23remove an obsolete sectionChris Lattner
2010-09-23Fix Getting Started docs.Andrew Trick
2010-09-23rewrite the copyright section to match reality: llvm does't have aChris Lattner
2010-09-23add lldb and libc++ code owners.Chris Lattner
2010-09-21random cruft in my tree.Chris Lattner
2010-09-18docs: Tweak wording.Michael J. Spencer
2010-09-17docs: Update GettingStartedVS to reflect current state.Michael J. Spencer
2010-09-17Updated GettingStartedVS.html to reflect current state.Oscar Fuentes
2010-09-17Direct CMake users to the right place for up-to-date info about usingOscar Fuentes
2010-09-13Fix formatting tags.Bob Wilson
2010-09-13Document NEON intrinsic changes for 2.8.Bob Wilson
2010-09-11add some documentation for the most important MC-level classes along withChris Lattner
2010-09-07Add documentation for llvm-diff.John McCall
2010-09-06add noteChris Lattner
2010-09-05some random notes.Chris Lattner
2010-09-02this is a release note worthy change.Chris Lattner
2010-09-02updates to make it clear that this applies to clang and other llvm subprojects.Chris Lattner
2010-09-01update the tutorial to use CreateFAdd to create fp operations.Chris Lattner
2010-08-31Stack slot access methods are in TargetInstrInfo.Jakob Stoklund Olesen
2010-08-31Update the Ada instructions to LLVM 2.7 (from LLVM 2.5).Duncan Sands
2010-08-30Update the descriptions of NoModRef and ModRef to be consistentDan Gohman
2010-08-30Remove a hack that tries to understand incorrect triples from theDuncan Sands
2010-08-28remove the MSIL backend. It isn't maintained, is buggy, has no testcasesChris Lattner
2010-08-28remove unions from LLVM IR. They are severely buggy and notChris Lattner
2010-08-20Create the new linker type "linker_private_weak_def_auto".Bill Wendling
2010-08-20Make the SCC printing passes use errs() instead of outs(), as theDan Gohman
2010-08-17fix a broken linkChris Lattner
2010-08-17add some  's to a pre to avoid newlines being eaten Chris Lattner
2010-08-09CMake: document how to incorporate LLVM into the cmake project of anOscar Fuentes
2010-08-09CMake: documented testing procedureOscar Fuentes
2010-08-08Add a opt-args option that can be used to pass arguments to every optRafael Espindola
2010-08-08s/libLLVMgold/LLVMgold/gRafael Espindola
2010-08-06Fix missing </a> tag error introduced by addition of LowerAtomic pass.Peter Collingbourne
2010-08-05Document results of PR7762.Eric Christopher
2010-08-04Add a note about the changing pass registration interface.Owen Anderson
2010-08-04Delete mkpatch. Everything it does is already done by svn diff by default.Dan Gohman
2010-08-04Remove a link which is no longer relevant.Dan Gohman
2010-08-04Note some LLVM 2.7 -> 2.8 APIs that changed / got renamed.Torok Edwin
2010-08-03Add an atomic lowering passPeter Collingbourne
2010-08-02docs/TestingGuide: Minimal update to describe 'lit' based regression testingDaniel Dunbar