Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename -ccc-host-triple into -target | Sebastian Pop | 2012-01-20 | 1 | -1/+1 |
| | | | | llvm-svn: 148582 | ||||
* | Revert r148138; it's causing test failures. | Eli Friedman | 2012-01-13 | 1 | -1/+1 |
| | | | | llvm-svn: 148141 | ||||
* | rename -ccc-host-triple into -target | Sebastian Pop | 2012-01-13 | 1 | -1/+1 |
| | | | | llvm-svn: 148138 | ||||
* | clang side to match the LLVM IR type system rewrite patch. | Chris Lattner | 2011-07-09 | 1 | -1/+1 |
| | | | | llvm-svn: 134831 | ||||
* | When we adjust the inline ASM type, we need to take into account an early | Bill Wendling | 2011-03-07 | 1 | -0/+22 |
clobber with the 'y' constraint. Otherwise, we get the wrong return type and an assert, because it created a '<1 x i64>' vector type instead of the x86_mmx type. llvm-svn: 127185 |