Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename clang to clang-cc. | Daniel Dunbar | 2009-03-24 | 1 | -1/+1 |
| | | | | | | Tests and drivers updated, still need to shuffle dirs. llvm-svn: 67602 | ||||
* | Temporarily disable clearing of insert point (to indicate unreachable | Daniel Dunbar | 2009-02-25 | 1 | -0/+7 |
| | | | | | | | code) when calling noreturn functions; general expression emission isn't ready to do the right thing in all cases. llvm-svn: 65473 | ||||
* | Set call attribute for direct calls (i.e. noreturn). | Daniel Dunbar | 2009-02-20 | 1 | -1/+12 |
| | | | | | | - Remove an unused variant of EmitCallExpr overload. llvm-svn: 65130 | ||||
* | Force triple for codegen tests which have expectations on output | Daniel Dunbar | 2009-02-03 | 1 | -1/+1 |
| | | | | | | types. llvm-svn: 63669 | ||||
* | Add attribute always_inline support. | Daniel Dunbar | 2008-10-28 | 1 | -1/+3 |
| | | | | llvm-svn: 58304 | ||||
* | fix test for latest changes in llvm asm representation | Nuno Lopes | 2008-09-30 | 1 | -4/+4 |
| | | | | llvm-svn: 56842 | ||||
* | Fix function-attributes test case to not rely on llvm-gcc. | Daniel Dunbar | 2008-09-27 | 1 | -5/+9 |
| | | | | llvm-svn: 56734 | ||||
* | Set sext/zext on function result. | Daniel Dunbar | 2008-09-05 | 1 | -0/+22 |
- <rdar://problem/6156739> llvm-svn: 55815 |