Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-22 | [python] Add negative MemoryBuffer testcase | Anders Waldenborg | |
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153248 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2012-03-10 | [llvm.py] Define enumerations from Core.h; add OpCode class | Gregory Szorc | |
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152483 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2012-03-10 | [llvm.py] Implement interface to object files | Gregory Szorc | |
It is now possible to load object files and scan over sections, symbols, and relocations! Includes test code with partial coverage. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152482 91177308-0d34-0410-b5e6-96231b3b80d8 |