| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-04-14 | debug: checkpoint of trying to get simulation tests working | Megan Wachs | 1 | -0/+15 | |
| 2017-03-29 | Prohibit relaxing the initial gp generation | Palmer Dabbelt | 1 | -0/+3 | |
| I've added an additional linker relaxation that relaxes two instruction pc-relative sequences to one instruction gp relative sequences when possible. This sequence now optimizes the initial gp generation to mv gp, gp which is obviously bogus. The fix is to disable relaxations when setting up gp, preventing the linker from relaxing away this setup code. | |||||
| 2017-03-29 | Change the global pointer symbol to __global_pointer$ | Palmer Dabbelt | 1 | -1/+1 | |
| This changed a while ago in binutils. | |||||
| 2016-12-07 | Use XLEN macro for these sources as well. | Tim Newsome | 1 | -1/+1 | |
| All tests pass on spike32 and spike64 again. | |||||
| 2016-12-06 | avoid non-standard predefined macros | Andrew Waterman | 1 | -1/+1 | |
| 2016-09-29 | Clear triggers during entry. | Tim Newsome | 1 | -0/+9 | |
| If the last test leaves some triggers set they should be cleaned up. | |||||
| 2016-07-19 | I think I've finally got malloc working right. | Tim Newsome | 1 | -3/+3 | |
| Now gdb can call functions and change strings. | |||||
| 2016-07-18 | Add block test. | Tim Newsome | 1 | -1/+1 | |
| 2016-07-18 | All tests pass with spike now. | Tim Newsome | 1 | -0/+132 | |
| I did comment out a couple. | |||||
