1. 3229991 Uppercase the acronym ASCII. by Misha Brukman · 21 years ago
  2. 79ad1380 Oops, look at the VOLATILE marker, not the opcode by Chris Lattner · 21 years ago
  3. 36143fc Add support for the unwind instruction by Chris Lattner · 21 years ago
  4. 15c9c03 Parse volatile loads/stores by Chris Lattner · 21 years ago
  5. 8c8418d Remove gross old hacky code that was in there for backwards compatibility by Chris Lattner · 21 years ago
  6. 4354f56 Rename SwitchInst::dest_push_back -> addCase by Chris Lattner · 21 years ago
  7. 6c23f57 Accept double quoted strings everwhere we accept a %ABC variable name. by Chris Lattner · 21 years ago
  8. 5560c9d Spell `necessary' correctly. by Misha Brukman · 21 years ago
  9. 949a362 Remove redundant const qualifiers from cast<> expressions by Chris Lattner · 21 years ago
  10. bc0e998 The word `separate' only has one `e'. by Misha Brukman · 21 years ago
  11. 7a73b80 Merged in autoconf branch. This provides configuration via the autoconf system. by John Criswell · 21 years ago
  12. f460048 Add support for a new zeroinitializer token which can be used to get rid of by Chris Lattner · 21 years ago
  13. 893f025 Detemplatize the PATypeHandle class, which was only really instantiated on 'Type'. by Chris Lattner · 21 years ago
  14. 5e458e2 Fix bugs: by Chris Lattner · 21 years ago
  15. c6212f1 Fix bugs: by Chris Lattner · 21 years ago
  16. 196850c Fix bug: Assembler/2003-05-15-SwitchBug.ll by Chris Lattner · 21 years ago
  17. 8f77dae Add support for the new va_arg instruction by Chris Lattner · 21 years ago
  18. b8fdd8b Fix bug: Assembler/2003-04-25-UnresolvedGlobalReference.ll by Chris Lattner · 21 years ago
  19. 7a5a1f7 Use a union to cast int to fp by Chris Lattner · 21 years ago
  20. b9bcbb5 Allow information about the target to be specified in the .ll file by Chris Lattner · 21 years ago
  21. 9232b99 Namespacify by Chris Lattner · 21 years ago
  22. 75f2053 Preserve module source information in the ModuleID by Chris Lattner · 21 years ago
  23. 3e8ba10 Allow hexadecimal integer constants to be used by Chris Lattner · 21 years ago
  24. 4ad02e7 Add new linkage types to support a real frontend by Chris Lattner · 21 years ago
  25. 1f862af Don't allow declaring an external internal variable by Chris Lattner · 21 years ago
  26. af76d0e Fix bug: Assember2003-04-15-ConstantInitAssertion.llx by Chris Lattner · 21 years ago
  27. adf9970 Fix bug: Assembler/2003-03-03-DuplicateConstant.ll by Chris Lattner · 22 years ago
  28. bb3e5d4 Fix bug: Assembler/2003-02-02-ConstGlobal.ll by Chris Lattner · 22 years ago
  29. bae362f Fix bug: Assembler/2003-01-30-UnsignedString.ll by Chris Lattner · 22 years ago
  30. 236757d Ignore generated files Lexer.cpp and llvmAsmParser.* by Misha Brukman · 22 years ago
  31. 6e6026b - Eliminated the deferred symbol table stuff in Module & Function, it really by Chris Lattner · 22 years ago
  32. bf0a37b - Fix bug: Assembler/2002-10-15-NameClash.ll by Chris Lattner · 22 years ago
  33. 9e932bd This loop executed exactly one time, turn it into straightline code by Chris Lattner · 22 years ago
  34. 69da5cf - Change Function's so that their argument list is populated when they are by Chris Lattner · 22 years ago
  35. e43f40b Minor, non-functionality changing, formatting fix by Chris Lattner · 22 years ago
  36. 08c0e6a The parser now accepts "external" global variables, in addition to the backwards by Chris Lattner · 22 years ago
  37. 05804b7 by Chris Lattner · 22 years ago
  38. 5fefb25 by Chris Lattner · 22 years ago
  39. 0235fe2 Recently changed getelementptr to use 'long' indexes for sequential types by Chris Lattner · 22 years ago
  40. 1cff96a Use explicit ctor by Chris Lattner · 22 years ago
  41. 4a6482b Tighten up error checking in parser, disallowing instructions that f.e., by Chris Lattner · 22 years ago
  42. 77e14ad AsmParser now depends on clients to verify that input is well formed by Chris Lattner · 22 years ago
  43. 5dfe767 by Chris Lattner · 22 years ago
  44. 0383cc4 - Fix asmparser and bytecode reader to not generate loads/stores with idxs by Chris Lattner · 22 years ago
  45. d78700d - Remove unused STRING token from lexer & parser by Chris Lattner · 22 years ago
  46. ec1b8a0 Parse const expr cast instruction the same way the instruction is formed by Chris Lattner · 22 years ago
  47. d05e359 Move ConstExpr production to unify ConstVal stuff by Chris Lattner · 22 years ago
  48. 3101c25 Fix bug: test/Regression/Assembler/2002-08-15-UnresolvedGlobalReference.ll by Chris Lattner · 22 years ago
  49. ad33348 Remove support for Not ConstantExpr. This simplifies the unary case to only by Chris Lattner · 22 years ago
  50. 699f1eb AsmParser turns 'not' instructions into 'xor' instructions now. by Chris Lattner · 22 years ago
  51. c188eeb by Chris Lattner · 22 years ago
  52. a4e2518 Add check to fix bug: by Chris Lattner · 22 years ago
  53. bcafcce GCC 3.1 changes by Chris Lattner · 22 years ago
  54. f8dff73 * Code cleanups * Fix a REALLY misleading error message by Chris Lattner · 22 years ago
  55. cc4b6ec ConstExpr::getelementptr now takes a vector of Constants not Values by Chris Lattner · 22 years ago
  56. 5659dd1 Fix bug: test/Regression/Assembler/2002-07-14-InternalLossage.llx by Chris Lattner · 22 years ago
  57. d3f7eb0 Added support for parsing expressions constructed from constant values. by Vikram S. Adve · 22 years ago
  58. f946bcd Declare globals llvmAsmtext and llvmAsmleng for use in the parser. by Vikram S. Adve · 22 years ago
  59. 7e70829 MEGAPATCH checkin. by Chris Lattner · 22 years ago
  60. 51727be * Be more typesafe: cast<x> now no longer discards constness by Chris Lattner · 22 years ago
  61. 8ebccb7 by Chris Lattner · 22 years ago
  62. 9b62503 Replace all usages of Type::isPointerType with isa<PointerType> by Chris Lattner · 22 years ago
  63. 05dcf35 Remove dead code by Chris Lattner · 22 years ago
  64. 9b02cc3 Allow open/closing curly braces instead of begin/end to define the body of a function by Chris Lattner · 22 years ago
  65. 9705a15 * Fix a bug (test/Regression/Assembler/2002-05-02-InvalidForwardRef.ll) by Chris Lattner · 22 years ago
  66. 0e73ce6 The "implementation" is now allowed but not required by the parser. All type by Chris Lattner · 22 years ago
  67. 924025e Fix bug: test/Regression/Other/2002-04-29-NameBinding.ll by Chris Lattner · 22 years ago
  68. c6f3ae5 Eliminate duplicate or unneccesary #include's by Chris Lattner · 22 years ago
  69. 18b24ea Remove dead code by Chris Lattner · 22 years ago
  70. 31bcdb8 Split ConstantVals.h into Constant.h and Constants.h by Chris Lattner · 22 years ago
  71. 4674804 Move FunctionArgument out of iOther.h into Argument.h and rename class to by Chris Lattner · 22 years ago
  72. c8a79af isLabelType is obsolete by Chris Lattner · 22 years ago
  73. afca8bb Library bumped up out of Assembly directory by Chris Lattner · 22 years ago
  74. b55679d Add a better comment to explain what is going on. by Chris Lattner · 22 years ago
  75. 74dbc99 Remove debugging code accidentally checked in! by Chris Lattner · 22 years ago
  76. 275da86 by Chris Lattner · 22 years ago
  77. 2aac6bf s/MethodType/FunctionType by Chris Lattner · 22 years ago
  78. 8b88b3b * Make PATypeHolder not take a type argument by Chris Lattner · 22 years ago
  79. 4e4cae8 Lexer doesn't create typehandle gross stuff now, parser does. by Chris Lattner · 22 years ago
  80. 09c0753 * Fix nondeleted type handle which could cause type pool corruption (and by Chris Lattner · 22 years ago
  81. 79df7c0 Change references from Method to Function by Chris Lattner · 22 years ago
  82. 749ce03 Implement TODO for better diagnostic output by Chris Lattner · 23 years ago
  83. 3453814 Fix bug: test/Regression/2002-03-08-NameCollision2.ll by Chris Lattner · 23 years ago
  84. 9176fe4 Fix minor memory leak by Chris Lattner · 23 years ago
  85. f28d6c9 Fix for: test/Regression/Assembler/2002-03-08-NameCollision.ll by Chris Lattner · 23 years ago
  86. fbdb1da Close input file if exception is thrown by Chris Lattner · 23 years ago
  87. 0b91acf Change to verifier interface by Chris Lattner · 23 years ago
  88. 697954c Changes to build successfully with GCC 3.02 by Chris Lattner · 23 years ago
  89. 72e0025 * Fix cases where we were calling Type->getName() instead of Type->getDescription() by Chris Lattner · 23 years ago
  90. 9a88d27 Allow hyphens in identifier names by Chris Lattner · 23 years ago
  91. 7a17675 Renamed inst_const_iterator -> const_inst_iterator by Chris Lattner · 23 years ago
  92. e9bb2df Rename ConstPoolVal -> Constant by Chris Lattner · 23 years ago
  93. 7061dc5 Split the PHINode class out from the iOther.h file into the iPHINode.h file by Chris Lattner · 23 years ago
  94. cee8f9a Create a new #include "Support/..." directory structure to move things by Chris Lattner · 23 years ago
  95. dda7196 Implement support for internal methods by Chris Lattner · 23 years ago
  96. 6cdb011 Implement array indexing with uints by Chris Lattner · 23 years ago
  97. 5084d03 Improve some debugging code by Chris Lattner · 23 years ago
  98. 1e2c614 Support floating point numbers in expodential form so that small numbers don't get truncated, which broke the health benchmark by Chris Lattner · 23 years ago
  99. 90ebc11 Negative FP constants... whodathunkit. by Chris Lattner · 23 years ago
  100. 8226959 Remove ugly subclass of Opaque type by Chris Lattner · 23 years ago