This patch breaks up Wrap.h so that it does not have to include all of
[oota-llvm.git] / lib / Target / Target.cpp
2013-05-01 Filip PizloThis patch breaks up Wrap.h so that it does not have...
2013-04-22 Eric ChristopherMove C++ code out of the C headers and into either...
2013-01-05 Chandler CarruthConvert the TargetTransformInfo from an immutable pass...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-01 Chandler CarruthRevert the series of commits starting with r166578...
2012-10-24 Micah VillmowAdd in support for getIntPtrType to get the pointer...
2012-10-18 Nadav RotemReapply the TargerTransformInfo changes, minus the...
2012-10-18 Bob WilsonTemporarily revert the TargetTransform changes.
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-10 Nadav RotemAdd a new interface to allow IR-level passes to access...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-10-05 Micah VillmowImplement TargetData with the DataLayout class, this...
2011-07-25 Rafael EspindolaAdd LLVMAddTargetLibraryInfo to the C API.
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-15 Chris Lattnerremove the InvalidateStructLayoutInfo API, which is...
2011-02-18 Chris Lattnerintroduce a new TargetLibraryInfo pass, which transform...
2010-10-07 Owen AndersonImprove comment.
2010-10-07 Owen AndersonAdd initialization routines for Target.
2010-01-09 Chris Lattner"In order to ease automatic bindings generation, it...
2009-12-28 Chris Lattnermove debug info stuff out of line, allowing two #includes
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-05-09 Duncan SandsRename PaddedSize to AllocSize, in the hope that this
2009-01-12 Duncan SandsRename getABITypeSize to getTypePaddedSize, as
2008-04-04 Torok Edwinstrdup needs <cstring>. This fixes a build error with...
2008-03-16 Gordon HenriksenC and Objective Caml bindings for the TargetData class.