aboutsummaryrefslogtreecommitdiff
path: root/lib/AsmParser
AgeCommit message (Expand)Author
2002-07-30Cleanup ConstantExpr handling:Chris Lattner
2002-07-25Add check to fix bug:Chris Lattner
2002-07-25GCC 3.1 changesChris Lattner
2002-07-18* Code cleanupsChris Lattner
2002-07-18ConstExpr::getelementptr now takes a vector of Constants not ValuesChris Lattner
2002-07-15Fix bug: test/Regression/Assembler/2002-07-14-InternalLossage.llxChris Lattner
2002-07-14Added support for parsing expressions constructed from constant values.Vikram S. Adve
2002-07-14Declare globals llvmAsmtext and llvmAsmleng for use in the parser.Vikram S. Adve
2002-06-25MEGAPATCH checkin.Chris Lattner
2002-06-04* Be more typesafe: cast<x> now no longer discards constnessChris Lattner
2002-05-22Support function declarations with either %XXX or "XXX" style for nowChris Lattner
2002-05-06Replace all usages of Type::isPointerType with isa<PointerType>Chris Lattner
2002-05-06Remove dead codeChris Lattner
2002-05-03Allow 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-02The "implementation" is now allowed but not required by the parser. All typeChris Lattner
2002-04-29Fix bug: test/Regression/Other/2002-04-29-NameBinding.llChris Lattner
2002-04-29Eliminate duplicate or unneccesary #include'sChris Lattner
2002-04-28Remove dead codeChris Lattner
2002-04-28Split ConstantVals.h into Constant.h and Constants.hChris Lattner
2002-04-09Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner
2002-04-08isLabelType is obsoleteChris Lattner
2002-04-08Library bumped up out of Assembly directoryChris Lattner
2002-04-07Add a better comment to explain what is going on.Chris Lattner
2002-04-07Remove debugging code accidentally checked in!Chris Lattner
2002-04-07Add support for hexadecimal FP constants!Chris Lattner
2002-04-04s/MethodType/FunctionTypeChris Lattner
2002-04-04* Make PATypeHolder not take a type argumentChris Lattner
2002-04-04Lexer doesn't create typehandle gross stuff now, parser does.Chris Lattner
2002-03-31* Fix nondeleted type handle which could cause type pool corruption (andChris Lattner
2002-03-26Change references from Method to FunctionChris Lattner
2002-03-11Implement TODO for better diagnostic outputChris Lattner
2002-03-08Fix bug: test/Regression/2002-03-08-NameCollision2.llChris Lattner
2002-03-08Fix minor memory leakChris Lattner
2002-03-08Fix for: test/Regression/Assembler/2002-03-08-NameCollision.llChris Lattner
2002-02-20Close input file if exception is thrownChris Lattner
2002-02-20Change to verifier interfaceChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-12-14* Fix cases where we were calling Type->getName() instead of Type->getDescrip...Chris Lattner
2001-12-04Allow hyphens in identifier namesChris Lattner
2001-12-04Renamed inst_const_iterator -> const_inst_iteratorChris Lattner
2001-12-03Rename ConstPoolVal -> ConstantChris Lattner
2001-12-03Split the PHINode class out from the iOther.h file into the iPHINode.h fileChris Lattner
2001-11-27Create a new #include "Support/..." directory structure to move thingsChris Lattner
2001-11-26Implement support for internal methodsChris Lattner
2001-11-26Implement array indexing with uintsChris Lattner
2001-11-02Improve some debugging codeChris Lattner
2001-11-01Support floating point numbers in expodential form so that small numbers don'...Chris Lattner
2001-10-23Negative FP constants... whodathunkit.Chris Lattner
2001-10-22Remove ugly subclass of Opaque typeChris Lattner