Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tests] Use multiple statements instead of 'echo -e', which is not part of ↵ | Daniel Dunbar | 2013-08-29 | 1 | -1/+6 |
| | | | | | | BSD echo. llvm-svn: 189560 | ||||
* | Extend RemapInstruction and friends to take an optional new parameter, a ↵ | James Molloy | 2013-05-28 | 1 | -0/+15 |
ValueMaterializer. Extend LinkModules to pass a ValueMaterializer to RemapInstruction and friends to lazily create Functions for lazily linked globals. This is a big win when linking small modules with large (mostly unused) library modules. llvm-svn: 182776 |