summaryrefslogtreecommitdiffstats
path: root/llvm/docs/ReleaseNotes-2.6.html
Commit message (Collapse)AuthorAgeFilesLines
* rename ReleaseNotes-2.6.html -> ReleaseNotes.htmlChris Lattner2009-10-131-1355/+0
| | | | llvm-svn: 83990
* add ZeroChris Lattner2009-10-131-1/+18
| | | | llvm-svn: 83988
* fix validation error pointed out by gabor (and the w3c :)Chris Lattner2009-10-121-1/+1
| | | | llvm-svn: 83868
* another bunch of <tt>sGabor Greif2009-10-121-8/+8
| | | | llvm-svn: 83860
* even more <tt>sGabor Greif2009-10-121-14/+14
| | | | llvm-svn: 83854
* more typewriter faceGabor Greif2009-10-121-17/+20
| | | | llvm-svn: 83852
* fix three validation errors, I leave the fourth to sabre :-)Gabor Greif2009-10-121-4/+1
| | | | llvm-svn: 83851
* set some options in typewriter fontGabor Greif2009-10-121-4/+5
| | | | llvm-svn: 83850
* pic16 uses 16 bit pointers, but is 8 bit.Chris Lattner2009-10-111-1/+1
| | | | llvm-svn: 83815
* More DragonEgg verbiage.Duncan Sands2009-10-111-12/+17
| | | | llvm-svn: 83788
* Remove spurious brackets.Duncan Sands2009-10-111-1/+1
| | | | llvm-svn: 83787
* add PR5004 as a known problem.Chris Lattner2009-10-111-0/+6
| | | | llvm-svn: 83782
* duncan points out that llvm-gcc doesn't do the right thing with ↵Chris Lattner2009-10-111-2/+3
| | | | | | -fverbose-asm yet. llvm-svn: 83781
* some notes from AntonChris Lattner2009-10-111-1/+5
| | | | llvm-svn: 83777
* catch some other serial commas that my earlier grep did not spotGabor Greif2009-10-111-3/+3
| | | | llvm-svn: 83772
* eliminate some instances of serial comma. sabre, if you feel strong about ↵Gabor Greif2009-10-111-13/+13
| | | | | | this, feel free to revert this rev llvm-svn: 83771
* Fix typo.Duncan Sands2009-10-111-1/+1
| | | | llvm-svn: 83770
* apply some tweaksGabor Greif2009-10-111-9/+10
| | | | llvm-svn: 83769
* fix some obvious typosGabor Greif2009-10-111-4/+4
| | | | llvm-svn: 83768
* Add an outline of the DragonEgg gcc plugin.Duncan Sands2009-10-111-2/+15
| | | | llvm-svn: 83765
* Update release notes blurb on the static analyzer.Ted Kremenek2009-10-111-3/+11
| | | | llvm-svn: 83749
* clarifyChris Lattner2009-10-101-1/+1
| | | | llvm-svn: 83743
* fix broken linkChris Lattner2009-10-101-1/+1
| | | | llvm-svn: 83738
* final changes.Chris Lattner2009-10-101-31/+27
| | | | llvm-svn: 83737
* down to 'major changes'Chris Lattner2009-10-101-19/+50
| | | | llvm-svn: 83736
* more updatesChris Lattner2009-10-101-43/+64
| | | | llvm-svn: 83735
* More spelling and grammar tweaks.Duncan Sands2009-10-101-16/+16
| | | | llvm-svn: 83728
* More spelling fixes.Benjamin Kramer2009-10-101-3/+3
| | | | llvm-svn: 83724
* Spelling fixes.Duncan Sands2009-10-101-6/+6
| | | | llvm-svn: 83722
* more tweaksChris Lattner2009-10-101-4/+9
| | | | llvm-svn: 83721
* Remove an inappropriate line in the description of theDuncan Sands2009-10-101-7/+3
| | | | | | clang static analyser. Decrease duplication in the text. llvm-svn: 83720
* continue decoding chris scribble.Chris Lattner2009-10-101-31/+51
| | | | llvm-svn: 83719
* checkpoint.Chris Lattner2009-10-101-26/+74
| | | | llvm-svn: 83716
* As it turns out, the bug fixes in GC codegen did not make it Nicolas Geoffray2009-10-091-4/+1
| | | | | | to llvm-2.6. Remove the precise garbage collection feature. llvm-svn: 83638
* 80-columns!Nicolas Geoffray2009-10-091-7/+14
| | | | llvm-svn: 83628
* Add initial information on VMKit.Nicolas Geoffray2009-10-091-5/+9
| | | | llvm-svn: 83627
* more random updates.Chris Lattner2009-10-091-1/+10
| | | | llvm-svn: 83625
* checkpoint.Chris Lattner2009-10-091-30/+63
| | | | llvm-svn: 83623
* checkpoint.Chris Lattner2009-10-091-10/+96
| | | | llvm-svn: 83621
* update clang section.Chris Lattner2009-10-091-15/+13
| | | | llvm-svn: 83615
* some updates from users of llvmChris Lattner2009-10-081-8/+7
| | | | llvm-svn: 83551
* all content split into sections, still much work to be done.Chris Lattner2009-10-081-65/+73
| | | | llvm-svn: 83532
* checkpoint, this is still not comprehendible.Chris Lattner2009-10-081-120/+138
| | | | llvm-svn: 83530
* callgraph changes came after the 2.6 branch.Chris Lattner2009-10-051-1/+0
| | | | llvm-svn: 83299
* add some completely unformated and probably incoherent notes about thingsChris Lattner2009-10-051-11/+127
| | | | | | I saw while reading all the commits between the 2.5 and 2.6 release branches. llvm-svn: 83287
* add macruby, fix a validation problem. Chris Lattner2009-09-301-1/+24
| | | | llvm-svn: 83142
* Document a bug in the ocaml bindings has wrong linkage values.Erick Tryzelaar2009-09-281-0/+14
| | | | llvm-svn: 82966
* Note down a few bits and bobs off the top of my head for ReleaseNotes-2.6.htmlEdward O'Callaghan2009-08-221-0/+2
| | | | llvm-svn: 79715
* Correct ARM v7-A architecture name spelling and add note about hard float.Sandeep Patel2009-08-201-4/+6
| | | | llvm-svn: 79530
* Add some release notes about ARM v7 support and known problems.Bob Wilson2009-08-121-0/+24
| | | | llvm-svn: 78842
OpenPOWER on IntegriCloud