summaryrefslogtreecommitdiff
path: root/docs/ReleaseNotes.html
Commit message (Collapse)AuthorAge
* Revert r103213. It broke several sections of live website.mike-m2010-05-07
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103219 91177308-0d34-0410-b5e6-96231b3b80d8
* Overhauled llvm/clang docs builds. Closes PR6613.mike-m2010-05-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NOTE: 2nd part changeset for cfe trunk to follow. *** PRE-PATCH ISSUES ADDRESSED - clang api docs fail build from objdir - clang/llvm api docs collide in install PREFIX/ - clang/llvm main docs collide in install - clang/llvm main docs have full of hard coded destination assumptions and make use of absolute root in static html files; namely CommandGuide tools hard codes a website destination for cross references and some html cross references assume website root paths *** IMPROVEMENTS - bumped Doxygen from 1.4.x -> 1.6.3 - splits llvm/clang docs into 'main' and 'api' (doxygen) build trees - provide consistent, reliable doc builds for both main+api docs - support buid vs. install vs. website intentions - support objdir builds - document targets with 'make help' - correct clean and uninstall operations - use recursive dir delete only where absolutely necessary - added call function fn.RMRF which safeguards against botched 'rm -rf'; if any target (or any variable is evaluated) which attempts to remove any dirs which match a hard-coded 'safelist', a verbose error will be printed and make will error-stop. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103213 91177308-0d34-0410-b5e6-96231b3b80d8
* Update one more 2.7 to 2.8.Dan Gohman2010-05-03
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102978 91177308-0d34-0410-b5e6-96231b3b80d8
* Minimally update ReleaseNotes.html for 2.8 development; uncomment andDan Gohman2010-05-03
| | | | | | | | | | | update the big red warning at the top. Most of the old content remains and awaits revision. Clear out the API changes section, and start it up again with a mention of the add->fadd transition. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102977 91177308-0d34-0410-b5e6-96231b3b80d8
* fix wordoChris Lattner2010-04-27
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102418 91177308-0d34-0410-b5e6-96231b3b80d8
* remove some comments.Chris Lattner2010-04-27
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102417 91177308-0d34-0410-b5e6-96231b3b80d8
* add some typewriter tagsGabor Greif2010-04-26
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102378 91177308-0d34-0410-b5e6-96231b3b80d8
* wrap some long lines.Chris Lattner2010-04-26
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102354 91177308-0d34-0410-b5e6-96231b3b80d8
* add GHC, thanks to David TereiChris Lattner2010-04-26
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102352 91177308-0d34-0410-b5e6-96231b3b80d8
* another typo pointed out by sajdGabor Greif2010-04-25
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102319 91177308-0d34-0410-b5e6-96231b3b80d8
* fix two typos pointed out by sajdGabor Greif2010-04-25
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102318 91177308-0d34-0410-b5e6-96231b3b80d8
* Added bullet about GNUstep Objective-C ABI support to the Clang section of ↵David Chisnall2010-04-25
| | | | | | the release notes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102309 91177308-0d34-0410-b5e6-96231b3b80d8
* add macruby backChris Lattner2010-04-22
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102132 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a blurb about the new LSR.Dan Gohman2010-04-22
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102126 91177308-0d34-0410-b5e6-96231b3b80d8
* The post-RA scheduler is currently off by default on x86.Dan Gohman2010-04-22
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102124 91177308-0d34-0410-b5e6-96231b3b80d8
* Add some verbiage about Clang to the 2.7 release notesDouglas Gregor2010-04-22
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102121 91177308-0d34-0410-b5e6-96231b3b80d8
* Add mention of ARM atomic builtin supportJim Grosbach2010-04-22
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102103 91177308-0d34-0410-b5e6-96231b3b80d8
* Update ARM frame index scavenging descriptionJim Grosbach2010-04-22
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102101 91177308-0d34-0410-b5e6-96231b3b80d8
* remove dupeChris Lattner2010-04-22
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102100 91177308-0d34-0410-b5e6-96231b3b80d8
* reword my incoherent babble into something that makes senseChris Lattner2010-04-22
| | | | | | | from Wesley Peck! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102096 91177308-0d34-0410-b5e6-96231b3b80d8
* two more projects.Chris Lattner2010-04-22
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102095 91177308-0d34-0410-b5e6-96231b3b80d8
* add some notes from Matthieu Moy!Chris Lattner2010-04-22
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102093 91177308-0d34-0410-b5e6-96231b3b80d8
* Fixing a typo in the "Clang project" section of the release notes.Wesley Peck2010-04-22
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102064 91177308-0d34-0410-b5e6-96231b3b80d8
* Small fix to the "Other Improvements and New Features" section of the ↵Wesley Peck2010-04-22
| | | | | | release notes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102063 91177308-0d34-0410-b5e6-96231b3b80d8
* Fixing small typos in the "New Useful APIs" section of the release notes.Wesley Peck2010-04-22
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102062 91177308-0d34-0410-b5e6-96231b3b80d8
* Fixing small typos in the "ARM Target Improvements" section of the release ↵Wesley Peck2010-04-22
| | | | | | notes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102061 91177308-0d34-0410-b5e6-96231b3b80d8
* Rewording the "generated debug information" paragraph in the "Interpreter ↵Wesley Peck2010-04-22
| | | | | | and JIT Improvements" section of the release notes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102060 91177308-0d34-0410-b5e6-96231b3b80d8
* Reworking the wording of the "target data string" paragraph in the ↵Wesley Peck2010-04-22
| | | | | | "Optimizer Improvments" section of the release notes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102059 91177308-0d34-0410-b5e6-96231b3b80d8
* <pre> seems to close <p>Gabor Greif2010-04-22
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102057 91177308-0d34-0410-b5e6-96231b3b80d8
* the validator coughed up some problems, most of them fixedGabor Greif2010-04-22
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102056 91177308-0d34-0410-b5e6-96231b3b80d8
* shorten linkGabor Greif2010-04-22
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102055 91177308-0d34-0410-b5e6-96231b3b80d8
* static analyzer has its own sectionChris Lattner2010-04-22
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102054 91177308-0d34-0410-b5e6-96231b3b80d8
* add mc and static analyzer blurbs.Chris Lattner2010-04-22
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102053 91177308-0d34-0410-b5e6-96231b3b80d8
* another checkpoint.Chris Lattner2010-04-22
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102052 91177308-0d34-0410-b5e6-96231b3b80d8
* various updates.Chris Lattner2010-04-22
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102051 91177308-0d34-0410-b5e6-96231b3b80d8
* Dragonegg will be released along side llvm-2.7.Duncan Sands2010-04-21
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102001 91177308-0d34-0410-b5e6-96231b3b80d8
* final hacking for tonight, still more to go.Chris Lattner2010-04-21
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101995 91177308-0d34-0410-b5e6-96231b3b80d8
* continue the process of detangling this.Chris Lattner2010-04-21
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101992 91177308-0d34-0410-b5e6-96231b3b80d8
* rough pass moving stuff into relevant sections, still muchChris Lattner2010-04-21
| | | | | | | editing to do. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101987 91177308-0d34-0410-b5e6-96231b3b80d8
* remove ldc, rubinious, macruby, icedtea, llvm-lua, whichChris Lattner2010-04-21
| | | | | | | don't have updates for 2.7. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101985 91177308-0d34-0410-b5e6-96231b3b80d8
* I plan to release a version of dragonegg based on llvm-2.7 shortlyDuncan Sands2010-04-20
| | | | | | | after the llvm-2.7 release. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101934 91177308-0d34-0410-b5e6-96231b3b80d8
* completed my pass over all 6+ months of commits, next step, format and make ↵Chris Lattner2010-04-16
| | | | | | comprehendable. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101449 91177308-0d34-0410-b5e6-96231b3b80d8
* checkpoint.Chris Lattner2010-04-13
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101118 91177308-0d34-0410-b5e6-96231b3b80d8
* Adding SAFECode to the list of projects that work with LLVM 2.7.John Criswell2010-04-06
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100525 91177308-0d34-0410-b5e6-96231b3b80d8
* Add notes about dragonegg.Duncan Sands2010-04-02
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100183 91177308-0d34-0410-b5e6-96231b3b80d8
* There are no known O'Caml problems at the moment.Erick Tryzelaar2010-04-01
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100076 91177308-0d34-0410-b5e6-96231b3b80d8
* some other notes.Chris Lattner2010-03-29
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99826 91177308-0d34-0410-b5e6-96231b3b80d8
* apparently llvm 2.7 now has great armv4 support, fromChris Lattner2010-03-29
| | | | | | | John Tytgat git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99825 91177308-0d34-0410-b5e6-96231b3b80d8
* update the vmkit blurbChris Lattner2010-03-29
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99824 91177308-0d34-0410-b5e6-96231b3b80d8
* add tceChris Lattner2010-03-29
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99820 91177308-0d34-0410-b5e6-96231b3b80d8