| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove every uses of getGlobalContext() in LLVM (but the C API) | Mehdi Amini | 2016-04-14 | 1 | -2/+5 |
* | Move LLVMCreateTargetData and LLVMDisposeTargetData together. NFC | Amaury Sechet | 2016-02-17 | 1 | -4/+4 |
* | Restore the capability to manipulate datalayout from the C API | Amaury Sechet | 2016-02-16 | 1 | -0/+8 |
* | Kill LLVMAddTargetData | Amaury Sechet | 2016-02-16 | 1 | -3/+0 |
* | Make DataLayout Non-Optional in the Module | Mehdi Amini | 2015-03-04 | 1 | -4/+0 |
* | [PM] Remove the old 'PassManager.h' header file at the top level of | Chandler Carruth | 2015-02-13 | 1 | -1/+1 |
* | [PM] Change the core design of the TTI analysis to use a polymorphic | Chandler Carruth | 2015-01-31 | 1 | -0/+1 |
* | [PM] Rework how the TargetLibraryInfo pass integrates with the new pass | Chandler Carruth | 2015-01-24 | 1 | -4/+4 |
* | [PM] Separate the TargetLibraryInfo object from the immutable pass. | Chandler Carruth | 2015-01-15 | 1 | -2/+2 |
* | [PM] Move TargetLibraryInfo into the Analysis library. | Chandler Carruth | 2015-01-15 | 1 | -1/+1 |
* | Add doInitialization/doFinalization to DataLayoutPass. | Rafael Espindola | 2014-09-10 | 1 | -1/+1 |
* | [un]wrap extracted from lib/Target/Target[MachineC].cpp, lib/ExecutionEngine/... | Artyom Skrobov | 2014-05-13 | 1 | -8/+0 |
* | Use DataLayout from the module when easily available. | Rafael Espindola | 2014-02-25 | 1 | -0/+2 |
* | Make DataLayout a plain object, not a pass. | Rafael Espindola | 2014-02-25 | 1 | -2/+2 |
* | Remove the 's' DataLayout specification | Rafael Espindola | 2014-01-01 | 1 | -1/+1 |
* | llvm-c: Add LLVMIntPtrType{,ForAS}InContext | Anders Waldenborg | 2013-10-17 | 1 | -0/+8 |
* | This patch breaks up Wrap.h so that it does not have to include all of | Filip Pizlo | 2013-05-01 | 1 | -1/+1 |
* | Move C++ code out of the C headers and into either C++ headers | Eric Christopher | 2013-04-22 | 1 | -0/+18 |
* | Convert the TargetTransformInfo from an immutable pass with dynamic | Chandler Carruth | 2013-01-05 | 1 | -1/+0 |
* | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 2013-01-02 | 1 | -2/+2 |
* | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -2/+2 |
* | Revert the series of commits starting with r166578 which introduced the | Chandler Carruth | 2012-11-01 | 1 | -1/+1 |
* | Add in support for getIntPtrType to get the pointer type based on the address... | Micah Villmow | 2012-10-24 | 1 | -1/+1 |
* | Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin... | Nadav Rotem | 2012-10-18 | 1 | -0/+1 |
* | Temporarily revert the TargetTransform changes. | Bob Wilson | 2012-10-18 | 1 | -1/+0 |
* | Resubmit the changes to llvm core to update the functions to support differen... | Micah Villmow | 2012-10-15 | 1 | -1/+9 |
* | Revert 165732 for further review. | Micah Villmow | 2012-10-11 | 1 | -9/+1 |
* | Add in the first iteration of support for llvm/clang/lldb to allow variable p... | Micah Villmow | 2012-10-11 | 1 | -1/+9 |
* | Add a new interface to allow IR-level passes to access codegen-specific infor... | Nadav Rotem | 2012-10-10 | 1 | -0/+1 |
* | Move TargetData to DataLayout. | Micah Villmow | 2012-10-08 | 1 | -3/+3 |
* | Implement TargetData with the DataLayout class, this will allow LLVM projects... | Micah Villmow | 2012-10-05 | 1 | -1/+1 |
* | Add LLVMAddTargetLibraryInfo to the C API. | Rafael Espindola | 2011-07-25 | 1 | -0/+6 |
* | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 2011-07-18 | 1 | -2/+2 |
* | remove the InvalidateStructLayoutInfo API, which is dead and unnecessary now | Chris Lattner | 2011-07-15 | 1 | -4/+0 |
* | introduce a new TargetLibraryInfo pass, which transformations can use to | Chris Lattner | 2011-02-18 | 1 | -0/+1 |
* | Improve comment. | Owen Anderson | 2010-10-07 | 1 | -1/+1 |
* | Add initialization routines for Target. | Owen Anderson | 2010-10-07 | 1 | -2/+12 |
* | "In order to ease automatic bindings generation, it would be helpful if boole... | Chris Lattner | 2010-01-09 | 1 | -1/+1 |
* | move debug info stuff out of line, allowing two #includes | Chris Lattner | 2009-12-28 | 1 | -0/+1 |
* | Push LLVMContexts through the IntegerType APIs. | Owen Anderson | 2009-08-13 | 1 | -1/+1 |
* | Rename PaddedSize to AllocSize, in the hope that this | Duncan Sands | 2009-05-09 | 1 | -1/+1 |
* | Rename getABITypeSize to getTypePaddedSize, as | Duncan Sands | 2009-01-12 | 1 | -1/+1 |
* | strdup needs <cstring>. This fixes a build error with g++-4.3. | Torok Edwin | 2008-04-04 | 1 | -0/+1 |
* | C and Objective Caml bindings for the TargetData class. | Gordon Henriksen | 2008-03-16 | 1 | -0/+93 |