summaryrefslogtreecommitdiff
path: root/bindings/python/llvm/tests/test_core.py
Commit message (Expand)AuthorAge
* [python-bindings] Added OpCode like support for all enumerations with unittests.Michael Gottesman2014-02-22
* [python-bindings] Added support for getting/setting operands of values and ge...Michael Gottesman2013-09-11
* [python-bindings] Added support for iterating over a basic blocks instruction...Michael Gottesman2013-09-11
* [python-bindings] Added support for iterating over a function's basic blocks,...Michael Gottesman2013-09-11
* [python-bindings] Added support for getting a module's functions, iterating f...Michael Gottesman2013-09-11
* [python-bindings] Fixed 3 test failures caused by typos.Michael Gottesman2013-09-11
* [python-bindings] Added code for loading a module from bitcode, getset its da...Michael Gottesman2013-09-11
* [python-bindings] Added bindings for LLVMContextRef and a test for creating a...Michael Gottesman2013-09-11
* [python-bindings] Implemented the PassRegistry class and the calls to initial...Michael Gottesman2013-09-11
* [python-bindings] Changed test_memory_buffer_create_from_file to just use the...Michael Gottesman2013-09-10
* [python bindings] Added code to get the length of a memory buffer. Tests are ...Michael Gottesman2013-09-10
* [python] Add negative MemoryBuffer testcaseAnders Waldenborg2012-03-22
* [llvm.py] Define enumerations from Core.h; add OpCode classGregory Szorc2012-03-10
* [llvm.py] Implement interface to object filesGregory Szorc2012-03-10