index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm-c
/
Target.h
Age
Commit message (
Expand
)
Author
2012-10-15
Resubmit the changes to llvm core to update the functions to support differen...
Micah Villmow
2012-10-11
Revert 165732 for further review.
Micah Villmow
2012-10-11
Add in the first iteration of support for llvm/clang/lldb to allow variable p...
Micah Villmow
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2012-05-02
[llvm-c] Make a few function declarations proper prototypes
Anders Waldenborg
2012-03-26
Add 'undef's to make SWIG happier. Patch by Baozeng Ding.
Bill Wendling
2012-03-21
Organize LLVM C API docs into doxygen modules; add docs
Gregory Szorc
2011-11-29
llvm-c: Add a few missing InitializeAll* functions.
Daniel Dunbar
2011-07-25
Add LLVMAddTargetLibraryInfo to the C API.
Rafael Espindola
2011-07-22
Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,
Evan Cheng
2011-07-19
Introduce MCCodeGenInfo, which keeps information that can affect codegen
Evan Cheng
2011-07-15
remove the InvalidateStructLayoutInfo API, which is dead and unnecessary now
Chris Lattner
2011-07-14
Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...
Evan Cheng
2010-08-30
Fix LLVM target initialization to deal with sociopathic outside projects
Eric Christopher
2010-08-08
Fix PR7809 by creating a header for just llvm variables that can be
Eric Christopher
2010-07-12
80 columns.
Eric Christopher
2010-04-29
add some more (void)'s to prototypes for PR6961
Chris Lattner
2010-04-28
declare targets with (void) instead of () since this is a C header.
Chris Lattner
2010-01-09
hopefully unbreak the ocaml bindings.
Chris Lattner
2010-01-09
"In order to ease automatic bindings generation, it would be helpful if boole...
Chris Lattner
2009-12-21
improve compatibility with SWIG, patch by James Knight!
Chris Lattner
2009-08-18
Add LLVMInitializeAllTargetInfos for C api, and update
Daniel Dunbar
2009-06-23
Provide InitializeAllTargets and InitializeNativeTarget functions in the
Bob Wilson
2009-05-09
Rename PaddedSize to AllocSize, in the hope that this
Duncan Sands
2009-01-12
Rename getABITypeSize to getTypePaddedSize, as
Duncan Sands
2008-03-16
C and Objective Caml bindings for the TargetData class.
Gordon Henriksen