Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Account for calling convention specifiers in function definitions in IR test ↵ | David Blaikie | 2015-06-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | cases Several tests wouldn't pass when executed on an armv7a_pc_linux triple due to the non-default arm_aapcs calling convention produced on the function definitions in the IR output. Account for this with the application of a little regex. Patch by Ying Yi. llvm-svn: 240971 | ||||
* | [opaque pointer types] Explicit non-pointer type for call expressions | David Blaikie | 2015-04-16 | 1 | -1/+1 |
| | | | | | | (migration for recent LLVM change to textual IR for calls) llvm-svn: 235147 | ||||
* | PR10337 reminds me that calls return values, lets handle them just | Chris Lattner | 2011-07-13 | 1 | -0/+16 |
| | | | | | | like arguments. Thanks PR10337! :) llvm-svn: 135030 | ||||
* | fix PR10335 by watching out for IR type compatibility in call argument lists. | Chris Lattner | 2011-07-12 | 1 | -2/+14 |
| | | | | llvm-svn: 134966 | ||||
* | make test name less specific | Chris Lattner | 2011-07-12 | 1 | -0/+11 |
llvm-svn: 134964 |