Address issues found by Duncan during post-commit review of r177856.
[oota-llvm.git] / include / llvm-c /
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...
2012-11-24 Benjamin KramerlibLTO: Add a utility method to initialize the disassem...
2012-10-22 Kevin EnderbyAdd support for annotated disassembly output for X86...
2012-10-20 Benjamin KramerSymbol hygiene: Make sure declarations and definitions...
2012-10-15 Bill WendlingMove the Attributes::Builder outside of the Attributes...
2012-10-15 Micah VillmowResubmit the changes to llvm core to update the functio...
2012-10-14 Bill WendlingUse builder to create alignment attributes. Remove...
2012-10-11 Micah VillmowRevert 165732 for further review.
2012-10-11 Micah VillmowAdd in the first iteration of support for llvm/clang...
2012-10-08 Bill WendlingUpdate comment.
2012-10-08 Micah VillmowMove TargetData to DataLayout.
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-07-19 Bill WendlingRemove tabs.
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-05-09 Bill WendlingSupply a C interface to the "LinkModules" method.
2012-05-02 Anders Waldenborg[llvm-c] Make a few function declarations proper prototypes
2012-04-16 Rafael EspindolaRemove lto_codegen_set_whole_program_optimization....
2012-04-11 Duncan SandsAdd a C binding to the Target and TargetMachine classes...
2012-04-09 Bill Wendlings/lto_codegen_whole_program_optimization/lto_codegen_se...
2012-04-09 Bill WendlingAdd a hook to turn on the internalize pass through...
2012-03-31 Bill WendlingCleanup whitespace and remove unneeded 'extern' keyword...
2012-03-26 Bill WendlingAdd 'undef's to make SWIG happier. Patch by Baozeng...
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-02-01 Hal FinkelA few of the changes suggested in code review (by Nick...
2012-02-01 Hal FinkelAdd a basic-block autovectorization pass.
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-29 Danil MalyshevFixed ObjectFile functions:
2011-11-29 Daniel Dunbarllvm-c: Add a few missing InitializeAll* functions.
2011-11-27 Chandler CarruthRevert r145180 as it is causing test failures on all...
2011-11-27 Danil MalyshevFixed ObjectFile functions:
2011-11-04 Chad RosierRemove declarations for functions that don't exist...
2011-10-27 Owen AndersonExpose relocation accessors through the libObject C...
2011-10-27 Owen AndersonAdd relocation iterators to the libObject C API.
2011-10-21 Owen AndersonUse LLVMBool for a function that logically returns...
2011-10-21 Owen AndersonFix typo.
2011-10-21 Owen AndersonBind libObject API for obtaining the section containing...
2011-10-21 Owen AndersonExpand the coverage of the libObject C bindings to...
2011-10-14 Torok Edwinocaml bindings: introduce classify_value
2011-10-14 Torok Edwinocaml bindings: add getopcode for constant and instruct...
2011-10-07 Michael J. SpencerChange relocation API to be per section. This time...
2011-10-07 Bill WendlingRevert 141376 and 141377 due to breaking the build.
2011-10-07 Michael J. SpencerChange relocation API to be per section.
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-04 Kevin EnderbyAdding back support for printing operands symbolically...
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-09 Rafael EspindolaAdd missing file.
2011-08-03 Bill WendlingRemove the LowerSetJmp pass. It wasn't used effectively...
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...
2011-07-27 Bill WendlingKeep enums stable. Append EH stuff to the end.
2011-07-27 Bill WendlingMerge the contents from exception-handling-rewrite...
2011-07-27 Eli FriedmanThe numbering of LLVMOpcode is supposed to be stable...
2011-07-26 Eli FriedmanFix a couple minor mistakes pointed out by Bill in...
2011-07-26 Rafael EspindolaAdd LLVMAddAlwaysInlinerPass to the C API.
2011-07-26 Rafael EspindolaLLVM 3.0 is here, remove old do nothing method.
2011-07-25 Rafael EspindolaAdd LLVMAddTargetLibraryInfo to the C API.
2011-07-25 Rafael EspindolaAdd LLVMAddLowerExpectIntrinsicPass to the C API.
2011-07-22 Evan ChengCombine all MC initialization routines into one. e...
2011-07-19 Evan ChengIntroduce MCCodeGenInfo, which keeps information that...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-15 Chris Lattnerremove the InvalidateStructLayoutInfo API, which is...
next