summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm-c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [LLVM-C] Add Accessors for Common DIType and DILocation PropertiesRobert Widmann2018-05-101-0/+73
* [LLVM-C] Move DIBuilder Bindings For Temporary MDNodesRobert Widmann2018-05-101-0/+27
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-4/+4
* [LLVM-C] Add DIBuilder bindings to create import declarationsRobert Widmann2018-04-281-0/+66
* [LLVM-C] Miscellaneous Cleanups in DIBuilder BindingsRobert Widmann2018-04-281-33/+42
* Fix Wdocumentation warnings. NFCI.Simon Pilgrim2018-04-241-3/+0
* InstCombine: Fix layering by not including Scalar.h in InstCombineDavid Blaikie2018-04-241-0/+43
* [AggressiveInstCombine] Add aggressive inst combiner to the LLVM C API.Craig Topper2018-04-242-0/+4
* [LLVM-C] DIBuilder Bindings For Variable ExpressionsRobert Widmann2018-04-231-0/+106
* [LLVM-C] DIBuilderBindings for Subrange and ArraysRobert Widmann2018-04-231-0/+30
* [LLVM-C] Finish Up Scope BindingsRobert Widmann2018-04-231-7/+73
* [LLVM-C] Add DIBuilder Bindings For Variable CreationRobert Widmann2018-04-221-0/+74
* [LLVM-C] Add LLVMGetHostCPU{Name,Features}.whitequark2018-04-111-0/+8
* [LLVM-C] Move DIBuilder Bindings For Block ScopesRobert Widmann2018-04-071-0/+64
* [LLVM-C] Fill Out LLVMCallConvRobert Widmann2018-04-061-7/+42
* [LLVM-C] Audit Inline Assembly APIs for ConsistencyRobert Widmann2018-04-061-2/+37
* Assume existence of inttypes.h and stdint.h in DataTypes.h.Nico Weber2018-04-021-45/+0
* Wdocumentation fix. NFCI.Simon Pilgrim2018-04-021-5/+5
* Wdocumentation fixes. NFCI.Simon Pilgrim2018-04-021-19/+28
* Add C API bindings for DIBuilder 'Type' APIsHarlan Haskins2018-04-021-0/+324
* [LLVM-C] Finish exception instruction bindings - Round 2Robert Widmann2018-03-301-6/+73
* Revert "[LLVM-C] Finish exception instruction bindings"Vlad Tsyrklevich2018-03-301-73/+6
* llvm-c: Split Utils out of Scalar.hDavid Blaikie2018-03-292-6/+50
* [LLVM-C] Finish exception instruction bindingsRobert Widmann2018-03-291-6/+73
* Split Disassembler.h in two to fix dependenciesDavid Blaikie2018-03-292-146/+161
* Reapply Support layering fixes.David Blaikie2018-03-214-3/+138
* Revert "Move DataTypes.h from Support to llvm-c to fix layering."Jonas Devlieghere2018-03-211-135/+0
* Revert layering changesJonas Devlieghere2018-03-211-1/+1
* Fix the actual user of DataTypes.h in llvm-c to avoid the circular dependencyDavid Blaikie2018-03-211-1/+1
* Move DataTypes.h from Support to llvm-c to fix layering.David Blaikie2018-03-211-0/+135
* Revert "Fix layering between llvm-c and Support by factoring out some typedef...Jonas Devlieghere2018-03-201-1/+37
* Fix layering between llvm-c and Support by factoring out some typedefs into S...David Blaikie2018-03-201-37/+1
OpenPOWER on IntegriCloud