| Commit message (Expand) | Author | Age | Files | Lines |
* | Update to LLVM 3.5a. | Stephen Hines | 2014-04-24 | 5 | -43/+143 |
* | Merging r195912: | Bill Wendling | 2013-12-02 | 1 | -1/+1 |
* | Merging r195834: | Bill Wendling | 2013-11-27 | 1 | -3/+12 |
* | Merging r195782: | Bill Wendling | 2013-11-27 | 1 | -0/+1 |
* | [OCaml] Unbreak make install by providing ocamldoc target | Sylvestre Ledru | 2013-11-21 | 1 | -1/+6 |
* | 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 |
* | [OCaml] Add Target and TargetMachine bindings to Llvm_target | Peter Zotov | 2013-11-15 | 3 | -1/+464 |
* | [OCaml] Refactor Llvm_target interface | Peter Zotov | 2013-11-15 | 6 | -180/+186 |
* | [OCaml] Fix building of stub libraries | Peter Zotov | 2013-11-15 | 3 | -8/+8 |
* | [OCaml] Build stub OCaml libraries for all configured targets | Peter Zotov | 2013-11-14 | 6 | -0/+195 |
* | [OCaml] Expose LLVM's fatal error and stacktrace APIs | Peter Zotov | 2013-11-14 | 3 | -0/+47 |
* | [OCaml] Dynamically link LLVM on --enable-shared builds | Peter Zotov | 2013-11-12 | 1 | -1/+67 |
* | [OCaml] Fix a typo | Peter Zotov | 2013-11-12 | 1 | -6/+6 |
* | [OCaml] Add missing Llvm_target functions | Peter Zotov | 2013-11-11 | 3 | -0/+28 |
* | [OCaml] Accept context explicitly in Llvm_target functions | Peter Zotov | 2013-11-11 | 3 | -5/+7 |
* | [OCaml] Make Llvm_target.DataLayout.t automatically managed | Peter Zotov | 2013-11-11 | 5 | -43/+68 |
* | [OCaml] Impement Llvm_irreader, bindings to LLVM assembly parser | Peter Zotov | 2013-11-06 | 6 | -1/+126 |
* | [OCaml] Implement Llvm.string_of_llvalue | Peter Zotov | 2013-11-06 | 3 | -0/+15 |
* | [OCaml] (PR16190) Add ValueKinds for ConstantDataSequential and subclasses | Peter Zotov | 2013-11-05 | 3 | -0/+8 |
* | [OCaml] (PR16318) Add missing argument to Llvm.const_intcast | Peter Zotov | 2013-11-05 | 3 | -5/+14 |
* | [OCaml] (PR11717) Make declare_qualified_global respect address argument | Peter Zotov | 2013-11-05 | 1 | -1/+2 |
* | [OCaml] Properly tag the custom operations of Llvm.llbuilder | Peter Zotov | 2013-11-05 | 1 | -1/+1 |
* | [OCaml] Llvm_linker: do not use external in module interface | Peter Zotov | 2013-11-05 | 1 | -2/+1 |
* | [OCaml] implement Llvm_passmgr_builder, bindings for PassManagerBuilder | Peter Zotov | 2013-11-04 | 6 | -1/+227 |
* | [OCaml] Documentation | Peter Zotov | 2013-11-04 | 2 | -7/+19 |
* | [OCaml] Implement missing LLVMCore APIs | Peter Zotov | 2013-11-04 | 3 | -62/+349 |
* | [OCaml] Formatting | Peter Zotov | 2013-11-04 | 3 | -172/+48 |
* | [OCaml] Implement Llvm.MemoryBuffer.{of_string,as_string} | Peter Zotov | 2013-11-03 | 3 | -0/+33 |
* | [OCaml] Fix ABI incompatibility | Peter Zotov | 2013-11-03 | 2 | -1/+8 |
* | [OCaml] Implement Llvm_linker, bindings for the IR linker | Peter Zotov | 2013-11-03 | 6 | -1/+131 |
* | [OCaml] Implement Llvm_vectorize bindings | Peter Zotov | 2013-11-03 | 6 | -1/+106 |
* | [OCaml] Llvm_target: fix typo (Int_val instead of Int64_val) | Peter Zotov | 2013-11-03 | 1 | -1/+1 |
* | [OCaml] Llvm_scalar_opts: add missing transforms | Peter Zotov | 2013-11-03 | 3 | -0/+13 |
* | [OCaml] Llvm_ipo: add missing transforms | Peter Zotov | 2013-11-03 | 3 | -0/+12 |
* | OCaml bindings: fix typo | Sylvestre Ledru | 2013-11-01 | 1 | -1/+1 |
* | OCaml bindings: remove unused DONT_BUILD_RELINKED from Makefiles | Sylvestre Ledru | 2013-11-01 | 2 | -2/+0 |
* | OCaml bindings: fix typo | Sylvestre Ledru | 2013-11-01 | 2 | -2/+2 |
* | OCaml bindings: fix typo in documentation | Sylvestre Ledru | 2013-11-01 | 1 | -1/+1 |
* | OCaml bindings: formatting | Sylvestre Ledru | 2013-11-01 | 24 | -74/+44 |
* | [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 |