OSDN Git Service

[AMDGPU] Inline asm - added i16, half and i128 types support
[android-x86/external-llvm.git] / include / llvm-c /
2018-06-01 Roman Tereshin[DebugInfo] Refactoring DIType::setFlags to DIType...
2018-05-28 Fangrui Song[LLVM-C] [OCaml] Remove LLVMAddBBVectorizePass
2018-05-27 David GreenRevert 333358 as it's failing on some builders.
2018-05-27 David Green[UnrollAndJam] Add a new Unroll and Jam pass
2018-05-24 Andres Freund[C-API] Add functions to create GDB, Intel, Oprofile...
2018-05-24 Andres Freund[ORC][C-API] Expose LLVMOrc{Unr,R}egisterJITEventListen...
2018-05-24 Andres Freund[ORC] Add findSymbolIn() wrapper to C bindings, take #2.
2018-05-24 Andres FreundRevert r333147 "[ORC] Add findSymbolIn() wrapper to...
2018-05-24 Andres Freund[ORC] Add findSymbolIn() wrapper to C bindings.
2018-05-21 Robert Widmann[LLVM-C] Add DIBuilder Bindings For ObjC Classes
2018-05-20 Robert Widmann[LLVM-C] Improve Bindings For Aliases
2018-05-19 Robert Widmann[LLVM-C] Use Length-Providing Value Name Getters and...
2018-05-14 Robert Widmann[LLVM-C] Add Bindings For Module Flags
2018-05-10 Robert Widmann[LLVM-C] Consolidate llgo's DIBuilder Bindings
2018-05-10 Robert Widmann[LLVM-C] Add Accessors for Common DIType and DILocation...
2018-05-10 Robert Widmann[LLVM-C] Move DIBuilder Bindings For Temporary MDNodes
2018-05-01 Adrian PrantlRemove \brief commands from doxygen comments.
2018-04-28 Robert Widmann[LLVM-C] Add DIBuilder bindings to create import declar...
2018-04-28 Robert Widmann[LLVM-C] Miscellaneous Cleanups in DIBuilder Bindings
2018-04-24 Simon PilgrimFix Wdocumentation warnings. NFCI.
2018-04-24 David BlaikieInstCombine: Fix layering by not including Scalar.h...
2018-04-24 Craig Topper[AggressiveInstCombine] Add aggressive inst combiner...
2018-04-23 Robert Widmann[LLVM-C] DIBuilder Bindings For Variable Expressions
2018-04-23 Robert Widmann[LLVM-C] DIBuilderBindings for Subrange and Arrays
2018-04-23 Robert Widmann[LLVM-C] Finish Up Scope Bindings
2018-04-22 Robert Widmann[LLVM-C] Add DIBuilder Bindings For Variable Creation
2018-04-11 whitequark[LLVM-C] Add LLVMGetHostCPU{Name,Features}.
2018-04-07 Robert Widmann[LLVM-C] Move DIBuilder Bindings For Block Scopes
2018-04-06 Robert Widmann[LLVM-C] Fill Out LLVMCallConv
2018-04-06 Robert Widmann[LLVM-C] Audit Inline Assembly APIs for Consistency
2018-04-02 Nico WeberAssume existence of inttypes.h and stdint.h in DataTypes.h.
2018-04-02 Simon PilgrimWdocumentation fix. NFCI.
2018-04-02 Simon PilgrimWdocumentation fixes. NFCI.
2018-04-02 Harlan HaskinsAdd C API bindings for DIBuilder 'Type' APIs
2018-03-30 Robert Widmann[LLVM-C] Finish exception instruction bindings - Round 2
2018-03-30 Vlad TsyrklevichRevert "[LLVM-C] Finish exception instruction bindings"
2018-03-29 David Blaikiellvm-c: Split Utils out of Scalar.h
2018-03-29 Robert Widmann[LLVM-C] Finish exception instruction bindings
2018-03-29 David BlaikieSplit Disassembler.h in two to fix dependencies
2018-03-21 David BlaikieReapply Support layering fixes.
2018-03-21 Jonas DevlieghereRevert "Move DataTypes.h from Support to llvm-c to...
2018-03-21 Jonas DevlieghereRevert layering changes
2018-03-21 David BlaikieFix the actual user of DataTypes.h in llvm-c to avoid...
2018-03-21 David BlaikieMove DataTypes.h from Support to llvm-c to fix layering.
2018-03-20 Jonas DevlieghereRevert "Fix layering between llvm-c and Support by...
2018-03-20 David BlaikieFix layering between llvm-c and Support by factoring...
2018-03-15 Lang Hames[ORC] Re-apply r327566 with a fix for test-global-ctors.ll.
2018-03-14 Reid KlecknerRevert "[ORC] Switch from shared_ptr to unique_ptr...
2018-03-14 Lang Hames[ORC] Switch from shared_ptr to unique_ptr for addModul...
2018-03-14 Reid Kleckner[LLVM-C] [bindings/go] Add C and Golang bindings for...
2018-03-14 Robert Widmann[LLVM-C] Redo unnamed_address attribute bindings
2018-03-02 Ekaterina Romanova[ThinLTO] Added a couple of C LTO API interfaces to...
2018-02-15 Ekaterina RomanovaAllow 0 to be a valid value pruning interval in C LTO...
2018-02-09 Lang Hames[ORC] Remove Layer handles from the layer concept.
2018-01-30 Robert Widmann[LLVM-C] Add Accessors For A Module's Source File Name
2018-01-26 Hiroshi Inoue[NFC] fix trivial typos in comments and documents
2018-01-23 Hiroshi Inoue[NFC] fix trivial typos in comments
2018-01-05 Adrian PrantlDebug Info: Support DW_AT_calling_convention on composi...
2017-12-22 Ben Dunbobbin[ThinLTO][CachePruning] explicitly disable pruning
2017-12-19 Ben Dunbobbin[ThinLTO][C-API] Correct api comments
2017-11-04 Harlan HaskinsUse code voice for DIBuilder in LLVM C API
2017-11-02 Adrian PrantlClean up comments in include/llvm-c/DebugInfo.h
2017-11-02 Adrian PrantlAdd missing header guards.
2017-11-02 NAKAMURA Takumillvm-c/DebugInfo.h: Fix warning. [-Wdocumentation]
2017-11-01 whitequark[LLVM-C] Expose functions to create debug locations...
2017-10-28 Sanjay Patel[SimplifyCFG] use pass options and remove the latesimpl...
2017-10-27 whitequark[LLVM-C] Publicly expose getters of MetadataType, TokenType
2017-10-25 Matthew SimpsonAdd CalledValuePropagation pass
2017-09-17 Lang Hames[ORC] Hook up the LLVMOrcAddObjectFile function in...
2017-07-07 Lang Hames[ORC] Errorize the ORC APIs.
2017-06-30 Chandler CarruthRemove the BBVectorize pass.
2017-06-23 Lang Hames[ORC] Re-apply r306166 and r306168 with fix for regress...
2017-06-23 Rafael EspindolaThis reverts commit r306166 and r306168.
2017-06-23 Lang Hames[ORC] Move ORC IR layer interface from addModuleSet...
2017-06-06 Chandler CarruthSort the remaining #include lines in include/... and...
2017-06-05 whitequark[LLVM-C] [OCaml] Expose Type::subtypes.
2017-04-20 Amaury SechetIntroduce LLVMDIBuilderRef
2017-04-17 Amaury SechetIntroducing LLVMMetadataRef
2017-04-08 Mehdi AminiReorganize libLTO C API header lto.h (NFC)
2017-03-26 Joerg SonnenbergerSplit the SimplifyCFG pass into two variants.
2016-12-22 Davide Italiano[GVN] Initial check-in of a new global value numbering...
2016-12-14 Mehdi Amini[ThinLTO] Add an API to trigger file-based API for...
2016-11-06 Amaury SechetKill deprecated attribute API
2016-10-04 Manuel Jacob[C API] Add LLVMConstExactUDiv and LLVMBuildExactUDiv...
2016-09-01 Geoff Berry[EarlyCSE] Change C API pass interface for EarlyCSE...
2016-08-31 Geoff Berry[EarlyCSE] Optionally use MemorySSA. NFC.
2016-07-26 Amaury SechetPropery format doccomment in lto.h . NFC
2016-07-21 Amaury SechetExpose AttributeSetNode, use it to provide aggregate...
2016-07-11 Mehdi AminiDo not use bool in C header lto.h, use lto_bool_t instead
2016-07-11 Mehdi AminiAdd a libLTO API to query a memory buffer and check...
2016-06-15 Amaury SechetAdd support for string attributes in the C API.
2016-06-15 Amaury SechetAdd support for callsite in the new C API for attributes
2016-06-15 David MajnemerRemove the ScalarReplAggregates pass
2016-06-12 Amaury SechetChange () to (void) in the C API.
2016-06-12 Amaury SechetMake sure we have a Add/Remove/Has function for various...
2016-05-23 Amaury SechetExtract renaming from D19181
2016-05-09 Mehdi AminiThinLTOCodeGenerator: ignore 0 values for the cache...
2016-05-03 Mehdi AminiProvide some default values for the ThinLTO Cache pruning
2016-05-01 Amaury SechetProperly name LLVMSetIsInBounds's argument. NFC
2016-05-01 Amaury SechetCapitalize align argument in the C API as per conventio...
next