Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-01-13 | Remove hard-wired dependency on __mips__ in ELFSymbol_CRTP<>::getAddress() | 1 | -1/+3 | ||
Change-Id: I5bc2eca34c6548b0ea678280ef8f017383c869d0 | |||||
2011-08-10 | Add relocate message | 1 | -0/+2 | ||
Tested on x86, crespo and stingray. Change-Id: Ib20d790a6de8a6666942b4165d37efa9af968ea5 | |||||
2011-07-01 | Use llvm/Support/ELF.h. | 1 | -1/+1 | ||
2011-06-19 | Fix Android.mk, SConstruct, main.cpp. | 1 | -0/+16 | ||
Change-Id: Ia3d42768c978f3e2fe66417d6dea9be31a9e5fb5 | |||||
2011-06-12 | Chagne the parameter order of find symbol callback. | 1 | -1/+1 | ||
2011-06-12 | Flush stdout after running the child program. | 1 | -0/+1 | ||
2011-06-12 | Change the naming convention. | 1 | -2/+2 | ||
2011-06-12 | Remove serialize namespace. | 1 | -1/+0 | ||
2011-06-12 | Apply workaround for x86_64 far jump. | 1 | -14/+59 | ||
2011-06-12 | Use unsigned instead of size_t for bitwidth. | 1 | -1/+1 | ||
2011-06-12 | Code cleanup. | 1 | -27/+35 | ||
2011-06-12 | Call flush function before step into next stage. | 1 | -0/+2 | ||
2011-06-12 | Remove test.c extern, and add scanf support. | 1 | -1/+10 | ||
2011-06-12 | Code cleanup. | 1 | -7/+5 | ||
2011-06-12 | Change the main command line options usage. | 1 | -4/+7 | ||
2011-06-12 | Add more interesting examples. | 1 | -4/+14 | ||
Now we can play a number guessing game. | |||||
2011-06-12 | Code cleanup. | 1 | -1/+0 | ||
2011-06-12 | Add X86_64 relocation. Now can run .o on X86_64. | 1 | -2/+4 | ||
2011-06-12 | Implement basic relocation. Need refactor! | 1 | -0/+17 | ||
2011-06-12 | Change to use llvm::OwningPtr. | 1 | -3/+2 | ||
2011-06-12 | Tweak UI. | 1 | -0/+3 | ||
2011-06-12 | Fix typo: EI_DATA -> EI_CLASS. | 1 | -1/+1 | ||
2011-06-12 | Add new ELF Object implementation. | 1 | -12/+126 | ||
2011-06-12 | Code cleanup | 1 | -2/+2 | ||
2011-06-12 | add section header table support(in elf object) | 1 | -0/+2 | ||
2011-06-12 | Change the argument process of the driver program. | 1 | -1/+9 | ||
2011-06-12 | Modify main.cpp a little to ease testing. | 1 | -11/+3 | ||
2011-06-12 | Rename elf_reader to elf_object. | 1 | -3/+6 | ||
2011-06-12 | Initial import. | 1 | -0/+25 | ||