| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-10-10 | Add `pub` to all the codegen tests | Alex Crichton | -13/+13 | |
| Otherwise the test function is internalized and LLVM will most likely optimize it out. | ||||
| 2013-08-17 | Fix warnings it tests | Erick Tryzelaar | -1/+1 | |
| 2013-08-10 | Elide unnecessary ret slot allocas | Björn Steinbrink | -0/+28 | |
| When there is only a single store to the ret slot that dominates the load that gets the value for the "ret" instruction, we can elide the ret slot and directly return the operand of the dominating store instruction. This is the same thing that clang does, except for a special case that doesn't seem to affect us. Fixes #8238 | ||||
| 2013-07-31 | test: add more codegen tests, add copyright headers to all. | Graydon Hoare | -0/+268 | |
| 2013-07-16 | test: new codegen tests, rename hello. | Graydon Hoare | -0/+65 | |
| 2013-07-11 | wire up makefile to run codegen tests and add one to start | Graydon Hoare | -0/+16 | |
