aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* For PR1553:Reid Spencer2007-07-191-8/+8
| | | | | | | | | | Change the keywords for the zext and sext parameter attributes to be zeroext and signext so they don't conflict with the keywords for the instructions of the same name. This gets around the ambiguity. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40069 91177308-0d34-0410-b5e6-96231b3b80d8
* Alphabetize. Document -mlimit parameter.Nick Lewycky2007-07-181-6/+11
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@39990 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix the documentation for llvm.sqrt so that sqrt(0) has defined behavior,Dan Gohman2007-07-161-1/+1
| | | | | | | which appears to be the intent. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@39922 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix validation errorsBill Wendling2007-07-161-3/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@39917 91177308-0d34-0410-b5e6-96231b3b80d8
* Clean up some formattingBill Wendling2007-07-161-3/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@39916 91177308-0d34-0410-b5e6-96231b3b80d8
* Clean up some formatting. Add some doc_code div tags.Bill Wendling2007-07-161-36/+53
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@39915 91177308-0d34-0410-b5e6-96231b3b80d8
* remove obsolete noteChris Lattner2007-07-131-5/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@39825 91177308-0d34-0410-b5e6-96231b3b80d8
* fix some bugs in the manualChris Lattner2007-07-131-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@39822 91177308-0d34-0410-b5e6-96231b3b80d8
* eliminated all references to 'bytecode' from .pod filesGabor Greif2007-07-0918-92/+92
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@38452 91177308-0d34-0410-b5e6-96231b3b80d8
* Subversionify the documentation.Reid Spencer2007-07-0912-80/+67
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@38442 91177308-0d34-0410-b5e6-96231b3b80d8
* Bytecode -> BitcodeReid Spencer2007-07-091-28/+28
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@38438 91177308-0d34-0410-b5e6-96231b3b80d8
* Minor language change upgrader -> upgrade toolReid Spencer2007-07-091-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@38437 91177308-0d34-0410-b5e6-96231b3b80d8
* This dir does not appear under /docs anymore but under /cmds so use anReid Spencer2007-07-091-1/+1
| | | | | | | absolute path to the llvm.css file. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@38436 91177308-0d34-0410-b5e6-96231b3b80d8
* Links for commands are now generated into /cmds/ URL.Reid Spencer2007-07-091-19/+19
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@38435 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix some minor typos.Reid Spencer2007-07-091-3/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@38434 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix some typos.Reid Spencer2007-07-091-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@38433 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix a typo.Reid Spencer2007-07-091-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@38432 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix a typo.Reid Spencer2007-07-091-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@38431 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix some minor typos, again to test the auto-update of the web site.Reid Spencer2007-07-091-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@38430 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove an unneeded space, mostly to verify that auto-update of theReid Spencer2007-07-091-1/+1
| | | | | | | documentation is working. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@38429 91177308-0d34-0410-b5e6-96231b3b80d8
* first pass of nomenclature changes in .html filesGabor Greif2007-07-0616-141/+141
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37956 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a note about llvm2cpp's dubious future.Reid Spencer2007-07-051-0/+8
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37906 91177308-0d34-0410-b5e6-96231b3b80d8
* Get the version number right, finally.Reid Spencer2007-07-051-3/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37905 91177308-0d34-0410-b5e6-96231b3b80d8
* Extend eh.selector to support both catches and filters.Duncan Sands2007-07-041-47/+26
| | | | | | | Drop the eh.filter intrinsic. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37875 91177308-0d34-0410-b5e6-96231b3b80d8
* Make the GSG actually work.Chris Lattner2007-07-041-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37872 91177308-0d34-0410-b5e6-96231b3b80d8
* We really should not have this version number in SO many makefiles. This ↵Tanya Lattner2007-07-031-1/+1
| | | | | | should also probably change to svn instead of cvs, but leaving it for now. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37855 91177308-0d34-0410-b5e6-96231b3b80d8
* note where to get steens-aa and ds-aaChris Lattner2007-07-031-0/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37850 91177308-0d34-0410-b5e6-96231b3b80d8
* Terminate the document with the right end tags.Reid Spencer2007-07-011-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37835 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove labels againAnton Korobeynikov2007-06-301-1/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37824 91177308-0d34-0410-b5e6-96231b3b80d8
* Change CVS-style 'labels' to SVN 'tags' directory.Anton Korobeynikov2007-06-291-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37821 91177308-0d34-0410-b5e6-96231b3b80d8
* Another typoAnton Korobeynikov2007-06-291-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37817 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix a typoAnton Korobeynikov2007-06-291-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37813 91177308-0d34-0410-b5e6-96231b3b80d8
* Applied Reid's patch. Long live Subversion!John Criswell2007-06-291-41/+29
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37811 91177308-0d34-0410-b5e6-96231b3b80d8
* Convert .cvsignore filesJohn Criswell2007-06-296-15/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37801 91177308-0d34-0410-b5e6-96231b3b80d8
* Modify deleting global variable with an even easier way.Tanya Lattner2007-06-201-7/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37676 91177308-0d34-0410-b5e6-96231b3b80d8
* Update AnalysisGroup documentation to document restriction that allowsDevang Patel2007-06-201-2/+3
| | | | | | | only one ImmutablePass in a group. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37675 91177308-0d34-0410-b5e6-96231b3b80d8
* Add blurb on deleting global variables.Tanya Lattner2007-06-201-0/+26
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37674 91177308-0d34-0410-b5e6-96231b3b80d8
* don't use binutils 2.17Chris Lattner2007-06-191-2/+8
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37652 91177308-0d34-0410-b5e6-96231b3b80d8
* Update docs for llvm.var.annotation intrinsic.Tanya Lattner2007-06-181-3/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37635 91177308-0d34-0410-b5e6-96231b3b80d8
* Add local var annotation intrinsic.Tanya Lattner2007-06-151-0/+50
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37603 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix typos.Duncan Sands2007-06-141-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37573 91177308-0d34-0410-b5e6-96231b3b80d8
* one final bugfixChris Lattner2007-06-121-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37558 91177308-0d34-0410-b5e6-96231b3b80d8
* modernize exampleChris Lattner2007-06-121-5/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37557 91177308-0d34-0410-b5e6-96231b3b80d8
* wording fix noticed by Ivan NovickChris Lattner2007-06-081-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37519 91177308-0d34-0410-b5e6-96231b3b80d8
* Correct typo. Should be "not allowed"Tanya Lattner2007-06-071-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37490 91177308-0d34-0410-b5e6-96231b3b80d8
* update to match latest changesChris Lattner2007-06-061-3/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37474 91177308-0d34-0410-b5e6-96231b3b80d8
* Commit first round work of PR1373. "noalias" is now fully supported inZhou Sheng2007-06-051-0/+3
| | | | | | | | VMCore, BitCode, and Assembly. Documentation and test case paramattrs.ll updated also. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37432 91177308-0d34-0410-b5e6-96231b3b80d8
* more fixes to C code.Chris Lattner2007-05-291-3/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37339 91177308-0d34-0410-b5e6-96231b3b80d8
* Fixed some formatting.Bill Wendling2007-05-291-8/+9
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37338 91177308-0d34-0410-b5e6-96231b3b80d8
* Added "llvmc" to the FAQ.Bill Wendling2007-05-291-1/+13
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37337 91177308-0d34-0410-b5e6-96231b3b80d8