summaryrefslogtreecommitdiff
path: root/lib/AsmParser
Commit message (Expand)AuthorAge
* Replace all usages of Type::isPointerType with isa<PointerType>Chris Lattner2002-05-06
* Remove dead codeChris Lattner2002-05-06
* Allow open/closing curly braces instead of begin/end to define the body of a ...Chris Lattner2002-05-03
* * Fix a bug (test/Regression/Assembler/2002-05-02-InvalidForwardRef.ll)Chris Lattner2002-05-02
* The "implementation" is now allowed but not required by the parser. All typeChris Lattner2002-05-02
* Fix bug: test/Regression/Other/2002-04-29-NameBinding.llChris Lattner2002-04-29
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-29
* Remove dead codeChris Lattner2002-04-28
* Split ConstantVals.h into Constant.h and Constants.hChris Lattner2002-04-28
* Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner2002-04-09
* isLabelType is obsoleteChris Lattner2002-04-08
* Library bumped up out of Assembly directoryChris Lattner2002-04-08
* Add a better comment to explain what is going on.Chris Lattner2002-04-07
* Remove debugging code accidentally checked in!Chris Lattner2002-04-07
* Add support for hexadecimal FP constants!Chris Lattner2002-04-07
* s/MethodType/FunctionTypeChris Lattner2002-04-04
* * Make PATypeHolder not take a type argumentChris Lattner2002-04-04
* Lexer doesn't create typehandle gross stuff now, parser does.Chris Lattner2002-04-04
* * Fix nondeleted type handle which could cause type pool corruption (andChris Lattner2002-03-31
* Change references from Method to FunctionChris Lattner2002-03-26
* Implement TODO for better diagnostic outputChris Lattner2002-03-11
* Fix bug: test/Regression/2002-03-08-NameCollision2.llChris Lattner2002-03-08
* Fix minor memory leakChris Lattner2002-03-08
* Fix for: test/Regression/Assembler/2002-03-08-NameCollision.llChris Lattner2002-03-08
* Close input file if exception is thrownChris Lattner2002-02-20
* Change to verifier interfaceChris Lattner2002-02-20
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-20
* * Fix cases where we were calling Type->getName() instead of Type->getDescrip...Chris Lattner2001-12-14
* Allow hyphens in identifier namesChris Lattner2001-12-04
* Renamed inst_const_iterator -> const_inst_iteratorChris Lattner2001-12-04
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-03
* Split the PHINode class out from the iOther.h file into the iPHINode.h fileChris Lattner2001-12-03
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-27
* Implement support for internal methodsChris Lattner2001-11-26
* Implement array indexing with uintsChris Lattner2001-11-26
* Improve some debugging codeChris Lattner2001-11-02
* Support floating point numbers in expodential form so that small numbers don'...Chris Lattner2001-11-01
* Negative FP constants... whodathunkit.Chris Lattner2001-10-23
* Remove ugly subclass of Opaque typeChris Lattner2001-10-22
* Fix bug withChris Lattner2001-10-22
* Two changes:Chris Lattner2001-10-21
* Fix bug caused by:Chris Lattner2001-10-21
* Add support for And, XOR, and OrChris Lattner2001-10-20
* It is valid to have unsigned arrays as constants... the linker may initialize...Chris Lattner2001-10-20
* Simplify some codeChris Lattner2001-10-16
* Rename ConstPoolPointerReference to ConstPoolPointerRef - My fingers get tire...Chris Lattner2001-10-15
* * Add support for forward references of global variable addressesChris Lattner2001-10-13
* Add operator< to ValID's so that they can be put in map'sChris Lattner2001-10-13
* Remove exception specificationChris Lattner2001-10-13
* Support the new Invoke instructionChris Lattner2001-10-13