summaryrefslogtreecommitdiffstats
path: root/llvm/docs/ExtendingLLVM.html
Commit message (Collapse)AuthorAgeFilesLines
* * Hyphenate ``constant-propagate''Misha Brukman2004-12-011-3/+12
| | | | | | | * Add testing notes to the instruction section similar as for intrinsics * Mention adding codegen support for new instructions llvm-svn: 18409
* * InstructionReader.cpp was absorbed into Reader.cppMisha Brukman2004-09-281-2/+3
| | | | | | * Wrap at 80 cols llvm-svn: 16543
* Fix grammar.Misha Brukman2004-09-271-2/+2
| | | | llvm-svn: 16529
* Thanks to Brad for documentation on adding a DerivedTypeMisha Brukman2004-09-211-1/+2
| | | | llvm-svn: 16460
* Remove the bit about this document being my `notes', it has matured since then.Misha Brukman2004-09-051-5/+0
| | | | llvm-svn: 16178
* * Escape &, <, and >Misha Brukman2004-08-121-15/+24
| | | | | | | * Wrap code in <tt> or for larger blocks, <div class="doc_text"> * Wrap lines at 80 cols llvm-svn: 15705
* Add information on adding a derived type to LLVM, patch contributed byChris Lattner2004-08-121-1/+41
| | | | | | Brad Jones! llvm-svn: 15703
* Fix #includes of i*.h => Instructions.h as per PR403:Chris Lattner2004-07-291-2/+2
| | | | | | http://llvm.cs.uiuc.edu/PR403 . llvm-svn: 15338
* Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman2004-07-291-1/+1
| | | | llvm-svn: 15334
* Update pathChris Lattner2004-06-201-2/+2
| | | | llvm-svn: 14268
* Make use of the new doc_author class. "Seperate content from presentation" ↵Chris Lattner2004-05-231-2/+2
| | | | | | they said. llvm-svn: 13675
* Add a noteChris Lattner2004-04-131-0/+4
| | | | llvm-svn: 12922
* Add noteChris Lattner2004-04-101-0/+5
| | | | llvm-svn: 12809
* Expand on adding an intrinsic. Move section to before adding an instructionChris Lattner2004-04-091-26/+40
| | | | llvm-svn: 12796
* Incorporated Chris' comments.Misha Brukman2004-04-061-7/+9
| | | | llvm-svn: 12690
* Added notes on extending LLVM with new instructions, intrinsics, types, etc.Misha Brukman2004-04-061-0/+213
llvm-svn: 12689
OpenPOWER on IntegriCloud