| Age | Commit message (Expand) | Author |
| 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 |
| 2009-05-11 | Don't #include DerivedTypes.h from TargetData.h. | Jay Foad |
| 2009-05-11 | Change TargetData::getIntPtrType() to return an IntegerType instead of | Jay Foad |
| 2009-05-09 | Rename PaddedSize to AllocSize, in the hope that this | Duncan Sands |
| 2009-05-08 | Add some examples to show the difference between | Duncan Sands |
| 2009-02-18 | Eliminate several more unnecessary intptr_t casts. | Dan Gohman |
| 2009-01-12 | Rename getABITypeSize to getTypePaddedSize, as | Duncan Sands |
| 2009-01-09 | fit in 80 cols | Chris Lattner |
| 2008-12-08 | introduce a new RoundUpAlignment helper function, use it to | Chris Lattner |
| 2008-12-08 | Speed up getABITypeSize by turning a i64 mul and div into an | Chris Lattner |
| 2008-08-07 | Remove trailing spaces. | Matthijs Kooijman |
| 2008-01-29 | Use getPreferredAlignmentLog or getPreferredAlignment | Duncan Sands |
| 2008-01-10 | Fix PR1845 and rdar://5676945. Generic vectors smaller | Chris Lattner |
| 2007-12-29 | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner |
| 2007-12-12 | Remove host endianness info from TargetData and | Duncan Sands |
| 2007-12-11 | Move TargetData::hostIsLittleEndian out of line, which means we | Chris Lattner |
| 2007-12-10 | Fix PR1836: in the interpreter, read and write apints | Duncan Sands |
| 2007-11-05 | Eliminate the remaining uses of getTypeSize. This | Duncan Sands |
| 2007-11-04 | Change uses of getTypeSize to getABITypeSize, getTypeStoreSize | Duncan Sands |
| 2007-11-01 | Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize. | Duncan Sands |
| 2007-10-01 | Add getABITypeSize, getABITypeSizeInBits | Dale Johannesen |
| 2007-09-07 | Add support for having different alignment for objects on call frames. | Rafael Espindola |
| 2007-08-12 | Change casts from old style to new style. This helps document the details | Reid Spencer |
| 2007-07-30 | More explicit keywords. | Dan Gohman |
| 2007-07-16 | Fix comments about vectors to use the current wording. | Dan Gohman |
| 2007-05-06 | Fix typo in comment. | Nick Lewycky |
| 2007-05-03 | Drop 'const' | Devang Patel |