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
...
*
Add C API bindings for DIBuilder 'Type' APIs
Harlan Haskins
2018-04-02
3
-156
/
+57
*
Unbreak the build of the go bindings after r328839.
Benjamin Kramer
2018-03-31
1
-0
/
+1
*
[bindings/go] Add a missing `,` in the test code to fix a go compile
Chandler Carruth
2018-03-17
1
-1
/
+1
*
[X86] Added support for nocf_check attribute for indirect Branch Tracking
Oren Ben Simhon
2018-03-17
1
-0
/
+1
*
[LLVM-C] [bindings/go] Add C and Golang bindings for COMDAT
Reid Kleckner
2018-03-14
1
-8
/
+44
*
Because of CVE-2018-6574, some compiler options and linker options are restri...
Eric Christopher
2018-02-23
1
-0
/
+8
*
[NFC] fix trivial typos in comments and documents
Hiroshi Inoue
2018-01-26
1
-1
/
+1
*
[bindings/go] fix vet errors
Andrew Wilkins
2017-12-28
1
-2
/
+2
*
Update go bindings to use new functions from rL317135.
Sam McCall
2017-11-02
3
-35
/
+14
*
Revert "Remove some of the go specific C bindings for debug info now that the...
Eric Christopher
2017-11-02
2
-0
/
+29
*
Fix for go bindings header to match previous commit.
Eric Christopher
2017-11-02
1
-10
/
+0
*
Remove some of the go specific C bindings for debug info now that they've bee...
Eric Christopher
2017-11-02
1
-19
/
+0
*
Update the Go bindings for r309426 (remove offset from llvm.dbg.value)
Adrian Prantl
2017-07-28
3
-6
/
+5
*
[Go] Subtypes function
Andrew Wilkins
2017-06-08
2
-0
/
+32
*
[go bindings] Rmove duplicated conversion function definitions after r300843.
Benjamin Kramer
2017-04-20
1
-2
/
+0
*
Introducing LLVMMetadataRef
Amaury Sechet
2017-04-17
1
-11
/
+0
*
Go binding: Add GetCurrentDebugLocation to obtain debug location from builder
Andrew Wilkins
2017-03-31
4
-0
/
+74
*
[DebugInfo] Emit address space with DW_AT_address_class attribute for pointer...
Konstantin Zhuravlyov
2017-03-08
1
-1
/
+2
*
Go binding: Add methods for missing PassManagerBuilder C APIs
Andrew Wilkins
2017-02-17
1
-0
/
+20
*
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
[prev]
[next]