aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* formatting tweak for intrinsicGabor Greif2008-10-271-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58239 91177308-0d34-0410-b5e6-96231b3b80d8
* Some grammar fixes, and non-invasive format changes.Bill Wendling2008-10-271-53/+54
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58237 91177308-0d34-0410-b5e6-96231b3b80d8
* mention getresult -> extractvalue (PR2935)Chris Lattner2008-10-271-0/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58226 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove -check-exit-code from bugpoint. This is subsumed by -append-exit-code.Nick Lewycky2008-10-262-10/+5
| | | | | | | Note that -check-exit-code was on by default while -append-exit-code is not. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58221 91177308-0d34-0410-b5e6-96231b3b80d8
* Added MIPS release notes.Bruno Cardoso Lopes2008-10-251-1/+20
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58139 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix spelling error.Matthijs Kooijman2008-10-201-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57820 91177308-0d34-0410-b5e6-96231b3b80d8
* remove spurious space in linkGabor Greif2008-10-171-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57677 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove naming Tilmann for generics.Nicolas Geoffray2008-10-151-5/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57599 91177308-0d34-0410-b5e6-96231b3b80d8
* catch one more typo, canonicalize LLVMdevGabor Greif2008-10-151-3/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57571 91177308-0d34-0410-b5e6-96231b3b80d8
* fix some validation errors, improve formatting, squash a strange pluralGabor Greif2008-10-151-12/+10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57570 91177308-0d34-0410-b5e6-96231b3b80d8
* Prevent assert when using '"' in names (via hexadecimal).Daniel Dunbar2008-10-141-2/+3
| | | | | | | Update LangRef to mention \xx quoting in names. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57538 91177308-0d34-0410-b5e6-96231b3b80d8
* Add some ReleaseNotes on clang codegen.Daniel Dunbar2008-10-141-1/+23
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57535 91177308-0d34-0410-b5e6-96231b3b80d8
* Document attributes changes.Devang Patel2008-10-141-1/+17
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57518 91177308-0d34-0410-b5e6-96231b3b80d8
* Add VMKit notes.Nicolas Geoffray2008-10-141-4/+22
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57517 91177308-0d34-0410-b5e6-96231b3b80d8
* Mention a few methods in ConstantSDNode that were renamed.Dan Gohman2008-10-141-1/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57505 91177308-0d34-0410-b5e6-96231b3b80d8
* HTML syntax fixes.Dan Gohman2008-10-144-38/+38
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57503 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix missing end tags and invalid HTML entity syntax.Dan Gohman2008-10-141-53/+58
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57500 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a missing close-tag.Dan Gohman2008-10-141-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57497 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix a few close tags.Dan Gohman2008-10-141-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57496 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix a typo.Dan Gohman2008-10-141-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57495 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a brief mention of the new free-list management code.Dan Gohman2008-10-141-3/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57490 91177308-0d34-0410-b5e6-96231b3b80d8
* minor corrections, improved formattingGabor Greif2008-10-141-12/+12
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57486 91177308-0d34-0410-b5e6-96231b3b80d8
* typo and formatting tweaksGabor Greif2008-10-141-8/+9
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57485 91177308-0d34-0410-b5e6-96231b3b80d8
* Mention the different constant folders that IRBuilderDuncan Sands2008-10-141-2/+8
| | | | | | | can use. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57483 91177308-0d34-0410-b5e6-96231b3b80d8
* add some upgrading notes from Pekka.Chris Lattner2008-10-141-0/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57480 91177308-0d34-0410-b5e6-96231b3b80d8
* add LSR and frameaddress info.Chris Lattner2008-10-141-7/+14
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57478 91177308-0d34-0410-b5e6-96231b3b80d8
* Add static analyzer notes.Ted Kremenek2008-10-141-5/+23
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57475 91177308-0d34-0410-b5e6-96231b3b80d8
* more minor updatesChris Lattner2008-10-141-9/+9
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57472 91177308-0d34-0410-b5e6-96231b3b80d8
* more changes.Chris Lattner2008-10-131-33/+35
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57470 91177308-0d34-0410-b5e6-96231b3b80d8
* optimizer and codegenChris Lattner2008-10-131-33/+64
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57468 91177308-0d34-0410-b5e6-96231b3b80d8
* more updates.Chris Lattner2008-10-131-12/+37
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57466 91177308-0d34-0410-b5e6-96231b3b80d8
* describe major new features and llvm-gcc features.Chris Lattner2008-10-131-23/+44
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57463 91177308-0d34-0410-b5e6-96231b3b80d8
* MarkModRef -> AddReadAttrs.Duncan Sands2008-10-131-1/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57459 91177308-0d34-0410-b5e6-96231b3b80d8
* Add some llvm-gcc changes that may be worthDuncan Sands2008-10-131-5/+9
| | | | | | | detailing. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57457 91177308-0d34-0410-b5e6-96231b3b80d8
* give the static analyzer its own section.Chris Lattner2008-10-131-6/+15
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57455 91177308-0d34-0410-b5e6-96231b3b80d8
* more rearranging.Chris Lattner2008-10-131-36/+28
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57453 91177308-0d34-0410-b5e6-96231b3b80d8
* move major changes down.Chris Lattner2008-10-131-46/+48
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57452 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix typo. Add note on trampoline support.Duncan Sands2008-10-131-1/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57450 91177308-0d34-0410-b5e6-96231b3b80d8
* Update the Ada part.Duncan Sands2008-10-131-5/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57447 91177308-0d34-0410-b5e6-96231b3b80d8
* final note.Chris Lattner2008-10-131-0/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57446 91177308-0d34-0410-b5e6-96231b3b80d8
* fix some crazily long lines.Chris Lattner2008-10-131-5/+12
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57444 91177308-0d34-0410-b5e6-96231b3b80d8
* Improve the description on the getelementptr instruction. It should now betterMatthijs Kooijman2008-10-131-18/+24
| | | | | | | | define what the instruction does. This also makes it clear that getelementptr can index into a vector type. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57440 91177308-0d34-0410-b5e6-96231b3b80d8
* Add whitespace before a parenthesis.Mikhail Glushenkov2008-10-131-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57430 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a note on llvmc2 plugins + remove some trailing whitespace (my Emacs ↵Mikhail Glushenkov2008-10-131-14/+16
| | | | | | does this automatically). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57429 91177308-0d34-0410-b5e6-96231b3b80d8
* more notesChris Lattner2008-10-121-6/+14
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57427 91177308-0d34-0410-b5e6-96231b3b80d8
* add some more notesChris Lattner2008-10-121-7/+36
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57423 91177308-0d34-0410-b5e6-96231b3b80d8
* add some notesChris Lattner2008-10-121-4/+26
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57416 91177308-0d34-0410-b5e6-96231b3b80d8
* Add API changes which affected me to release notes:Daniel Dunbar2008-10-111-0/+5
| | | | | | | | - DbgStopPointInst - Attributes (needs filling in) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57382 91177308-0d34-0410-b5e6-96231b3b80d8
* Add GCC 4.1.2 from Debian to known bad GCC list.Daniel Dunbar2008-10-111-0/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57379 91177308-0d34-0410-b5e6-96231b3b80d8
* Note EH stuff for x86-64/linuxAnton Korobeynikov2008-10-111-3/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57378 91177308-0d34-0410-b5e6-96231b3b80d8