* llvm.spec.in: update blurb
[oota-llvm.git] / lib / AsmParser / ParserInternals.h
2007-05-22 Reid SpencerImplement full unescaping of escaped hex characters...
2007-04-09 Reid SpencerFor PR1146:
2007-03-19 Reid SpencerAdd and Operator== method to ValID so equality can...
2007-01-26 Reid SpencerFor PR645:
2007-01-11 Zhou ShengFor PR1043:
2006-12-31 Reid SpencerFor PR950:
2006-12-03 Reid SpencerRemove backwards compatibility goop. Now implemented...
2006-11-28 Reid SpencerImplement signedness caching for values, value lists...
2006-11-27 Reid SpencerFor PR950:
2006-11-19 Reid SpencerFor PR950:
2006-10-26 Reid SpencerFor PR950:
2006-09-28 Chris LattnerEliminate ConstantBool::True and ConstantBool::False...
2006-08-18 Reid SpencerFor PR797:
2006-01-25 Chris LattnerParse inline asm objects
2005-12-21 Chris LattnerImplement Regression/Assembler/2005-12-21-ZeroInitVector.ll
2005-05-20 Chris LattnerGive the asmparser the ability to parse strings. Patch...
2005-04-21 Misha Brukman* Remove trailing whitespace
2004-10-16 Chris LattnerParse undef and unreachable
2004-09-01 Reid SpencerChanges For Bug 352
2004-07-29 Alkis EvlogimenosMerge i*.h headers into Instructions.h as part of bug403.
2004-07-13 Chris LattnerEliminate some mega-cruft here. There is no reason...
2004-06-17 Chris LattnerRename Type::PrimitiveID to TypeId and ::getPrimitiveID...
2003-12-23 Chris LattnerMinor cleanups, plug a minor memory leak
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-21 John CriswellAdded LLVM copyright header.
2003-10-19 Chris LattnerEliminate unused class
2003-10-13 Chris LattnerRegularize header file comments
2003-04-16 Chris LattnerAdd new linkage types to support a real frontend
2002-09-13 Chris Lattnerinclude/llvm/DataTypes.h includes this #define so we...
2002-08-16 Chris Lattner - Remove unused STRING token from lexer & parser
2002-07-14 Vikram S. AdveDeclare globals llvmAsmtext and llvmAsmleng for use...
2002-04-29 Chris LattnerEliminate duplicate or unneccesary #include's
2002-04-28 Chris LattnerRemove dead code
2002-04-28 Chris LattnerSplit ConstantVals.h into Constant.h and Constants.h
2002-04-08 Chris LattnerisLabelType is obsolete
2002-04-04 Chris Lattners/MethodType/FunctionType
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-04 Chris LattnerRenamed inst_const_iterator -> const_inst_iterator
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-11-26 Chris LattnerImplement support for internal methods
2001-10-22 Chris LattnerRemove ugly subclass of Opaque type
2001-10-16 Chris LattnerSimplify some code
2001-10-13 Chris LattnerAdd operator< to ValID's so that they can be put in...
2001-10-03 Chris Lattner* Both Method & GlobalVariable now subclass GlobalValue
2001-10-01 Chris LattnerConvert more code to use new style casts
2001-09-30 Chris LattnerImplement constant pointers, and null specifically...
2001-09-07 Chris LattnerAdd support for forward referencing types
2001-07-28 Chris Lattner* Enable the use of escaped literal strings
2001-07-26 Chris LattnerRefactor some of the constant stuff so that we can...
2001-07-23 Chris LattnerMoved inline/llvm/Tools/* to include/llvm/Support/*
2001-07-22 Chris LattnerRemove dependence on command line library. Silly anyway.
2001-07-15 Chris LattnerAdd support to the parser to recognize floating point...
2001-07-07 Chris LattnerBroad superficial changes:
2001-07-07 Chris LattnerChanged memory reference instructions to store the...
2001-06-06 Chris LattnerInitial revision