aboutsummaryrefslogtreecommitdiff
path: root/docs/LangRef.html
AgeCommit message (Expand)Author
2005-02-19Fix a bug.Chris Lattner
2005-02-12Document the newly generalized model for constant globals.Chris Lattner
2004-12-10Merged in RELEASE_14 changes.John Criswell
2004-12-09More grammaro's fixed.Reid Spencer
2004-12-09Clean up some grammaro's.Reid Spencer
2004-12-09Fully document the LLVM constants. This should go into LLVM 1.4Chris Lattner
2004-12-09Reflow and clean up some of the HTML in the initial section, split linkageChris Lattner
2004-12-09Move the "High Level Structure" to before "Type System"Chris Lattner
2004-11-01Minor format tweask for tables.Reid Spencer
2004-10-16Document unreachable instructionChris Lattner
2004-09-27Patch contributed by Patrick Meredith:Chris Lattner
2004-08-26Provide some meta tags for this document.Reid Spencer
2004-08-12Wrap long lines and try to fill the 80 chars per line so that we don't have tooMisha Brukman
2004-08-12Add description of packed type support.Chris Lattner
2004-07-02Modernize example, so that you can paste it right into llvm-asBrian Gaeke
2004-06-25Removed the interrupt_handler instrinsic section that I accidently addedJohn Criswell
2004-06-25Grammar and punctuation fixes.John Criswell
2004-06-25Added missing quote.John Criswell
2004-06-21Fix some broken linksChris Lattner
2004-06-15llvm.isnan is dead, long live llvm.isunordered!Chris Lattner
2004-06-13Really add the docs this time :-)Alkis Evlogimenos
2004-06-12Add the isunordered intrinsic.Alkis Evlogimenos
2004-06-11Document the llvm.isnan intrinsicChris Lattner
2004-06-03Fix some broken linksChris Lattner
2004-05-23Describe the new garbage collector intrinsicsChris Lattner
2004-04-12Corrected the descriptions of the llvm.writeport and llvm.writeioJohn Criswell
2004-04-12Added initial design for the llvm.readio and llvm.writeio intrinsics.John Criswell
2004-04-09Fixed some spelling.John Criswell
2004-04-09Modified the prototypes of the llvm.readport and llvm.writeport intrinsicsJohn Criswell
2004-04-09Added the llvm.readport and llvm.writeport intrinsics.John Criswell
2004-04-05Update getelementptr instruction descriptionChris Lattner
2004-03-12Fixed grammar typo.John Criswell
2004-03-12Cleanup the cast section, add the select instructionChris Lattner
2004-03-08Remove the comment "Constants must always have an initial value.", whichChris Lattner
2004-03-01HTML 4.01 Strict compliance.Misha Brukman
2004-02-24Fixed minor typos.John Criswell
2004-02-24Wow, the description of the 'switch' instruction was out of date.Chris Lattner
2004-02-14fix typeoChris Lattner
2004-02-14Document new intrinsicsChris Lattner
2004-02-12Be a bit more specific about what the alignment value means and the restricti...Chris Lattner
2004-02-12Add support for the llvm.memmove intrinsic.Chris Lattner
2004-02-12Document the llvm.memcpy intrinsic. Clean up some of the formatting of otherChris Lattner
2004-01-06Add links to SLD from the LangRef.html docChris Lattner
2003-11-25Fixed a small grammatical error.John Criswell
2003-11-25checkin reid's docpatchChris Lattner
2003-11-21Fixed another minor grammatical error.John Criswell
2003-11-21Minor grammatical and punctuation corrections.John Criswell
2003-11-08First pass at cleaning up LangRef.html: stylesheet-ification, consistentMisha Brukman
2003-10-30Fix typoChris Lattner
2003-10-30Clarify that all manipulatable values must be of first class type, and specif...Chris Lattner