Reorganize the C API headers to improve build times.
[oota-llvm.git] / include / llvm-c / Target.h
2015-12-18 Eric ChristopherReorganize the C API headers to improve build times.
2013-11-11 Peter Zotov[llvm-c] Remove dead typedef
2013-11-06 Peter Zotov[llvm-c] Add parameter names in Target.h for C99 compliance
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-10-23 NAKAMURA Takumillvm-c/Target.h: Tweak "inline" for msvc to use __inlin...
2013-10-23 NAKAMURA Takumiinclude/llvm-c: Whitespace.
2013-10-17 Anders Waldenborgllvm-c: Add LLVMIntPtrType{,ForAS}InContext
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-04-22 Eric ChristopherMove C++ code out of the C headers and into either...
2013-04-04 Evan ChengRevert r178713
2013-04-03 Evan ChengMake it possible to include llvm-c without including...
2012-10-15 Micah VillmowResubmit the changes to llvm core to update the functio...
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 Micah VillmowMove TargetData to DataLayout.
2012-05-02 Anders Waldenborg[llvm-c] Make a few function declarations proper prototypes
2012-03-26 Bill WendlingAdd 'undef's to make SWIG happier. Patch by Baozeng...
2012-03-21 Gregory SzorcOrganize LLVM C API docs into doxygen modules; add...
2011-11-29 Daniel Dunbarllvm-c: Add a few missing InitializeAll* functions.
2011-07-25 Rafael EspindolaAdd LLVMAddTargetLibraryInfo 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-15 Chris Lattnerremove the InvalidateStructLayoutInfo API, which is...
2011-07-14 Evan ChengRename createAsmInfo to createMCAsmInfo and move regist...
2010-08-30 Eric ChristopherFix LLVM target initialization to deal with sociopathic...
2010-08-08 Eric ChristopherFix PR7809 by creating a header for just llvm variables...
2010-07-12 Eric Christopher80 columns.
2010-04-29 Chris Lattneradd some more (void)'s to prototypes for PR6961
2010-04-28 Chris Lattnerdeclare targets with (void) instead of () since this...
2010-01-09 Chris Lattnerhopefully unbreak the ocaml bindings.
2010-01-09 Chris Lattner"In order to ease automatic bindings generation, it...
2009-12-21 Chris Lattnerimprove compatibility with SWIG, patch by James Knight!
2009-08-18 Daniel DunbarAdd LLVMInitializeAllTargetInfos for C api, and update
2009-06-23 Bob WilsonProvide InitializeAllTargets and InitializeNativeTarget...
2009-05-09 Duncan SandsRename PaddedSize to AllocSize, in the hope that this
2009-01-12 Duncan SandsRename getABITypeSize to getTypePaddedSize, as
2008-03-16 Gordon HenriksenC and Objective Caml bindings for the TargetData class.