aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm-c/Target.h
Commit message (Expand)AuthorAgeFilesLines
* llvm-c: Add a few missing InitializeAll* functions.Daniel Dunbar2011-11-291-0/+52
* Add LLVMAddTargetLibraryInfo to the C API.Rafael Espindola2011-07-251-0/+16
* Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,Evan Cheng2011-07-221-8/+2
* Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2011-07-191-0/+6
* remove the InvalidateStructLayoutInfo API, which is dead and unnecessary nowChris Lattner2011-07-151-6/+0
* Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng2011-07-141-0/+6
* Fix LLVM target initialization to deal with sociopathic outside projectsEric Christopher2010-08-301-8/+3
* Fix PR7809 by creating a header for just llvm variables that can beEric Christopher2010-08-081-18/+18
* 80 columns.Eric Christopher2010-07-121-1/+2
* add some more (void)'s to prototypes for PR6961Chris Lattner2010-04-291-3/+3
* declare targets with (void) instead of () since this is a C header.Chris Lattner2010-04-281-2/+2
* hopefully unbreak the ocaml bindings.Chris Lattner2010-01-091-1/+1
* "In order to ease automatic bindings generation, it would be helpful if boole...Chris Lattner2010-01-091-3/+2
* improve compatibility with SWIG, patch by James Knight!Chris Lattner2009-12-211-1/+5
* Add LLVMInitializeAllTargetInfos for C api, and updateDaniel Dunbar2009-08-181-1/+14
* Provide InitializeAllTargets and InitializeNativeTarget functions in theBob Wilson2009-06-231-0/+29
* Rename PaddedSize to AllocSize, in the hope that thisDuncan Sands2009-05-091-1/+1
* Rename getABITypeSize to getTypePaddedSize, asDuncan Sands2009-01-121-1/+1
* C and Objective Caml bindings for the TargetData class.Gordon Henriksen2008-03-161-0/+131