summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm-c
Commit message (Expand)AuthorAgeFilesLines
* [IR] Add a dedicated FNeg IR InstructionCameron McInally2018-11-131-0/+5
* [LLVM-C] Improve Intrinsics BindingsRobert Widmann2018-11-061-0/+48
* [CMake] Expose opt-remark tooling through libOptRemarks.dylibFrancis Visoiu Mistrih2018-11-051-0/+7
* Fix a typo in a function nameAlex Denisov2018-11-021-1/+1
* [LLVM-C] Add Builder Bindings to Common Memory IntrinsicsRobert Widmann2018-10-291-0/+29
* [TI removal] Update the C API for the move away from `TerminatorInst`.Chandler Carruth2018-10-181-16/+24
* llvm-c: Add C APIs to access DebugLoc infoSaleem Abdulrasool2018-10-101-0/+38
* Reland: [OptRemarks] Add library for parsing optimization remarksFrancis Visoiu Mistrih2018-10-101-0/+197
* Revert "[OptRemarks] Add library for parsing optimization remarks"Francis Visoiu Mistrih2018-10-101-197/+0
* [OptRemarks] Add library for parsing optimization remarksFrancis Visoiu Mistrih2018-10-101-0/+197
* Emit template type and value parameter DIEs for template variables.Matthew Voss2018-10-031-23/+11
* [LLVM-C] Add an accessor for the kind of a Metadata NodeRobert Widmann2018-10-011-0/+45
* Add a comment to clarify the contract for LLVMGetErrorMessage in the c-bindingsLang Hames2018-09-291-0/+2
* [LLVM-C] Add an accessor for the "value type" of a globalRobert Widmann2018-09-281-0/+8
* Revert "[LLVM-C] Add bindings for addCoroutinePassesToExtensionPoints"whitequark2018-09-281-3/+0
* [LLVM-C] Add bindings for addCoroutinePassesToExtensionPointswhitequark2018-09-281-0/+3
* [LLVM-C] Add more debug information accessors to GlobalObject and InstructionRobert Widmann2018-09-282-0/+69
* [ORC] Update ORC C bindings to use the new llvm::Error C API.Lang Hames2018-09-232-38/+37
* [LLVM-C][OCaml] Add UnifyFunctionExitNodes pass to C and OCaml APIswhitequark2018-09-181-0/+3
* [LLVM-C][OCaml] Add LowerAtomic pass to C and OCaml APIswhitequark2018-09-181-0/+3
* [LLVM-C][OCaml] Add C and OCaml APIs for llvm::StructType::isLiteralwhitequark2018-09-181-0/+7
* [OCaml] Add GlobalIFunc value kind to OCaml APIwhitequark2018-09-181-0/+1
* Reland r342233: [ThinLTO] Allow setting of maximum cache size with 64-bit numberJames Henderson2018-09-171-1/+11
* Revert r342233.James Henderson2018-09-141-11/+1
* [ThinLTO]Allow setting of maximum cache size with 64-bit numberJames Henderson2018-09-141-1/+11
* [Aggressive InstCombine] Move C bindings to their own header file.Benjamin Kramer2018-09-052-3/+43
* [LLVM-C] Add Bindings For Named MetadataRobert Widmann2018-08-302-0/+64
* [AArch64] Add Tiny Code Model for AArch64David Green2018-08-221-0/+1
* [LLVM-C] Add coroutine passeswhitequark2018-08-191-0/+55
* [C-API][DIBuilder] Added DIFlags in LLVMDIBuilderCreateBasicTypewhitequark2018-08-191-1/+5
* [Support] Add a basic C API for llvm::Error.Lang Hames2018-08-151-0/+65
* [DebugInfo] Refactor DbgInfoIntrinsic class hierarchy.Hsiangkai Wang2018-08-061-1/+3
* Add PerfJITEventListener for perf profiling support.Andres Freund2018-07-241-0/+1
* [DebugInfo] Add a new DI flag to record if a C++ record is a trivial typeAaron Smith2018-07-211-0/+3
* [LLVM-C] Add target triple normalization to the C API.whitequark2018-07-171-0/+4
* [UnrollAndJam] New Unroll and Jam passDavid Green2018-07-011-0/+3
* [DebugInfo] Refactoring DIType::setFlags to DIType::cloneWithFlags, NFCRoman Tereshin2018-06-011-3/+2
* [LLVM-C] [OCaml] Remove LLVMAddBBVectorizePassFangrui Song2018-05-281-3/+0
* Revert 333358 as it's failing on some builders.David Green2018-05-271-3/+0
* [UnrollAndJam] Add a new Unroll and Jam passDavid Green2018-05-271-0/+3
* [C-API] Add functions to create GDB, Intel, Oprofile event listeners.Andres Freund2018-05-241-0/+6
* [ORC][C-API] Expose LLVMOrc{Unr,R}egisterJITEventListener().Andres Freund2018-05-242-0/+19
* [ORC] Add findSymbolIn() wrapper to C bindings, take #2.Andres Freund2018-05-241-0/+9
* Revert r333147 "[ORC] Add findSymbolIn() wrapper to C bindings."Andres Freund2018-05-241-9/+0
* [ORC] Add findSymbolIn() wrapper to C bindings.Andres Freund2018-05-241-0/+9
* [LLVM-C] Add DIBuilder Bindings For ObjC ClassesRobert Widmann2018-05-211-1/+61
* [LLVM-C] Improve Bindings For AliasesRobert Widmann2018-05-201-0/+50
* [LLVM-C] Use Length-Providing Value Name Getters and SettersRobert Widmann2018-05-191-2/+7
* [LLVM-C] Add Bindings For Module FlagsRobert Widmann2018-05-142-0/+114
* [LLVM-C] Consolidate llgo's DIBuilder BindingsRobert Widmann2018-05-101-0/+15
OpenPOWER on IntegriCloud