Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-03-24 | Minor fixes: Addressed the comments. | 1 | -1/+1 | ||
Change-Id: I77272e75addffb27e6c6c5ef914a681d79847dae | |||||
2012-03-23 | Find the symbol with the callback for R_ARM_ABS32. | 1 | -1/+3 | ||
Change-Id: Ibe622b6ace3b01281a6b28a28728b227cac6fa1d | |||||
2012-03-02 | Fix R_..._CALL. Add T:testcases. | 1 | -0/+1 | ||
Change-Id: Icbce6457f903d36ea9b502c179e9179df9b93217 | |||||
2011-11-22 | Use static relocation model. | 1 | -3/+3 | ||
Change-Id: I36ddfdeb5d3d1e62ef99c0393233c33cc62d3a79 | |||||
2011-11-22 | Add the stub related test cases. | 3 | -0/+75 | ||
Change-Id: I9f32ea4b0e26216cfc45a69f6a59f5bd247ab6e9 | |||||
2011-11-22 | Eliminate a warning while generating the test cases. | 1 | -1/+1 | ||
Change-Id: Iee7a98e21b6006eeb7f95d465727b5f5e6f10bd5 | |||||
2011-11-22 | Remove the generated binary. | 14 | -31/+56 | ||
You can generate the test case object files by running gen-testcases.sh. Change-Id: Ib8b3ffd4a522447e06098f564d720e5af5c3b13a | |||||
2011-07-02 | Add rodata test case. | 6 | -0/+42 | ||
2011-06-19 | Fix simple-test.c, test.c | 2 | -1/+32 | ||
Change-Id: I53eb1fdf8ab49beb99378b5218e5031b6d2ab743 | |||||
2011-06-19 | Prologue. | 1 | -0/+16 | ||
Change-Id: Ibefb6c4bd25832470472b14e56d7b5c114d9d6de | |||||
2011-06-19 | Add prologue to stub-test.cpp. | 1 | -0/+16 | ||
Change-Id: I4d5eadab5ad0c59db2bc5d77d0b60e380629803a | |||||
2011-06-12 | Generate test cases for nvidia tegra2. | 2 | -0/+1 | ||
2011-06-12 | Update test case for x86_32 and x86_64. | 3 | -4/+7 | ||
2011-06-12 | Update Android.mk. | 1 | -1/+1 | ||
2011-06-12 | Move images to tests directory. | 7 | -0/+95 | ||
2011-06-12 | Perform cache flush while loading executable code. | 1 | -0/+37 | ||
ARM requires us to flush the instruction cache by ourselves. Otherwise the code won't work correctly. |