aboutsummaryrefslogtreecommitdiff
path: root/lib/AsmParser
AgeCommit message (Expand)Author
2002-09-11Recently changed getelementptr to use 'long' indexes for sequential typesChris Lattner
2002-09-10Use explicit ctorChris Lattner
2002-09-10Tighten up error checking in parser, disallowing instructions that f.e.,Chris Lattner
2002-08-30AsmParser now depends on clients to verify that input is well formedChris Lattner
2002-08-22Load & StoreInst no longer derive from MemAccessInst, so we don't haveChris Lattner
2002-08-21 - Fix asmparser and bytecode reader to not generate loads/stores with idxsChris Lattner
2002-08-16 - Remove unused STRING token from lexer & parserChris Lattner
2002-08-15Parse const expr cast instruction the same way the instruction is formedChris Lattner
2002-08-15Move ConstExpr production to unify ConstVal stuffChris Lattner
2002-08-15Fix bug: test/Regression/Assembler/2002-08-15-UnresolvedGlobalReference.llChris Lattner
2002-08-14Remove support for Not ConstantExpr. This simplifies the unary case to onlyChris Lattner
2002-08-14AsmParser turns 'not' instructions into 'xor' instructions now.Chris Lattner
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