Silence a spurious warning
[oota-llvm.git] / lib / AsmParser /
2002-07-14 Vikram S. AdveAdded support for parsing expressions constructed from...
2002-07-14 Vikram S. AdveDeclare globals llvmAsmtext and llvmAsmleng for use...
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-06-04 Chris Lattner* Be more typesafe: cast<x> now no longer discards...
2002-05-22 Chris LattnerSupport function declarations with either %XXX or ...
2002-05-06 Chris LattnerReplace all usages of Type::isPointerType with isa...
2002-05-06 Chris LattnerRemove dead code
2002-05-03 Chris LattnerAllow open/closing curly braces instead of begin/end...
2002-05-02 Chris Lattner* Fix a bug (test/Regression/Assembler/2002-05-02-Inval...
2002-05-02 Chris LattnerThe "implementation" is now allowed but not required...
2002-04-29 Chris LattnerFix bug: test/Regression/Other/2002-04-29-NameBinding.ll
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-09 Chris LattnerMove FunctionArgument out of iOther.h into Argument...
2002-04-08 Chris LattnerisLabelType is obsolete
2002-04-08 Chris LattnerLibrary bumped up out of Assembly directory
2002-04-07 Chris LattnerAdd a better comment to explain what is going on.
2002-04-07 Chris LattnerRemove debugging code accidentally checked in!
2002-04-07 Chris LattnerAdd support for hexadecimal FP constants!
2002-04-04 Chris Lattners/MethodType/FunctionType
2002-04-04 Chris Lattner* Make PATypeHolder not take a type argument
2002-04-04 Chris LattnerLexer doesn't create typehandle gross stuff now, parser...
2002-03-31 Chris Lattner* Fix nondeleted type handle which could cause type...
2002-03-26 Chris LattnerChange references from Method to Function
2002-03-11 Chris LattnerImplement TODO for better diagnostic output
2002-03-08 Chris LattnerFix bug: test/Regression/2002-03-08-NameCollision2.ll
2002-03-08 Chris LattnerFix minor memory leak
2002-03-08 Chris LattnerFix for: test/Regression/Assembler/2002-03-08-NameColli...
2002-02-20 Chris LattnerClose input file if exception is thrown
2002-02-20 Chris LattnerChange to verifier interface
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-14 Chris Lattner* Fix cases where we were calling Type->getName() inste...
2001-12-04 Chris LattnerAllow hyphens in identifier names
2001-12-04 Chris LattnerRenamed inst_const_iterator -> const_inst_iterator
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-12-03 Chris LattnerSplit the PHINode class out from the iOther.h file...
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-11-26 Chris LattnerImplement support for internal methods
2001-11-26 Chris LattnerImplement array indexing with uints
2001-11-02 Chris LattnerImprove some debugging code
2001-11-01 Chris LattnerSupport floating point numbers in expodential form...
2001-10-23 Chris LattnerNegative FP constants... whodathunkit.
2001-10-22 Chris LattnerRemove ugly subclass of Opaque type
2001-10-22 Chris LattnerFix bug with
2001-10-21 Chris LattnerTwo changes:
2001-10-21 Chris LattnerFix bug caused by:
2001-10-20 Chris LattnerAdd support for And, XOR, and Or
2001-10-20 Chris LattnerIt is valid to have unsigned arrays as constants.....
2001-10-16 Chris LattnerSimplify some code
2001-10-15 Chris LattnerRename ConstPoolPointerReference to ConstPoolPointerRef...
2001-10-13 Chris Lattner* Add support for forward references of global variable...
2001-10-13 Chris LattnerAdd operator< to ValID's so that they can be put in...
2001-10-13 Chris LattnerRemove exception specification
2001-10-13 Chris LattnerSupport the new Invoke instruction
2001-10-03 Chris LattnerAdd comment
2001-10-03 Chris LattnerSupport multiple global's definitions
2001-10-03 Chris LattnerAllow duplicate constant values as long as they are...
2001-10-03 Chris LattnerAdd check to make sure that we dont reference MEthodTyp...
2001-10-03 Chris Lattner* Both Method & GlobalVariable now subclass GlobalValue
2001-10-03 Chris LattnerFirst try at a horrible global value reference wrapper
2001-10-03 Chris LattnerClean up parser, fix a bug that prevented this from...
2001-10-03 Chris Lattner* Add support for null as a constant
2001-10-02 Chris LattnerCommit more code over to new cast style
2001-10-01 Chris LattnerConvert more code to use new style casts
2001-10-01 Chris LattnerAdd more support for new style casts
2001-10-01 Chris LattnerAdd support for new style casts
2001-09-30 Chris LattnerImplement constant pointers, and null specifically...
2001-09-28 Chris LattnerPull iterators out of CFG.h and CFGdecls and put them...
2001-09-18 Chris LattnerRemove the unsized array constraint
2001-09-18 Chris LattnerAdd support for global constants, and for initializers...
2001-09-10 Chris LattnerUpdate to use correct type cast
2001-09-10 Chris LattnerImplement global variable support
2001-09-07 Chris Lattner* Add support for forward referencing types
2001-09-07 Chris LattnerAdd support for forward referencing types
2001-09-07 Chris LattnerAdd support for an opaque type
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-25 Chris LattnerAdd support for extern varargs methods & varargs method...
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-20 Chris LattnerAdd a comment.
2001-07-15 Chris LattnerImplement forward/external declarations for methods...
2001-07-15 Chris LattnerAdd support to the parser to recognize floating point...
2001-07-14 Chris LattnerAdded some comments, preparing to add global variables...
2001-07-09 Chris LattnerMake sure that types go in the constant pool if they...
2001-07-08 Chris LattnerImplementation of Store & GetElementPtr
2001-07-08 Chris LattnerImplemented shl, shl, & load instructions
2001-07-08 Chris LattnerMoved Cast from being a Unary instruction to being...
2001-07-08 Chris LattnerNeg instruction removed. Cast instruction implemented.
2001-07-07 Chris LattnerBroad superficial changes:
2001-07-07 Chris LattnerChanged memory reference instructions to store the...
2001-06-27 Chris LattnerMiscellaneous cleanups:
2001-06-25 Chris LattnerRenamed get.*Operator to create seeing that it would...
2001-06-11 Chris LattnerUpdates to support
2001-06-08 Chris LattnerMoved getBinaryOperator to the BinaryOperator class...
2001-06-06 Chris LattnerInitial revision