summaryrefslogtreecommitdiff
path: root/lib/Target/TargetData.cpp
Commit message (Expand)AuthorAge
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-04
* Change packed struct layout so that field sizesDuncan Sands2008-06-04
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-13
* Remove unnecessary <sstream> includes.Dan Gohman2008-04-14
* PassInfo keep tracks whether a pass is an analysis pass or not.Devang Patel2008-03-19
* Use getPreferredAlignmentLog or getPreferredAlignmentDuncan Sands2008-01-29
* Fix PR1845 and rdar://5676945. Generic vectors smallerChris Lattner2008-01-10
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Fix a brain fart by our beloved leader (the contentDuncan Sands2007-12-21
* Remove host endianness info from TargetData andDuncan Sands2007-12-12
* Move TargetData::hostIsLittleEndian out of line, which means we Chris Lattner2007-12-11
* Silence a warningAnton Korobeynikov2007-11-09
* Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize.Duncan Sands2007-11-01
* Fix PR1749 and InstCombine/2007-10-28-EmptyField.ll by handlingChris Lattner2007-10-29
* Simplify getIntPtrType, allowing it to work for arbitrary pointer sizes.Dan Gohman2007-10-08
* Add getABITypeSize, getABITypeSizeInBitsDale Johannesen2007-10-01
* Don't add a default STACK_ALIGN (use the generic ABI alignment)Rafael Espindola2007-09-21
* Merge DenseMapKeyInfo & DenseMapValueInfo into DenseMapInfoChris Lattner2007-09-17
* Add support for having different alignment for objects on call frames.Rafael Espindola2007-09-07
* Fix minor doxygen nits.Reid Spencer2007-08-05
* long double patch 2 of N. Handle it in TargetData.Dale Johannesen2007-08-03
* Drop 'const'Devang Patel2007-05-03
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-02
* Fix build error.Lauro Ramos Venancio2007-05-02
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-01
* Support alignment queries for degenerate (length 1) vectors.Christopher Lamb2007-04-22
* When the number of elements is zero, don't malloc 32GB on 64-bit systems.Jeff Cohen2007-04-09
* Unbreak VC++ build.Jeff Cohen2007-03-05
* Wrap a long line.Reid Spencer2007-03-01
* Simplify some code by moving variable declarations into the only block thatReid Spencer2007-02-19
* Implement support for non-standard integer bit widths of any size. TheReid Spencer2007-02-19
* Do not dereference invalid ranges. Generalize targetdata alignment model.Chris Lattner2007-02-17
* Fix CodeGen/PowerPC/2007-02-16-AlignPacked.llChris Lattner2007-02-16
* Remove an unnecessary predicate.Reid Spencer2007-02-16
* simplify some code, ensure that packed structures get abi alignment of 1.Chris Lattner2007-02-16
* For PR1195:Reid Spencer2007-02-15
* For PR1202:Reid Spencer2007-02-15
* For PR1195:Reid Spencer2007-02-15
* Fixed packed structure breakage from earlier TargetData patch; appliedReid Spencer2007-02-15
* Generalize TargetData strings, to support more interesting forms of data.Chris Lattner2007-02-14
* Switch LayoutInfo to be a DenseMap instead of an std::map. This speeds upChris Lattner2007-02-10
* add a typedefChris Lattner2007-02-10
* eliminate the std::vector from StructLayout, allocating the elements immediatelyChris Lattner2007-02-10
* encapsulate the rest of the StructLayout members.Chris Lattner2007-02-10
* Privatize StructLayout::MemberOffsets, adding an accessorChris Lattner2007-02-10
* Use ManagedStatic to manage LayoutInfo, instead of rolling our own.Chris Lattner2007-02-10
* Change TargetData::getIndexedOffset interface to not require indicesChris Lattner2007-02-10
* Although targets are not required to support integers > 64bits, TargetDataReid Spencer2007-02-05
* Dead comment.Evan Cheng2007-01-31
* For PR761:Reid Spencer2007-01-26