| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [WebAssembly] Add tests for negative offsets with global variable addresses. | Dan Gohman | 2016-01-25 | 1 | -0/+18 |
| | | | | | llvm-svn: 258693 | ||||
| * | [WebAssembly] Re-enable a test. | Dan Gohman | 2016-01-15 | 1 | -4/+1 |
| | | | | | | | | Out-of-tree projects that don't support this can disable the test for themselves rather than having it disabled in LLVM itself. llvm-svn: 257960 | ||||
| * | [WebAssembly] Add -m:e to the target triple. | Dan Gohman | 2016-01-07 | 1 | -1/+1 |
| | | | | | | | | This enables ELF-style name mangling, which primarily means using ".L" for private symbols. llvm-svn: 257020 | ||||
| * | WebAssembly: remove 'external' from test | JF Bastien | 2015-12-23 | 1 | -1/+4 |
| | | | | | | | | | | | | | Summary: Linker testing was sad at seeing an unresolved external symbol. For now don't do that: it's valid but we're not playing with multi-file linking yet, and the LLVM tests are used as hacky sanity tests for single-file linking (the GCC torture tests are much better for this purpose). Another solution would be to use '.extern' to make the intent explicit (don't simple-file link this, there's an unresolved symbol), some assemblers use '.extern' while others ignore it, so we wouldn't really be inventing anything new. Reviewers: sunfish, kripken Subscribers: jfb, llvm-commits, dschuff Differential Revision: http://reviews.llvm.org/D15753 llvm-svn: 256353 | ||||
| * | [WebAssembly] Enable folding of offsets into global variable addresses. | Dan Gohman | 2015-12-06 | 1 | -0/+45 |
| llvm-svn: 254882 | |||||

