aboutsummaryrefslogtreecommitdiffstats
path: root/docs/ReleaseNotes.html
Commit message (Collapse)AuthorAgeFilesLines
* note that andersaa was removed in 2.7Chris Lattner2010-03-011-0/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97484 91177308-0d34-0410-b5e6-96231b3b80d8
* remove anders-aa from mainline, it isn't maintained and isChris Lattner2010-03-011-2/+0
| | | | | | | tantalyzing enough that people keep trying to use it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97483 91177308-0d34-0410-b5e6-96231b3b80d8
* I'm removing andersaa after the branch is made.Chris Lattner2010-02-281-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97409 91177308-0d34-0410-b5e6-96231b3b80d8
* Mention an API change.Duncan Sands2010-02-171-0/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96480 91177308-0d34-0410-b5e6-96231b3b80d8
* 2.7: Note that DataTypes.h moved.Daniel Dunbar2010-02-141-0/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96143 91177308-0d34-0410-b5e6-96231b3b80d8
* Make it possible to create multiple JIT instances at the same time, by removingJeffrey Yasskin2010-02-111-0/+4
| | | | | | | | | | | the global TheJIT and TheJITResolver variables. Lazy compilation is supported by a global map from a stub address to the JITResolver that knows how to compile it. Patch by Olivier Meurant! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95837 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a ReleaseNotes FIXME.Daniel Dunbar2010-02-101-0/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95764 91177308-0d34-0410-b5e6-96231b3b80d8
* Make --disable-libffi work on systems with libffi installed. AlsoJeffrey Yasskin2010-02-091-1/+5
| | | | | | | | | make no-ffi the default even on systems with libffi. This fixes http://llvm.org/PR5018. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95712 91177308-0d34-0410-b5e6-96231b3b80d8
* Belatedly document r85295 and r85330.Jeffrey Yasskin2010-01-291-1/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94825 91177308-0d34-0410-b5e6-96231b3b80d8
* Record the death of ModuleProvier and GhostLinkage in the release notes andJeffrey Yasskin2010-01-281-1/+18
| | | | | | | give upgrade instructions. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94723 91177308-0d34-0410-b5e6-96231b3b80d8
* Truncate the release notes so they're ready to accumulate notes for the 2.7 ↵Jeffrey Yasskin2010-01-281-438/+45
| | | | | | release. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94720 91177308-0d34-0410-b5e6-96231b3b80d8
* add a thing to investigate.Chris Lattner2010-01-161-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93659 91177308-0d34-0410-b5e6-96231b3b80d8
* add 3 passes which have been added but aren't used afaik.Chris Lattner2010-01-091-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93080 91177308-0d34-0410-b5e6-96231b3b80d8
* fix broken linkChris Lattner2009-11-031-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85951 91177308-0d34-0410-b5e6-96231b3b80d8
* Update from Cristina, llvm-gcc doesn't build on the SPARC version of solarisChris Lattner2009-10-161-1/+1
| | | | | | | | at the moment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84258 91177308-0d34-0410-b5e6-96231b3b80d8
* The gcc plugin is now called dragonegg.so and no longer llvm.so.Duncan Sands2009-10-151-1/+1
| | | | | | | Pointed out by Gabor. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84177 91177308-0d34-0410-b5e6-96231b3b80d8
* rename ReleaseNotes-2.6.html -> ReleaseNotes.htmlChris Lattner2009-10-131-326/+717
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83990 91177308-0d34-0410-b5e6-96231b3b80d8
* Add some more clang related release notes.Daniel Dunbar2009-03-021-8/+10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65868 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove incorrect information about fortran on Darwin.Tanya Lattner2009-03-021-3/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65859 91177308-0d34-0410-b5e6-96231b3b80d8
* update blurb per Shannon Weyrick.Chris Lattner2009-03-021-3/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65856 91177308-0d34-0410-b5e6-96231b3b80d8
* Try to make the meaning of 'nocapture' a bit clearer. IDuncan Sands2009-03-021-7/+10
| | | | | | | | | commented out the line about simplifylibcalls because I think this doesn't work in the release (it was fixed in svn after the release branched). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65846 91177308-0d34-0410-b5e6-96231b3b80d8
* Use GCC not gcc, like everywhere else in this document.Duncan Sands2009-03-021-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65845 91177308-0d34-0410-b5e6-96231b3b80d8
* Grammar and punctuation fixes.John Criswell2009-03-021-25/+27
| | | | | | | No content changes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65844 91177308-0d34-0410-b5e6-96231b3b80d8
* note the removal of deprecated interfacesGabor Greif2009-03-021-1/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65841 91177308-0d34-0410-b5e6-96231b3b80d8
* minor tweaksGabor Greif2009-03-021-4/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65838 91177308-0d34-0410-b5e6-96231b3b80d8
* minor tweaksGabor Greif2009-03-021-3/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65837 91177308-0d34-0410-b5e6-96231b3b80d8
* Add more notes for VMKit.Nicolas Geoffray2009-03-021-2/+8
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65833 91177308-0d34-0410-b5e6-96231b3b80d8
* Random formatting changes.Bill Wendling2009-03-021-24/+24
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65815 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix typos.Bill Wendling2009-03-021-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65813 91177308-0d34-0410-b5e6-96231b3b80d8
* Change </pp> to </p>.Bill Wendling2009-03-021-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65804 91177308-0d34-0410-b5e6-96231b3b80d8
* - Use "real-world applications" instead of just "real applications".Bill Wendling2009-03-021-16/+16
| | | | | | | - Verification Fixes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65803 91177308-0d34-0410-b5e6-96231b3b80d8
* remove empty sectionChris Lattner2009-03-021-16/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65800 91177308-0d34-0410-b5e6-96231b3b80d8
* more englishificationChris Lattner2009-03-021-42/+54
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65799 91177308-0d34-0410-b5e6-96231b3b80d8
* start translating this into Engrish and organizing it.Chris Lattner2009-03-021-93/+133
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65797 91177308-0d34-0410-b5e6-96231b3b80d8
* Sprinkle llvmc notes with <tt>.Mikhail Glushenkov2009-03-011-40/+37
| | | | | | Also removes some trailing whitespace. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65781 91177308-0d34-0410-b5e6-96231b3b80d8
* Another point to mention.Duncan Sands2009-03-011-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65765 91177308-0d34-0410-b5e6-96231b3b80d8
* add some llvmc notes from MikhailChris Lattner2009-03-011-0/+47
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65756 91177308-0d34-0410-b5e6-96231b3b80d8
* add a stub for Roadsend PHPChris Lattner2009-02-281-0/+12
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65705 91177308-0d34-0410-b5e6-96231b3b80d8
* Update release notes for static analyzer.Ted Kremenek2009-02-271-22/+19
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65624 91177308-0d34-0410-b5e6-96231b3b80d8
* drop some un-edited text for pure and ldc in here.Chris Lattner2009-02-261-4/+65
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65579 91177308-0d34-0410-b5e6-96231b3b80d8
* pic16 notes from Sanjiv. Just dumped in for now, will rearrange later.Chris Lattner2009-02-261-1/+36
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65512 91177308-0d34-0410-b5e6-96231b3b80d8
* final random and incoherent notes after making it through all the commits.Chris Lattner2009-02-261-4/+18
| | | | | | | Next step: making them more coherent. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65511 91177308-0d34-0410-b5e6-96231b3b80d8
* more notes.Chris Lattner2009-02-261-2/+17
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65507 91177308-0d34-0410-b5e6-96231b3b80d8
* add some notes from Nicolas G.Chris Lattner2009-02-261-2/+16
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65503 91177308-0d34-0410-b5e6-96231b3b80d8
* Flesh out the Ada section a little.Duncan Sands2009-02-251-1/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65448 91177308-0d34-0410-b5e6-96231b3b80d8
* The C backend does not support arbitrary precision integers.Duncan Sands2009-02-251-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65447 91177308-0d34-0410-b5e6-96231b3b80d8
* Note on new type legalizer.Duncan Sands2009-02-251-0/+9
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65446 91177308-0d34-0410-b5e6-96231b3b80d8
* Add note on support for arbitrary precision integers.Duncan Sands2009-02-251-1/+9
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65445 91177308-0d34-0410-b5e6-96231b3b80d8
* more notes.Chris Lattner2009-02-251-2/+16
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65439 91177308-0d34-0410-b5e6-96231b3b80d8
* random notesChris Lattner2009-02-251-6/+21
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65436 91177308-0d34-0410-b5e6-96231b3b80d8