| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Renamed a struct from i386 to i386_. | Hafiz Abid Qadeer | 2014-03-24 | 1 | -1/+1 |
| | | | | | | | It is to avoid build error when gcc defines i386. llvm-svn: 204628 | ||||
| * | Switch over to use the ArchSpec::GetMachine() instead of ArchSpec::GetCore() ↵ | Greg Clayton | 2014-03-20 | 1 | -4/+2 |
| | | | | | | | to keep the code more portable as we add new core types to ArchSpec. llvm-svn: 204400 | ||||
| * | Moved various RegisterContext files from Process/POSIX to Process/Utility ↵ | Virgile Bello | 2014-03-12 | 1 | -0/+126 |
| for easier sharing. Fix Windows build by adding JITLoaderGDB and ProcessElfCore. RegisterContext: fixes for Windows build: sizeof(GPR::register) didn't work, switched to sizeof(((GPR*)NULL)->register). llvm-svn: 203667 | |||||

