summaryrefslogtreecommitdiffstats
path: root/llvm/test/Feature/terminators.ll
Commit message (Collapse)AuthorAgeFilesLines
* add bitcode reader support for blockaddress. We can now fullyChris Lattner2009-10-281-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 Lattner2009-10-281-3/+3
| | | | llvm-svn: 85351
* add enough support for indirect branch for the feature test to passChris Lattner2009-10-271-0/+11
| | | | | | | (assembler,asmprinter, bc reader+writer) and document it. Codegen currently aborts on it. llvm-svn: 85274
* change of mind :)Chris Lattner2009-10-271-0/+26
llvm-svn: 85258
OpenPOWER on IntegriCloud