1. d5d8996 Start using the new and improve interface to FunctionType arguments by Chris Lattner · 22 years ago
  2. bcb6afb This #include is not needed, it should have been removed with the last patch by Chris Lattner · 22 years ago
  3. 3b07386 Instead of searching the entire type graph for a type to determine if it by Chris Lattner · 22 years ago
  4. 2c37c18 Upreferences are always OpaqueTypes, meaning that it is impossible for a non-abstract by Chris Lattner · 22 years ago
  5. a58e3a1 Change the 'exception' destination to the 'unwind' destination. We will always by Chris Lattner · 22 years ago
  6. b16689b Don't use ConstantExpr::getShift anymore by Chris Lattner · 22 years ago
  7. c7d3f6b Minor code cleanups. The only bugfix is to the UR_DEBUG stuff which didn't by Chris Lattner · 22 years ago
  8. 9cd4257 Right, fix the problem with invoke instructions, not just call instructions by Chris Lattner · 22 years ago
  9. f64d57a Do not delete the type holder until after the call instruction has been by Chris Lattner · 22 years ago
  10. a989b23 Minor cleanups, plug a minor memory leak by Chris Lattner · 22 years ago
  11. 4257098 To not barf when an error occurs. by Chris Lattner · 22 years ago
  12. 0b268fb Fix PR147 by Chris Lattner · 22 years ago
  13. c282f5a Check return types of functions by Chris Lattner · 22 years ago
  14. ae711a8 Don't crash on bogus source value by Chris Lattner · 22 years ago
  15. 15b6972 Fix bug PR107, patch contributed by Reid Spencer! by Chris Lattner · 22 years ago
  16. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  17. 8ea8f36 Make sure that PHI node operands are first class types by Chris Lattner · 22 years ago
  18. 856ba76 Added LLVM copyright header. by John Criswell · 22 years ago
  19. 3b237fc Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruction::PHI" to be more consistent with the other instructions. by Chris Lattner · 22 years ago
  20. 99e7ab7 New revised variable argument handling support by Chris Lattner · 22 years ago
  21. 888d3bc Tighten up handling of checks for shift instructions by Chris Lattner · 22 years ago
  22. 394f2eb Minor cleanups by Chris Lattner · 22 years ago
  23. 72ac148d Add support for 'weak' linkage. by Chris Lattner · 22 years ago
  24. fd05924 Decrease usage of use_size() by Chris Lattner · 22 years ago
  25. cf3056d Regularize header file comments by Chris Lattner · 22 years ago
  26. bd2531f Reserve space for PHI operands by Chris Lattner · 22 years ago
  27. f797cab Accept 'weak' as a linkage type. For now, just turn it into linkonce linkage by Chris Lattner · 22 years ago
  28. 0f3bc5e Add better checking by Chris Lattner · 22 years ago
  29. 876dc57 The objects mapped are really PATypeHolders, not PATypeHandles by Chris Lattner · 22 years ago
  30. 79ad1380 Oops, look at the VOLATILE marker, not the opcode by Chris Lattner · 22 years ago
  31. 36143fc Add support for the unwind instruction by Chris Lattner · 22 years ago
  32. 15c9c03 Parse volatile loads/stores by Chris Lattner · 22 years ago
  33. 8c8418d Remove gross old hacky code that was in there for backwards compatibility by Chris Lattner · 22 years ago
  34. 4354f56 Rename SwitchInst::dest_push_back -> addCase by Chris Lattner · 22 years ago
  35. 6c23f57 Accept double quoted strings everwhere we accept a %ABC variable name. by Chris Lattner · 22 years ago
  36. 5560c9d Spell `necessary' correctly. by Misha Brukman · 22 years ago
  37. 949a362 Remove redundant const qualifiers from cast<> expressions by Chris Lattner · 22 years ago
  38. bc0e998 The word `separate' only has one `e'. by Misha Brukman · 22 years ago
  39. f460048 Add support for a new zeroinitializer token which can be used to get rid of by Chris Lattner · 22 years ago
  40. 893f025 Detemplatize the PATypeHandle class, which was only really instantiated on 'Type'. by Chris Lattner · 22 years ago
  41. 5e458e2 Fix bugs: by Chris Lattner · 22 years ago
  42. c6212f1 Fix bugs: by Chris Lattner · 22 years ago
  43. 196850c Fix bug: Assembler/2003-05-15-SwitchBug.ll by Chris Lattner · 22 years ago
  44. 8f77dae Add support for the new va_arg instruction by Chris Lattner · 22 years ago
  45. b8fdd8b Fix bug: Assembler/2003-04-25-UnresolvedGlobalReference.ll by Chris Lattner · 22 years ago
  46. b9bcbb5 Allow information about the target to be specified in the .ll file by Chris Lattner · 22 years ago
  47. 9232b99 Namespacify by Chris Lattner · 22 years ago
  48. 75f2053 Preserve module source information in the ModuleID by Chris Lattner · 22 years ago
  49. 4ad02e7 Add new linkage types to support a real frontend by Chris Lattner · 22 years ago
  50. 1f862af Don't allow declaring an external internal variable by Chris Lattner · 22 years ago
  51. af76d0e Fix bug: Assember2003-04-15-ConstantInitAssertion.llx by Chris Lattner · 22 years ago
  52. adf9970 Fix bug: Assembler/2003-03-03-DuplicateConstant.ll by Chris Lattner · 22 years ago
  53. bb3e5d4 Fix bug: Assembler/2003-02-02-ConstGlobal.ll by Chris Lattner · 23 years ago
  54. bae362f Fix bug: Assembler/2003-01-30-UnsignedString.ll by Chris Lattner · 23 years ago
  55. 6e6026b - Eliminated the deferred symbol table stuff in Module & Function, it really by Chris Lattner · 23 years ago
  56. bf0a37b - Fix bug: Assembler/2002-10-15-NameClash.ll by Chris Lattner · 23 years ago
  57. 9e932bd This loop executed exactly one time, turn it into straightline code by Chris Lattner · 23 years ago
  58. 69da5cf - Change Function's so that their argument list is populated when they are by Chris Lattner · 23 years ago
  59. e43f40b Minor, non-functionality changing, formatting fix by Chris Lattner · 23 years ago
  60. 08c0e6a The parser now accepts "external" global variables, in addition to the backwards by Chris Lattner · 23 years ago
  61. 05804b7 by Chris Lattner · 23 years ago
  62. 0235fe2 Recently changed getelementptr to use 'long' indexes for sequential types by Chris Lattner · 23 years ago
  63. 1cff96a Use explicit ctor by Chris Lattner · 23 years ago
  64. 4a6482b Tighten up error checking in parser, disallowing instructions that f.e., by Chris Lattner · 23 years ago
  65. 5dfe767 by Chris Lattner · 23 years ago
  66. 0383cc4 - Fix asmparser and bytecode reader to not generate loads/stores with idxs by Chris Lattner · 23 years ago
  67. d78700d - Remove unused STRING token from lexer & parser by Chris Lattner · 23 years ago
  68. ec1b8a0 Parse const expr cast instruction the same way the instruction is formed by Chris Lattner · 23 years ago
  69. d05e359 Move ConstExpr production to unify ConstVal stuff by Chris Lattner · 23 years ago
  70. 3101c25 Fix bug: test/Regression/Assembler/2002-08-15-UnresolvedGlobalReference.ll by Chris Lattner · 23 years ago
  71. ad33348 Remove support for Not ConstantExpr. This simplifies the unary case to only by Chris Lattner · 23 years ago
  72. 699f1eb AsmParser turns 'not' instructions into 'xor' instructions now. by Chris Lattner · 23 years ago
  73. c188eeb by Chris Lattner · 23 years ago
  74. a4e2518 Add check to fix bug: by Chris Lattner · 23 years ago
  75. bcafcce GCC 3.1 changes by Chris Lattner · 23 years ago
  76. f8dff73 * Code cleanups * Fix a REALLY misleading error message by Chris Lattner · 23 years ago
  77. cc4b6ec ConstExpr::getelementptr now takes a vector of Constants not Values by Chris Lattner · 23 years ago
  78. 5659dd1 Fix bug: test/Regression/Assembler/2002-07-14-InternalLossage.llx by Chris Lattner · 23 years ago
  79. d3f7eb0 Added support for parsing expressions constructed from constant values. by Vikram S. Adve · 23 years ago
  80. 7e70829 MEGAPATCH checkin. by Chris Lattner · 23 years ago
  81. 51727be * Be more typesafe: cast<x> now no longer discards constness by Chris Lattner · 23 years ago
  82. 8ebccb7 by Chris Lattner · 23 years ago
  83. 9b62503 Replace all usages of Type::isPointerType with isa<PointerType> by Chris Lattner · 23 years ago
  84. 05dcf35 Remove dead code by Chris Lattner · 23 years ago
  85. 9b02cc3 Allow open/closing curly braces instead of begin/end to define the body of a function by Chris Lattner · 23 years ago
  86. 9705a15 * Fix a bug (test/Regression/Assembler/2002-05-02-InvalidForwardRef.ll) by Chris Lattner · 23 years ago
  87. 0e73ce6 The "implementation" is now allowed but not required by the parser. All type by Chris Lattner · 23 years ago
  88. 924025e Fix bug: test/Regression/Other/2002-04-29-NameBinding.ll by Chris Lattner · 23 years ago
  89. c6f3ae5 Eliminate duplicate or unneccesary #include's by Chris Lattner · 23 years ago
  90. 18b24ea Remove dead code by Chris Lattner · 23 years ago
  91. 4674804 Move FunctionArgument out of iOther.h into Argument.h and rename class to by Chris Lattner · 23 years ago
  92. 8b88b3b * Make PATypeHolder not take a type argument by Chris Lattner · 23 years ago
  93. 09c0753 * Fix nondeleted type handle which could cause type pool corruption (and by Chris Lattner · 23 years ago
  94. 79df7c0 Change references from Method to Function by Chris Lattner · 23 years ago
  95. 749ce03 Implement TODO for better diagnostic output by Chris Lattner · 23 years ago
  96. 3453814 Fix bug: test/Regression/2002-03-08-NameCollision2.ll by Chris Lattner · 23 years ago
  97. 9176fe4 Fix minor memory leak by Chris Lattner · 23 years ago
  98. f28d6c9 Fix for: test/Regression/Assembler/2002-03-08-NameCollision.ll by Chris Lattner · 23 years ago
  99. 697954c Changes to build successfully with GCC 3.02 by Chris Lattner · 24 years ago
  100. 72e0025 * Fix cases where we were calling Type->getName() instead of Type->getDescription() by Chris Lattner · 24 years ago