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