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
/
go
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix go bindings after r289702 (hopefully, don't really know how to build
Daniel Jasper
2016-12-15
1
-2
/
+2
*
Fix go binding to adapt the new attribute API
Amaury Sechet
2016-11-18
2
-0
/
+193
*
Remove Go Attribute type that was deleted from the C API in r286062.
David L. Jones
2016-11-07
1
-1
/
+0
*
Also delete the go side of the bindings deleted in r286085/r286086.
Daniel Jasper
2016-11-06
3
-180
/
+0
*
Delete one more function that needs to go after r286062.
Daniel Jasper
2016-11-06
2
-8
/
+0
*
Remove functions from go bindings that have been deleted in r286062.
Daniel Jasper
2016-11-06
2
-24
/
+0
*
[Go bindings] Update for r284678 API changes.
Benjamin Kramer
2016-10-20
3
-21
/
+18
*
DebugInfo: change alignment type from uint64_t to uint32_t to save space.
Victor Leschuk
2016-10-18
3
-24
/
+24
*
Formatting with clang-format patch r280700
Leny Kholodov
2016-09-06
1
-10
/
+8
*
Fix for Bindings/Go/go.test after patch r280700
Leny Kholodov
2016-09-06
1
-6
/
+10
*
bindings/go: reinstate TargetMachine.TargetData
Andrew Wilkins
2016-03-15
1
-0
/
+7
*
Kill LLVMAddTargetData
Amaury Sechet
2016-02-16
2
-8
/
+0
*
Remove LLVMGetTargetMachineData in go-binding.
Haojian Wu
2016-02-12
1
-5
/
+0
*
Deprecate a few C APIs.
Rafael Espindola
2015-12-18
1
-1
/
+1
*
Reorganize the C API headers to improve build times.
Eric Christopher
2015-12-18
5
-0
/
+5
*
Change linkInModule to take a std::unique_ptr.
Rafael Espindola
2015-12-16
1
-4
/
+2
*
DI: Reverse direction of subprogram -> function edge.
Peter Collingbourne
2015-11-05
6
-5
/
+12
*
Remove DIFile from createSubroutineType.
Eric Christopher
2015-10-15
1
-2
/
+1
*
[bindings] Update Go bindings to DIBuilder
Andrew Wilkins
2015-09-06
3
-22
/
+59
*
DI: Rewrite the DIBuilder local variable API
Duncan P. N. Exon Smith
2015-07-31
1
-4
/
+9
*
Revert "Update LLVM bindings after r239940. ..."
Reid Kleckner
2015-07-16
1
-1
/
+1
*
Expose setPersonalityFn to Go
Andrew Wilkins
2015-07-15
1
-2
/
+5
*
Update LLVM bindings after r239940. Apparently these aren't included in
Daniel Jasper
2015-06-18
1
-1
/
+1
*
Add safestack attribute to LLVMAttribute enum and Go bindings. Correct
Peter Collingbourne
2015-06-15
2
-0
/
+4
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
1
-29
/
+29
*
DebugInfo: Remove DIArray and DITypeArray typedefs
Duncan P. N. Exon Smith
2015-04-21
1
-5
/
+5
*
DebugInfo: Drop rest of DIDescriptor subclasses
Duncan P. N. Exon Smith
2015-04-21
1
-7
/
+4
*
DebugInfo: Delete subclasses of DIScope
Duncan P. N. Exon Smith
2015-04-20
1
-14
/
+10
*
DebugInfo: Delete old subclasses of DIType
Duncan P. N. Exon Smith
2015-04-20
1
-25
/
+17
*
DebugInfo: Remove DIDescriptor from the DIBuilder API
Duncan P. N. Exon Smith
2015-04-16
1
-20
/
+16
*
DebugInfo: Require a DebugLoc in DIBuilder::insertDeclare()
Duncan P. N. Exon Smith
2015-04-15
1
-4
/
+12
*
Go bindings: make various DIBuilder arguments optional.
Peter Collingbourne
2015-04-08
1
-15
/
+19
*
IR: Remove MDTupleTypedArrayWrapper::operator MDTuple*()
Duncan P. N. Exon Smith
2015-04-07
1
-2
/
+2
*
bindings/go: Stop using DIDescriptor::is*() and auto-casting
Duncan P. N. Exon Smith
2015-04-07
1
-32
/
+29
*
Go bindings: use MDNode::replaceAllUsesWith instead of MDTuple::replaceAllUse...
Peter Collingbourne
2015-03-05
1
-3
/
+2
*
Restore LLVMLinkModules C API until it is properly deprecated.
Juergen Ributzka
2015-03-02
1
-1
/
+1
*
bindings/go: expose DIBuilder::createReplaceableCompositeType
Andrew Wilkins
2015-03-02
3
-0
/
+49
*
[PM] Remove the old 'PassManager.h' header file at the top level of
Chandler Carruth
2015-02-13
1
-1
/
+1
*
Re-sort the #include lines in bindings and examples which I managed to
Chandler Carruth
2015-02-13
5
-6
/
+2
*
SpecialCaseList: Add support for parsing multiple input files.
Alexey Samsonov
2015-02-04
3
-8
/
+16
*
IR: Return unique_ptr from MDNode::getTemporary()
Duncan P. N. Exon Smith
2015-01-19
1
-2
/
+3
*
IR: Remove MDNodeFwdDecl
Duncan P. N. Exon Smith
2015-01-19
1
-1
/
+2
*
Finish removing DestroySource.
Rafael Espindola
2014-12-23
1
-9
/
+2
*
Go bindings: introduce Value.ConstantAsMetadata.
Peter Collingbourne
2014-12-13
3
-0
/
+10
*
Go bindings: introduce llvm.TemporaryMDNode.
Peter Collingbourne
2014-12-13
3
-0
/
+13
*
Go bindings: introduce Metadata.ReplaceAllUsesWith.
Peter Collingbourne
2014-12-13
3
-0
/
+16
*
Go bindings: expose the Metadata type.
Peter Collingbourne
2014-12-13
6
-266
/
+338
*
Go bindings: remove contextless metadata bindings.
Peter Collingbourne
2014-12-13
1
-11
/
+0
*
IR: Split Metadata from Value
Duncan P. N. Exon Smith
2014-12-09
1
-24
/
+41
*
Add bindings for the rest of the MCJIT options that we previously
Eric Christopher
2014-12-02
2
-0
/
+15
[next]