Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | eliminate some random .ll file outputs | Chris Lattner | 2009-01-27 | 1 | -1/+1 |
| | | | | llvm-svn: 63117 | ||||
* | Handle pointer arithmetic on function pointers. | Daniel Dunbar | 2009-01-23 | 1 | -3/+18 |
| | | | | | | - <rdar://problem/6518844> Clang-generated bitcode crashes LLVM while compiling function pointer addition expression llvm-svn: 62857 | ||||
* | Update a number of CodeGen tests to not create .ll files in the test | Daniel Dunbar | 2008-08-21 | 1 | -1/+1 |
| | | | | | | | | directory. - Removed .ll from the svn:ignore lists to try and prevent this. - Added svn:ignore on test/Misc/Output llvm-svn: 55104 | ||||
* | Remove broken assert from CodeGen. Better check is done in Sema. | Seo Sanghyeon | 2007-12-26 | 1 | -0/+2 |
| | | | | llvm-svn: 45358 | ||||
* | Ignore typedefs in pointer arithmetic codegen. | Seo Sanghyeon | 2007-12-03 | 1 | -0/+5 |
llvm-svn: 44529 |