aboutsummaryrefslogtreecommitdiff
path: root/docs/ReleaseNotes-2.6.html
AgeCommit message (Expand)Author
2009-08-05Documentation: fix HTML validation errors.Benjamin Kramer
2009-07-26Update target registration description in Writing An LLVM Backend, and addDaniel Dunbar
2009-07-26Add TargetRegistry::lookupTarget.Daniel Dunbar
2009-07-25Remove Value::{isName, getNameRef}.Daniel Dunbar
2009-07-25Ok, "most clients should be unaffected" was a lie. Add notes on upgrading.Daniel Dunbar
2009-07-25Initial update to VMCore to use Twines for string arguments.Daniel Dunbar
2009-07-24Remove the IA-64 backend.Dan Gohman
2009-07-21fix typoChris Lattner
2009-07-21Various doc updates from Edward O'Callaghan!Chris Lattner
2009-07-21Add a few fairly obvious API changes I noticed while porting some old code.Torok Edwin
2009-07-15Add a note about the raw_fd_ostream API change.Dan Gohman
2009-07-12Add an LLVM API change.Daniel Dunbar
2009-07-07Add a paragraph about the Add->FAdd API change.Dan Gohman
2009-07-02Describe the LLVMContext API change.Owen Anderson
2009-06-24ReleaseNotes.External Projects += RubiniusJeffrey Yasskin
2009-06-24ReleaseNotes.External Projects += Unladen SwallowJeffrey Yasskin
2009-06-24Start sketching 2.6 release notes. This provides aDuncan Sands