Add a dereferenceable attribute
[oota-llvm.git] / include / llvm-c / Core.h
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"
2014-01-14 Nico RieckDecouple dllexport/dllimport from linkage
2013-12-19 Reid KlecknerBegin adding docs and IR-level support for the inalloca...
2013-11-20 Filip PizloExpose the fence instruction via the C API.
2013-11-15 Matt ArsenaultAdd addrspacecast instruction.
2013-11-09 Filip PizloThis exposes the new calling conventions (WebKit_JS...
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-10-29 Anders Waldenborgllvm-c: Make LLVM{Get,Set}Alignment work on {Load,Store...
2013-10-23 NAKAMURA Takumiinclude/llvm-c: Whitespace.
2013-10-23 Benjamin KramerMark zero-argument functions explicitly in C headers.
2013-10-22 Anders Waldenborgllvm-c: Add LLVMPrintTypeToString
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-08-23 Andrea Di BiagioAdd function attribute 'optnone'.
2013-08-16 Daniel Dunbar[typo] An LLVM.
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-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 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-04 Evan ChengRevert r178713
2013-04-03 Evan ChengMake it possible to include llvm-c without including...
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-23 Bill WendlingAdd the IR attribute 'sspstrong'.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-10-15 Bill WendlingMove the Attributes::Builder outside of the Attributes...
2012-10-14 Bill WendlingUse builder to create alignment attributes. Remove...
2012-10-08 Bill WendlingUpdate comment.
2012-09-19 Duncan SandsAdd support for accessing an MDNode's operands via...
2012-09-04 Bob WilsonMake sure macros in the include subdirectory are not...
2012-09-02 Nuno Lopesreplace a couple of single-line comments with /* *...
2012-08-17 Bill WendlingChange the `linker_private_weak_def_auto' linkage to...
2012-08-10 Eli BenderskyA couple of addition comment fixes
2012-08-10 Eli BenderskyFix a couple of typos in comments
2012-06-29 Chandler CarruthMove llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
2012-06-02 Benjamin KramerFix typos found by github.com/lyda/misspell-check
2012-05-09 Hans WennborgIntroduce llvm-c function LLVMPrintModuleToFile.
2012-03-22 Chris Lattneradd load/store volatility control to the C API, patch...
2012-03-21 Gregory SzorcFinish organizing C API docs.
2012-03-21 Gregory SzorcOrganize LLVM C API docs into doxygen modules; add...
2012-02-06 Bill Wendling[unwind removal] Remove all of the code for the dead...
2012-01-31 Bill WendlingRemove the eh.exception and eh.selector intrinsics...
2012-01-25 Chandler CarruthRevert a tiny bit of r148553 which extended LLVM's...
2012-01-20 Benjamin KramerDon't use my favorite C++11 feature (comma at end of...
2012-01-20 Kostya SerebryanyExtend Attributes to 64 bits
2011-12-20 Devang PatelAdd support to add named metadata operand.
2011-12-17 Dan GohmanThe powers that be have decided that LLVM IR should...
2011-11-04 Chad RosierRemove declarations for functions that don't exist...
2011-10-14 Torok Edwinocaml bindings: introduce classify_value
2011-10-14 Torok Edwinocaml bindings: add getopcode for constant and instruct...
2011-10-06 Torok EdwinDon't require C bindings opcode numbers to be kept...
2011-10-06 Torok EdwinAdd uwtable, returnstwice and nonlazybind to the C...
2011-10-06 Torok Edwinocaml/C bindings: type->isSized()
2011-10-06 Torok Edwinadd binding to read icmp predicate
2011-10-06 Torok Edwinocaml/C bindings: getmdstring, add num_op, get_op shoul...
2011-10-06 Torok EdwinC/OCaml API to retrieve struct name.
2011-10-03 Devang PatelAdd C api for Instruction->eraseFromParent().
2011-08-23 Nate BegemanAdd some useful accessors to c++ api that appear to...
2011-08-19 Benjamin KramerC API functions must be able to see their extern "C...
2011-08-12 Bill WendlingInitial commit of the 'landingpad' instruction.
2011-08-02 Bill WendlingRemove the LLVMBuildUnwind C API function.
2011-07-31 Bill WendlingAdd the 'resume' instruction for the new EH rewrite.
2011-07-30 Bill WendlingRevert r136253, r136263, r136269, r136313, r136325...
2011-07-28 Eli FriedmanLangRef and basic memory-representation/reading/writing...
next