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