Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tame an assert; the scope depth of a jump destination does not | John McCall | 2011-02-25 | 1 | -1/+1 |
| | | | | | | | | necessarily enclose the innermost normal cleanup depth, because the top of the jump scope stack might be an EH cleanup or EH scope. Fixes PR9303. llvm-svn: 126472 | ||||
* | Reorganize CodeGen{Function,Module} to eliminate the unfortunate | John McCall | 2011-02-08 | 1 | -2/+2 |
| | | | | | | | | Block{Function,Module} base class. Minor other refactorings. Fixed a few address-space bugs while I was there. llvm-svn: 125085 | ||||
* | Move all the cleanups framework code into a single file. | John McCall | 2011-01-28 | 1 | -0/+1144 |
Pure motion. llvm-svn: 124484 |