| Age | Commit message (Expand) | Author |
| 2002-12-02 | Ignore generated files Lexer.cpp and llvmAsmParser.* | Misha Brukman |
| 2002-11-20 | - Eliminated the deferred symbol table stuff in Module & Function, it really | Chris Lattner |
| 2002-10-15 | - Fix bug: Assembler/2002-10-15-NameClash.ll | Chris Lattner |
| 2002-10-14 | This loop executed exactly one time, turn it into straightline code | Chris Lattner |
| 2002-10-13 | - Change Function's so that their argument list is populated when they are | Chris Lattner |
| 2002-10-09 | Minor, non-functionality changing, formatting fix | Chris Lattner |
| 2002-10-06 | The parser now accepts "external" global variables, in addition to the backwards | Chris Lattner |
| 2002-09-13 | Change the MallocInst & AllocaInst ctors to take the allocated type, not the | Chris Lattner |
| 2002-09-13 | include/llvm/DataTypes.h includes this #define so we don't need it anymore | Chris Lattner |
| 2002-09-11 | Recently changed getelementptr to use 'long' indexes for sequential types | Chris Lattner |
| 2002-09-10 | Use explicit ctor | Chris Lattner |
| 2002-09-10 | Tighten up error checking in parser, disallowing instructions that f.e., | Chris Lattner |
| 2002-08-30 | AsmParser now depends on clients to verify that input is well formed | Chris Lattner |
| 2002-08-22 | Load & StoreInst no longer derive from MemAccessInst, so we don't have | Chris Lattner |
| 2002-08-21 | - Fix asmparser and bytecode reader to not generate loads/stores with idxs | Chris Lattner |
| 2002-08-16 | - Remove unused STRING token from lexer & parser | Chris Lattner |
| 2002-08-15 | Parse const expr cast instruction the same way the instruction is formed | Chris Lattner |
| 2002-08-15 | Move ConstExpr production to unify ConstVal stuff | Chris Lattner |
| 2002-08-15 | Fix bug: test/Regression/Assembler/2002-08-15-UnresolvedGlobalReference.ll | Chris Lattner |
| 2002-08-14 | Remove support for Not ConstantExpr. This simplifies the unary case to only | Chris Lattner |
| 2002-08-14 | AsmParser turns 'not' instructions into 'xor' instructions now. | Chris Lattner |
| 2002-07-30 | Cleanup ConstantExpr handling: | Chris Lattner |
| 2002-07-25 | Add check to fix bug: | Chris Lattner |
| 2002-07-25 | GCC 3.1 changes | Chris Lattner |
| 2002-07-18 | * Code cleanups | Chris Lattner |
| 2002-07-18 | ConstExpr::getelementptr now takes a vector of Constants not Values | Chris Lattner |
| 2002-07-15 | Fix bug: test/Regression/Assembler/2002-07-14-InternalLossage.llx | Chris Lattner |
| 2002-07-14 | Added support for parsing expressions constructed from constant values. | Vikram S. Adve |
| 2002-07-14 | Declare globals llvmAsmtext and llvmAsmleng for use in the parser. | Vikram S. Adve |
| 2002-06-25 | MEGAPATCH checkin. | Chris Lattner |
| 2002-06-04 | * Be more typesafe: cast<x> now no longer discards constness | Chris Lattner |
| 2002-05-22 | Support function declarations with either %XXX or "XXX" style for now | Chris Lattner |
| 2002-05-06 | Replace all usages of Type::isPointerType with isa<PointerType> | Chris Lattner |
| 2002-05-06 | Remove dead code | Chris Lattner |
| 2002-05-03 | Allow open/closing curly braces instead of begin/end to define the body of a ... | Chris Lattner |
| 2002-05-02 | * Fix a bug (test/Regression/Assembler/2002-05-02-InvalidForwardRef.ll) | Chris Lattner |
| 2002-05-02 | The "implementation" is now allowed but not required by the parser. All type | Chris Lattner |
| 2002-04-29 | Fix bug: test/Regression/Other/2002-04-29-NameBinding.ll | Chris Lattner |
| 2002-04-29 | Eliminate duplicate or unneccesary #include's | Chris Lattner |
| 2002-04-28 | Remove dead code | Chris Lattner |
| 2002-04-28 | Split ConstantVals.h into Constant.h and Constants.h | Chris Lattner |
| 2002-04-09 | Move FunctionArgument out of iOther.h into Argument.h and rename class to | Chris Lattner |
| 2002-04-08 | isLabelType is obsolete | Chris Lattner |
| 2002-04-08 | Library bumped up out of Assembly directory | Chris Lattner |
| 2002-04-07 | Add a better comment to explain what is going on. | Chris Lattner |
| 2002-04-07 | Remove debugging code accidentally checked in! | Chris Lattner |
| 2002-04-07 | Add support for hexadecimal FP constants! | Chris Lattner |
| 2002-04-04 | s/MethodType/FunctionType | Chris Lattner |
| 2002-04-04 | * Make PATypeHolder not take a type argument | Chris Lattner |
| 2002-04-04 | Lexer doesn't create typehandle gross stuff now, parser does. | Chris Lattner |