aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Fix <p> missing <p> tagAlkis Evlogimenos2004-03-011-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12063 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a spiller option to llc. A simple spiller will come soon. When we get ↵Alkis Evlogimenos2004-03-011-0/+13
| | | | | | CFG in the machine code represenation a global spiller will also be possible. Also document the linear scan register allocator but mark it as experimental for now. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12062 91177308-0d34-0410-b5e6-96231b3b80d8
* * HTML 4.01 Strict complianceMisha Brukman2004-03-011-401/+355
| | | | | | | * Removed unnecessary tabs in the entire file git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12051 91177308-0d34-0410-b5e6-96231b3b80d8
* HTML 4.01 Strict compliance.Misha Brukman2004-03-011-33/+39
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12050 91177308-0d34-0410-b5e6-96231b3b80d8
* Updates from ReidChris Lattner2004-02-272-16/+28
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11908 91177308-0d34-0410-b5e6-96231b3b80d8
* Initial checkin of document, contributed by Reid Spencer.Chris Lattner2004-02-272-0/+584
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11901 91177308-0d34-0410-b5e6-96231b3b80d8
* Add improvements to the code generator.Alkis Evlogimenos2004-02-271-2/+10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11896 91177308-0d34-0410-b5e6-96231b3b80d8
* Added PR258 and 259.John Criswell2004-02-261-0/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11889 91177308-0d34-0410-b5e6-96231b3b80d8
* add noteChris Lattner2004-02-261-0/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11876 91177308-0d34-0410-b5e6-96231b3b80d8
* One B00g fixed.Brian Gaeke2004-02-261-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11857 91177308-0d34-0410-b5e6-96231b3b80d8
* Substantial improvements and cleanups for the release notes. We were missingChris Lattner2004-02-251-19/+36
| | | | | | | a bunch of stuff! :) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11822 91177308-0d34-0410-b5e6-96231b3b80d8
* Fixed minor typos.John Criswell2004-02-241-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11800 91177308-0d34-0410-b5e6-96231b3b80d8
* Wow, the description of the 'switch' instruction was out of date.Chris Lattner2004-02-241-20/+41
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11790 91177308-0d34-0410-b5e6-96231b3b80d8
* Now that's a new feature!Chris Lattner2004-02-241-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11786 91177308-0d34-0410-b5e6-96231b3b80d8
* Update the 'new features' sectionChris Lattner2004-02-231-1/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11731 91177308-0d34-0410-b5e6-96231b3b80d8
* Bug fixedChris Lattner2004-02-231-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11730 91177308-0d34-0410-b5e6-96231b3b80d8
* Link to most recent "LLVM document"Chris Lattner2004-02-222-6/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11703 91177308-0d34-0410-b5e6-96231b3b80d8
* Bug fixedChris Lattner2004-02-201-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11662 91177308-0d34-0410-b5e6-96231b3b80d8
* Document the code generator debugger.Chris Lattner2004-02-181-25/+25
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11616 91177308-0d34-0410-b5e6-96231b3b80d8
* document the -march=c optionChris Lattner2004-02-181-0/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11615 91177308-0d34-0410-b5e6-96231b3b80d8
* Extract has new optionsChris Lattner2004-02-181-3/+15
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11581 91177308-0d34-0410-b5e6-96231b3b80d8
* Bug fixedChris Lattner2004-02-171-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11567 91177308-0d34-0410-b5e6-96231b3b80d8
* PreSelection isn't optional and so there's no way to turn it off.Misha Brukman2004-02-161-5/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11504 91177308-0d34-0410-b5e6-96231b3b80d8
* Document bug 240Chris Lattner2004-02-151-6/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11487 91177308-0d34-0410-b5e6-96231b3b80d8
* QOI bug fixedChris Lattner2004-02-151-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11475 91177308-0d34-0410-b5e6-96231b3b80d8
* Bug fixedChris Lattner2004-02-151-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11468 91177308-0d34-0410-b5e6-96231b3b80d8
* New code quality fixChris Lattner2004-02-151-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11457 91177308-0d34-0410-b5e6-96231b3b80d8
* fix typeoChris Lattner2004-02-141-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11446 91177308-0d34-0410-b5e6-96231b3b80d8
* These should be mentionedChris Lattner2004-02-141-3/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11439 91177308-0d34-0410-b5e6-96231b3b80d8
* Document new intrinsicsChris Lattner2004-02-141-1/+163
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11438 91177308-0d34-0410-b5e6-96231b3b80d8
* builtin_return/frame_address now workChris Lattner2004-02-141-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11437 91177308-0d34-0410-b5e6-96231b3b80d8
* Updates for the C backend's movementChris Lattner2004-02-142-5/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11428 91177308-0d34-0410-b5e6-96231b3b80d8
* Bug fixedChris Lattner2004-02-131-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11385 91177308-0d34-0410-b5e6-96231b3b80d8
* Bug fixChris Lattner2004-02-131-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11381 91177308-0d34-0410-b5e6-96231b3b80d8
* New featuresChris Lattner2004-02-121-0/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11361 91177308-0d34-0410-b5e6-96231b3b80d8
* Be a bit more specific about what the alignment value means and the ↵Chris Lattner2004-02-121-0/+12
| | | | | | restrictions on it git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11360 91177308-0d34-0410-b5e6-96231b3b80d8
* Fixed minor typos.John Criswell2004-02-121-9/+9
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11356 91177308-0d34-0410-b5e6-96231b3b80d8
* Add support for the llvm.memmove intrinsic.Chris Lattner2004-02-121-0/+47
| | | | | | | Patch graciously contributed by Reid Spencer! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11354 91177308-0d34-0410-b5e6-96231b3b80d8
* Document the llvm.memcpy intrinsic. Clean up some of the formatting of otherChris Lattner2004-02-121-22/+108
| | | | | | | sections git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11350 91177308-0d34-0410-b5e6-96231b3b80d8
* add advice bullet about -check-exit-codeBrian Gaeke2004-02-111-0/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11327 91177308-0d34-0410-b5e6-96231b3b80d8
* add description of -check-exit-codeBrian Gaeke2004-02-111-0/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11326 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix documentation bugsChris Lattner2004-02-101-6/+7
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11267 91177308-0d34-0410-b5e6-96231b3b80d8
* Mention install, RPM, autoconf improvementsBrian Gaeke2004-02-101-2/+9
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11257 91177308-0d34-0410-b5e6-96231b3b80d8
* Bug fixedChris Lattner2004-02-101-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11256 91177308-0d34-0410-b5e6-96231b3b80d8
* Many things have been fixed, so move them out of the "known problems" sectionChris Lattner2004-02-091-32/+2
| | | | | | | Also, PR137 is a code quality PR, not a bug git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11246 91177308-0d34-0410-b5e6-96231b3b80d8
* QOI bug fixedChris Lattner2004-02-091-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11245 91177308-0d34-0410-b5e6-96231b3b80d8
* Method is goneChris Lattner2004-02-091-2/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11226 91177308-0d34-0410-b5e6-96231b3b80d8
* All of spec, including 253.perlbmk should now work. There is still the 254.gapChris Lattner2004-02-081-28/+4
| | | | | | | regression, but that will definitely be fixed by 1.2 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11209 91177308-0d34-0410-b5e6-96231b3b80d8
* Add new bug, add note about llvm-dbChris Lattner2004-02-081-1/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11201 91177308-0d34-0410-b5e6-96231b3b80d8
* Bug fixedChris Lattner2004-02-081-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11198 91177308-0d34-0410-b5e6-96231b3b80d8