summaryrefslogtreecommitdiffstats
path: root/llvm/docs
Commit message (Collapse)AuthorAgeFilesLines
...
* add some upgrading notes from Pekka.Chris Lattner2008-10-141-0/+6
| | | | llvm-svn: 57480
* add LSR and frameaddress info.Chris Lattner2008-10-141-7/+14
| | | | llvm-svn: 57478
* Add static analyzer notes.Ted Kremenek2008-10-141-5/+23
| | | | llvm-svn: 57475
* more minor updatesChris Lattner2008-10-141-9/+9
| | | | llvm-svn: 57472
* more changes.Chris Lattner2008-10-131-33/+35
| | | | llvm-svn: 57470
* optimizer and codegenChris Lattner2008-10-131-33/+64
| | | | llvm-svn: 57468
* more updates.Chris Lattner2008-10-131-12/+37
| | | | llvm-svn: 57466
* describe major new features and llvm-gcc features.Chris Lattner2008-10-131-23/+44
| | | | llvm-svn: 57463
* MarkModRef -> AddReadAttrs.Duncan Sands2008-10-131-1/+3
| | | | llvm-svn: 57459
* Add some llvm-gcc changes that may be worthDuncan Sands2008-10-131-5/+9
| | | | | | detailing. llvm-svn: 57457
* give the static analyzer its own section.Chris Lattner2008-10-131-6/+15
| | | | llvm-svn: 57455
* more rearranging.Chris Lattner2008-10-131-36/+28
| | | | llvm-svn: 57453
* move major changes down.Chris Lattner2008-10-131-46/+48
| | | | llvm-svn: 57452
* Fix typo. Add note on trampoline support.Duncan Sands2008-10-131-1/+2
| | | | llvm-svn: 57450
* Update the Ada part.Duncan Sands2008-10-131-5/+4
| | | | llvm-svn: 57447
* final note.Chris Lattner2008-10-131-0/+2
| | | | llvm-svn: 57446
* fix some crazily long lines.Chris Lattner2008-10-131-5/+12
| | | | llvm-svn: 57444
* 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. llvm-svn: 57440
* Add whitespace before a parenthesis.Mikhail Glushenkov2008-10-131-1/+1
| | | | llvm-svn: 57430
* Add a note on llvmc2 plugins + remove some trailing whitespace (my Emacs ↵Mikhail Glushenkov2008-10-131-14/+16
| | | | | | does this automatically). llvm-svn: 57429
* more notesChris Lattner2008-10-121-6/+14
| | | | llvm-svn: 57427
* add some more notesChris Lattner2008-10-121-7/+36
| | | | llvm-svn: 57423
* add some notesChris Lattner2008-10-121-4/+26
| | | | llvm-svn: 57416
* Add API changes which affected me to release notes:Daniel Dunbar2008-10-111-0/+5
| | | | | | | - DbgStopPointInst - Attributes (needs filling in) llvm-svn: 57382
* Add GCC 4.1.2 from Debian to known bad GCC list.Daniel Dunbar2008-10-111-0/+4
| | | | llvm-svn: 57379
* Note EH stuff for x86-64/linuxAnton Korobeynikov2008-10-111-3/+3
| | | | llvm-svn: 57378
* We do support PIC on x86-64/linuxAnton Korobeynikov2008-10-111-2/+0
| | | | llvm-svn: 57377
* Strip out 2.3 info, make space for 2.4 info. I'd appreciate it ifChris Lattner2008-10-111-274/+40
| | | | | | | various component owners could look through and update their areas in the known-problems section. llvm-svn: 57376
* fix typoChris Lattner2008-10-081-1/+1
| | | | llvm-svn: 57287
* Improve function definition, call and invoke instruction docs.Devang Patel2008-10-071-5/+12
| | | | llvm-svn: 57253
* Add two forgotten </i>'s.Matthijs Kooijman2008-10-071-2/+2
| | | | llvm-svn: 57239
* Update function attributes docs.Devang Patel2008-10-061-9/+37
| | | | llvm-svn: 57197
* Clarify the relationship between byval and readonly/Duncan Sands2008-10-061-15/+20
| | | | | | | | | | readnone. Make clearer that readnone functions do not dereference pointer arguments. Do not use the highly ambiguous "side-effects" in the readonly description (since such functions can have control flow side-effects, such as throwing an exception, or looping for ever). llvm-svn: 57166
* A word got optimized out, thanks to Duncan for pointing this outChris Lattner2008-10-051-1/+1
| | | | llvm-svn: 57116
* Update the documentation for first-class aggregates changes,Dan Gohman2008-10-041-70/+20
| | | | | | and remove getresult and references thereto. llvm-svn: 57064
* add a note about inline asmChris Lattner2008-10-041-1/+2
| | | | llvm-svn: 57062
* improve description of param/ret attrsChris Lattner2008-10-041-10/+14
| | | | llvm-svn: 57061
* improve descriptions of function attrsChris Lattner2008-10-041-21/+27
| | | | llvm-svn: 57060
* notes are gone.Chris Lattner2008-10-041-2/+1
| | | | llvm-svn: 57059
* Change PointerType::get -> getUnqualDaniel Dunbar2008-10-031-2/+2
| | | | llvm-svn: 57032
* Fix a typo.Dan Gohman2008-10-031-1/+1
| | | | llvm-svn: 56986
* Stacker is dead.Duncan Sands2008-09-301-2/+0
| | | | llvm-svn: 56844
* Fix grammar.Devang Patel2008-09-291-1/+1
| | | | llvm-svn: 56796
* Fix sentence.Devang Patel2008-09-291-1/+1
| | | | llvm-svn: 56794
* Add some hands-on documentation about which files to create and edit whenMatthijs Kooijman2008-09-291-0/+50
| | | | | | adding a backend. llvm-svn: 56783
* Implement function notes as function attributes. Devang Patel2008-09-261-43/+50
| | | | llvm-svn: 56716
* Update LICENSE link.Daniel Dunbar2008-09-261-1/+1
| | | | llvm-svn: 56689
* Accept 'inreg' attribute on x86 functions asDale Johannesen2008-09-251-3/+5
| | | | | | | | meaning sse_regparm (i.e. float/double values go in XMM0 instead of ST0). Update documentation to reflect reality. llvm-svn: 56619
* Rationalize the names of passes that print information:Duncan Sands2008-09-231-69/+69
| | | | | | | | | | | | | | | | | -callgraph => print-callgraph -callscc => print-callgraph-sccs -cfgscc => print-cfg-sccs -externalfnconstants => print-externalfnconstants -print => print-function -print-alias-sets (no change) -print-callgraph => dot-callgraph -print-cfg => dot-cfg -print-cfg-only => dot-cfg-only -print-dom-info (no change) -printm => print-module -printusedtypes => print-used-types llvm-svn: 56487
* Upgrade doxygen.Tanya Lattner2008-09-181-76/+265
| | | | llvm-svn: 56308
OpenPOWER on IntegriCloud