summaryrefslogtreecommitdiff
path: root/lib/Target/Target.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-05-13[un]wrap extracted from lib/Target/Target[MachineC].cpp, lib/ExecutionEngine/...Artyom Skrobov1-8/+0
2014-02-25Use DataLayout from the module when easily available.Rafael Espindola1-0/+2
2014-02-25Make DataLayout a plain object, not a pass.Rafael Espindola1-2/+2
2014-01-01Remove the 's' DataLayout specificationRafael Espindola1-1/+1
2013-10-17llvm-c: Add LLVMIntPtrType{,ForAS}InContextAnders Waldenborg1-0/+8
2013-05-01This patch breaks up Wrap.h so that it does not have to include all of Filip Pizlo1-1/+1
2013-04-22Move C++ code out of the C headers and into either C++ headersEric Christopher1-0/+18
2013-01-05Convert the TargetTransformInfo from an immutable pass with dynamicChandler Carruth1-1/+0
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-2/+2
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-2/+2
2012-11-01Revert the series of commits starting with r166578 which introduced theChandler Carruth1-1/+1
2012-10-24Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow1-1/+1
2012-10-18Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...Nadav Rotem1-0/+1
2012-10-18Temporarily revert the TargetTransform changes.Bob Wilson1-1/+0
2012-10-15Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow1-1/+9
2012-10-11Revert 165732 for further review.Micah Villmow1-9/+1
2012-10-11Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow1-1/+9
2012-10-10Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem1-0/+1
2012-10-08Move TargetData to DataLayout.Micah Villmow1-3/+3
2012-10-05Implement TargetData with the DataLayout class, this will allow LLVM projects...Micah Villmow1-1/+1
2011-07-25Add LLVMAddTargetLibraryInfo to the C API.Rafael Espindola1-0/+6
2011-07-18land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner1-2/+2
2011-07-15remove the InvalidateStructLayoutInfo API, which is dead and unnecessary nowChris Lattner1-4/+0
2011-02-18introduce a new TargetLibraryInfo pass, which transformations can use toChris Lattner1-0/+1
2010-10-07Improve comment.Owen Anderson1-1/+1
2010-10-07Add initialization routines for Target.Owen Anderson1-2/+12
2010-01-09"In order to ease automatic bindings generation, it would be helpful if boole...Chris Lattner1-1/+1
2009-12-28move debug info stuff out of line, allowing two #includesChris Lattner1-0/+1
2009-08-13Push LLVMContexts through the IntegerType APIs.Owen Anderson1-1/+1
2009-05-09Rename PaddedSize to AllocSize, in the hope that thisDuncan Sands1-1/+1
2009-01-12Rename getABITypeSize to getTypePaddedSize, asDuncan Sands1-1/+1
2008-04-04strdup needs <cstring>. This fixes a build error with g++-4.3.Torok Edwin1-0/+1
2008-03-16C and Objective Caml bindings for the TargetData class.Gordon Henriksen1-0/+93