summaryrefslogtreecommitdiffstats
path: root/llvm/docs/Stacker.html
Commit message (Collapse)AuthorAgeFilesLines
* the stacker doc is way out of date.Chris Lattner2008-08-111-1428/+0
| | | | llvm-svn: 54631
* merge of 49966 from branches/ggreif/use-diet to trunk. these are already ↵Gabor Greif2008-04-191-9/+9
| | | | | | active API changes llvm-svn: 49968
* Validation fixesBill Wendling2007-09-221-5/+15
| | | | llvm-svn: 42231
* Subversionify the documentation.Reid Spencer2007-07-091-2/+3
| | | | llvm-svn: 38442
* Update for changes in location of Stacker.Reid Spencer2007-01-171-11/+16
| | | | llvm-svn: 33293
* Typo.Nick Lewycky2006-12-311-1/+1
| | | | llvm-svn: 32774
* Fix an example that used the old SetCondInst instruction.Reid Spencer2006-12-191-1/+1
| | | | llvm-svn: 32681
* For PR950:Reid Spencer2006-10-201-5/+5
| | | | | | | | This patch implements the first increment for the Signless Types feature. All changes pertain to removing the ConstantSInt and ConstantUInt classes in favor of just using ConstantInt. llvm-svn: 31063
* Changes docs for llvm.cs.uiuc.edu -> llvm.orgReid Spencer2006-03-141-1/+1
| | | | llvm-svn: 26746
* Correct the descriptions of WHILE...END and RROT. Thanks to Lalo MartinsReid Spencer2005-05-041-17/+21
| | | | | | for pointing out these errors. llvm-svn: 21683
* Update table to llvm.css standards.Reid Spencer2004-11-011-15/+11
| | | | llvm-svn: 17409
* Take one item off the "to do" list: implemented -O1 .. -O5 options forReid Spencer2004-09-041-2/+0
| | | | | | optimization in stkrc instead of depending on "opt" llvm-svn: 16169
* Simplify the first example, as the LLVM IR interfaces have evolved. OtherChris Lattner2004-08-031-16/+13
| | | | | | examples in this doc could also be simplified dramatically in similar ways. llvm-svn: 15428
* Fix broken internal link; add stub for missing subsection.Misha Brukman2004-06-031-1/+6
| | | | llvm-svn: 14003
* Make use of the new doc_author class. "Seperate content from presentation" ↵Chris Lattner2004-05-231-2/+2
| | | | | | they said. llvm-svn: 13675
* Removed the 64-bit fix from the "to do" list since the bug is fixed.Reid Spencer2004-05-221-5/+0
| | | | llvm-svn: 13624
* Insert spacing between the table and the next section.Misha Brukman2004-05-131-1/+2
| | | | llvm-svn: 13523
* * Use stylesheets for table borders so we factor out the formatting and canMisha Brukman2004-05-131-336/+343
| | | | | | | | | adjust it much easier. Also changed border to gray to fit into the current color scheme. * Convert < and > to &lt; and &gt;, respectively. * Wrap long lines at 80 cols llvm-svn: 13522
* Made document HTML-4.01 (Strict)-compliant.Misha Brukman2004-05-121-69/+78
| | | | llvm-svn: 13505
* * Fix capitalization of PICkMisha Brukman2004-04-161-11/+11
| | | | | | * Wrap long lines to 80 cols llvm-svn: 12988
* Fix spelling.Alkis Evlogimenos2004-03-111-1/+1
| | | | llvm-svn: 12287
* Merged in RELEASE_11.John Criswell2003-12-181-66/+67
| | | | llvm-svn: 10516
* Check in patch that Reid submittedChris Lattner2003-12-181-335/+383
| | | | llvm-svn: 10505
* fix broken linkChris Lattner2003-12-011-1/+1
| | | | llvm-svn: 10273
* Minor fixesChris Lattner2003-11-251-6/+6
| | | | llvm-svn: 10202
* Apply docs patch fro ReidChris Lattner2003-11-251-49/+125
| | | | llvm-svn: 10201
* Apply doc patch from PR136.Brian Gaeke2003-11-241-59/+347
| | | | llvm-svn: 10198
* Add documentation for Stacker.Brian Gaeke2003-11-241-0/+987
llvm-svn: 10189
OpenPOWER on IntegriCloud