Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add bitcode reader support for blockaddress. We can now fully | Chris Lattner | 2009-10-28 | 1 | -1/+7 |
| | | | | | | | | | | round trip blockaddress through .ll and .bc files, so add a testcase. There are still a bunch of places in the optimizer and other places that need to be updated to work with these constructs, but at least the basics are in now. llvm-svn: 85377 | ||||
* | rename indbr -> indirectbr to appease the residents of #llvm. | Chris Lattner | 2009-10-28 | 1 | -3/+3 |
| | | | | llvm-svn: 85351 | ||||
* | add enough support for indirect branch for the feature test to pass | Chris Lattner | 2009-10-27 | 1 | -0/+11 |
| | | | | | | | (assembler,asmprinter, bc reader+writer) and document it. Codegen currently aborts on it. llvm-svn: 85274 | ||||
* | change of mind :) | Chris Lattner | 2009-10-27 | 1 | -0/+26 |
llvm-svn: 85258 |