[PGO] Implement ValueProfiling Closure interfaces for runtime value profile data
[oota-llvm.git] / include / llvm-c /
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...
2015-06-11 Peter CollingbourneLTO: expose LTO_SYMBOL_COMDAT flag, which indicates...
2015-06-09 Eli BenderskyAdd more wrappers for symbol APIs to the C API.
2015-06-04 Peter Zotov[C API] Add LLVMStructGetTypeAtIndex.
2015-04-27 Duncan P. N. Exon... LTO: Add API to choose whether to embed uselists
2015-04-27 Duncan P. N. Exon... LTO: Correct some doxygen comments about API availability
2015-04-17 Manman Ren[LTO API] add lto_codegen_set_should_internalize.
2015-04-16 Sanjoy Das[IR] Introduce a dereferenceable_or_null(N) attribute.
2015-03-02 Juergen RibutzkaRestore LLVMLinkModules C API until it is properly...
2015-02-24 Manman Ren[LTO API] add lto_codegen_set_module to set the destina...
2015-02-17 Hal Finkel[BDCE] Add a bit-tracking DCE pass
2015-02-04 Rafael EspindolaFix warning: "function declaration isn’t a prototype"
2015-02-03 Rafael EspindolaFix duplicated symbol error.
2015-02-03 Manman Ren[LTO API] split lto_codegen_compile to lto_codegen_opti...
2014-12-23 Rafael EspindolaFinish removing DestroySource.
2014-12-22 Peter Zotov[C API] Expose LLVMGetGlobalValueAddress and LLVMGetFun...
2014-12-09 Duncan P. N. Exon... IR: Split Metadata from Value
2014-11-11 Duncan P. N. Exon... libLTO: Allow linker to choose context of modules and...
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-16 Peter CollingbourneIntroduce LLVMParseCommandLineOptions C API function.
2014-10-14 Peter CollingbourneIntroduce LLVMWriteBitcodeToMemoryBuffer C API function.
2014-10-01 Tom StellardC API: Add LLVMCloneModule()
2014-09-30 Bradley SmithExtend C disassembler API to allow specifying target...
2014-09-11 Juergen Ributzka[C API] Make the 'lower switch' pass available via...
2014-09-07 Hal FinkelAdd an AlignmentFromAssumptions Pass
2014-09-02 Eric ChristopherReinstate "Nuke the old JIT."
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-08-12 Peter Zotov[LLVM-C] Expose User::getOperandUse as LLVMGetOperandUse.
2014-08-07 Eric ChristopherTemporarily Revert "Nuke the old JIT." as it's not...
2014-08-07 Rafael EspindolaFix the ocaml bindings.
2014-08-03 Peter Zotov[LLVM-C] Add LLVM{IsConstantString,GetAsString,GetEleme...
2014-08-01 Rafael EspindolaRemove lto_codegen_set_attr.
2014-07-24 Hal FinkelAdd scoped-noalias metadata
2014-07-18 Gerolf HoflehnerMergedLoadStoreMotion pass
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-12 Richard Smith[modules] The LLVM C API does not require C++!
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-21 Richard Smith[modules] Add module maps for LLVM. These are not quite...
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-05-03 Rafael EspindolaMove LTOModule and LTOCodeGenerator to the llvm namespace.
2014-05-03 Rafael EspindolaStyle update: don't duplicate comments, they were getti...
2014-04-28 Juergen Ributzka[PM] Add pass run listeners to the pass manager.
2014-04-25 Tom RoederAdd an -mattr option to the gold plugin to support...
2014-04-21 Rafael EspindolaConvert getFileOffset to getOffset and move it to its...
2014-04-16 Tom StellardAdded new functionality to LLVM C API to use Diagnostic...
2014-04-14 James MolloyTeach llvm-lto to respect the given RelocModel.
2014-04-08 Richard SmithThe LLVM C API shouldn't be including a file from the...
2014-04-02 Duncan P. N. Exon... Revert "Reapply "LTO: add API to set strategy for ...
2014-03-29 Tim NorthoverARM64: initial backend import
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-02-28 Tobias GrosserAdd 'remark' diagnostic type in LLVM
2014-02-10 Manman RenLTO API: add lto_module_create_from_memory_with_path.
2014-01-24 Alp TokerFix known typos
2014-01-23 Juergen RibutzkaAdd target analysis passes to the codegen pipeline...
2014-01-21 Yunzhong GaoAdding new LTO APIs to parse metadata nodes and extract...
2014-01-16 Duncan P. N. Exon... LTO: document LTO_API_VERSION for each API
2014-01-15 Quentin Colombet[LTO] Add a hook to map LLVM diagnostics into the clien...
2014-01-14 Duncan P. N. Exon... Reapply "LTO: add API to set strategy for -internalize"
2014-01-14 Nico RieckDecouple dllexport/dllimport from linkage
2014-01-14 Nico RieckRevert "Decouple dllexport/dllimport from linkage"
2014-01-14 Nico RieckDecouple dllexport/dllimport from linkage
next