aboutsummaryrefslogtreecommitdiff
path: root/lib/AsmParser
AgeCommit message (Expand)Author
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
2001-10-22Fix bug withChris Lattner
2001-10-21Two changes:Chris Lattner
2001-10-21Fix bug caused by:Chris Lattner
2001-10-20Add support for And, XOR, and OrChris Lattner
2001-10-20It is valid to have unsigned arrays as constants... the linker may initialize...Chris Lattner
2001-10-16Simplify some codeChris Lattner
2001-10-15Rename ConstPoolPointerReference to ConstPoolPointerRef - My fingers get tire...Chris Lattner
2001-10-13* Add support for forward references of global variable addressesChris Lattner
2001-10-13Add operator< to ValID's so that they can be put in map'sChris Lattner
2001-10-13Remove exception specificationChris Lattner
2001-10-13Support the new Invoke instructionChris Lattner