summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm-c
Commit message (Expand)AuthorAgeFilesLines
* [Coroutines] Rename "legacy" passes (NFC)Brian Gesiak2020-01-011-4/+4
* Rename DW_AT_LLVM_isysroot to DW_AT_LLVM_sysrootAdrian Prantl2019-12-201-3/+3
* Recommit "[DWARF5]Addition of alignment atrribute in typedef DIE."Sourabh Singh Tomar2019-12-031-1/+1
* [LTO][Legacy] Add API for passing LLVM options separatelyFrancis Visoiu Mistrih2019-11-191-1/+14
* Wrap C APIs with pragmas enforcing -Werror=strict-prototypesDuncan P. N. Exon Smith2019-11-1931-178/+135
* Revert "[DWARF5]Addition of alignment atrribute in typedef DIE."Sam McCall2019-11-181-1/+1
* [DWARF5]Addition of alignment atrribute in typedef DIE.Sourabh Singh Tomar2019-11-161-1/+1
* [IR] Redefine Freeze instructionaqjune2019-11-121-2/+4
* [IR] Add Freeze instructionaqjune2019-11-051-0/+2
* Reapply r374743 with a fix for the ocaml bindingJoerg Sonnenberger2019-10-141-0/+3
* Revert "Add a pass to lower is.constant and objectsize intrinsics"Dmitri Gribenko2019-10-141-3/+0
* Add a pass to lower is.constant and objectsize intrinsicsJoerg Sonnenberger2019-10-131-0/+3
* Fix Wdocumentation unknown parameter warning. NFCI.Simon Pilgrim2019-10-091-1/+1
* [llvm-c] Add UnaryOperator to LLVM_FOR_EACH_VALUE_SUBCLASS macroCameron McInally2019-10-071-0/+1
* [LLVM-C] Add bindings to create macro debug infowhitequark2019-10-071-0/+45
* [LLVM-C][Ocaml] Add MergeFunctions and DCE passAditya Kumar2019-09-292-0/+6
* Improve C API support for atomicrmw and cmpxchg.Nick Lewycky2019-09-261-4/+17
* Remove the obsolete BlockByRefStruct flag from LLVM IRAdrian Prantl2019-09-181-1/+1
* [LTO][Legacy] Add new C inferface to query libcall functionsSteven Wu2019-09-161-1/+9
* [NFC][libLTO] Rearrange declaration in lto.hSteven Wu2019-09-131-42/+42
* [Remarks] Add parser for bitstream remarksFrancis Visoiu Mistrih2019-09-091-1/+16
* Revert "Expose TailCallKind via the LLVM C API"Jonas Devlieghere2019-08-151-25/+0
* Expose TailCallKind via the LLVM C APIRobert Widmann2019-08-141-0/+25
* [LLVM-C] Improve Bindings to The Internalize PassRobert Widmann2019-07-231-0/+15
* [Remarks] Simplify and refactor the RemarkParser interfaceFrancis Visoiu Mistrih2019-07-161-4/+19
* [ThinLTO]LTO]Legacy] Fix dependent libraries support by adding querying of th...Ben Dunbobbin2019-06-121-9/+41
* [LLVM-C] Add Accessor for Mach-O Universal Binary SlicesRobert Widmann2019-05-251-0/+16
* [ELF] Implement Dependent Libraries FeatureBen Dunbobbin2019-05-171-1/+9
* [llvm-c] Make LLVMGetStringErrorTypeId a proper prototypeAnders Waldenborg2019-05-061-1/+1
* [LLVM-C] Deprecate the LLVMValueRef-returning metadata creation functionsRobert Widmann2019-04-241-21/+21
* [LLVM-C] Add accessors to the default floating-point metadata nodeRobert Widmann2019-04-221-1/+18
* [LLVM-C] Add DIFile Field AccesssorsRobert Widmann2019-04-171-0/+34
* [LLVM-C] Add Accessors For Global Variable Metadata PropertiesRobert Widmann2019-04-161-0/+50
* [DebugInfo] Combine Trivial and NonTrivial flagsAaron Smith2019-04-111-1/+1
* Fix a typoAlexander Kornienko2019-04-101-2/+2
* [LLVM-C] Correct The Current Debug Location Accessors (Again)Robert Widmann2019-04-102-1/+43
* Revert "[LLVM-C] Correct The Current Debug Location Accessors"Sam McCall2019-04-101-34/+1
* [LLVM-C] Correct The Current Debug Location AccessorsRobert Widmann2019-04-091-1/+34
* [LLVM-C] Add Bindings to Access an Instruction's DebugLocRobert Widmann2019-04-091-0/+16
* [LLVM-C] Add Section and Symbol Iterator Accessors for Object File BinariesRobert Widmann2019-04-091-11/+63
* Add LLVM IR debug info support for Fortran COMMON blocksAdrian Prantl2019-04-081-1/+2
* [LLVM-C] Allow Access to the Type of a BinaryRobert Widmann2019-04-071-0/+26
* [LLVM-C] Begin to Expose A More General Binary InterfaceRobert Widmann2019-04-052-0/+44
* [LLVM-C] Add bindings to insert basic blocksRobert Widmann2019-04-051-0/+18
* [Remarks][NFCI] Remove useless includeFrancis Visoiu Mistrih2019-04-021-1/+0
* [LLVM-C] Add binding to look up intrinsic by nameRobert Widmann2019-03-251-0/+7
* Remove MSVC compat hack since the inline keyword was added in 2015Reid Kleckner2019-03-191-4/+0
* Reland "[Remarks] Add a new Remark / RemarkParser abstraction"Francis Visoiu Mistrih2019-03-191-55/+168
* Revert "[Remarks] Add a new Remark / RemarkParser abstraction"Francis Visoiu Mistrih2019-03-191-168/+55
* [Remarks] Add a new Remark / RemarkParser abstractionFrancis Visoiu Mistrih2019-03-191-55/+168
OpenPOWER on IntegriCloud