OSDN Git Service

Merging r340455:
[android-x86/external-llvm.git] / bindings /
2018-05-28 Fangrui Song[LLVM-C] [OCaml] Remove LLVMAddBBVectorizePass
2018-05-10 Robert Widmann[LLVM-C] Consolidate llgo's DIBuilder Bindings
2018-05-10 Robert Widmann[LLVM-C] Move DIBuilder Bindings For Temporary MDNodes
2018-05-09 Robert Widmann[LLVM-C] Correct types in Go bindings
2018-05-04 David Bolvansky[bindings/go] Add Go bindings for volatile loads/stores
2018-04-30 Nico WeberIWYU for llvm-config.h in llvm, additions.
2018-04-30 Benjamin Kramer[bindings] Fix dibuilder go bindings after r331114.
2018-04-24 Craig Topper[AggressiveInstCombine] Add aggressive inst combiner...
2018-04-23 Robert Widmann[LLVM-C] DIBuilder Bindings For Variable Expressions
2018-04-23 Robert Widmann[LLVM-C] DIBuilderBindings for Subrange and Arrays
2018-04-22 Robert Widmann[LLVM-C] Add DIBuilder Bindings For Variable Creation
2018-04-07 Robert Widmann[llgo] Move SetSubprogram
2018-04-07 Robert Widmann[LLVM-C] Move DIBuilder Bindings For Block Scopes
2018-04-02 Harlan HaskinsFix Go IR test for changes in DIBuilder API
2018-04-02 Harlan HaskinsAdd C API bindings for DIBuilder 'Type' APIs
2018-03-31 Benjamin KramerUnbreak the build of the go bindings after r328839.
2018-03-17 Chandler Carruth[bindings/go] Add a missing `,` in the test code to...
2018-03-17 Oren Ben Simhon[X86] Added support for nocf_check attribute for indire...
2018-03-14 Reid Kleckner[LLVM-C] [bindings/go] Add C and Golang bindings for...
2018-02-23 Eric ChristopherBecause of CVE-2018-6574, some compiler options and...
2018-01-26 Hiroshi Inoue[NFC] fix trivial typos in comments and documents
2017-12-28 Andrew Wilkins[bindings/go] fix vet errors
2017-11-02 Sam McCallUpdate go bindings to use new functions from rL317135.
2017-11-02 Eric ChristopherRevert "Remove some of the go specific C bindings for...
2017-11-02 Eric ChristopherFix for go bindings header to match previous commit.
2017-11-02 Eric ChristopherRemove some of the go specific C bindings for debug...
2017-10-15 Aaron BallmanReverting r315590; it did not include changes for llvm...
2017-10-12 Don Hinton[dump] Remove NDEBUG from test to enable dump methods...
2017-07-28 Adrian PrantlUpdate the Go bindings for r309426 (remove offset from...
2017-07-27 Michal Gorny[OCaml] Fix undefined reference to LLVMDumpType() with...
2017-06-28 Mandeep Singh Grang[NFC] Remove multiple semicolons
2017-06-08 Andrew Wilkins[Go] Subtypes function
2017-06-05 whitequark[LLVM-C] [OCaml] Expose Type::subtypes.
2017-04-20 Benjamin Kramer[go bindings] Rmove duplicated conversion function...
2017-04-17 Amaury SechetIntroducing LLVMMetadataRef
2017-03-31 Andrew WilkinsGo binding: Add GetCurrentDebugLocation to obtain debug...
2017-03-08 Konstantin Zhuravlyov[DebugInfo] Emit address space with DW_AT_address_class...
2017-02-17 Andrew WilkinsGo binding: Add methods for missing PassManagerBuilder...
2016-12-15 Daniel JasperFix go bindings after r289702 (hopefully, don't really...
2016-11-18 Amaury SechetFix go binding to adapt the new attribute API
2016-11-12 whitequark[OCaml] Adapt to the new attribute C API.
2016-11-07 David L. JonesRemove Go Attribute type that was deleted from the...
2016-11-06 Daniel JasperAlso delete the go side of the bindings deleted in...
2016-11-06 Daniel JasperDelete one more function that needs to go after r286062.
2016-11-06 Daniel JasperRemove functions from go bindings that have been delete...
2016-10-20 Benjamin Kramer[Go bindings] Update for r284678 API changes.
2016-10-18 Victor LeschukDebugInfo: change alignment type from uint64_t to uint3...
2016-09-30 Michal Gornycmake: Install the OCaml libraries into a more correct...
2016-09-06 Leny KholodovFormatting with clang-format patch r280700
2016-09-06 Leny KholodovFix for Bindings/Go/go.test after patch r280700
2016-09-05 Peter Zotov[CMake] [OCaml] Allow building OCaml bindings out of...
2016-06-22 Peter Zotov[OCaml] Add functions for accessing metadata nodes.
2016-06-15 David MajnemerRemove the ScalarReplAggregates pass
2016-04-14 Mehdi AminiRemove every uses of getGlobalContext() in LLVM (but...
2016-04-10 Jeroen Ketema[OCaml] Expose the LLVM diagnostic handler
2016-04-01 Jeroen Ketema[OCaml] Use LLVMCreateMessage with constant strings...
2016-04-01 Jeroen Ketema[OCaml] Reinstate data_layout
2016-03-31 Jeroen KetemaSilence warnings in OCaml bindings
2016-03-15 Andrew Wilkinsbindings/go: reinstate TargetMachine.TargetData
2016-02-16 Amaury SechetKill LLVMAddTargetData
2016-02-12 Benjamin KramerRemove LLVMGetTargetMachineData leftovers.
2016-02-12 Haojian WuRemove LLVMGetTargetMachineData in go-binding.
2016-01-26 Chris BienemanRemove autoconf support
2015-12-18 Rafael EspindolaDeprecate a few C APIs.
2015-12-18 Eric ChristopherReorganize the C API headers to improve build times.
2015-12-16 Rafael EspindolaChange linkInModule to take a std::unique_ptr.
2015-11-09 Richard DiamondFix `llvm-config` to adapt to the install environment.
2015-11-05 Peter CollingbourneDI: Reverse direction of subprogram -> function edge.
2015-10-21 Peter Zotov[OCaml] Expose Llvm.{set_,}unnamed_addr.
2015-10-15 Eric ChristopherRemove DIFile from createSubroutineType.
2015-09-06 Andrew Wilkins[bindings] Update Go bindings to DIBuilder
2015-08-18 Chandler Carruth[PM/AA] Remove the last relics of the separate IPA...
2015-08-05 Richard DiamondRevert "Fix `llvm-config` to emit the linker flag for...
2015-07-31 Duncan P. N. Exon... DI: Rewrite the DIBuilder local variable API
2015-07-27 JF BastienFix `llvm-config` to emit the linker flag for the combi...
2015-07-16 Reid KlecknerRevert "Update LLVM bindings after r239940. ..."
2015-07-15 Andrew WilkinsExpose setPersonalityFn to Go
2015-07-06 Rafael EspindolaRemove getRelocationAddress.
2015-06-27 Peter Zotov[OCaml] Bump ctypes dependency to 0.4.
2015-06-18 Daniel JasperUpdate LLVM bindings after r239940. Apparently these...
2015-06-15 Peter CollingbourneAdd safestack attribute to LLVMAttribute enum and Go...
2015-04-29 Duncan P. N. Exon... IR: Give 'DI' prefix to debug info metadata
2015-04-21 Duncan P. N. Exon... DebugInfo: Remove DIArray and DITypeArray typedefs
2015-04-21 Duncan P. N. Exon... DebugInfo: Drop rest of DIDescriptor subclasses
2015-04-20 Duncan P. N. Exon... DebugInfo: Delete subclasses of DIScope
2015-04-20 Duncan P. N. Exon... DebugInfo: Delete old subclasses of DIType
2015-04-16 Duncan P. N. Exon... DebugInfo: Remove DIDescriptor from the DIBuilder API
2015-04-15 Duncan P. N. Exon... DebugInfo: Require a DebugLoc in DIBuilder::insertDeclare()
2015-04-08 Peter CollingbourneGo bindings: make various DIBuilder arguments optional.
2015-04-07 Duncan P. N. Exon... IR: Remove MDTupleTypedArrayWrapper::operator MDTuple*()
2015-04-07 Duncan P. N. Exon... bindings/go: Stop using DIDescriptor::is*() and auto...
2015-03-05 Peter CollingbourneGo bindings: use MDNode::replaceAllUsesWith instead...
2015-03-02 Juergen RibutzkaRestore LLVMLinkModules C API until it is properly...
2015-03-02 Andrew Wilkinsbindings/go: expose DIBuilder::createReplaceableComposi...
2015-02-13 Chandler Carruth[PM] Remove the old 'PassManager.h' header file at...
2015-02-13 Chandler CarruthRe-sort the #include lines in bindings and examples...
2015-02-06 Peter Zotov[OCaml] Add Llvm.build_empty_phi.
2015-02-04 Alexey SamsonovSpecialCaseList: Add support for parsing multiple input...
2015-01-19 Duncan P. N. Exon... IR: Return unique_ptr from MDNode::getTemporary()
2015-01-19 Duncan P. N. Exon... IR: Remove MDNodeFwdDecl
next