summaryrefslogtreecommitdiffstats
path: root/llvm/docs/ReleaseNotes-2.6.html
Commit message (Collapse)AuthorAgeFilesLines
...
* Documentation: fix HTML validation errors.Benjamin Kramer2009-08-051-1/+1
| | | | llvm-svn: 78196
* Update target registration description in Writing An LLVM Backend, and addDaniel Dunbar2009-07-261-2/+9
| | | | | | a mention in release notes. llvm-svn: 77128
* Add TargetRegistry::lookupTarget.Daniel Dunbar2009-07-261-0/+3
| | | | | | | | | | | | | | - This is a simplified mechanism which just looks up a target based on the target triple, with a few additional flags. - Remove getClosestStaticTargetForModule, the moral equivalent is now: lookupTarget(Mod->getTargetTriple, true, false, ...); - This no longer does the fuzzy matching with target data (based on endianness and pointer width) that getClosestStaticTargetForModule was doing, but this was deemed unnecessary. llvm-svn: 77111
* Remove Value::{isName, getNameRef}.Daniel Dunbar2009-07-251-0/+3
| | | | | | Also, change MDString to use a StringRef. llvm-svn: 77098
* Ok, "most clients should be unaffected" was a lie. Add notes on upgrading.Daniel Dunbar2009-07-251-1/+24
| | | | llvm-svn: 77050
* Initial update to VMCore to use Twines for string arguments.Daniel Dunbar2009-07-251-1/+7
| | | | | | | - The only meat here is in Value.{h,cpp} the rest is essential 'const std::string &' -> 'const Twine &'. llvm-svn: 77048
* Remove the IA-64 backend.Dan Gohman2009-07-241-17/+1
| | | | llvm-svn: 76920
* fix typoChris Lattner2009-07-211-1/+1
| | | | llvm-svn: 76674
* Various doc updates from Edward O'Callaghan!Chris Lattner2009-07-211-1/+10
| | | | llvm-svn: 76668
* Add a few fairly obvious API changes I noticed while porting some old code.Torok Edwin2009-07-211-0/+8
| | | | llvm-svn: 76636
* Add a note about the raw_fd_ostream API change.Dan Gohman2009-07-151-0/+6
| | | | llvm-svn: 75818
* Add an LLVM API change.Daniel Dunbar2009-07-121-0/+2
| | | | llvm-svn: 75426
* Add a paragraph about the Add->FAdd API change.Dan Gohman2009-07-071-0/+8
| | | | llvm-svn: 74941
* Describe the LLVMContext API change.Owen Anderson2009-07-021-1/+8
| | | | llvm-svn: 74701
* ReleaseNotes.External Projects += RubiniusJeffrey Yasskin2009-06-241-0/+11
| | | | llvm-svn: 74119
* ReleaseNotes.External Projects += Unladen SwallowJeffrey Yasskin2009-06-241-0/+12
| | | | llvm-svn: 74116
* Start sketching 2.6 release notes. This provides aDuncan Sands2009-06-241-0/+754
place to note major API changes (I've noted the getABITypeSize -> getAllocSize change). llvm-svn: 74070
OpenPOWER on IntegriCloud