Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Documentation: fix HTML validation errors. | Benjamin Kramer | 2009-08-05 | 1 | -1/+1 | |
| | | | | llvm-svn: 78196 | |||||
* | Update target registration description in Writing An LLVM Backend, and add | Daniel Dunbar | 2009-07-26 | 1 | -2/+9 | |
| | | | | | | a mention in release notes. llvm-svn: 77128 | |||||
* | Add TargetRegistry::lookupTarget. | Daniel Dunbar | 2009-07-26 | 1 | -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 Dunbar | 2009-07-25 | 1 | -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 Dunbar | 2009-07-25 | 1 | -1/+24 | |
| | | | | llvm-svn: 77050 | |||||
* | Initial update to VMCore to use Twines for string arguments. | Daniel Dunbar | 2009-07-25 | 1 | -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 Gohman | 2009-07-24 | 1 | -17/+1 | |
| | | | | llvm-svn: 76920 | |||||
* | fix typo | Chris Lattner | 2009-07-21 | 1 | -1/+1 | |
| | | | | llvm-svn: 76674 | |||||
* | Various doc updates from Edward O'Callaghan! | Chris Lattner | 2009-07-21 | 1 | -1/+10 | |
| | | | | llvm-svn: 76668 | |||||
* | Add a few fairly obvious API changes I noticed while porting some old code. | Torok Edwin | 2009-07-21 | 1 | -0/+8 | |
| | | | | llvm-svn: 76636 | |||||
* | Add a note about the raw_fd_ostream API change. | Dan Gohman | 2009-07-15 | 1 | -0/+6 | |
| | | | | llvm-svn: 75818 | |||||
* | Add an LLVM API change. | Daniel Dunbar | 2009-07-12 | 1 | -0/+2 | |
| | | | | llvm-svn: 75426 | |||||
* | Add a paragraph about the Add->FAdd API change. | Dan Gohman | 2009-07-07 | 1 | -0/+8 | |
| | | | | llvm-svn: 74941 | |||||
* | Describe the LLVMContext API change. | Owen Anderson | 2009-07-02 | 1 | -1/+8 | |
| | | | | llvm-svn: 74701 | |||||
* | ReleaseNotes.External Projects += Rubinius | Jeffrey Yasskin | 2009-06-24 | 1 | -0/+11 | |
| | | | | llvm-svn: 74119 | |||||
* | ReleaseNotes.External Projects += Unladen Swallow | Jeffrey Yasskin | 2009-06-24 | 1 | -0/+12 | |
| | | | | llvm-svn: 74116 | |||||
* | Start sketching 2.6 release notes. This provides a | Duncan Sands | 2009-06-24 | 1 | -0/+754 | |
place to note major API changes (I've noted the getABITypeSize -> getAllocSize change). llvm-svn: 74070 |