aboutsummaryrefslogtreecommitdiff
path: root/lib/Bytecode/Reader
AgeCommit message (Expand)Author
2002-08-18Turn off a debugging optimization that just slows bytecode reading downChris Lattner
2002-08-17Fix stupid oversight of missing #include.Chris Lattner
2002-08-17 - Finally nailed: test/Regression/Assembler/2002-08-16-ConstExprInlined.llxChris Lattner
2002-08-14Remove support for Not ConstantExpr. This simplifies the unary case to onlyChris Lattner
2002-07-30Cleanup ConstantExpr handling:Chris Lattner
2002-07-25Break line to fit 80 columnsChris Lattner
2002-07-23*** empty log message ***Chris Lattner
2002-07-18ConstExpr::getelementptr now takes a vector of Constants not ValuesChris Lattner
2002-07-16added std:: to pairAnand Shukla
2002-07-16added std:: to vectorAnand Shukla
2002-07-14Add support for reading ConstantExpr nodes.Vikram S. Adve
2002-07-14Add support for reading ConstantExpr nodes.Vikram S. Adve
2002-06-30Convert tabs to spacesChris Lattner
2002-06-25changes to make it compatible with 64bit gccAnand Shukla
2002-06-25MEGAPATCH checkin.Chris Lattner
2002-06-05Fix constness problems now that the cast operators preserve the constnessChris Lattner
2002-05-06Replace all usages of Type::isPointerType with isa<PointerType>Chris Lattner
2002-04-29Eliminate duplicate or unneccesary #include'sChris Lattner
2002-04-28Split ConstantVals.h into Constant.h and Constants.hChris Lattner
2002-04-28Remove unneccesary #includeChris Lattner
2002-04-09Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner
2002-04-08llvm/Assembly/Writer.h is unneccesary except for extreme outputChris Lattner
2002-04-07Enable better debug output. When debugging the type system, print out theChris Lattner
2002-04-04s/MethodType/FunctionTypeChris Lattner
2002-04-04Add debug supportChris Lattner
2002-03-29s/Method/FunctionChris Lattner
2002-03-26Change references from Method to FunctionChris Lattner
2002-03-23Rename Method to FunctionChris Lattner
2002-02-12Method.h no longer includes BasicBlock.hChris Lattner
2002-01-21Chuck fixed the GCC problems so this hack is now unneccesaryChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-12-14Remove unsized array supportChris Lattner
2001-12-14Add pointer indexing supportChris 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-26Implement internal method supportChris Lattner
2001-11-26Implement array indexingChris Lattner
2001-11-12Remove debug info :(Chris Lattner
2001-11-12Fix bug in new assertionChris Lattner
2001-11-12Add an assertion checkChris Lattner
2001-11-12I don't know what I was thinkingChris Lattner
2001-11-03Fix major bugs in type resolutionChris Lattner
2001-10-24Frivolous cleanupsChris Lattner
2001-10-24Dang it, do NOT check in code that enables debugging. Bad chrisChris Lattner
2001-10-24Changes to get some meaningful feedback from the bytecode reader. At some po...Chris Lattner
2001-10-23Oops, didn't mean to check in enabled debugging support. :(Chris Lattner
2001-10-23Fixed a LONG standing, SCARY problem with bytecode encoding. It turns out to...Chris Lattner
2001-10-23Fix another annoying bug that took forever to track down. This one involves ...Chris Lattner
2001-10-21Fix problem with a cast instruction that must be expanded to type 0Chris Lattner