Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the TargetMachine forwards for TargetSubtargetInfo based | Eric Christopher | 2014-08-04 | 1 | -2/+3 |
| | | | | | | information and update all callers. No functional change. llvm-svn: 214781 | ||||
* | Fix some Twine locals. | Benjamin Kramer | 2014-07-08 | 1 | -9/+7 |
| | | | | | | Two of those are use after frees. Found by clang-tidy, fixed by me. llvm-svn: 212537 | ||||
* | Move GlobalMerge from Transform to CodeGen. | Jiangning Liu | 2014-06-13 | 1 | -0/+363 |
This patch is to move GlobalMerge pass from Transform/Scalar to CodeGen, because GlobalMerge depends on TargetMachine. In the mean time, the macro INITIALIZE_TM_PASS is also moved to CodeGen/Passes.h. With this fix we can avoid making libScalarOpts depend on libCodeGen. llvm-svn: 210951 |