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
/
ocaml
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NFC] Fix trivial typos in comments
James Henderson
2020-01-06
1
-1
/
+1
*
[Test] Fix freeze ocaml test failure
Juneyoung Lee
2019-11-22
3
-0
/
+14
*
Reapply r374743 with a fix for the ocaml binding
Joerg Sonnenberger
2019-10-14
3
-0
/
+14
*
Revert "Add a pass to lower is.constant and objectsize intrinsics"
Dmitri Gribenko
2019-10-14
2
-11
/
+0
*
Add a pass to lower is.constant and objectsize intrinsics
Joerg Sonnenberger
2019-10-13
2
-0
/
+11
*
Revert "[OCaml] Handle nullptr in Llvm.global_initializer"
Dmitri Gribenko
2019-10-01
3
-16
/
+4
*
[OCaml] Handle nullptr in Llvm.global_initializer
Aditya Kumar
2019-10-01
3
-4
/
+16
*
[LLVM-C][Ocaml] Add MergeFunctions and DCE pass
Aditya Kumar
2019-09-29
6
-0
/
+27
*
[OCaml] Update api to account for FNeg and CallBr instructions
whitequark
2019-04-16
3
-1
/
+5
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
45
-180
/
+150
*
[OCaml] Fix incorrect use of CAMLlocal in nested blocks
whitequark
2018-11-08
1
-4
/
+3
*
[TI removal] Remove TerminatorInst references from bindings.
Chandler Carruth
2018-10-18
1
-3
/
+3
*
[LLVM-C][OCaml] Add UnifyFunctionExitNodes pass to C and OCaml APIs
whitequark
2018-09-18
3
-0
/
+14
*
[LLVM-C][OCaml] Add LowerAtomic pass to C and OCaml APIs
whitequark
2018-09-18
3
-0
/
+14
*
[OCaml] Add OCaml API for LLVMGetIndices
whitequark
2018-09-18
3
-0
/
+19
*
[OCaml] Add OCaml API for LLVMIsCleanup
whitequark
2018-09-18
3
-0
/
+10
*
[NFC][OCaml] Fix copy paste error in file header
whitequark
2018-09-18
1
-1
/
+1
*
[NFC][OCaml] Fix implicit declaration compilation warnings
whitequark
2018-09-18
1
-0
/
+1
*
[LLVM-C][OCaml] Add C and OCaml APIs for llvm::StructType::isLiteral
whitequark
2018-09-18
3
-0
/
+10
*
[OCaml] Add OCaml APIs for Invoke arguments and destinations
whitequark
2018-09-18
3
-2
/
+23
*
[OCaml] Add GlobalIFunc value kind to OCaml API
whitequark
2018-09-18
3
-0
/
+4
*
[OCaml] Add Token type to kind enum in OCaml API
whitequark
2018-09-18
2
-0
/
+2
*
[OCaml] Add missing instruction opcodes to OCaml API
whitequark
2018-09-18
3
-1
/
+13
*
[LLVM-C] [OCaml] Remove LLVMAddBBVectorizePass
Fangrui Song
2018-05-28
3
-14
/
+0
*
IWYU for llvm-config.h in llvm, additions.
Nico Weber
2018-04-30
1
-0
/
+1
*
[NFC] fix trivial typos in comments and documents
Hiroshi Inoue
2018-01-26
1
-1
/
+1
*
Reverting r315590; it did not include changes for llvm-tblgen, which is causi...
Aaron Ballman
2017-10-15
1
-1
/
+1
*
[dump] Remove NDEBUG from test to enable dump methods [NFC]
Don Hinton
2017-10-12
1
-1
/
+1
*
[OCaml] Fix undefined reference to LLVMDumpType() with NDEBUG
Michal Gorny
2017-07-27
3
-0
/
+11
*
[NFC] Remove multiple semicolons
Mandeep Singh Grang
2017-06-28
1
-1
/
+1
*
[LLVM-C] [OCaml] Expose Type::subtypes.
whitequark
2017-06-05
3
-0
/
+19
*
[OCaml] Adapt to the new attribute C API.
whitequark
2016-11-12
3
-226
/
+279
*
cmake: Install the OCaml libraries into a more correct path
Michal Gorny
2016-09-30
4
-4
/
+4
*
[CMake] [OCaml] Allow building OCaml bindings out of tree.
Peter Zotov
2016-09-05
1
-0
/
+29
*
[OCaml] Add functions for accessing metadata nodes.
Peter Zotov
2016-06-22
3
-0
/
+17
*
Remove the ScalarReplAggregates pass
David Majnemer
2016-06-15
1
-3
/
+3
*
Remove every uses of getGlobalContext() in LLVM (but the C API)
Mehdi Amini
2016-04-14
1
-1
/
+1
*
[OCaml] Expose the LLVM diagnostic handler
Jeroen Ketema
2016-04-10
3
-1
/
+93
*
[OCaml] Use LLVMCreateMessage with constant strings when calling llvm_raise
Jeroen Ketema
2016-04-01
4
-4
/
+7
*
[OCaml] Reinstate data_layout
Jeroen Ketema
2016-04-01
3
-0
/
+11
*
Silence warnings in OCaml bindings
Jeroen Ketema
2016-03-31
5
-16
/
+3
*
Remove LLVMGetTargetMachineData leftovers.
Benjamin Kramer
2016-02-12
3
-24
/
+0
*
Remove autoconf support
Chris Bieneman
2016-01-26
19
-940
/
+0
*
Deprecate a few C APIs.
Rafael Espindola
2015-12-18
1
-6
/
+4
*
Change linkInModule to take a std::unique_ptr.
Rafael Espindola
2015-12-16
3
-9
/
+7
*
Fix `llvm-config` to adapt to the install environment.
Richard Diamond
2015-11-09
1
-0
/
+2
*
[OCaml] Expose Llvm.{set_,}unnamed_addr.
Peter Zotov
2015-10-21
3
-0
/
+23
*
Revert "Fix `llvm-config` to emit the linker flag for the combined shared obj...
Richard Diamond
2015-08-05
1
-2
/
+0
*
Fix `llvm-config` to emit the linker flag for the combined shared object buil...
JF Bastien
2015-07-27
1
-0
/
+2
*
Revert "Update LLVM bindings after r239940. ..."
Reid Kleckner
2015-07-16
1
-1
/
+1
[next]