Age | Commit message (Expand) | Author |
2012-10-08 | Move TargetData to DataLayout. | Micah Villmow |
2012-10-05 | Remove extraneous semicolon. | Chad Rosier |
2012-10-05 | Implement TargetData with the DataLayout class, this will allow LLVM projects... | Micah Villmow |
2012-10-01 | TargetData: s/uint32_t/unsigned/ per Kuba's request. | Benjamin Kramer |
2012-09-29 | Shrink TargetAlignElem a bit, we do a lot of searches on them. | Benjamin Kramer |
2012-08-07 | Revert r161371. Removing the 'const' before Type is a "good thing". | Bill Wendling |
2012-08-07 | Constify the Type parameter to some methods (which are const anyway). | Bill Wendling |
2012-06-09 | Convert comments to proper Doxygen comments. | Dmitri Gribenko |
2011-10-20 | Haven't yet found a nice way to handle TargetData verification in the | Lang Hames |
2011-10-18 | Backing out patch. Will refactor to remove the AsmParser dependency on Target. | Lang Hames |
2011-10-17 | Re-applying the target data layout verification patch from r142288, plus appr... | Lang Hames |
2011-10-17 | 142288 broke the build: | Rafael Espindola |
2011-10-17 | Validate target data layout strings. | Lang Hames |
2011-10-11 | improve some of the documentation around target data layout strings. | Chris Lattner |
2011-10-10 | Add a natural stack alignment field to TargetData, and prevent InstCombine from | Lang Hames |
2011-07-19 | Convert TargetData::getIndexedOffset to use ArrayRef. | Jay Foad |
2011-07-18 | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner |
2011-07-15 | remove the InvalidateStructLayoutInfo API, which is dead and unnecessary now | Chris Lattner |
2011-07-12 | Remove IntegerType constness from TargetData | Tobias Grosser |
2011-07-12 | Revert r134893 and r134888 (and related patches in other trees). It was causing | Bill Wendling |
2011-07-11 | De-constify Types in StructType::get() and TargetData::getIntPtrType(). | Jay Foad |
2011-03-16 | Add TargetData::fitsInLegalInteger(). | Cameron Zwarich |
2011-01-15 | fix typo | Chris Lattner |
2010-11-29 | Merge System into Support. | Michael J. Spencer |
2010-09-13 | Fix linux/msvc build, move include. | Benjamin Kramer |
2010-08-11 | Don't use unsigned char for alignments in TargetData. There aren't | Dan Gohman |
2010-08-06 | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson |
2010-08-06 | Revert r110396 to fix buildbots. | Owen Anderson |
2010-08-05 | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson |
2010-02-25 | Revert r97064. Duncan pointed out that bitcasts are defined in | Dan Gohman |
2010-02-24 | Make getTypeSizeInBits work correctly for array types; it should return | Dan Gohman |
2010-01-25 | add a method to get the alignment of an integer type even | Chris Lattner |
2009-12-09 | Silence conversion warning from 64 to 32-bit. | Eric Christopher |
2009-12-03 | remove some dead std::ostream using code. | Chris Lattner |
2009-12-03 | This initial code is meant to convert TargetData to use an AbstractTypesUser so | Bill Wendling |
2009-11-18 | The llvm-gcc front-end and the pass manager use two separate TargetData objects. | Bill Wendling |
2009-11-07 | all targets should be required to declare legal integer types. My plan to | Chris Lattner |
2009-11-07 | add the ability for TargetData to return information about legal integer | Chris Lattner |
2009-11-07 | more cleanup. | Chris Lattner |
2009-11-07 | rewrite TargetData to use StringRef/raw_ostream instead of thrashing std::str... | Chris Lattner |
2009-10-26 | Move DataTypes.h to include/llvm/System, update all users. This breaks the last | Chandler Carruth |
2009-08-21 | Try again at privatizing the layout info map, with a rewritten patch. | Owen Anderson |
2009-08-20 | Re-revert r79555. Apparently it's not just buildbot weirdness. | Owen Anderson |
2009-08-20 | Reapply r79555 for testing. Daniel's trying to work out some buildbot weirdn... | Owen Anderson |
2009-08-20 | --- Reverse-merging r79555 into '.': | Bill Wendling |
2009-08-20 | Make the StructType->StructLayout table private to TargetData, allowing us to... | Owen Anderson |
2009-08-13 | Push LLVMContexts through the IntegerType APIs. | Owen Anderson |
2009-08-03 | llvm_report_error already prints "LLVM ERROR:". So stop reporting errors like... | Benjamin Kramer |
2009-07-11 | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin |
2009-05-12 | Clarify a comment. | Dan Gohman |