Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | stop looking for #uses comments. | Chris Lattner | 2010-09-02 | 1 | -2/+2 |
| | | | | llvm-svn: 112898 | ||||
* | Correctly align large arrays in x86-64. This fixes PR5599. | Rafael Espindola | 2010-06-04 | 1 | -2/+2 |
| | | | | llvm-svn: 105500 | ||||
* | Evaluate: Fix a subtle bug in the pointer evaluator in which we would do an | Daniel Dunbar | 2010-03-20 | 1 | -0/+8 |
expression computation in the wrong bit-width, and end up generating a totally bogus array reference (_g0+8589934546). - This showed up on Prolangs/cdecl. llvm-svn: 99042 |