aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Target/TargetData.h
Commit message (Expand)AuthorAgeFilesLines
* Don't use unsigned char for alignments in TargetData. There aren'tDan Gohman2010-08-111-19/+19
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-061-2/+2
* Revert r110396 to fix buildbots.Owen Anderson2010-08-061-2/+2
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-051-2/+2
* Revert r97064. Duncan pointed out that bitcasts are defined inDan Gohman2010-02-251-2/+7
* Make getTypeSizeInBits work correctly for array types; it should returnDan Gohman2010-02-241-7/+2
* add a method to get the alignment of an integer type even Chris Lattner2010-01-251-0/+5
* Silence conversion warning from 64 to 32-bit.Eric Christopher2009-12-091-1/+1
* remove some dead std::ostream using code.Chris Lattner2009-12-031-2/+0
* This initial code is meant to convert TargetData to use an AbstractTypesUser soBill Wendling2009-12-031-2/+1
* The llvm-gcc front-end and the pass manager use two separate TargetData objects.Bill Wendling2009-11-181-2/+3
* all targets should be required to declare legal integer types. My plan toChris Lattner2009-11-071-11/+10
* add the ability for TargetData to return information about legal integerChris Lattner2009-11-071-8/+27
* more cleanup.Chris Lattner2009-11-071-22/+14
* rewrite TargetData to use StringRef/raw_ostream instead of thrashing std::str...Chris Lattner2009-11-071-2/+2
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-261-1/+1
* Try again at privatizing the layout info map, with a rewritten patch.Owen Anderson2009-08-211-1/+5
* Re-revert r79555. Apparently it's not just buildbot weirdness.Owen Anderson2009-08-201-8/+13
* Reapply r79555 for testing. Daniel's trying to work out some buildbot weirdn...Owen Anderson2009-08-201-13/+8
* --- Reverse-merging r79555 into '.':Bill Wendling2009-08-201-8/+13
* Make the StructType->StructLayout table private to TargetData, allowing us to...Owen Anderson2009-08-201-13/+8
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-131-1/+2
* llvm_report_error already prints "LLVM ERROR:". So stop reporting errors like...Benjamin Kramer2009-08-031-1/+1
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-111-3/+3
* Clarify a comment.Dan Gohman2009-05-121-1/+1
* Don't #include DerivedTypes.h from TargetData.h.Jay Foad2009-05-111-1/+3
* Change TargetData::getIntPtrType() to return an IntegerType instead ofJay Foad2009-05-111-3/+2
* Rename PaddedSize to AllocSize, in the hope that thisDuncan Sands2009-05-091-8/+8
* Add some examples to show the difference betweenDuncan Sands2009-05-081-0/+17
* Eliminate several more unnecessary intptr_t casts.Dan Gohman2009-02-181-3/+3
* Rename getABITypeSize to getTypePaddedSize, asDuncan Sands2009-01-121-5/+5
* fit in 80 colsChris Lattner2009-01-091-2/+2
* introduce a new RoundUpAlignment helper function, use it to Chris Lattner2008-12-081-5/+11
* Speed up getABITypeSize by turning a i64 mul and div into anChris Lattner2008-12-081-2/+6
* Remove trailing spaces.Matthijs Kooijman2008-08-071-8/+8
* Use getPreferredAlignmentLog or getPreferredAlignmentDuncan Sands2008-01-291-1/+6
* Fix PR1845 and rdar://5676945. Generic vectors smallerChris Lattner2008-01-101-1/+1
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Remove host endianness info from TargetData andDuncan Sands2007-12-121-4/+0
* Move TargetData::hostIsLittleEndian out of line, which means we Chris Lattner2007-12-111-9/+2
* Fix PR1836: in the interpreter, read and write apintsDuncan Sands2007-12-101-0/+11
* Eliminate the remaining uses of getTypeSize. ThisDuncan Sands2007-11-051-8/+0
* Change uses of getTypeSize to getABITypeSize, getTypeStoreSizeDuncan Sands2007-11-041-1/+5
* Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize.Duncan Sands2007-11-011-16/+42
* Add getABITypeSize, getABITypeSizeInBitsDale Johannesen2007-10-011-0/+13
* Add support for having different alignment for objects on call frames.Rafael Espindola2007-09-071-1/+7
* Change casts from old style to new style. This helps document the detailsReid Spencer2007-08-121-3/+3
* More explicit keywords.Dan Gohman2007-07-301-2/+2
* Fix comments about vectors to use the current wording.Dan Gohman2007-07-161-1/+1
* Fix typo in comment.Nick Lewycky2007-05-061-1/+1