Stackmap shadows should consider call returns a branch target.
[oota-llvm.git] / bindings /
2014-10-26 Peter Zotov[OCaml] Expose existing documentation in ocamldoc.
2014-10-25 Peter Zotov[OCaml] Unbreak Llvm_executionengine.initialize_native_...
2014-10-25 Peter Zotov[OCaml] Expose Llvm_executionengine.ExecutionEngine...
2014-10-23 Peter CollingbourneAdd llvm-go tool.
2014-10-22 Peter CollingbourneGo: add binding for LLVMSetUnnamedAddr.
2014-10-22 Peter Zotov[OCaml] Fix a typo in documentation.
2014-10-17 Peter CollingbourneFix bashism in build.sh.
2014-10-17 Peter Zotov[OCaml] Add Llvm.instr_clone.
2014-10-16 Peter CollingbourneInitial version of Go bindings.
2014-09-02 Eric ChristopherReinstate "Nuke the old JIT."
2014-08-12 Peter Zotov[OCaml] Expose Llvm.get_operand_use.
2014-08-07 Eric ChristopherTemporarily Revert "Nuke the old JIT." as it's not...
2014-08-07 Rafael EspindolaFix the ocaml bindings.
2014-08-03 Peter Zotov[OCaml] Add Llvm.{string_of_const,const_element}.
2014-07-22 Peter Zotov[OCaml] Don't truncate constants over 32 bits in Llvm...
2014-07-18 Gerolf HoflehnerMergedLoadStoreMotion pass
2014-07-02 Peter Zotov[OCaml] Documentation improvements.
2014-06-30 Peter Zotov[OCaml] Documentation improvements.
2014-06-09 Peter Zotov[OCaml] Unbreak Llvm_target.TargetMachine.set_verbose_asm
2014-06-07 Peter Zotov[OCaml] Commit missing parts of r210395
2014-06-07 Peter Zotov[OCaml] Introduce an llmdkind abstract type.
2014-05-01 Peter Zotov[OCaml] Add an ocamlfind package llvm.all_backends.
2014-04-25 Anders Waldenborg[python] Fix getting section contents.
2014-04-23 Anders Waldenborg[python] Fix python bindings tests
2014-04-21 Rafael EspindolaConvert getFileOffset to getOffset and move it to its...
2014-02-23 Michael Gottesman[python-bindings] Remove some cruft that snuck in.
2014-02-22 Michael Gottesman[python-bindings] Added OpCode like support for all...
2013-12-20 NAKAMURA TakumiMakefile.ocaml: Tweak to use --system-libs.
2013-12-20 Alp TokerFix documentation typos
2013-11-28 Peter Zotov[OCaml] Add a slash accidentally omitted from Makefile
2013-11-27 Peter Zotov[OCaml] Embed rpath into stub libraries and native...
2013-11-26 Peter Zotov[OCaml] Embed the flags necessary for linking with...
2013-11-21 Peter Zotov[OCaml] Unbreak make install by providing ocamldoc...
2013-11-17 Anders Waldenborgpython: Fix check for disasm creation failure
2013-11-17 Anders Waldenborgpython: Properly initialize before trying to create...
2013-11-15 Peter Zotov[OCaml] Add Target and TargetMachine bindings to Llvm_t...
2013-11-15 Peter Zotov[OCaml] Refactor Llvm_target interface
2013-11-15 Peter Zotov[OCaml] Fix building of stub libraries
2013-11-14 Peter Zotov[OCaml] Build stub OCaml libraries for all configured...
2013-11-14 Peter Zotov[OCaml] Expose LLVM's fatal error and stacktrace APIs
2013-11-12 Peter Zotov[OCaml] Dynamically link LLVM on --enable-shared builds
2013-11-12 Peter Zotov[OCaml] Fix a typo
2013-11-11 Peter Zotov[OCaml] Add missing Llvm_target functions
2013-11-11 Peter Zotov[OCaml] Accept context explicitly in Llvm_target functions
2013-11-11 Peter Zotov[OCaml] Make Llvm_target.DataLayout.t automatically...
2013-11-06 Peter Zotov[OCaml] Impement Llvm_irreader, bindings to LLVM assemb...
2013-11-06 Peter Zotov[OCaml] Implement Llvm.string_of_llvalue
2013-11-05 Peter Zotov[OCaml] (PR16190) Add ValueKinds for ConstantDataSequen...
2013-11-05 Peter Zotov[OCaml] (PR16318) Add missing argument to Llvm.const_in...
2013-11-05 Peter Zotov[OCaml] (PR11717) Make declare_qualified_global respect...
2013-11-05 Peter Zotov[OCaml] Properly tag the custom operations of Llvm...
2013-11-05 Peter Zotov[OCaml] Llvm_linker: do not use external in module...
2013-11-04 Peter Zotov[OCaml] implement Llvm_passmgr_builder, bindings for...
2013-11-04 Peter Zotov[OCaml] Documentation
2013-11-04 Peter Zotov[OCaml] Implement missing LLVMCore APIs
2013-11-04 Peter Zotov[OCaml] Formatting
2013-11-03 Peter Zotov[OCaml] Implement Llvm.MemoryBuffer.{of_string,as_string}
2013-11-03 Peter Zotov[OCaml] Fix ABI incompatibility
2013-11-03 Peter Zotov[OCaml] Implement Llvm_linker, bindings for the IR...
2013-11-03 Peter Zotov[OCaml] Implement Llvm_vectorize bindings
2013-11-03 Peter Zotov[OCaml] Llvm_target: fix typo (Int_val instead of Int64...
2013-11-03 Peter Zotov[OCaml] Llvm_scalar_opts: add missing transforms
2013-11-03 Peter Zotov[OCaml] Llvm_ipo: add missing transforms
2013-11-01 Sylvestre LedruOCaml bindings: fix typo
2013-11-01 Sylvestre LedruOCaml bindings: remove unused DONT_BUILD_RELINKED from...
2013-11-01 Sylvestre LedruOCaml bindings: fix typo
2013-11-01 Sylvestre LedruOCaml bindings: fix typo in documentation
2013-11-01 Sylvestre LedruOCaml bindings: formatting
2013-09-11 Michael Gottesman[python-bindings] Added support for getting/setting...
2013-09-11 Michael Gottesman[python-bindings] Added support for iterating over...
2013-09-11 Michael Gottesman[python-bindings] Added support for iterating over...
2013-09-11 Michael Gottesman[python-bindings] Added support for getting a module...
2013-09-11 Michael Gottesman[python-bindings] Export OpCode from core.py.
2013-09-11 Michael Gottesman[python-bindings] Added test for reading a module from...
2013-09-11 Michael Gottesman[python-bindings] Fixed 3 test failures caused by typos.
2013-09-11 Michael GottesmanFixed typo.
2013-09-11 Michael Gottesman[python-bindings] Added code for loading a module from...
2013-09-11 Michael Gottesman[python-bindings] Added bindings for LLVMContextRef...
2013-09-11 Michael Gottesman[python-bindings] Implemented the PassRegistry class...
2013-09-11 Michael Gottesman[python-bindings] Removed unused import byref from...
2013-09-10 Michael Gottesman[python-bindings] Changed test_memory_buffer_create_fro...
2013-09-10 Michael Gottesman[python bindings] Added code to get the length of a...
2013-05-07 Bill WendlingWe're in 3.4 land now.
2013-04-29 Andrew KaylorExposing MCJIT through C API
2013-04-25 Andrew KaylorFixing OCAML bindings for MCJIT
2012-12-01 Gregory Szorc[python] Add markup option to disassembler
2012-11-20 Anders Waldenborg[python] fix get_library()
2012-10-19 Micah VillmowFix a build error for ocaml bindings that was introduce...
2012-10-08 Micah VillmowFix the ocaml binding breakage from TargetData -> DataL...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-09-02 Nuno Lopesadd support for ocaml 3.12
2012-07-19 Bill WendlingRemove tabs.
2012-03-22 Anders Waldenborg[python] Add negative MemoryBuffer testcase
2012-03-21 Anders Waldenborg[python] Add some paths where to find test binary
2012-03-21 Anders Waldenborg[python] Mark get_test_binary as not being a test
2012-03-11 Gregory Szorc[llvm.py] Implement disassembler interface
2012-03-10 Gregory SzorcRevert "[llvm.py] Implement interface to enhanced disas...
2012-03-10 Gregory Szorc[llvm.py] Implement interface to enhanced disassembler
2012-03-10 Gregory Szorc[llvm.py] Make LLVMObject.__del__ work if called during...
2012-03-10 Gregory Szorc[llvm.py] Define enumerations from Core.h; add OpCode...
next