1. 16af11d It turns out that the two dimensional vectors were causing big slowdowns by Chris Lattner · 21 years ago
  2. 026a8ce When resolving upreferences, if multiple uprefs will be resolved to the same by Chris Lattner · 21 years ago
  3. d21cd80 Adjust to the changed StructType interface. In particular, getElementTypes() is gone. by Chris Lattner · 21 years ago
  4. d5d8996 Start using the new and improve interface to FunctionType arguments by Chris Lattner · 21 years ago
  5. bcb6afb This #include is not needed, it should have been removed with the last patch by Chris Lattner · 21 years ago
  6. 3b07386 Instead of searching the entire type graph for a type to determine if it by Chris Lattner · 21 years ago
  7. 2c37c18 Upreferences are always OpaqueTypes, meaning that it is impossible for a non-abstract by Chris Lattner · 21 years ago
  8. a58e3a1 Change the 'exception' destination to the 'unwind' destination. We will always by Chris Lattner · 21 years ago
  9. b16689b Don't use ConstantExpr::getShift anymore by Chris Lattner · 21 years ago
  10. c7d3f6b Minor code cleanups. The only bugfix is to the UR_DEBUG stuff which didn't by Chris Lattner · 21 years ago
  11. 9cd4257 Right, fix the problem with invoke instructions, not just call instructions by Chris Lattner · 21 years ago
  12. f64d57a Do not delete the type holder until after the call instruction has been by Chris Lattner · 21 years ago
  13. a989b23 Minor cleanups, plug a minor memory leak by Chris Lattner · 21 years ago
  14. 4257098 To not barf when an error occurs. by Chris Lattner · 21 years ago
  15. 0b268fb Fix PR147 by Chris Lattner · 21 years ago
  16. c282f5a Check return types of functions by Chris Lattner · 21 years ago
  17. ae711a8 Don't crash on bogus source value by Chris Lattner · 21 years ago
  18. 15b6972 Fix bug PR107, patch contributed by Reid Spencer! by Chris Lattner · 21 years ago
  19. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  20. 8ea8f36 Make sure that PHI node operands are first class types by Chris Lattner · 21 years ago
  21. 1913848 * Eliminate `using' directive * Order #includes as per style guide by Misha Brukman · 21 years ago
  22. 856ba76 Added LLVM copyright header. by John Criswell · 21 years ago
  23. e488e93 Added LLVM copyright notice to Makefiles. by John Criswell · 21 years ago
  24. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
  25. a626e02 Eliminate unused class by Chris Lattner · 21 years ago
  26. 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 · 21 years ago
  27. 99e7ab7 New revised variable argument handling support by Chris Lattner · 21 years ago
  28. 888d3bc Tighten up handling of checks for shift instructions by Chris Lattner · 21 years ago
  29. 394f2eb Minor cleanups by Chris Lattner · 21 years ago
  30. 72ac148d Add support for 'weak' linkage. by Chris Lattner · 21 years ago
  31. fd05924 Decrease usage of use_size() by Chris Lattner · 21 years ago
  32. cf3056d Regularize header file comments by Chris Lattner · 21 years ago
  33. 778fab2 Include <cctype> and <cstdlib> instead of <ctype.h> and "Config/stdlib.h". by Brian Gaeke · 21 years ago
  34. bd2531f Reserve space for PHI operands by Chris Lattner · 21 years ago
  35. f797cab Accept 'weak' as a linkage type. For now, just turn it into linkonce linkage by Chris Lattner · 21 years ago
  36. 0f3bc5e Add better checking by Chris Lattner · 21 years ago
  37. 876dc57 The objects mapped are really PATypeHolders, not PATypeHandles by Chris Lattner · 21 years ago
  38. 3229991 Uppercase the acronym ASCII. by Misha Brukman · 21 years ago
  39. 79ad1380 Oops, look at the VOLATILE marker, not the opcode by Chris Lattner · 21 years ago
  40. 36143fc Add support for the unwind instruction by Chris Lattner · 21 years ago
  41. 15c9c03 Parse volatile loads/stores by Chris Lattner · 21 years ago
  42. 8c8418d Remove gross old hacky code that was in there for backwards compatibility by Chris Lattner · 21 years ago
  43. 4354f56 Rename SwitchInst::dest_push_back -> addCase by Chris Lattner · 21 years ago
  44. 6c23f57 Accept double quoted strings everwhere we accept a %ABC variable name. by Chris Lattner · 21 years ago
  45. 5560c9d Spell `necessary' correctly. by Misha Brukman · 21 years ago
  46. 949a362 Remove redundant const qualifiers from cast<> expressions by Chris Lattner · 21 years ago
  47. bc0e998 The word `separate' only has one `e'. by Misha Brukman · 21 years ago
  48. 7a73b80 Merged in autoconf branch. This provides configuration via the autoconf system. by John Criswell · 21 years ago
  49. f460048 Add support for a new zeroinitializer token which can be used to get rid of by Chris Lattner · 21 years ago
  50. 893f025 Detemplatize the PATypeHandle class, which was only really instantiated on 'Type'. by Chris Lattner · 21 years ago
  51. 5e458e2 Fix bugs: by Chris Lattner · 21 years ago
  52. c6212f1 Fix bugs: by Chris Lattner · 21 years ago
  53. 196850c Fix bug: Assembler/2003-05-15-SwitchBug.ll by Chris Lattner · 21 years ago
  54. 8f77dae Add support for the new va_arg instruction by Chris Lattner · 22 years ago
  55. b8fdd8b Fix bug: Assembler/2003-04-25-UnresolvedGlobalReference.ll by Chris Lattner · 22 years ago
  56. 7a5a1f7 Use a union to cast int to fp by Chris Lattner · 22 years ago
  57. b9bcbb5 Allow information about the target to be specified in the .ll file by Chris Lattner · 22 years ago
  58. 9232b99 Namespacify by Chris Lattner · 22 years ago
  59. 75f2053 Preserve module source information in the ModuleID by Chris Lattner · 22 years ago
  60. 3e8ba10 Allow hexadecimal integer constants to be used by Chris Lattner · 22 years ago
  61. 4ad02e7 Add new linkage types to support a real frontend by Chris Lattner · 22 years ago
  62. 1f862af Don't allow declaring an external internal variable by Chris Lattner · 22 years ago
  63. af76d0e Fix bug: Assember2003-04-15-ConstantInitAssertion.llx by Chris Lattner · 22 years ago
  64. adf9970 Fix bug: Assembler/2003-03-03-DuplicateConstant.ll by Chris Lattner · 22 years ago
  65. bb3e5d4 Fix bug: Assembler/2003-02-02-ConstGlobal.ll by Chris Lattner · 22 years ago
  66. bae362f Fix bug: Assembler/2003-01-30-UnsignedString.ll by Chris Lattner · 22 years ago
  67. 236757d Ignore generated files Lexer.cpp and llvmAsmParser.* by Misha Brukman · 22 years ago
  68. 6e6026b - Eliminated the deferred symbol table stuff in Module & Function, it really by Chris Lattner · 22 years ago
  69. bf0a37b - Fix bug: Assembler/2002-10-15-NameClash.ll by Chris Lattner · 22 years ago
  70. 9e932bd This loop executed exactly one time, turn it into straightline code by Chris Lattner · 22 years ago
  71. 69da5cf - Change Function's so that their argument list is populated when they are by Chris Lattner · 22 years ago
  72. e43f40b Minor, non-functionality changing, formatting fix by Chris Lattner · 22 years ago
  73. 08c0e6a The parser now accepts "external" global variables, in addition to the backwards by Chris Lattner · 22 years ago
  74. 05804b7 by Chris Lattner · 22 years ago
  75. 5fefb25 by Chris Lattner · 22 years ago
  76. 0235fe2 Recently changed getelementptr to use 'long' indexes for sequential types by Chris Lattner · 22 years ago
  77. 1cff96a Use explicit ctor by Chris Lattner · 22 years ago
  78. 4a6482b Tighten up error checking in parser, disallowing instructions that f.e., by Chris Lattner · 22 years ago
  79. 77e14ad AsmParser now depends on clients to verify that input is well formed by Chris Lattner · 22 years ago
  80. 5dfe767 by Chris Lattner · 22 years ago
  81. 0383cc4 - Fix asmparser and bytecode reader to not generate loads/stores with idxs by Chris Lattner · 22 years ago
  82. d78700d - Remove unused STRING token from lexer & parser by Chris Lattner · 22 years ago
  83. ec1b8a0 Parse const expr cast instruction the same way the instruction is formed by Chris Lattner · 22 years ago
  84. d05e359 Move ConstExpr production to unify ConstVal stuff by Chris Lattner · 22 years ago
  85. 3101c25 Fix bug: test/Regression/Assembler/2002-08-15-UnresolvedGlobalReference.ll by Chris Lattner · 22 years ago
  86. ad33348 Remove support for Not ConstantExpr. This simplifies the unary case to only by Chris Lattner · 22 years ago
  87. 699f1eb AsmParser turns 'not' instructions into 'xor' instructions now. by Chris Lattner · 22 years ago
  88. c188eeb by Chris Lattner · 22 years ago
  89. a4e2518 Add check to fix bug: by Chris Lattner · 22 years ago
  90. bcafcce GCC 3.1 changes by Chris Lattner · 22 years ago
  91. f8dff73 * Code cleanups * Fix a REALLY misleading error message by Chris Lattner · 22 years ago
  92. cc4b6ec ConstExpr::getelementptr now takes a vector of Constants not Values by Chris Lattner · 22 years ago
  93. 5659dd1 Fix bug: test/Regression/Assembler/2002-07-14-InternalLossage.llx by Chris Lattner · 22 years ago
  94. d3f7eb0 Added support for parsing expressions constructed from constant values. by Vikram S. Adve · 22 years ago
  95. f946bcd Declare globals llvmAsmtext and llvmAsmleng for use in the parser. by Vikram S. Adve · 22 years ago
  96. 7e70829 MEGAPATCH checkin. by Chris Lattner · 22 years ago
  97. 51727be * Be more typesafe: cast<x> now no longer discards constness by Chris Lattner · 22 years ago
  98. 8ebccb7 by Chris Lattner · 22 years ago
  99. 9b62503 Replace all usages of Type::isPointerType with isa<PointerType> by Chris Lattner · 23 years ago
  100. 05dcf35 Remove dead code by Chris Lattner · 23 years ago