1. f26a8ee Remove redundant const qualifiers from cast<> expressions by Chris Lattner · 22 years ago
  2. fee4407 No really, you _cannot use_ getelementptr on an unsized type: that makes by Chris Lattner · 22 years ago
  3. 680ee9f Undo one of those last fixes -- it was incorrect. by Vikram S. Adve · 22 years ago
  4. 7b66a72 Minor cleanups by Chris Lattner · 22 years ago
  5. 6532e42 * Fix divide by zero error with empty structs by Chris Lattner · 22 years ago
  6. 4f6cdbd Remove two fields from TargetData which are target specific. by Chris Lattner · 23 years ago
  7. b05f851 Whoops, 32 bit targets have _4_ byte pointers, not _32_ byte pointers! by Chris Lattner · 23 years ago
  8. e483398 Allow for easy detection of when a "default" TargetData is created by the by Chris Lattner · 23 years ago
  9. 42516ba add a new targetdata ctor to create a target data appropriate to the module by Chris Lattner · 23 years ago
  10. ae1f73b Remove wierd case that can never happen by Chris Lattner · 23 years ago
  11. b848956 * Privatize the TargetName by Chris Lattner · 23 years ago
  12. 5156bba - Add an endianness field to the TargetData datastructure by Chris Lattner · 23 years ago
  13. a202c0d Don't try to compute the size of an "array" element if the index is 0: by Vikram S. Adve · 23 years ago
  14. 09cfdcb Convert TargetData to be an ImmutablePass by Chris Lattner · 23 years ago
  15. 136dab7 by Chris Lattner · 23 years ago
  16. 9068efd Fix sign-extension: it needs to happen *after* multiplying by type size. by Vikram S. Adve · 23 years ago
  17. b342572 Simplify previous hack slightly. by Vikram S. Adve · 23 years ago
  18. 1c84243 Force sign-extension for uint array indexes from 32-bit to 64-bits by Vikram S. Adve · 23 years ago
  19. a3efa26 Bug fix in TargetData::getIndexedOffset: We were using the pointer by Vikram S. Adve · 23 years ago
  20. 71895b2 Bug fix in TargetData::getIndexedOffset(): handle struct offset by Vikram S. Adve · 23 years ago
  21. 10073a9 *** empty log message *** by Chris Lattner · 23 years ago
  22. 8b83174 Add integer register size field. by Vikram S. Adve · 23 years ago
  23. 8b1e4d6 Extend TargetData::getIndexedOffset to support arrays and pointers! by Chris Lattner · 24 years ago
  24. 181cc32 Replace all usages of Type::isPointerType with isa<PointerType> by Chris Lattner · 24 years ago
  25. ca14237 Split ConstantVals.h into Constant.h and Constants.h by Chris Lattner · 24 years ago
  26. b07bf17 Remove dead variable by Chris Lattner · 24 years ago
  27. 7f74a56 Changes to build successfully with GCC 3.02 by Chris Lattner · 24 years ago
  28. 721fee2 getIndexedOffset() shd take vector of Values, not of Constants! by Vikram S. Adve · 24 years ago
  29. 6650d18 Not just arrays are unsized by Chris Lattner · 24 years ago
  30. 2413b16 Renamed inst_const_iterator -> const_inst_iterator by Chris Lattner · 24 years ago
  31. 3462ae3 Rename ConstPoolVal -> Constant by Chris Lattner · 24 years ago
  32. 3fb79e6 Fix cute little bug that was causing the last by Vikram S. Adve · 24 years ago
  33. da55810 Commit more code over to new cast style by Chris Lattner · 24 years ago
  34. 8f19112 Add more support for new style casts Convert more code to use them by Chris Lattner · 24 years ago
  35. 6cefc70 Renamed files to match the main classes they provide. Some other minor changes. by Vikram S. Adve · 24 years ago
  36. 22a6a90 Make a new llvm/Target #include directory. by Chris Lattner · 24 years ago[Renamed (99%) from llvm/lib/CodeGen/TargetMachine/TargetData.cpp]
  37. 5a01692 Use correct casts by Chris Lattner · 24 years ago
  38. 4eb6d9f annotations are now const by Chris Lattner · 24 years ago
  39. b6aa233 I suck by Chris Lattner · 24 years ago
  40. 53bbf07 Initial checkin of TargetData code by Chris Lattner · 24 years ago