summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/indirect-goto.c
Commit message (Collapse)AuthorAgeFilesLines
* Avoid unneeded calls to opt/llvm-dis.Daniel Dunbar2010-04-021-1/+1
| | | | llvm-svn: 100236
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
| | | | | | | | | - This is designed to make it obvious that %clang_cc1 is a "test variable" which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it can be useful to redefine what gets run as 'clang -cc1' (for example, to set a default target). llvm-svn: 91446
* make this interpretable.Chris Lattner2009-10-291-1/+1
| | | | llvm-svn: 85487
* make this more interesting, test the static const array.Chris Lattner2009-10-291-5/+16
| | | | llvm-svn: 85464
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
| | | | | | Tests and drivers updated, still need to shuffle dirs. llvm-svn: 67602
* Force triple for codegen tests which have expectations on outputDaniel Dunbar2009-02-031-1/+1
| | | | | | types. llvm-svn: 63669
* Add CodeGen support for indirect goto.Daniel Dunbar2008-08-041-0/+20
- Follows emission scheme used by llvm-gcc, i.e. invent an id for each label whose address is taken and replace each indirect goto by a switch to each possible target. - Currently we emit a switch for each indirect goto instead of merging them as llvm-gcc does. llvm-svn: 54318
OpenPOWER on IntegriCloud