[Orc] Make the ObjectLinkingLayer take ownership of object files until
[oota-llvm.git] / include / llvm-c /
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
2014-01-14 NAKAMURA TakumiRevert r199191, "LTO: add API to set strategy for ...
2014-01-14 Duncan P. N. Exon... LTO: add API to set strategy for -internalize
2014-01-10 NAKAMURA TakumiWhitespace.
2014-01-06 Kevin EnderbyFor the 'C' disassembler API, add a new ReferenceType...
2013-12-19 Reid KlecknerBegin adding docs and IR-level support for the inalloca...
2013-11-22 Richard SandifordAdd a Scalarizer pass.
2013-11-20 Filip PizloExpose the fence instruction via the C API.
2013-11-16 Hal FinkelAdd a loop rerolling pass
2013-11-15 Peter Zotov[llvm-c] Add missing const qualifiers to LLVMCreateTarg...
2013-11-15 Peter Zotov[llvm-c] Simplify signature of LLVMGetTargetFromName
2013-11-15 Matt ArsenaultAdd addrspacecast instruction.
2013-11-13 Benjamin KramerMake sure LLVMLoadLibraryPermanently gets an extern...
2013-11-11 Peter Zotov[llvm-c] Remove dead typedef
2013-11-09 Filip PizloThis exposes the new calling conventions (WebKit_JS...
2013-11-07 NAKAMURA Takumillvm-c/Support.h: Add a newline at eof.
2013-11-06 Peter Zotov[llvm-c] Add parameter names in Target.h for C99 compliance
2013-11-06 Peter Zotov[llvm-c] Improve TargetMachine bindings
2013-11-06 Peter Zotov[llvm-c] Correctly check for existence of native AsmPar...
2013-11-06 Peter Zotov[llvm-c] Add functions for initializing native AsmPrint...
2013-11-06 Peter Zotov[llvm-c] Expose LLVMLoadLibraryPermanently
2013-11-06 Peter Zotov[llvm-c] Expose IRReader interface
2013-11-06 Peter Zotov[llvm-c] Implement LLVMPrintValueToString
2013-11-05 Peter Zotov[llvm-c] (PR16190) Add LLVMIsA* functions for ConstantD...
2013-11-04 Filip PizloMake the pretty stack trace be an opt-in, rather than...
2013-11-03 Filip PizloAdd a comment to note that LLVMDisablePrettyStackTrace...
2013-11-03 Filip PizloWhen LLVM is embedded in a larger application, it's...
2013-11-01 Rafael EspindolaRemove linkonce_odr_auto_hide.
2013-11-01 Kevin EnderbyAdd to the disassembler C API output reference types for
2013-10-31 Rafael EspindolaUse LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN instead...
2013-10-29 Anders Waldenborgllvm-c: Make LLVM{Get,Set}Alignment work on {Load,Store...
2013-10-25 Rafael EspindolaUse c comments.
2013-10-24 Reid Klecknerlto.h: Use lto_bool_t instead of int to restore the ABI
2013-10-23 NAKAMURA Takumillvm-c/Target.h: Tweak "inline" for msvc to use __inlin...
2013-10-23 NAKAMURA Takumillvm-c/lto.h: Avoid use of bool.
2013-10-23 NAKAMURA Takumiinclude/llvm-c: Whitespace.
2013-10-23 Benjamin KramerMark zero-argument functions explicitly in C headers.
2013-10-22 Benjamin KramerSpeling fixes.
2013-10-22 Anders Waldenborgllvm-c: Add LLVMPrintTypeToString
next