aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2010-07-04indmemrem and lowerallocs are gone.Chris Lattner
2010-07-02Document that BasicAA respects noalias, while InterproceduralBasicAADan Gohman
2010-07-02Describe which dependencies are relevant to noalias, and document howDan Gohman
2010-07-02Add some html anchors, to allow attributes to be linked to directly.Dan Gohman
2010-07-02Reword the definition of the noalias attribute. The intention is forDan Gohman
2010-07-01Implement the "linker_private_weak" linkage type. This will be used forBill Wendling
2010-06-29Revert r107205 and r107207.Bill Wendling
2010-06-29Improve explanation.Bill Wendling
2010-06-29Introducing the "linker_weak" linkage type. This will be used for Objective-CBill Wendling
2010-06-28Add a blurb about -scev-aa.Dan Gohman
2010-06-24Document problems that I encountered when working on -scev-aa.Dan Gohman
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