1. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  2. 5819799 Fix a brain fart by our beloved leader (the content by Duncan Sands · 17 years ago
  3. 67f1c49 Remove host endianness info from TargetData and by Duncan Sands · 17 years ago
  4. 57d7d3f Move TargetData::hostIsLittleEndian out of line, which means we by Chris Lattner · 17 years ago
  5. b623ce9 Silence a warning by Anton Korobeynikov · 17 years ago
  6. 514ab34 Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize. by Duncan Sands · 17 years ago
  7. b361ec3 Fix PR1749 and InstCombine/2007-10-28-EmptyField.ll by handling by Chris Lattner · 17 years ago
  8. 8e41ed7 Simplify getIntPtrType, allowing it to work for arbitrary pointer sizes. by Dan Gohman · 17 years ago
  9. 3b5b4cd Add getABITypeSize, getABITypeSizeInBits by Dale Johannesen · 17 years ago
  10. a37ac9f Don't add a default STACK_ALIGN (use the generic ABI alignment) by Rafael Espindola · 17 years ago
  11. 76c1b97 Merge DenseMapKeyInfo & DenseMapValueInfo into DenseMapInfo by Chris Lattner · 17 years ago
  12. 588af2f Add support for having different alignment for objects on call frames. by Rafael Espindola · 17 years ago
  13. 181b6c9 Fix minor doxygen nits. by Reid Spencer · 17 years ago
  14. 8c1e6a1 long double patch 2 of N. Handle it in TargetData. by Dale Johannesen · 17 years ago
  15. 1997473 Drop 'const' by Devang Patel · 17 years ago
  16. 3e15bf3 Use 'static const char' instead of 'static const int'. by Devang Patel · 17 years ago
  17. c718288 Fix build error. by Lauro Ramos Venancio · 17 years ago
  18. 794fd75 Do not use typeinfo to identify pass in pass manager. by Devang Patel · 17 years ago
  19. a7f0d3c Support alignment queries for degenerate (length 1) vectors. by Christopher Lamb · 17 years ago
  20. 44f5fb4 When the number of elements is zero, don't malloc 32GB on 64-bit systems. by Jeff Cohen · 17 years ago
  21. ca5183d Unbreak VC++ build. by Jeff Cohen · 17 years ago
  22. 1ede29c Wrap a long line. by Reid Spencer · 17 years ago
  23. 4ecd9ee Simplify some code by moving variable declarations into the only block that by Reid Spencer · 17 years ago
  24. f734ea2 Implement support for non-standard integer bit widths of any size. The by Reid Spencer · 17 years ago
  25. affeb56 Do not dereference invalid ranges. Generalize targetdata alignment model. by Chris Lattner · 17 years ago
  26. 3ebb2e0 Fix CodeGen/PowerPC/2007-02-16-AlignPacked.ll by Chris Lattner · 17 years ago
  27. 52dc968 Remove an unnecessary predicate. Patch by Scott Michel. by Reid Spencer · 17 years ago
  28. ae6f1fa simplify some code, ensure that packed structures get abi alignment of 1. by Chris Lattner · 17 years ago
  29. 1f43787 For PR1195: PACKED_ALIGN -> VECTOR_ALIGN by Reid Spencer · 17 years ago
  30. 16db3ca For PR1202: Make sure we found an existing Alignment before overwriting it. by Reid Spencer · 17 years ago
  31. 9d6565a For PR1195: by Reid Spencer · 17 years ago
  32. b7d6110 Fixed packed structure breakage from earlier TargetData patch; applied by Reid Spencer · 17 years ago
  33. d2b7cec Generalize TargetData strings, to support more interesting forms of data. by Chris Lattner · 17 years ago
  34. f6ca09a Switch LayoutInfo to be a DenseMap instead of an std::map. This speeds up by Chris Lattner · 18 years ago
  35. a12bd03 add a typedef by Chris Lattner · 18 years ago
  36. 9182e3f eliminate the std::vector from StructLayout, allocating the elements immediately by Chris Lattner · 18 years ago
  37. b0c39a3 encapsulate the rest of the StructLayout members. by Chris Lattner · 18 years ago
  38. b1919e2 Privatize StructLayout::MemberOffsets, adding an accessor by Chris Lattner · 18 years ago
  39. ec6478b Use ManagedStatic to manage LayoutInfo, instead of rolling our own. by Chris Lattner · 18 years ago
  40. ddce8d2 Change TargetData::getIndexedOffset interface to not require indices by Chris Lattner · 18 years ago
  41. d2a988c Although targets are not required to support integers > 64bits, TargetData by Reid Spencer · 18 years ago
  42. dff1ab2 Dead comment. by Evan Cheng · 18 years ago
  43. 26f2385 For PR761: by Reid Spencer · 18 years ago
  44. de268f7 Renamed getTypeAlignmentShift() to getPreferredTypeAlignmentShift(). by Evan Cheng · 18 years ago
  45. 778900a - getTypeAlignmentShift() should be returning preferred alignment, not ABI by Evan Cheng · 18 years ago
  46. 7c29243 Implement a getTypeSizeInBits method. This helps in transforms that want by Reid Spencer · 18 years ago
  47. 1027a53 TargetData assumes (and some regression tests depend on it) that the size of by Owen Anderson · 18 years ago
  48. 4a8c32d trivial cleanup by Chris Lattner · 18 years ago
  49. 58092e3 Teach TargetData to handle 'preferred' alignment for each target, and use by Chris Lattner · 18 years ago
  50. a54b7cb For PR1064: by Reid Spencer · 18 years ago
  51. 4fe16d6 Rename BoolTy as Int1Ty. Patch by Sheng Zhou. by Reid Spencer · 18 years ago
  52. 4785781 For PR950: by Reid Spencer · 18 years ago
  53. 38ecbf1 Packed Structures by Andrew Lenharth · 18 years ago
  54. f9c197e Move getPreferredAlignmentLog from AsmPrinter to TargetData by Devang Patel · 18 years ago
  55. b83eb64 For PR950: by Reid Spencer · 18 years ago
  56. 1790d44 Don't pass target name into TargetData anymore, it is never used or needed. by Chris Lattner · 18 years ago
  57. acbc07a Remove ctor with each piece specifyable (which causes overload ambiguities), by Chris Lattner · 18 years ago
  58. bcd8a82 Make TargetData strings less redundant. by Owen Anderson · 18 years ago
  59. f489fb2 Fix a parsing bug that caused 7 llvm-test regressions on PPC last night. by Chris Lattner · 18 years ago
  60. d988b32 Make all of the TargetMachine subclasses use the new string TargetData methods. by Owen Anderson · 18 years ago
  61. 84cc6db Fix a stupid bug when parsing TargetData strings. by Owen Anderson · 18 years ago
  62. 2577c22 Add a method to generate a string representation from a TargetData. by Owen Anderson · 18 years ago
  63. 571a13f Fix some tabbing issues. by Owen Anderson · 18 years ago
  64. 8f60c56 Add a new constructor to TargetData that builds a TargetData from its by Owen Anderson · 18 years ago
  65. 0aab36f revert previous patch by Chris Lattner · 18 years ago
  66. 630ebaf Align vectors to the size in bytes, not bits. by Chris Lattner · 18 years ago
  67. e668bda TargetData.cpp::getTypeInfo() was returning alignment of element type as the by Evan Cheng · 18 years ago
  68. 8dff24f Implement a new InvalidateStructLayoutInfo method and add some comments by Chris Lattner · 19 years ago
  69. 0561b3f Update to use the new MathExtras.h support for log2 computation. by Chris Lattner · 19 years ago
  70. f976c85 Remove trailing whitespace by Misha Brukman · 19 years ago
  71. e7ea48c add a StructLayout::getElementContainingOffset method. by Chris Lattner · 19 years ago
  72. 527efc6 Initial support for packed types, contributed by Morten Ofstad by Chris Lattner · 20 years ago
  73. da6122f Fix this function to not say that longs have 8-byte alignment on X86/PPC. by Chris Lattner · 20 years ago
  74. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  75. d2b0bb4 Add a new helper method to get log2(type alignment) by Chris Lattner · 20 years ago
  76. c8e8764 * Add BoolAlignment to TargetData, default is 1 byte, size 1 byte by Misha Brukman · 20 years ago
  77. 69e5845 Nuke a clearly bogus assertion by Chris Lattner · 20 years ago
  78. e0e3589 Fix use-before-def thinko by Brian Gaeke · 20 years ago
  79. 59b0067 Handle targets where alignment can be bigger than the size of the data. by Chris Lattner · 20 years ago
  80. f70c22b Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() by Chris Lattner · 20 years ago
  81. 8121fcd Fix typo. by Brian Gaeke · 20 years ago
  82. 28977af Support getelementptr instructions which use uint's to index into structure by Chris Lattner · 20 years ago
  83. 0e7ac16 Use a map instead of annotations by Chris Lattner · 20 years ago
  84. d21cd80 Adjust to the changed StructType interface. In particular, getElementTypes() is gone. by Chris Lattner · 21 years ago
  85. f045328 finegrainify namespacification add new getIntPtrType() method by Chris Lattner · 21 years ago
  86. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  87. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
  88. 030574f Add support for 'any' pointer size and endianness by Chris Lattner · 21 years ago
  89. 5560c9d Spell `necessary' correctly. by Misha Brukman · 21 years ago
  90. 949a362 Remove redundant const qualifiers from cast<> expressions by Chris Lattner · 21 years ago
  91. 94a5118 No really, you _cannot use_ getelementptr on an unsized type: that makes by Chris Lattner · 21 years ago
  92. 55a85a4 Undo one of those last fixes -- it was incorrect. by Vikram S. Adve · 21 years ago
  93. 4954f04 Minor cleanups by Chris Lattner · 21 years ago
  94. 4e840d4 * Fix divide by zero error with empty structs by Chris Lattner · 21 years ago
  95. 10daaa1 Remove two fields from TargetData which are target specific. by Chris Lattner · 21 years ago
  96. dd7253c Whoops, 32 bit targets have _4_ byte pointers, not _32_ byte pointers! by Chris Lattner · 21 years ago
  97. 46326d9 Allow for easy detection of when a "default" TargetData is created by the by Chris Lattner · 21 years ago
  98. 53a0c38 add a new targetdata ctor to create a target data appropriate to the module by Chris Lattner · 21 years ago
  99. e45e32d Remove wierd case that can never happen by Chris Lattner · 21 years ago
  100. c56406c * Privatize the TargetName by Chris Lattner · 22 years ago