summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bytecode/Reader
Commit message (Expand)AuthorAgeFilesLines
* Eliminated the MemAccessInst class, folding contents into GEP class.Chris Lattner2002-08-221-4/+4
* Load & StoreInst no longer derive from MemAccessInst, so we don't haveChris Lattner2002-08-221-1/+1
* Emit an obnoxious warning message for bytecode that includes load/storeChris Lattner2002-08-213-10/+34
* Fix bug: test/Regression/Assembler/2002-08-19-BytecodeReader.llxChris Lattner2002-08-191-1/+2
* Turn off a debugging optimization that just slows bytecode reading downChris Lattner2002-08-181-1/+1
* Fix stupid oversight of missing #include.Chris Lattner2002-08-171-0/+1
* - Finally nailed: test/Regression/Assembler/2002-08-16-ConstExprInlined.llxChris Lattner2002-08-174-378/+292
* Remove support for Not ConstantExpr. This simplifies the unary case to onlyChris Lattner2002-08-142-8/+4
* Cleanup ConstantExpr handling:Chris Lattner2002-07-301-22/+22
* Break line to fit 80 columnsChris Lattner2002-07-251-1/+2
* *** empty log message ***Chris Lattner2002-07-231-2/+0
* ConstExpr::getelementptr now takes a vector of Constants not ValuesChris Lattner2002-07-181-2/+2
* added std:: to pairAnand Shukla2002-07-161-0/+1
* added std:: to vectorAnand Shukla2002-07-161-2/+2
* Add support for reading ConstantExpr nodes.Vikram S. Adve2002-07-142-38/+112
* Add support for reading ConstantExpr nodes.Vikram S. Adve2002-07-141-32/+111
* Convert tabs to spacesChris Lattner2002-06-301-4/+4
* changes to make it compatible with 64bit gccAnand Shukla2002-06-252-9/+11
* MEGAPATCH checkin.Chris Lattner2002-06-251-3/+2
* Fix constness problems now that the cast operators preserve the constnessChris Lattner2002-06-052-5/+5
* Replace all usages of Type::isPointerType with isa<PointerType>Chris Lattner2002-05-062-2/+2
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-292-2/+0
* Split ConstantVals.h into Constant.h and Constants.hChris Lattner2002-04-282-2/+2
* Remove unneccesary #includeChris Lattner2002-04-281-1/+0
* Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner2002-04-091-1/+2
* llvm/Assembly/Writer.h is unneccesary except for extreme outputChris Lattner2002-04-081-2/+1
* Enable better debug output. When debugging the type system, print out theChris Lattner2002-04-071-1/+3
* s/MethodType/FunctionTypeChris Lattner2002-04-041-6/+6
* Add debug supportChris Lattner2002-04-041-0/+4
* s/Method/FunctionChris Lattner2002-03-293-24/+24
* Change references from Method to FunctionChris Lattner2002-03-261-4/+4
* Rename Method to FunctionChris Lattner2002-03-231-6/+0
* Method.h no longer includes BasicBlock.hChris Lattner2002-02-121-0/+1
* Chuck fixed the GCC problems so this hack is now unneccesaryChris Lattner2002-01-211-1/+0
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-204-37/+45
* Remove unsized array supportChris Lattner2001-12-141-6/+3
* Add pointer indexing supportChris Lattner2001-12-141-9/+12
* Renamed inst_const_iterator -> const_inst_iteratorChris Lattner2001-12-043-9/+9
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-034-40/+39
* Split the PHINode class out from the iOther.h file into the iPHINode.h fileChris Lattner2001-12-034-7/+7
* Implement internal method supportChris Lattner2001-11-263-6/+12
* Implement array indexingChris Lattner2001-11-261-26/+47
* Remove debug info :(Chris Lattner2001-11-121-3/+1
* Fix bug in new assertionChris Lattner2001-11-121-4/+7
* Add an assertion checkChris Lattner2001-11-121-0/+2
* I don't know what I was thinkingChris Lattner2001-11-121-1/+1
* Fix major bugs in type resolutionChris Lattner2001-11-031-2/+8
* Frivolous cleanupsChris Lattner2001-10-241-18/+16
* Dang it, do NOT check in code that enables debugging. Bad chrisChris Lattner2001-10-241-1/+1
* Changes to get some meaningful feedback from the bytecode reader. At some po...Chris Lattner2001-10-242-18/+56
OpenPOWER on IntegriCloud