aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2010-06-21This makes example Makefile a lot more like actualChris Lattner
2010-06-21Remove isTwoAddress from llvm.Eric Christopher
2010-06-21fix typos reported by Adam Warner!Chris Lattner
2010-06-18Another typo.Eric Christopher
2010-06-18Fix typo.Eric Christopher
2010-06-18Teach tablegen how to inherit from classes in 'defm' definitions.Bruno Cardoso Lopes
2010-06-17Minor clarification.Dan Gohman
2010-06-17For a tablegen expression such as !if(a,b,c), let 'a'Bruno Cardoso Lopes
2010-06-16let the '!eq' expression support 'int' and 'bit' typesBruno Cardoso Lopes
2010-06-15Remove the local register allocator.Jakob Stoklund Olesen
2010-06-14Update html tutorial docs to match api changes.Eric Christopher
2010-06-10Teach tablegen to allow "let" expressions inside multiclasses,Bruno Cardoso Lopes
2010-06-05Teach tablegen to support 'defm' inside multiclasses.Bruno Cardoso Lopes
2010-06-04Update docs to reflect new DISubprogram elements.Devang Patel
2010-06-02Update the documentation, getCalleeSavedRegClasses is not required anymore.Rafael Espindola
2010-05-29Document aggregate operation constant expressions.Nick Lewycky
2010-05-28Fix Data Layout description of floating point.Dale Johannesen
2010-05-28Fix more whitespace to be consistent with AsmPrinter.Dan Gohman
2010-05-28Fix whitespace to be more consistent with AsmPrinter's style.Dan Gohman
2010-05-28Eliminate the restriction that the array size in an alloca must be i32.Dan Gohman
2010-05-26Fix a missing quote.Dan Gohman
2010-05-26Add entry for llvm.eh.sjlj.longjmp. PR4999.Jim Grosbach
2010-05-21expand on the llvm ir bitcode dox. Patch by Peter Housel!Chris Lattner
2010-05-19Update autoconf/automake versions in the documentation to match the versions ...Tobias Grosser
2010-05-11I got tired of VISIBILITY_HIDDEN colliding with the gcc enum. Rename itDuncan Sands
2010-05-11Test commit.Daniel Dunbar
2010-05-11Test commit.Tanya Lattner
2010-05-11Test commit.Tanya Lattner
2010-05-07Document graphviz passes for the (post) dominator tree.Tobias Grosser
2010-05-07Revert r103213. It broke several sections of live website.mike-m
2010-05-07Disable man->postscript and man->pdf doc generation unless explicitlymike-m
2010-05-06Cleanup unneeded dirs after docs overhaul.mike-m
2010-05-06Overhauled llvm/clang docs builds. Closes PR6613.mike-m
2010-05-05Fix some ..'sChris Lattner
2010-05-04one more thing.Chris Lattner
2010-05-04update instructions for llvm-gcc4, the brave new world! PR7037Chris Lattner
2010-05-03Update one more 2.7 to 2.8.Dan Gohman
2010-05-03Minimally update ReleaseNotes.html for 2.8 development; uncomment andDan Gohman
2010-05-03Update this comment to note its relationship with the "happens-before"Dan Gohman
2010-05-03Delete this comment. The behavior of struct loads and stores withDan Gohman
2010-05-03Describe invoke instruction dependencies. Generalize the text forDan Gohman
2010-05-03Say "operations" instead of "instructions", as nsw can be applied toDan Gohman
2010-05-02Remove the -enable-sjlj-eh option, which doesn't do anything.Duncan Sands
2010-04-30Fixed @ctor / @dtor the wrong way around in last commit. David Chisnall
2010-04-30Added a brief explanation of @llvm.global_{c,d}tors.David Chisnall
2010-04-28Rewrite the section on trap values to contain a generic descriptionDan Gohman
2010-04-28Fix spelling errors.Dan Gohman
2010-04-28further clarify alignment of globals, fix instcombineChris Lattner
2010-04-28improve the global variable alignment description.Chris Lattner
2010-04-27fix wordoChris Lattner