- 4730c04 Don't add a default STACK_ALIGN (use the generic ABI alignment) by Rafael Espindola · 18 years ago
- 0625bd6 Merge DenseMapKeyInfo & DenseMapValueInfo into DenseMapInfo by Chris Lattner · 18 years ago
- 1de0c86 Add support for having different alignment for objects on call frames. by Rafael Espindola · 18 years ago
- 446282a Fix minor doxygen nits. by Reid Spencer · 18 years ago
- c5283ec long double patch 2 of N. Handle it in TargetData. by Dale Johannesen · 18 years ago
- 8c78a0b Drop 'const' by Devang Patel · 19 years ago
- e95c6ad Use 'static const char' instead of 'static const int'. by Devang Patel · 19 years ago
- 4122358 Fix build error. by Lauro Ramos Venancio · 19 years ago
- 09f162c Do not use typeinfo to identify pass in pass manager. by Devang Patel · 19 years ago
- 297fcb0 Support alignment queries for degenerate (length 1) vectors. by Christopher Lamb · 19 years ago
- 4397363 When the number of elements is zero, don't malloc 32GB on 64-bit systems. by Jeff Cohen · 19 years ago
- b622c11 Unbreak VC++ build. by Jeff Cohen · 19 years ago
- df30e2a Wrap a long line. by Reid Spencer · 19 years ago
- b6d01ca Simplify some code by moving variable declarations into the only block that by Reid Spencer · 19 years ago
- 421bad0 Implement support for non-standard integer bit widths of any size. The by Reid Spencer · 19 years ago
- 04eb16b Do not dereference invalid ranges. Generalize targetdata alignment model. by Chris Lattner · 19 years ago
- dc64b9d Fix CodeGen/PowerPC/2007-02-16-AlignPacked.ll by Chris Lattner · 19 years ago
- e4ff249 Remove an unnecessary predicate. Patch by Scott Michel. by Reid Spencer · 19 years ago
- f9122c4 simplify some code, ensure that packed structures get abi alignment of 1. by Chris Lattner · 19 years ago
- 03d4a8a For PR1195: PACKED_ALIGN -> VECTOR_ALIGN by Reid Spencer · 19 years ago
- 40aa2fd For PR1202: Make sure we found an existing Alignment before overwriting it. by Reid Spencer · 19 years ago
- d84d35b For PR1195: by Reid Spencer · 19 years ago
- dad84a7 Fixed packed structure breakage from earlier TargetData patch; applied by Reid Spencer · 19 years ago
- 945e437 Generalize TargetData strings, to support more interesting forms of data. by Chris Lattner · 19 years ago
- fed6f0e Switch LayoutInfo to be a DenseMap instead of an std::map. This speeds up by Chris Lattner · 19 years ago
- 2220671 add a typedef by Chris Lattner · 19 years ago
- e472f9c eliminate the std::vector from StructLayout, allocating the elements immediately by Chris Lattner · 19 years ago
- b84892d encapsulate the rest of the StructLayout members. by Chris Lattner · 19 years ago
- c473d8e Privatize StructLayout::MemberOffsets, adding an accessor by Chris Lattner · 19 years ago
- 1e692e8 Use ManagedStatic to manage LayoutInfo, instead of rolling our own. by Chris Lattner · 19 years ago
- 336e396 Change TargetData::getIndexedOffset interface to not require indices by Chris Lattner · 19 years ago
- 92b5080 Although targets are not required to support integers > 64bits, TargetData by Reid Spencer · 19 years ago
- d7e39eb Dead comment. by Evan Cheng · 19 years ago
- 3ac38e9 For PR761: by Reid Spencer · 19 years ago
- f5c96fa Renamed getTypeAlignmentShift() to getPreferredTypeAlignmentShift(). by Evan Cheng · 19 years ago
- 1efe904 - getTypeAlignmentShift() should be returning preferred alignment, not ABI by Evan Cheng · 19 years ago
- 2239163 Implement a getTypeSizeInBits method. This helps in transforms that want by Reid Spencer · 19 years ago
- e52a235 TargetData assumes (and some regression tests depend on it) that the size of by Owen Anderson · 19 years ago
- 6e38094 trivial cleanup by Chris Lattner · 19 years ago
- 50ee0e4 Teach TargetData to handle 'preferred' alignment for each target, and use by Chris Lattner · 19 years ago
- 7a9c62b For PR1064: by Reid Spencer · 19 years ago
- 542964f Rename BoolTy as Int1Ty. Patch by Sheng Zhou. by Reid Spencer · 19 years ago
- e63b651 For PR950: by Reid Spencer · 19 years ago
- dcb3c97 Packed Structures by Andrew Lenharth · 19 years ago
- 71b9929 Move getPreferredAlignmentLog from AsmPrinter to TargetData by Devang Patel · 19 years ago
- e0fc4df For PR950: by Reid Spencer · 19 years ago
- f3b5b92 Don't pass target name into TargetData anymore, it is never used or needed. by Chris Lattner · 19 years ago
- 7f043b5 Remove ctor with each piece specifyable (which causes overload ambiguities), by Chris Lattner · 19 years ago
- 80b1b4d4 Make TargetData strings less redundant. by Owen Anderson · 19 years ago
- 482fb65 Fix a parsing bug that caused 7 llvm-test regressions on PPC last night. by Chris Lattner · 19 years ago
- 88812b5 Make all of the TargetMachine subclasses use the new string TargetData methods. by Owen Anderson · 19 years ago
- fc08d5a Fix a stupid bug when parsing TargetData strings. by Owen Anderson · 19 years ago
- 5fea9f0 Add a method to generate a string representation from a TargetData. by Owen Anderson · 19 years ago
- d7c77b8 Fix some tabbing issues. by Owen Anderson · 19 years ago
- 8d7774c Add a new constructor to TargetData that builds a TargetData from its by Owen Anderson · 19 years ago
- bf0016f revert previous patch by Chris Lattner · 20 years ago
- 78c788b4 Align vectors to the size in bytes, not bits. by Chris Lattner · 20 years ago
- a11d834 TargetData.cpp::getTypeInfo() was returning alignment of element type as the by Evan Cheng · 20 years ago
- a4de9ba Implement a new InvalidateStructLayoutInfo method and add some comments by Chris Lattner · 20 years ago
- 6667bdb Update to use the new MathExtras.h support for log2 computation. by Chris Lattner · 20 years ago
- 10468d8 Remove trailing whitespace by Misha Brukman · 21 years ago
- 3434004 add a StructLayout::getElementContainingOffset method. by Chris Lattner · 21 years ago
- e58bf09 Initial support for packed types, contributed by Morten Ofstad by Chris Lattner · 21 years ago
- cff3b41 Fix this function to not say that longs have 8-byte alignment on X86/PPC. by Chris Lattner · 21 years ago
- 7c16caa Changes For Bug 352 by Reid Spencer · 21 years ago
- 0c2ab8a Add a new helper method to get log2(type alignment) by Chris Lattner · 21 years ago
- 3faa865 * Add BoolAlignment to TargetData, default is 1 byte, size 1 byte by Misha Brukman · 21 years ago
- 072a4c0 Nuke a clearly bogus assertion by Chris Lattner · 21 years ago
- f6d2471 Fix use-before-def thinko by Brian Gaeke · 21 years ago
- 18a08e7 Handle targets where alignment can be bigger than the size of the data. by Chris Lattner · 21 years ago
- 6b72759 Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() by Chris Lattner · 21 years ago
- 0174347 Fix typo. by Brian Gaeke · 22 years ago
- 69193f9 Support getelementptr instructions which use uint's to index into structure by Chris Lattner · 22 years ago
- 7140e46 Use a map instead of annotations by Chris Lattner · 22 years ago
- ac6db75 Adjust to the changed StructType interface. In particular, getElementTypes() is gone. by Chris Lattner · 22 years ago
- bb661c1 finegrainify namespacification add new getIntPtrType() method by Chris Lattner · 22 years ago
- 960707c Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
- 482202a Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
- e34e200 Add support for 'any' pointer size and endianness by Chris Lattner · 22 years ago
- 7eb05a1 Spell `necessary' correctly. by Misha Brukman · 22 years ago
- f26a8ee Remove redundant const qualifiers from cast<> expressions by Chris Lattner · 22 years ago
- fee4407 No really, you _cannot use_ getelementptr on an unsized type: that makes by Chris Lattner · 22 years ago
- 680ee9f Undo one of those last fixes -- it was incorrect. by Vikram S. Adve · 22 years ago
- 7b66a72 Minor cleanups by Chris Lattner · 22 years ago
- 6532e42 * Fix divide by zero error with empty structs by Chris Lattner · 22 years ago
- 4f6cdbd Remove two fields from TargetData which are target specific. by Chris Lattner · 23 years ago
- b05f851 Whoops, 32 bit targets have _4_ byte pointers, not _32_ byte pointers! by Chris Lattner · 23 years ago
- e483398 Allow for easy detection of when a "default" TargetData is created by the by Chris Lattner · 23 years ago
- 42516ba add a new targetdata ctor to create a target data appropriate to the module by Chris Lattner · 23 years ago
- ae1f73b Remove wierd case that can never happen by Chris Lattner · 23 years ago
- b848956 * Privatize the TargetName by Chris Lattner · 23 years ago
- 5156bba - Add an endianness field to the TargetData datastructure by Chris Lattner · 23 years ago
- a202c0d Don't try to compute the size of an "array" element if the index is 0: by Vikram S. Adve · 23 years ago
- 09cfdcb Convert TargetData to be an ImmutablePass by Chris Lattner · 23 years ago
- 136dab7 by Chris Lattner · 23 years ago
- 9068efd Fix sign-extension: it needs to happen *after* multiplying by type size. by Vikram S. Adve · 23 years ago
- b342572 Simplify previous hack slightly. by Vikram S. Adve · 23 years ago
- 1c84243 Force sign-extension for uint array indexes from 32-bit to 64-bits by Vikram S. Adve · 23 years ago
- a3efa26 Bug fix in TargetData::getIndexedOffset: We were using the pointer by Vikram S. Adve · 23 years ago
- 71895b2 Bug fix in TargetData::getIndexedOffset(): handle struct offset by Vikram S. Adve · 23 years ago