1. bc4846d Removal of explicit stack, which requires the method to be a member (so it can by Chris Lattner · 21 years ago
  2. 87ca5fa Remove the "recursive bit", not only is it unused by anyone, it was also by Chris Lattner · 21 years ago
  3. de73193 Don't bother doing an exhaustive recursive walk if we are at the limit of what by Chris Lattner · 21 years ago
  4. 11e4050 Ugh, fix bugs. Ok, so the last fix wasn't as great as I thought it was. by Chris Lattner · 21 years ago
  5. 7ba77f2 Further simplifications by Chris Lattner · 21 years ago
  6. dd4b421 Change the code to no longer compute the "type description" immediately when by Chris Lattner · 21 years ago
  7. ef6a6a6 The word `dependent' has no `a'. by Misha Brukman · 21 years ago
  8. 949a362 Remove redundant const qualifiers from cast<> expressions by Chris Lattner · 21 years ago
  9. 893f025 Detemplatize the PATypeHandle class, which was only really instantiated on 'Type'. by Chris Lattner · 21 years ago
  10. 950273b Fix static constructor ordering problem by Chris Lattner · 21 years ago
  11. 47697a1 Remove using declarations by Chris Lattner · 21 years ago
  12. f117cc9 s/convertable/convertible/g by Misha Brukman · 21 years ago
  13. 6a490ce Make type resolution a bit more efficient by Chris Lattner · 22 years ago
  14. 0c4e886 - Renamed Type::isIntegral() to Type::isInteger() by Chris Lattner · 22 years ago
  15. fe8041a *** empty log message *** by Chris Lattner · 22 years ago
  16. d44023e Implement getPrimitiveSize() don't use isPointerType() by Chris Lattner · 22 years ago
  17. 31bcdb8 Split ConstantVals.h into Constant.h and Constants.h by Chris Lattner · 22 years ago
  18. c72114c Trivial simplification of code by Chris Lattner · 22 years ago
  19. f60c3fe *blush* somehow this debugging code got checked in... by Chris Lattner · 22 years ago
  20. 417081c * Make all of the refineAbstractType functions work identically by Chris Lattner · 22 years ago
  21. 339ba45 * Reenable apparently neccesary code, that breaks testcases when enabled, by Chris Lattner · 22 years ago
  22. af93dbc * FIX: test/Regression/Assembler/2002-02-19-TypeParsing.ll by Chris Lattner · 22 years ago
  23. 3855f2f * Move DerivedType::addAbstractTypeUser from DerivedType.h by Chris Lattner · 22 years ago
  24. cecb520 Clean up debugging code by Chris Lattner · 22 years ago
  25. 3f59b7e * Refactor loop in removeAbstractTypeUser to be more clear by Chris Lattner · 22 years ago
  26. aa06d2c * Add debug support for PATypeHolder * PATypeHolder is now not a template by Chris Lattner · 22 years ago
  27. 6bfd6a5 s/Method/Function by Chris Lattner · 22 years ago
  28. 697954c Changes to build successfully with GCC 3.02 by Chris Lattner · 23 years ago
  29. 6c42c31 Remove unsized array support Add new SequentialType class by Chris Lattner · 23 years ago
  30. 7026107 Do not pessimize users of this function. Fix logic. by Chris Lattner · 23 years ago
  31. 7a17675 Renamed inst_const_iterator -> const_inst_iterator by Chris Lattner · 23 years ago
  32. e9bb2df Rename ConstPoolVal -> Constant by Chris Lattner · 23 years ago
  33. cee8f9a Create a new #include "Support/..." directory structure to move things by Chris Lattner · 23 years ago
  34. 58716b9 Implement: isLosslesslyConvertableTo and new CompositeType base class by Chris Lattner · 23 years ago
  35. ebef5e5 Remove debugging info by Chris Lattner · 23 years ago
  36. e244a25 Fix major bugs in type resolution by Chris Lattner · 23 years ago
  37. 3b1e3f4 Dramatically simplify recursive type processing. Fixed a few bugs, a few still remain :( by Chris Lattner · 23 years ago
  38. 55fd998 Initialize isRecursive. Found by Purify by Chris Lattner · 23 years ago
  39. 008f906 Two things: by Chris Lattner · 23 years ago
  40. 56c5acb * Fix a nefarious bugs: TypesEqual was wrong for varargs methods by Chris Lattner · 23 years ago
  41. b00c582 Commit more code over to new cast style by Chris Lattner · 23 years ago
  42. ca24d38 Use correct style casts by Chris Lattner · 23 years ago
  43. 74c2b76 Rename contype to subtype by Chris Lattner · 23 years ago
  44. 82072d4 Clean up Type class by removing mutable ConstRules member and use annotations insead by Chris Lattner · 23 years ago
  45. c038a2f Support a abstract, opaque, and recursive types by Chris Lattner · 23 years ago
  46. 402ace7 *** empty log message *** by Vikram S. Adve · 23 years ago
  47. e37dbf8 Remove target specific stuff from Type classes by Chris Lattner · 23 years ago
  48. 3868521 Allow vararg method types with 0 fixed types by Chris Lattner · 23 years ago
  49. e5a57ee Add support for extern varargs methods & varargs method calls by Chris Lattner · 23 years ago
  50. 57dbb3a Moved inline/llvm/Tools/* to include/llvm/Support/* by Chris Lattner · 23 years ago
  51. 1a2cefc Add new constructor for const pool bool by Chris Lattner · 23 years ago
  52. a4e6f88 Add isIntegral() method to SignedIntType and UnsignedIntType. by Vikram S. Adve · 23 years ago
  53. d01d99b Compute and cache information about the storage size and layout by Vikram S. Adve · 23 years ago
  54. ab5ac6b Implementation of Store & GetElementPtr by Chris Lattner · 23 years ago
  55. 7fc9fe3 Miscellaneous cleanups: by Chris Lattner · 23 years ago
  56. 0095054 Initial revision by Chris Lattner · 23 years ago