Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,
[oota-llvm.git] / include / llvm-c / Target.h
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.