index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
bindings
/
python
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update version number in llvm python bindings
David Tenty
2019-10-25
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
5
-20
/
+15
*
Python compat - iterator protocol
Serge Guelton
2019-01-03
1
-5
/
+16
*
Python compat - test if type is integral
Serge Guelton
2019-01-03
1
-7
/
+9
*
Python compat - assertRaisesRegex
Serge Guelton
2019-01-03
2
-1
/
+6
*
Python compat - print statement
Serge Guelton
2019-01-03
4
-5
/
+12
*
[AggressiveInstCombine] Add aggressive inst combiner to the LLVM C API.
Craig Topper
2018-04-24
1
-0
/
+3
*
Deprecate a few C APIs.
Rafael Espindola
2015-12-18
1
-5
/
+4
*
[PM/AA] Remove the last relics of the separate IPA library from LLVM,
Chandler Carruth
2015-08-18
1
-4
/
+0
*
Remove getRelocationAddress.
Rafael Espindola
2015-07-06
1
-11
/
+0
*
[python] Fix getting section contents.
Anders Waldenborg
2014-04-25
2
-2
/
+12
*
[python] Fix python bindings tests
Anders Waldenborg
2014-04-23
1
-1
/
+0
*
Convert getFileOffset to getOffset and move it to its only user.
Rafael Espindola
2014-04-21
1
-12
/
+0
*
[python-bindings] Remove some cruft that snuck in.
Michael Gottesman
2014-02-23
1
-4
/
+2
*
[python-bindings] Added OpCode like support for all enumerations with unittests.
Michael Gottesman
2014-02-22
2
-37
/
+139
*
Fix documentation typos
Alp Toker
2013-12-20
1
-2
/
+2
*
python: Fix check for disasm creation failure
Anders Waldenborg
2013-11-17
2
-1
/
+5
*
python: Properly initialize before trying to create disasm
Anders Waldenborg
2013-11-17
1
-0
/
+26
*
[python-bindings] Added support for getting/setting operands of values and ge...
Michael Gottesman
2013-09-11
2
-3
/
+39
*
[python-bindings] Added support for iterating over a basic blocks instruction...
Michael Gottesman
2013-09-11
2
-0
/
+99
*
[python-bindings] Added support for iterating over a function's basic blocks,...
Michael Gottesman
2013-09-11
2
-0
/
+105
*
[python-bindings] Added support for getting a module's functions, iterating f...
Michael Gottesman
2013-09-11
2
-0
/
+101
*
[python-bindings] Export OpCode from core.py.
Michael Gottesman
2013-09-11
1
-0
/
+1
*
[python-bindings] Added test for reading a module from bitcode.
Michael Gottesman
2013-09-11
1
-0
/
+15
*
[python-bindings] Fixed 3 test failures caused by typos.
Michael Gottesman
2013-09-11
2
-4
/
+6
*
Fixed typo.
Michael Gottesman
2013-09-11
1
-3
/
+3
*
[python-bindings] Added code for loading a module from bitcode, getset its da...
Michael Gottesman
2013-09-11
5
-0
/
+128
*
[python-bindings] Added bindings for LLVMContextRef and a test for creating a...
Michael Gottesman
2013-09-11
2
-0
/
+29
*
[python-bindings] Implemented the PassRegistry class and the calls to initial...
Michael Gottesman
2013-09-11
2
-0
/
+72
*
[python-bindings] Removed unused import byref from llvm/disassembler.py.
Michael Gottesman
2013-09-11
1
-1
/
+0
*
[python-bindings] Changed test_memory_buffer_create_from_file to just use the...
Michael Gottesman
2013-09-10
1
-1
/
+1
*
[python bindings] Added code to get the length of a memory buffer. Tests are ...
Michael Gottesman
2013-09-10
4
-0
/
+14
*
We're in 3.4 land now.
Bill Wendling
2013-05-07
1
-1
/
+1
*
[python] Add markup option to disassembler
Gregory Szorc
2012-12-01
2
-1
/
+23
*
[python] fix get_library()
Anders Waldenborg
2012-11-20
1
-15
/
+35
*
[python] Add negative MemoryBuffer testcase
Anders Waldenborg
2012-03-22
1
-0
/
+5
*
[python] Add some paths where to find test binary
Anders Waldenborg
2012-03-21
1
-0
/
+2
*
[python] Mark get_test_binary as not being a test
Anders Waldenborg
2012-03-21
1
-0
/
+1
*
[llvm.py] Implement disassembler interface
Gregory Szorc
2012-03-11
2
-0
/
+162
*
Revert "[llvm.py] Implement interface to enhanced disassembler"
Gregory Szorc
2012-03-10
2
-626
/
+0
*
[llvm.py] Implement interface to enhanced disassembler
Gregory Szorc
2012-03-10
2
-0
/
+626
*
[llvm.py] Make LLVMObject.__del__ work if called during __init__
Gregory Szorc
2012-03-10
1
-0
/
+3
*
[llvm.py] Define enumerations from Core.h; add OpCode class
Gregory Szorc
2012-03-10
3
-2
/
+265
*
[llvm.py] Implement interface to object files
Gregory Szorc
2012-03-10
10
-144
/
+620
*
[llvm.py] Make ObjectFile destructor work
Gregory Szorc
2012-03-09
3
-17
/
+33
*
[llvm.py] Initial skeleton for Python LLVM bindings
Gregory Szorc
2012-03-09
7
-0
/
+361