aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Target.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-4/+0
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-8/+9
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-1/+1
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-8/+0
* Update to LLVM 3.5a.Stephen Hines2014-04-241-3/+5
* llvm-c: Add LLVMIntPtrType{,ForAS}InContextAnders Waldenborg2013-10-171-0/+8
* This patch breaks up Wrap.h so that it does not have to include all of Filip Pizlo2013-05-011-1/+1
* Move C++ code out of the C headers and into either C++ headersEric Christopher2013-04-221-0/+18
* Convert the TargetTransformInfo from an immutable pass with dynamicChandler Carruth2013-01-051-1/+0
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-2/+2
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-2/+2
* Revert the series of commits starting with r166578 which introduced theChandler Carruth2012-11-011-1/+1
* Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow2012-10-241-1/+1
* Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...Nadav Rotem2012-10-181-0/+1
* Temporarily revert the TargetTransform changes.Bob Wilson2012-10-181-1/+0
* Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow2012-10-151-1/+9
* Revert 165732 for further review.Micah Villmow2012-10-111-9/+1
* Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow2012-10-111-1/+9
* Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem2012-10-101-0/+1
* Move TargetData to DataLayout.Micah Villmow2012-10-081-3/+3
* Implement TargetData with the DataLayout class, this will allow LLVM projects...Micah Villmow2012-10-051-1/+1
* Add LLVMAddTargetLibraryInfo to the C API.Rafael Espindola2011-07-251-0/+6
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-2/+2
* remove the InvalidateStructLayoutInfo API, which is dead and unnecessary nowChris Lattner2011-07-151-4/+0
* introduce a new TargetLibraryInfo pass, which transformations can use toChris Lattner2011-02-181-0/+1
* Improve comment.Owen Anderson2010-10-071-1/+1
* Add initialization routines for Target.Owen Anderson2010-10-071-2/+12
* "In order to ease automatic bindings generation, it would be helpful if boole...Chris Lattner2010-01-091-1/+1
* move debug info stuff out of line, allowing two #includesChris Lattner2009-12-281-0/+1
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-131-1/+1
* Rename PaddedSize to AllocSize, in the hope that thisDuncan Sands2009-05-091-1/+1
* Rename getABITypeSize to getTypePaddedSize, asDuncan Sands2009-01-121-1/+1
* strdup needs <cstring>. This fixes a build error with g++-4.3.Torok Edwin2008-04-041-0/+1
* C and Objective Caml bindings for the TargetData class.Gordon Henriksen2008-03-161-0/+93