| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add LLVMAddTargetLibraryInfo to the C API. | Rafael Espindola | 2011-07-25 | 1 | -0/+16 |
| | | | | | llvm-svn: 135975 | ||||
| * | Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo, | Evan Cheng | 2011-07-22 | 1 | -8/+2 |
| | | | | | | | InitializeX86MCInstrInfo, etc. are combined into InitializeX86TargetMC. llvm-svn: 135812 | ||||
| * | Introduce MCCodeGenInfo, which keeps information that can affect codegen | Evan Cheng | 2011-07-19 | 1 | -0/+6 |
| | | | | | | | | (including compilation, assembly). Move relocation model Reloc::Model from TargetMachine to MCCodeGenInfo so it's accessible even without TargetMachine. llvm-svn: 135468 | ||||
| * | remove the InvalidateStructLayoutInfo API, which is dead and unnecessary now | Chris Lattner | 2011-07-15 | 1 | -6/+0 |
| | | | | | | | that type refinement is toast. llvm-svn: 135245 | ||||
| * | Rename createAsmInfo to createMCAsmInfo and move registration code to ↵ | Evan Cheng | 2011-07-14 | 1 | -0/+6 |
| | | | | | | | MCTargetDesc to prepare for next round of changes. llvm-svn: 135219 | ||||
| * | Fix LLVM target initialization to deal with sociopathic outside projects | Eric Christopher | 2010-08-30 | 1 | -8/+3 |
| | | | | | | | | | | | | that like to randomly define things like "X86", regenerate autoconf bits and update cmake. Fixes PR7852. Patch by Xerxes Rånby! llvm-svn: 112499 | ||||
| * | Fix PR7809 by creating a header for just llvm variables that can be | Eric Christopher | 2010-08-08 | 1 | -18/+18 |
| | | | | | | | included in exported interfaces. Update a couple of exported interfaces. llvm-svn: 110532 | ||||
| * | 80 columns. | Eric Christopher | 2010-07-12 | 1 | -1/+2 |
| | | | | | llvm-svn: 108126 | ||||
| * | add some more (void)'s to prototypes for PR6961 | Chris Lattner | 2010-04-29 | 1 | -3/+3 |
| | | | | | llvm-svn: 102667 | ||||
| * | declare targets with (void) instead of () since this is a C header. | Chris Lattner | 2010-04-28 | 1 | -2/+2 |
| | | | | | | | Patch by Lars R in PR6961. llvm-svn: 102523 | ||||
| * | hopefully unbreak the ocaml bindings. | Chris Lattner | 2010-01-09 | 1 | -1/+1 |
| | | | | | llvm-svn: 93082 | ||||
| * | "In order to ease automatic bindings generation, it would be helpful if ↵ | Chris Lattner | 2010-01-09 | 1 | -3/+2 |
| | | | | | | | | | boolean values were distinguishable from integers. The attached patch introduces "typedef int LLVMBool;", and uses LLVMBool instead of int throughout the C API, wherever a boolean value is called for." Patch by James Y Knight! llvm-svn: 93079 | ||||
| * | improve compatibility with SWIG, patch by James Knight! | Chris Lattner | 2009-12-21 | 1 | -1/+5 |
| | | | | | llvm-svn: 91822 | ||||
| * | Add LLVMInitializeAllTargetInfos for C api, and update | Daniel Dunbar | 2009-08-18 | 1 | -1/+14 |
| | | | | | | | | LLVMInitializeNativeTarget to initialize target info. - Patch by Jose Fonseca. llvm-svn: 79307 | ||||
| * | Provide InitializeAllTargets and InitializeNativeTarget functions in the | Bob Wilson | 2009-06-23 | 1 | -0/+29 |
| | | | | | | | | | C bindings. Change all the backend "Initialize" functions to have C linkage. Change the "llvm/Config/Targets.def" header to use C-style comments to avoid compile warnings. llvm-svn: 74026 | ||||
| * | Rename PaddedSize to AllocSize, in the hope that this | Duncan Sands | 2009-05-09 | 1 | -1/+1 |
| | | | | | | | | will make it more obvious what it represents, and stop it being confused with the StoreSize. llvm-svn: 71349 | ||||
| * | Rename getABITypeSize to getTypePaddedSize, as | Duncan Sands | 2009-01-12 | 1 | -1/+1 |
| | | | | | | | suggested by Chris. llvm-svn: 62099 | ||||
| * | C and Objective Caml bindings for the TargetData class. | Gordon Henriksen | 2008-03-16 | 1 | -0/+131 |
| llvm-svn: 48422 | |||||

