[llvm-profdata] Add SaturatingAdd/SaturatingMultiply Helper Functions
[oota-llvm.git] / include / llvm-c /
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
2013-10-17 Anders Waldenborgllvm-c: Add LLVMIntPtrType{,ForAS}InContext
2013-10-17 Filip PizloExpose install_fatal_error_handler() through the C...
2013-10-16 Anders Waldenborgllvm-c: Add LLVMDumpType
2013-10-16 Anders Waldenborg[llvm-c] Add LLVMPrintModuleToString.
2013-10-15 Anders WaldenborgRevert "Add AllTargetsBindings sublibrary" as it breaks...
2013-10-15 Anders WaldenborgAdd AllTargetsBindings sublibrary instead of having...
2013-10-09 Rui UeyamaRevert "llvm-c: Make target initializer functions exter...
2013-10-09 Anders Waldenborgllvm-c: Make target initializer functions external...
2013-10-03 Rafael EspindolaOptimize linkonce_odr unnamed_addr functions during...
2013-10-02 Quentin Colombet[llvm-c][Disassembler] Add an option to print latency...
2013-10-02 Filip PizloThis threads SectionName through the allocateCodeSectio...
2013-10-01 Quentin Colombet[llvm-c][Disassembler] Add an option to reproduce in...
2013-09-30 Anders Waldenborgllvm-c: use typedef for function pointers
2013-09-25 Peter CollingbourneTry again to fix the MSVC build.
2013-09-25 Peter CollingbourneWrap the #include of <stdbool.h> in an #ifndef __cplusplus.
2013-09-20 Anders WaldenborgRevert "llvm-c: Add LLVMGetPointerToFunction"
2013-09-19 Anders Waldenborgllvm-c: Add LLVMGetPointerToFunction
2013-09-19 Anders Waldenborgllvm-c: Make LLVMGetFirstTarget a proper prototype
2013-08-27 Shuxin Yang Revert 189297, the original commit message is following.
2013-08-27 Shuxin Yang Add new API lto_codegen_compile_parallel().
2013-08-23 Andrea Di BiagioAdd function attribute 'optnone'.
2013-08-23 Richard SandifordTurn MipsOptimizeMathLibCalls into a target-independent...
2013-08-16 Daniel Dunbar[typo] An LLVM.
2013-08-12 Shuxin YangRevert r188188 and r188200.
2013-08-12 Shuxin YangMisc enhancements to LTO:
2013-05-24 Diego NovilloAdd a new function attribute 'cold' to functions.
2013-05-22 Filip PizloExpose the RTDyldMemoryManager through the C API. This...
2013-05-21 Filip PizloRoll out r182407 and r182408 because they broke builds.
2013-05-21 Filip PizloExpose the RTDyldMemoryManager through the C API. This...
2013-05-06 Duncan SandsFix formatting. Patch by o11c.
2013-05-01 Filip PizloThis exposes more MCJIT options via the C API:
2013-05-01 Filip PizloRename 'struct LLVMTargetMachine' to 'struct LLVMOpaque...
2013-04-29 Andrew KaylorExposing MCJIT through C API
2013-04-25 Rafael EspindolaRevert "Exposing MCJIT through C API"
2013-04-24 Andrew KaylorExposing MCJIT through C API
2013-04-23 Carlo Kokc vs c++ mistake in header file typedef for AtomicRMW...
2013-04-23 Carlo KokExpose IRBuilder::CreateAtomicRMW as LLVMBuildAtomicRMW...
2013-04-22 Eric ChristopherMove C++ code out of the C headers and into either...
2013-04-18 Tom StellardC API: Fix coding style
2013-04-16 Tom StellardC API: Add LLVMTargetMachineEmitToMemoryBuffer()
2013-04-16 Tom StellardC API: Add LLVMGetBufferSize()
2013-04-16 Tom StellardC API: Add LLVMGetBufferStart()
2013-04-16 Tom StellardC API: Add LLVMAddTargetDependentFunctionAttr()
2013-04-16 Hans WennborgAdd four new functions and one new enum to the C API:
2013-04-11 Benjamin KramerRename the C function to create a SLPVectorizerPass...
2013-04-04 Evan ChengRevert r178713
2013-04-03 Evan ChengMake it possible to include llvm-c without including...
2013-03-10 Nick LewyckyUse LLVMBool instead of 'bool' in the C API. Based...
2013-02-17 Duncan SandsAdd multithreading functions and shutdown to the C...
2013-02-14 Bill Wendlings/bool/LLVMBool/
2013-02-14 Bill WendlingAdd two new functions to the C API:
2013-01-28 Michael GottesmanExtracted ObjCARC.cpp into its own library libLLVMObjCA...
2013-01-23 Bill WendlingAdd the IR attribute 'sspstrong'.
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-19 Roman DivackyRemove edis - the enhanced disassembler. Fixes PR14654.
2012-12-18 Kevin EnderbyAdd to the disassembler C API an option to print the...
2012-12-10 Bill WendlingRevert r169656.
2012-12-08 Bill WendlingAdd the `lto_codegen_set_export_dynamic' function.
2012-12-07 Jim GrosbachAdd C API for specifying CPU to the disassembler.
2012-12-05 Kevin EnderbyAdded a option to the disassembler to print immediates...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
next