summaryrefslogtreecommitdiff
path: root/include/llvm-c
AgeCommit message (Expand)Author
2018-07-24Add PerfJITEventListener for perf profiling support.Andres Freund
2018-07-21[DebugInfo] Add a new DI flag to record if a C++ record is a trivial typeAaron Smith
2018-07-17[LLVM-C] Add target triple normalization to the C API.whitequark
2018-07-01[UnrollAndJam] New Unroll and Jam passDavid Green
2018-06-01[DebugInfo] Refactoring DIType::setFlags to DIType::cloneWithFlags, NFCRoman Tereshin
2018-05-28[LLVM-C] [OCaml] Remove LLVMAddBBVectorizePassFangrui Song
2018-05-27Revert 333358 as it's failing on some builders.David Green
2018-05-27[UnrollAndJam] Add a new Unroll and Jam passDavid Green
2018-05-24[C-API] Add functions to create GDB, Intel, Oprofile event listeners.Andres Freund
2018-05-24[ORC][C-API] Expose LLVMOrc{Unr,R}egisterJITEventListener().Andres Freund
2018-05-24[ORC] Add findSymbolIn() wrapper to C bindings, take #2.Andres Freund
2018-05-24Revert r333147 "[ORC] Add findSymbolIn() wrapper to C bindings."Andres Freund
2018-05-24[ORC] Add findSymbolIn() wrapper to C bindings.Andres Freund
2018-05-21[LLVM-C] Add DIBuilder Bindings For ObjC ClassesRobert Widmann
2018-05-20[LLVM-C] Improve Bindings For AliasesRobert Widmann
2018-05-19[LLVM-C] Use Length-Providing Value Name Getters and SettersRobert Widmann
2018-05-14[LLVM-C] Add Bindings For Module FlagsRobert Widmann
2018-05-10[LLVM-C] Consolidate llgo's DIBuilder BindingsRobert Widmann
2018-05-10[LLVM-C] Add Accessors for Common DIType and DILocation PropertiesRobert Widmann
2018-05-10[LLVM-C] Move DIBuilder Bindings For Temporary MDNodesRobert Widmann
2018-05-01Remove \brief commands from doxygen comments.Adrian Prantl
2018-04-28[LLVM-C] Add DIBuilder bindings to create import declarationsRobert Widmann
2018-04-28[LLVM-C] Miscellaneous Cleanups in DIBuilder BindingsRobert Widmann
2018-04-24Fix Wdocumentation warnings. NFCI.Simon Pilgrim
2018-04-24InstCombine: Fix layering by not including Scalar.h in InstCombineDavid Blaikie
2018-04-24[AggressiveInstCombine] Add aggressive inst combiner to the LLVM C API.Craig Topper
2018-04-23[LLVM-C] DIBuilder Bindings For Variable ExpressionsRobert Widmann
2018-04-23[LLVM-C] DIBuilderBindings for Subrange and ArraysRobert Widmann
2018-04-23[LLVM-C] Finish Up Scope BindingsRobert Widmann
2018-04-22[LLVM-C] Add DIBuilder Bindings For Variable CreationRobert Widmann
2018-04-11[LLVM-C] Add LLVMGetHostCPU{Name,Features}.whitequark
2018-04-07[LLVM-C] Move DIBuilder Bindings For Block ScopesRobert Widmann
2018-04-06[LLVM-C] Fill Out LLVMCallConvRobert Widmann
2018-04-06[LLVM-C] Audit Inline Assembly APIs for ConsistencyRobert Widmann
2018-04-02Assume existence of inttypes.h and stdint.h in DataTypes.h.Nico Weber
2018-04-02Wdocumentation fix. NFCI.Simon Pilgrim
2018-04-02Wdocumentation fixes. NFCI.Simon Pilgrim
2018-04-02Add C API bindings for DIBuilder 'Type' APIsHarlan Haskins
2018-03-30[LLVM-C] Finish exception instruction bindings - Round 2Robert Widmann
2018-03-30Revert "[LLVM-C] Finish exception instruction bindings"Vlad Tsyrklevich
2018-03-29llvm-c: Split Utils out of Scalar.hDavid Blaikie
2018-03-29[LLVM-C] Finish exception instruction bindingsRobert Widmann
2018-03-29Split Disassembler.h in two to fix dependenciesDavid Blaikie
2018-03-21Reapply Support layering fixes.David Blaikie
2018-03-21Revert "Move DataTypes.h from Support to llvm-c to fix layering."Jonas Devlieghere
2018-03-21Revert layering changesJonas Devlieghere
2018-03-21Fix the actual user of DataTypes.h in llvm-c to avoid the circular dependencyDavid Blaikie
2018-03-21Move DataTypes.h from Support to llvm-c to fix layering.David Blaikie
2018-03-20Revert "Fix layering between llvm-c and Support by factoring out some typedef...Jonas Devlieghere
2018-03-20Fix layering between llvm-c and Support by factoring out some typedefs into S...David Blaikie