OSDN Git Service

[DebugInfoMetadata] Move main subprogram DIFlag into DISPFlags
[android-x86/external-llvm.git] / include / llvm-c / DebugInfo.h
2019-03-19 Petar Jovanovic[DebugInfoMetadata] Move main subprogram DIFlag into...
2019-02-17 Robert Widmann[LLVM-C] Add bindings to create enumerators
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2019-01-08 Paul RobinsonRename DIFlagFixedEnum to DIFlagEnumClass. NFC
2018-10-03 Matthew VossEmit template type and value parameter DIEs for templat...
2018-10-01 Robert Widmann[LLVM-C] Add an accessor for the kind of a Metadata...
2018-08-19 whitequark[C-API][DIBuilder] Added DIFlags in LLVMDIBuilderCreate...
2018-07-21 Aaron Smith[DebugInfo] Add a new DI flag to record if a C++ record...
2018-06-01 Roman Tereshin[DebugInfo] Refactoring DIType::setFlags to DIType...
2018-05-21 Robert Widmann[LLVM-C] Add DIBuilder Bindings For ObjC Classes
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-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-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-07 Robert Widmann[LLVM-C] Move DIBuilder Bindings For Block Scopes
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-01-05 Adrian PrantlDebug Info: Support DW_AT_calling_convention on composi...
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...