1. 3ebb2e0 Fix CodeGen/PowerPC/2007-02-16-AlignPacked.ll by Chris Lattner · 18 years ago
  2. 52dc968 Remove an unnecessary predicate. Patch by Scott Michel. by Reid Spencer · 18 years ago
  3. ae6f1fa simplify some code, ensure that packed structures get abi alignment of 1. by Chris Lattner · 18 years ago
  4. 1f43787 For PR1195: PACKED_ALIGN -> VECTOR_ALIGN by Reid Spencer · 18 years ago
  5. 16db3ca For PR1202: Make sure we found an existing Alignment before overwriting it. by Reid Spencer · 18 years ago
  6. 9d6565a For PR1195: by Reid Spencer · 18 years ago
  7. b7d6110 Fixed packed structure breakage from earlier TargetData patch; applied by Reid Spencer · 18 years ago
  8. d2b7cec Generalize TargetData strings, to support more interesting forms of data. by Chris Lattner · 19 years ago
  9. f6ca09a Switch LayoutInfo to be a DenseMap instead of an std::map. This speeds up by Chris Lattner · 19 years ago
  10. a12bd03 add a typedef by Chris Lattner · 19 years ago
  11. 9182e3f eliminate the std::vector from StructLayout, allocating the elements immediately by Chris Lattner · 19 years ago
  12. b0c39a3 encapsulate the rest of the StructLayout members. by Chris Lattner · 19 years ago
  13. b1919e2 Privatize StructLayout::MemberOffsets, adding an accessor by Chris Lattner · 19 years ago
  14. ec6478b Use ManagedStatic to manage LayoutInfo, instead of rolling our own. by Chris Lattner · 19 years ago
  15. ddce8d2 Change TargetData::getIndexedOffset interface to not require indices by Chris Lattner · 19 years ago
  16. d2a988c Although targets are not required to support integers > 64bits, TargetData by Reid Spencer · 19 years ago
  17. dff1ab2 Dead comment. by Evan Cheng · 19 years ago
  18. 26f2385 For PR761: by Reid Spencer · 19 years ago
  19. de268f7 Renamed getTypeAlignmentShift() to getPreferredTypeAlignmentShift(). by Evan Cheng · 19 years ago
  20. 778900a - getTypeAlignmentShift() should be returning preferred alignment, not ABI by Evan Cheng · 19 years ago
  21. 7c29243 Implement a getTypeSizeInBits method. This helps in transforms that want by Reid Spencer · 19 years ago
  22. 1027a53 TargetData assumes (and some regression tests depend on it) that the size of by Owen Anderson · 19 years ago
  23. 4a8c32d trivial cleanup by Chris Lattner · 19 years ago
  24. 58092e3 Teach TargetData to handle 'preferred' alignment for each target, and use by Chris Lattner · 19 years ago
  25. a54b7cb For PR1064: by Reid Spencer · 19 years ago
  26. 4fe16d6 Rename BoolTy as Int1Ty. Patch by Sheng Zhou. by Reid Spencer · 19 years ago
  27. 4785781 For PR950: by Reid Spencer · 19 years ago
  28. 38ecbf1 Packed Structures by Andrew Lenharth · 19 years ago
  29. f9c197e Move getPreferredAlignmentLog from AsmPrinter to TargetData by Devang Patel · 19 years ago
  30. b83eb64 For PR950: by Reid Spencer · 19 years ago
  31. 1790d44 Don't pass target name into TargetData anymore, it is never used or needed. by Chris Lattner · 19 years ago
  32. acbc07a Remove ctor with each piece specifyable (which causes overload ambiguities), by Chris Lattner · 19 years ago
  33. bcd8a82 Make TargetData strings less redundant. by Owen Anderson · 19 years ago
  34. f489fb2 Fix a parsing bug that caused 7 llvm-test regressions on PPC last night. by Chris Lattner · 19 years ago
  35. d988b32 Make all of the TargetMachine subclasses use the new string TargetData methods. by Owen Anderson · 19 years ago
  36. 84cc6db Fix a stupid bug when parsing TargetData strings. by Owen Anderson · 19 years ago
  37. 2577c22 Add a method to generate a string representation from a TargetData. by Owen Anderson · 19 years ago
  38. 571a13f Fix some tabbing issues. by Owen Anderson · 19 years ago
  39. 8f60c56 Add a new constructor to TargetData that builds a TargetData from its by Owen Anderson · 19 years ago
  40. 0aab36f revert previous patch by Chris Lattner · 19 years ago
  41. 630ebaf Align vectors to the size in bytes, not bits. by Chris Lattner · 19 years ago
  42. e668bda TargetData.cpp::getTypeInfo() was returning alignment of element type as the by Evan Cheng · 19 years ago
  43. 8dff24f Implement a new InvalidateStructLayoutInfo method and add some comments by Chris Lattner · 20 years ago
  44. 0561b3f Update to use the new MathExtras.h support for log2 computation. by Chris Lattner · 20 years ago
  45. f976c85 Remove trailing whitespace by Misha Brukman · 20 years ago
  46. e7ea48c add a StructLayout::getElementContainingOffset method. by Chris Lattner · 20 years ago
  47. 527efc6 Initial support for packed types, contributed by Morten Ofstad by Chris Lattner · 21 years ago
  48. da6122f Fix this function to not say that longs have 8-byte alignment on X86/PPC. by Chris Lattner · 21 years ago
  49. 551ccae Changes For Bug 352 by Reid Spencer · 21 years ago
  50. d2b0bb4 Add a new helper method to get log2(type alignment) by Chris Lattner · 21 years ago
  51. c8e8764 * Add BoolAlignment to TargetData, default is 1 byte, size 1 byte by Misha Brukman · 21 years ago
  52. 69e5845 Nuke a clearly bogus assertion by Chris Lattner · 21 years ago
  53. e0e3589 Fix use-before-def thinko by Brian Gaeke · 21 years ago
  54. 59b0067 Handle targets where alignment can be bigger than the size of the data. by Chris Lattner · 21 years ago
  55. f70c22b Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() by Chris Lattner · 21 years ago
  56. 8121fcd Fix typo. by Brian Gaeke · 21 years ago
  57. 28977af Support getelementptr instructions which use uint's to index into structure by Chris Lattner · 21 years ago
  58. 0e7ac16 Use a map instead of annotations by Chris Lattner · 21 years ago
  59. d21cd80 Adjust to the changed StructType interface. In particular, getElementTypes() is gone. by Chris Lattner · 22 years ago
  60. f045328 finegrainify namespacification add new getIntPtrType() method by Chris Lattner · 22 years ago
  61. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  62. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  63. 030574f Add support for 'any' pointer size and endianness by Chris Lattner · 22 years ago
  64. 5560c9d Spell `necessary' correctly. by Misha Brukman · 22 years ago
  65. 949a362 Remove redundant const qualifiers from cast<> expressions by Chris Lattner · 22 years ago
  66. 94a5118 No really, you _cannot use_ getelementptr on an unsized type: that makes by Chris Lattner · 22 years ago
  67. 55a85a4 Undo one of those last fixes -- it was incorrect. by Vikram S. Adve · 22 years ago
  68. 4954f04 Minor cleanups by Chris Lattner · 22 years ago
  69. 4e840d4 * Fix divide by zero error with empty structs by Chris Lattner · 22 years ago
  70. 10daaa1 Remove two fields from TargetData which are target specific. by Chris Lattner · 22 years ago
  71. dd7253c Whoops, 32 bit targets have _4_ byte pointers, not _32_ byte pointers! by Chris Lattner · 22 years ago
  72. 46326d9 Allow for easy detection of when a "default" TargetData is created by the by Chris Lattner · 22 years ago
  73. 53a0c38 add a new targetdata ctor to create a target data appropriate to the module by Chris Lattner · 22 years ago
  74. e45e32d Remove wierd case that can never happen by Chris Lattner · 22 years ago
  75. c56406c * Privatize the TargetName by Chris Lattner · 23 years ago
  76. 85131c8 - Add an endianness field to the TargetData datastructure by Chris Lattner · 23 years ago
  77. 8e22ead Don't try to compute the size of an "array" element if the index is 0: by Vikram S. Adve · 23 years ago
  78. aa31ad0 Convert TargetData to be an ImmutablePass by Chris Lattner · 23 years ago
  79. 3cac88a by Chris Lattner · 23 years ago
  80. f519b99 Fix sign-extension: it needs to happen *after* multiplying by type size. by Vikram S. Adve · 23 years ago
  81. cfa4f4a Simplify previous hack slightly. by Vikram S. Adve · 23 years ago
  82. 69f3b72 Force sign-extension for uint array indexes from 32-bit to 64-bits by Vikram S. Adve · 23 years ago
  83. ca710e9 Bug fix in TargetData::getIndexedOffset: We were using the pointer by Vikram S. Adve · 23 years ago
  84. ed0030e Bug fix in TargetData::getIndexedOffset(): handle struct offset by Vikram S. Adve · 23 years ago
  85. 0c0edf8 *** empty log message *** by Chris Lattner · 23 years ago
  86. f66723f Add integer register size field. by Vikram S. Adve · 23 years ago
  87. a163fdf Extend TargetData::getIndexedOffset to support arrays and pointers! by Chris Lattner · 23 years ago
  88. 9b62503 Replace all usages of Type::isPointerType with isa<PointerType> by Chris Lattner · 23 years ago
  89. 31bcdb8 Split ConstantVals.h into Constant.h and Constants.h by Chris Lattner · 23 years ago
  90. 3d0fda2 Remove dead variable by Chris Lattner · 24 years ago
  91. 697954c Changes to build successfully with GCC 3.02 by Chris Lattner · 24 years ago
  92. dd08e32 getIndexedOffset() shd take vector of Values, not of Constants! by Vikram S. Adve · 24 years ago
  93. f59ce92 Not just arrays are unsized by Chris Lattner · 24 years ago
  94. 7a17675 Renamed inst_const_iterator -> const_inst_iterator by Chris Lattner · 24 years ago
  95. e9bb2df Rename ConstPoolVal -> Constant by Chris Lattner · 24 years ago
  96. 0e7c737 Fix cute little bug that was causing the last by Vikram S. Adve · 24 years ago
  97. b00c582 Commit more code over to new cast style by Chris Lattner · 24 years ago
  98. cfe26c9 Add more support for new style casts Convert more code to use them by Chris Lattner · 24 years ago
  99. 0799fc4 Renamed files to match the main classes they provide. Some other minor changes. by Vikram S. Adve · 24 years ago
  100. b26bcc5 Make a new llvm/Target #include directory. by Chris Lattner · 24 years ago[Renamed (98%) from lib/CodeGen/TargetMachine/TargetData.cpp]