summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm-c
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [ORC] Re-apply r327566 with a fix for test-global-ctors.ll.Lang Hames2018-03-151-32/+2
* Revert "[ORC] Switch from shared_ptr to unique_ptr for addModule methods."Reid Kleckner2018-03-141-2/+30
* [ORC] Switch from shared_ptr to unique_ptr for addModule methods.Lang Hames2018-03-141-30/+2
* [LLVM-C] [bindings/go] Add C and Golang bindings for COMDATReid Kleckner2018-03-142-0/+80
* [LLVM-C] Redo unnamed_address attribute bindingsRobert Widmann2018-03-141-0/+11
* [ThinLTO] Added a couple of C LTO API interfaces to control the cache policy.Ekaterina Romanova2018-03-021-1/+23
* Allow 0 to be a valid value pruning interval in C LTO API. Value 0 will cause...Ekaterina Romanova2018-02-151-1/+1
* [ORC] Remove Layer handles from the layer concept.Lang Hames2018-02-091-1/+1
* [LLVM-C] Add Accessors For A Module's Source File NameRobert Widmann2018-01-301-0/+21
* [NFC] fix trivial typos in comments and documentsHiroshi Inoue2018-01-261-1/+1
* [NFC] fix trivial typos in commentsHiroshi Inoue2018-01-232-2/+2
* Debug Info: Support DW_AT_calling_convention on composite types.Adrian Prantl2018-01-051-0/+2
* [ThinLTO][CachePruning] explicitly disable pruningBen Dunbobbin2017-12-221-4/+4
* [ThinLTO][C-API] Correct api commentsBen Dunbobbin2017-12-191-9/+9
* Use code voice for DIBuilder in LLVM C APIHarlan Haskins2017-11-041-2/+2
* Clean up comments in include/llvm-c/DebugInfo.hAdrian Prantl2017-11-021-59/+84
* Add missing header guards.Adrian Prantl2017-11-021-0/+5
* llvm-c/DebugInfo.h: Fix warning. [-Wdocumentation]NAKAMURA Takumi2017-11-021-1/+1
OpenPOWER on IntegriCloud