summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm-c
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [LLVM-C] Expose functions to create debug locations via DIBuilder.whitequark2017-11-011-0/+202
* [SimplifyCFG] use pass options and remove the latesimplifycfg passSanjay Patel2017-10-281-3/+0
* [LLVM-C] Publicly expose getters of MetadataType, TokenTypewhitequark2017-10-271-0/+10
* Add CalledValuePropagation passMatthew Simpson2017-10-251-0/+3
* [ORC] Hook up the LLVMOrcAddObjectFile function in the Orc C Bindings.Lang Hames2017-09-171-14/+6
* [ORC] Errorize the ORC APIs.Lang Hames2017-07-071-11/+17
* Remove the BBVectorize pass.Chandler Carruth2017-06-301-1/+1
* [ORC] Re-apply r306166 and r306168 with fix for regression test.Lang Hames2017-06-231-3/+46
* This reverts commit r306166 and r306168.Rafael Espindola2017-06-231-46/+3
* [ORC] Move ORC IR layer interface from addModuleSet to addModule and fix theLang Hames2017-06-231-3/+46
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-063-3/+3
* [LLVM-C] [OCaml] Expose Type::subtypes.whitequark2017-06-051-0/+14
* Introduce LLVMDIBuilderRefAmaury Sechet2017-04-201-0/+7
* Introducing LLVMMetadataRefAmaury Sechet2017-04-172-0/+17
* Reorganize libLTO C API header lto.h (NFC)Mehdi Amini2017-04-081-74/+70
* Split the SimplifyCFG pass into two variants.Joerg Sonnenberger2017-03-261-0/+3
* [GVN] Initial check-in of a new global value numbering algorithm.Davide Italiano2016-12-221-0/+3
* [ThinLTO] Add an API to trigger file-based API for returning objects to the l...Mehdi Amini2016-12-141-1/+35
* Kill deprecated attribute APIAmaury Sechet2016-11-061-81/+0
* [C API] Add LLVMConstExactUDiv and LLVMBuildExactUDiv functions.Manuel Jacob2016-10-041-0/+3
* [EarlyCSE] Change C API pass interface for EarlyCSE w/ MemorySSAGeoff Berry2016-09-011-1/+4
* [EarlyCSE] Optionally use MemorySSA. NFC.Geoff Berry2016-08-311-1/+1
* Propery format doccomment in lto.h . NFCAmaury Sechet2016-07-261-4/+4
* Expose AttributeSetNode, use it to provide aggregate getter for attribute in ...Amaury Sechet2016-07-211-0/+6
* Do not use bool in C header lto.h, use lto_bool_t insteadMehdi Amini2016-07-111-1/+2
* Add a libLTO API to query a memory buffer and check if it contains ObjC categ...Mehdi Amini2016-07-111-5/+13
* Add support for string attributes in the C API.Amaury Sechet2016-06-151-0/+10
* Add support for callsite in the new C API for attributesAmaury Sechet2016-06-151-1/+8
* Remove the ScalarReplAggregates passDavid Majnemer2016-06-151-3/+3
* Change () to (void) in the C API.Amaury Sechet2016-06-121-1/+1
* Make sure we have a Add/Remove/Has function for various thing that can have a...Amaury Sechet2016-06-122-2/+72
* Extract renaming from D19181Amaury Sechet2016-05-231-1/+1
OpenPOWER on IntegriCloud