aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/TargetData.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use getPreferredAlignmentLog or getPreferredAlignmentDuncan Sands2008-01-291-10/+19
* Fix PR1845 and rdar://5676945. Generic vectors smallerChris Lattner2008-01-101-18/+22
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Fix a brain fart by our beloved leader (the contentDuncan Sands2007-12-211-4/+3
* Remove host endianness info from TargetData andDuncan Sands2007-12-121-9/+0
* Move TargetData::hostIsLittleEndian out of line, which means we Chris Lattner2007-12-111-0/+9
* Silence a warningAnton Korobeynikov2007-11-091-1/+1
* Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize.Duncan Sands2007-11-011-60/+23
* Fix PR1749 and InstCombine/2007-10-28-EmptyField.ll by handlingChris Lattner2007-10-291-1/+7
* Simplify getIntPtrType, allowing it to work for arbitrary pointer sizes.Dan Gohman2007-10-081-6/+1
* Add getABITypeSize, getABITypeSizeInBitsDale Johannesen2007-10-011-1/+6
* Don't add a default STACK_ALIGN (use the generic ABI alignment)Rafael Espindola2007-09-211-1/+0
* Merge DenseMapKeyInfo & DenseMapValueInfo into DenseMapInfoChris Lattner2007-09-171-2/+6
* Add support for having different alignment for objects on call frames.Rafael Espindola2007-09-071-5/+20
* Fix minor doxygen nits.Reid Spencer2007-08-051-3/+3
* long double patch 2 of N. Handle it in TargetData.Dale Johannesen2007-08-031-0/+12
* Drop 'const'Devang Patel2007-05-031-1/+1
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-021-1/+1
* Fix build error.Lauro Ramos Venancio2007-05-021-1/+1
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-011-1/+3
* Support alignment queries for degenerate (length 1) vectors.Christopher Lamb2007-04-221-2/+8
* When the number of elements is zero, don't malloc 32GB on 64-bit systems.Jeff Cohen2007-04-091-1/+1
* Unbreak VC++ build.Jeff Cohen2007-03-051-1/+1
* Wrap a long line.Reid Spencer2007-03-011-1/+2
* Simplify some code by moving variable declarations into the only block thatReid Spencer2007-02-191-12/+6
* Implement support for non-standard integer bit widths of any size. TheReid Spencer2007-02-191-10/+33
* Do not dereference invalid ranges. Generalize targetdata alignment model.Chris Lattner2007-02-171-59/+49
* Fix CodeGen/PowerPC/2007-02-16-AlignPacked.llChris Lattner2007-02-161-2/+2
* Remove an unnecessary predicate.Reid Spencer2007-02-161-1/+1
* simplify some code, ensure that packed structures get abi alignment of 1.Chris Lattner2007-02-161-18/+11
* For PR1195:Reid Spencer2007-02-151-4/+4
* For PR1202:Reid Spencer2007-02-151-1/+2
* For PR1195:Reid Spencer2007-02-151-3/+3
* Fixed packed structure breakage from earlier TargetData patch; appliedReid Spencer2007-02-151-75/+31
* Generalize TargetData strings, to support more interesting forms of data.Chris Lattner2007-02-141-214/+307
* Switch LayoutInfo to be a DenseMap instead of an std::map. This speeds upChris Lattner2007-02-101-13/+31
* add a typedefChris Lattner2007-02-101-9/+8
* eliminate the std::vector from StructLayout, allocating the elements immediatelyChris Lattner2007-02-101-43/+57
* encapsulate the rest of the StructLayout members.Chris Lattner2007-02-101-4/+4
* Privatize StructLayout::MemberOffsets, adding an accessorChris Lattner2007-02-101-2/+1
* Use ManagedStatic to manage LayoutInfo, instead of rolling our own.Chris Lattner2007-02-101-27/+24
* Change TargetData::getIndexedOffset interface to not require indicesChris Lattner2007-02-101-8/+8
* Although targets are not required to support integers > 64bits, TargetDataReid Spencer2007-02-051-2/+4
* Dead comment.Evan Cheng2007-01-311-1/+0
* For PR761:Reid Spencer2007-01-261-21/+3
* Renamed getTypeAlignmentShift() to getPreferredTypeAlignmentShift().Evan Cheng2007-01-241-2/+2
* - getTypeAlignmentShift() should be returning preferred alignment, not ABIEvan Cheng2007-01-221-3/+1
* Implement a getTypeSizeInBits method. This helps in transforms that wantReid Spencer2007-01-201-0/+10
* TargetData assumes (and some regression tests depend on it) that the size ofOwen Anderson2007-01-201-4/+11
* trivial cleanupChris Lattner2007-01-201-2/+0