Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CHECK-LABEL-ify some code gen tests to improve diagnostic experience when ↵ | Stephen Lin | 2013-08-15 | 1 | -1/+1 |
| | | | | | | tests fail. llvm-svn: 188447 | ||||
* | IRgen: Fix silly thinko in r112021, which was generating code for the same expr | Daniel Dunbar | 2010-09-03 | 1 | -0/+4 |
| | | | | | | | twice. This showed up as an assert on the odd test case because we generated the decl map entry twice. llvm-svn: 112943 | ||||
* | IRgen: Fix a horrible bug in pointer to bool conversion, which we were treating | Daniel Dunbar | 2010-08-25 | 1 | -0/+8 |
as a truncation not a comparison to null. llvm-svn: 112021 |