index
:
~jwrdegoede/llvm
master
Hans' llvm repository
jwrdegoede
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bindings
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-22
[OCaml] Add functions for accessing metadata nodes.
Peter Zotov
3
-0
/
+17
2016-06-15
Remove the ScalarReplAggregates pass
David Majnemer
1
-3
/
+3
2016-04-14
Remove every uses of getGlobalContext() in LLVM (but the C API)
Mehdi Amini
1
-1
/
+1
2016-04-10
[OCaml] Expose the LLVM diagnostic handler
Jeroen Ketema
3
-1
/
+93
2016-04-01
[OCaml] Use LLVMCreateMessage with constant strings when calling llvm_raise
Jeroen Ketema
4
-4
/
+7
2016-04-01
[OCaml] Reinstate data_layout
Jeroen Ketema
3
-0
/
+11
2016-03-31
Silence warnings in OCaml bindings
Jeroen Ketema
5
-16
/
+3
2016-03-15
bindings/go: reinstate TargetMachine.TargetData
Andrew Wilkins
1
-0
/
+7
2016-02-16
Kill LLVMAddTargetData
Amaury Sechet
2
-8
/
+0
2016-02-12
Remove LLVMGetTargetMachineData leftovers.
Benjamin Kramer
3
-24
/
+0
2016-02-12
Remove LLVMGetTargetMachineData in go-binding.
Haojian Wu
1
-5
/
+0
2016-01-26
Remove autoconf support
Chris Bieneman
20
-960
/
+0
2015-12-18
Deprecate a few C APIs.
Rafael Espindola
3
-12
/
+9
2015-12-18
Reorganize the C API headers to improve build times.
Eric Christopher
5
-0
/
+5
2015-12-16
Change linkInModule to take a std::unique_ptr.
Rafael Espindola
4
-13
/
+9
2015-11-09
Fix `llvm-config` to adapt to the install environment.
Richard Diamond
1
-0
/
+2
2015-11-05
DI: Reverse direction of subprogram -> function edge.
Peter Collingbourne
6
-5
/
+12
2015-10-21
[OCaml] Expose Llvm.{set_,}unnamed_addr.
Peter Zotov
3
-0
/
+23
2015-10-15
Remove DIFile from createSubroutineType.
Eric Christopher
1
-2
/
+1
2015-09-06
[bindings] Update Go bindings to DIBuilder
Andrew Wilkins
3
-22
/
+59
2015-08-18
[PM/AA] Remove the last relics of the separate IPA library from LLVM,
Chandler Carruth
1
-4
/
+0
2015-08-05
Revert "Fix `llvm-config` to emit the linker flag for the combined shared obj...
Richard Diamond
1
-2
/
+0
2015-07-31
DI: Rewrite the DIBuilder local variable API
Duncan P. N. Exon Smith
1
-4
/
+9
2015-07-27
Fix `llvm-config` to emit the linker flag for the combined shared object buil...
JF Bastien
1
-0
/
+2
2015-07-16
Revert "Update LLVM bindings after r239940. ..."
Reid Kleckner
2
-2
/
+2
2015-07-15
Expose setPersonalityFn to Go
Andrew Wilkins
1
-2
/
+5
2015-07-06
Remove getRelocationAddress.
Rafael Espindola
1
-11
/
+0
2015-06-27
[OCaml] Bump ctypes dependency to 0.4.
Peter Zotov
1
-5
/
+5
2015-06-18
Update LLVM bindings after r239940. Apparently these aren't included in
Daniel Jasper
2
-2
/
+2
2015-06-15
Add safestack attribute to LLVMAttribute enum and Go bindings. Correct
Peter Collingbourne
2
-0
/
+4
2015-04-29
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
1
-29
/
+29
2015-04-21
DebugInfo: Remove DIArray and DITypeArray typedefs
Duncan P. N. Exon Smith
1
-5
/
+5
2015-04-21
DebugInfo: Drop rest of DIDescriptor subclasses
Duncan P. N. Exon Smith
1
-7
/
+4
2015-04-20
DebugInfo: Delete subclasses of DIScope
Duncan P. N. Exon Smith
1
-14
/
+10
2015-04-20
DebugInfo: Delete old subclasses of DIType
Duncan P. N. Exon Smith
1
-25
/
+17
2015-04-16
DebugInfo: Remove DIDescriptor from the DIBuilder API
Duncan P. N. Exon Smith
1
-20
/
+16
2015-04-15
DebugInfo: Require a DebugLoc in DIBuilder::insertDeclare()
Duncan P. N. Exon Smith
1
-4
/
+12
2015-04-08
Go bindings: make various DIBuilder arguments optional.
Peter Collingbourne
1
-15
/
+19
2015-04-07
IR: Remove MDTupleTypedArrayWrapper::operator MDTuple*()
Duncan P. N. Exon Smith
1
-2
/
+2
2015-04-07
bindings/go: Stop using DIDescriptor::is*() and auto-casting
Duncan P. N. Exon Smith
1
-32
/
+29
2015-03-05
Go bindings: use MDNode::replaceAllUsesWith instead of MDTuple::replaceAllUse...
Peter Collingbourne
1
-3
/
+2
2015-03-02
Restore LLVMLinkModules C API until it is properly deprecated.
Juergen Ributzka
1
-1
/
+1
2015-03-02
bindings/go: expose DIBuilder::createReplaceableCompositeType
Andrew Wilkins
3
-0
/
+49
2015-02-13
[PM] Remove the old 'PassManager.h' header file at the top level of
Chandler Carruth
1
-1
/
+1
2015-02-13
Re-sort the #include lines in bindings and examples which I managed to
Chandler Carruth
5
-6
/
+2
2015-02-06
[OCaml] Add Llvm.build_empty_phi.
Peter Zotov
3
-0
/
+17
2015-02-04
SpecialCaseList: Add support for parsing multiple input files.
Alexey Samsonov
3
-8
/
+16
2015-01-19
IR: Return unique_ptr from MDNode::getTemporary()
Duncan P. N. Exon Smith
1
-2
/
+3
2015-01-19
IR: Remove MDNodeFwdDecl
Duncan P. N. Exon Smith
1
-1
/
+2
2015-01-13
[OCaml] Allow out-of-tree builds of LLVM bindings.
Peter Zotov
1
-2
/
+9
[next]