Don't taint relaxed loads that immediately comes before an AcqRel read-modify-write op
[oota-llvm.git] / include / llvm-c / BitReader.h
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.
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2013-10-23 NAKAMURA Takumiinclude/llvm-c: Whitespace.
2012-03-21 Gregory SzorcOrganize LLVM C API docs into doxygen modules; add...
2010-03-02 Erick TryzelaarAdd Module functions in place of module providers.
2010-01-09 Chris Lattner"In order to ease automatic bindings generation, it...
2009-08-11 Erick TryzelaarChange llvm-c's ordering of contexts to make it consistent.
2009-07-02 Owen AndersonRestore other bits of the C API that I tore up. All...
2009-07-01 Owen AndersonAdd a pointer to the owning LLVMContext to Module....
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-12-19 Gordon HenriksenAdding bindings for memory buffers and module providers...
2007-12-12 Gordon HenriksenAdd (very basic) bindings for ModuleProvider.
2007-12-11 Gordon HenriksenAdding Ocaml bindings for the bitreader as requested...