OSDN Git Service

[Support] Fix return type deduction in RetryAfterSignal
[android-x86/external-llvm.git] / include / llvm-c /
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...
2016-04-25 Lang Hames[ORC] clang-format code that was touched in r267457...
2016-04-25 Lang Hames[ORC] Thread Error/Expected through the RPC library.
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-04-01 Mehdi AminiAdd a libLTO API to stop/restart ThinLTO between optimi...
2016-03-29 Manman RenSwift Calling Convention: add swiftself attribute.
2016-03-28 Eugene ZelenkoFix Clang-tidy modernize-deprecated-headers warnings...
2016-03-19 Mehdi AminiExpose IRBuilder::CreateAtomicCmpXchg as LLVMBuildAtomi...
2016-03-19 Mehdi AminiConst-correctness in libLTO
2016-03-13 Amaury SechetUse templated version of unwrap instead of cats in...
2016-03-09 Sean SilvaUse lto_bool_t instead of a raw `bool` (fixup for r262977).
2016-03-09 Mehdi Aminivoid foo() is not a valid C prototype, one has to write...
2016-03-09 Mehdi AminilibLTO: add a ThinLTOCodeGenerator on the model of...
2016-03-07 Amaury SechetRemove unused import in Orc C API
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-17 Amaury SechetMove LLVMCreateTargetData and LLVMDisposeTargetData...
2016-02-16 Amaury SechetRestore the capability to manipulate datalayout from...
2016-02-16 Amaury SechetDeprecate LLVMGetDataLayout and replace it by LLVMGetDa...
2016-02-16 Amaury SechetKill LLVMAddTargetData
2016-02-15 Amaury SechetRename LLVMSetDataLayout's argument to match what they...
2016-02-14 Amaury SechetFix star alignment in Core.h
2016-02-12 Benjamin KramerRemove LLVMGetTargetMachineData leftovers.
2016-02-12 Rafael EspindolaDelete the deprecated LLVMLinkModules.
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-27 Benjamin KramerMake some headers self-contained, remove unused include...
2016-01-18 Amaury SechetFix typo in the C API comments
2015-12-19 Rafael EspindolaDelete APIs that have been deprecated since 2010.
2015-12-18 Rafael EspindolaDeprecate a few C APIs.
2015-12-18 Rafael Espindolaclang-format to reduce diff in another patch.
2015-12-18 Eric ChristopherReorganize the C API headers to improve build times.
2015-12-17 Rafael EspindolaDrop function that are deprecated since 2010.
2015-12-16 Rafael EspindolaChange linkInModule to take a std::unique_ptr.
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-11-03 Rafael EspindolaRevert "Revert "[Orc] Directly emit machine code for...
2015-11-03 Rafael EspindolaRevert "[Orc] Directly emit machine code for the x86...
2015-11-03 Lang Hames[Orc] Directly emit machine code for the x86 resolver...
2015-10-30 Lang Hames[Orc] Expose the compile callback API through the C...
2015-10-28 Lang Hames[Orc] Re-add C bindings for the Orc APIs, with a fix...
2015-10-28 Lang Hames[Orc] Revert the C bindngs commit, r251472, while I...
2015-10-28 Lang Hames[Orc] Add experimental C bindings for Orc.
2015-09-03 Joseph Tremoulet[WinEH] Add cleanupendpad instruction
2015-08-24 Peter CollingbourneLTO: Simplify merged module ownership.
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-07-06 Rafael EspindolaRemove getRelocationAddress.
2015-07-04 Peter CollingbourneLTO: expose LTO_SYMBOL_ALIAS, which indicates that...
2015-06-29 Peter Collingbournelto: Clean up C libLTO interfaces pertaining to linker...
2015-06-29 Peter CollingbourneTeach LTOModule to emit linker flags for dllexported...
2015-06-18 Daniel JasperUpdate LLVM bindings after r239940. Apparently these...
2015-06-15 Peter CollingbourneAdd safestack attribute to LLVMAttribute enum and Go...
next