OSDN Git Service

[LLVM-C][OCaml] Add C and OCaml APIs for llvm::StructType::isLiteral
[android-x86/external-llvm.git] / include / llvm-c / Core.h
2018-09-18 whitequark[LLVM-C][OCaml] Add C and OCaml APIs for llvm::StructTy...
2018-09-18 whitequark[OCaml] Add GlobalIFunc value kind to OCaml API
2018-08-30 Robert Widmann[LLVM-C] Add Bindings For Named Metadata
2018-08-06 Hsiangkai Wang[DebugInfo] Refactor DbgInfoIntrinsic class hierarchy.
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-04-06 Robert Widmann[LLVM-C] Fill Out LLVMCallConv
2018-04-06 Robert Widmann[LLVM-C] Audit Inline Assembly APIs for Consistency
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 Robert Widmann[LLVM-C] Finish exception instruction bindings
2018-03-14 Robert Widmann[LLVM-C] Redo unnamed_address attribute bindings
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
2017-10-27 whitequark[LLVM-C] Publicly expose getters of MetadataType, TokenType
2017-06-05 whitequark[LLVM-C] [OCaml] Expose Type::subtypes.
2017-04-17 Amaury SechetIntroducing LLVMMetadataRef
2016-11-06 Amaury SechetKill deprecated attribute API
2016-10-04 Manuel Jacob[C API] Add LLVMConstExactUDiv and LLVMBuildExactUDiv...
2016-07-21 Amaury SechetExpose AttributeSetNode, use it to provide aggregate...
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-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-01 Amaury SechetProperly name LLVMSetIsInBounds's argument. NFC
2016-05-01 Amaury SechetCapitalize align argument in the C API as per conventio...
2016-04-23 Amaury SechetStyle fix in Core.h / Core.cpp. NFC
2016-04-20 Amaury SechetAdd LLVMGetAttrKindID in the C API in order to facilita...
2016-04-13 Amaury SechetRevert "Add LLVMGetAttrKindIDInContext in the C API...
2016-04-13 Amaury SechetAdd LLVMGetAttrKindIDInContext in the C API in order...
2016-04-08 Jeroen Ketema[llvm-c] Expose LLVMContextGetDiagnostic{Handler,Context}
2016-04-07 Dmitry Polukhin[GCC] Attribute ifunc support in llvm
2016-04-06 Peter Zotov[llvm-c] Add LLVMGetValueKind.
2016-04-05 Peter Zotov[llvm-c] Expose LLVM{Get,Set}ModuleIdentifier
2016-04-04 Amaury SechetStyle update in Core.h/Core.cpp . NFC
2016-04-04 NAKAMURA TakumiFixup r265277 [-Wdocumentation]
2016-04-03 Amaury SechetVarious style fix in Core.h/Core.cpp . NFC
2016-04-01 Manman RenSwift Calling Convention: add swifterror attribute.
2016-03-29 Manman RenSwift Calling Convention: add swiftself attribute.
2016-03-19 Mehdi AminiExpose IRBuilder::CreateAtomicCmpXchg as LLVMBuildAtomi...
2016-03-13 Amaury SechetUse templated version of unwrap instead of cats in...
2016-02-18 Amaury SechetAdd support for invoke/landingpad/resume in C API test
2016-02-17 Amaury SechetAdd support for memory operations (load/store/gep)...
2016-02-16 Amaury SechetDeprecate LLVMGetDataLayout and replace it by LLVMGetDa...
2016-02-15 Amaury SechetRename LLVMSetDataLayout's argument to match what they...
2016-02-14 Amaury SechetFix star alignment in Core.h
2016-02-11 Amaury SechetAdd support for phi nodes in the LLVM C API test
2016-02-10 Amaury SechetAdd support for struct in C API test
2016-02-10 Amaury SechetAdd binding for counting argument and find called value...
2016-02-09 Amaury SechetAdd C binding for AllocaInst::getAllocatedType
2016-02-09 Amaury SechetImprove the C API echo test tool to emit basic block...
2016-01-18 Amaury SechetFix typo in the C API comments
2015-12-18 Eric ChristopherReorganize the C API headers to improve build times.
2015-12-14 David Majnemer[IR] Remove terminatepad
2015-12-12 David Majnemer[IR] Reformulate LLVM's EH funclet IR
2015-11-11 David Majnemer[IR] Add support for empty tokens
2015-11-04 Eugene ZelenkoFix some Clang-tidy modernize warnings, other minor...
2015-09-03 Joseph Tremoulet[WinEH] Add cleanupendpad instruction
2015-08-14 David Majnemer[IR] Add token types
2015-08-02 Andrew WilkinsAdd support to set/get ordering for load/store from...
2015-07-31 David MajnemerNew EH representation for MSVC compatibility
2015-07-29 Nick LewyckyFix typo "fuction" noticed in comments in AssumptionCac...
2015-07-16 Reid KlecknerRevert "Update LLVM bindings after r239940. ..."
2015-07-14 Andrew WilkinsAdd capability to get and set the personalitty function...
2015-07-10 David MajnemerRevert the new EH instructions
2015-07-10 David MajnemerNew EH representation for MSVC compatibility
2015-06-18 Daniel JasperUpdate LLVM bindings after r239940. Apparently these...
2015-06-15 Peter CollingbourneAdd safestack attribute to LLVMAttribute enum and Go...
2015-06-04 Peter Zotov[C API] Add LLVMStructGetTypeAtIndex.
2015-04-16 Sanjoy Das[IR] Introduce a dereferenceable_or_null(N) attribute.
2014-12-09 Duncan P. N. Exon... IR: Split Metadata from Value
2014-10-28 Peter Zotov[C API] PR19859: Add functions to query and modify...
2014-10-28 Peter Zotov[C API] PR19859: Add LLVMGetFCmpPredicate and LLVMConst...
2014-10-17 Peter Zotov[LLVM-C] Add LLVMInstructionClone.
2014-10-01 Tom StellardC API: Add LLVMCloneModule()
2014-08-12 Peter Zotov[LLVM-C] Expose User::getOperandUse as LLVMGetOperandUse.
2014-08-03 Peter Zotov[LLVM-C] Add LLVM{IsConstantString,GetAsString,GetEleme...
2014-07-18 Hal FinkelAdd a dereferenceable attribute
2014-06-27 Chandler CarruthRe-apply r211287: Remove support for LLVM runtime multi...
2014-06-24 NAKAMURA TakumiRevert r211287, "Remove support for LLVM runtime multi...
2014-06-19 Zachary TurnerRemove support for LLVM runtime multi-threading.
2014-06-16 Zachary TurnerRevert r211066, 211067, 211068, 211069, 211070.
2014-06-16 Zachary TurnerRemove some more code out into a separate CL.
2014-06-10 Zachary TurnerRevert "Remove support for runtime multi-threading."
2014-06-10 Zachary TurnerRemove support for runtime multi-threading.
2014-06-05 Tom RoederAdd a new attribute called 'jumptable' that creates...
2014-05-20 Nick LewyckyAdd 'nonnull', a new parameter and return attribute...
2014-05-16 Juergen RibutzkaAdd C API for thread yielding callback.
2014-05-15 Juergen RibutzkaRevert "[PM] Add pass run listeners to the pass manager."
2014-05-13 Rafael EspindolaSplit GlobalValue into GlobalValue and GlobalObject.
2014-04-28 Juergen Ributzka[PM] Add pass run listeners to the pass manager.
2014-04-16 Tom StellardAdded new functionality to LLVM C API to use Diagnostic...
2014-03-10 Tim Northoverllvm-c: expose unnamedaddr field of globals
2014-03-06 Chandler Carruth[Modules] Fix a layering issue that is actually impacti...
2014-03-05 Peter Zotov[C API] Implement LLVM{Get,Set}Alignment for AllocaInst.
2014-03-05 Reid KlecknerC API: Add functions to get or set a GlobalValue's...
2014-01-14 Nico RieckDecouple dllexport/dllimport from linkage
2014-01-14 Nico RieckRevert "Decouple dllexport/dllimport from linkage"
next