summaryrefslogtreecommitdiff
path: root/lib/Bytecode
Commit message (Expand)AuthorAge
* *** empty log message ***Chris Lattner2002-07-23
* ConstExpr::getelementptr now takes a vector of Constants not ValuesChris Lattner2002-07-18
* added std:: to pairAnand Shukla2002-07-16
* added std:: to vectorAnand Shukla2002-07-16
* Add support for writing ConstantExpr nodes.Vikram S. Adve2002-07-14
* Write out the plane for types first, since values of primitive typesVikram S. Adve2002-07-14
* Use a helper function outputConstantsInPlane in outputConstants.Vikram S. Adve2002-07-14
* Add support for reading ConstantExpr nodes.Vikram S. Adve2002-07-14
* Add support for reading ConstantExpr nodes.Vikram S. Adve2002-07-14
* Convert tabs to spacesChris Lattner2002-06-30
* changes to make it compatible with 64bit gccAnand Shukla2002-06-25
* MEGAPATCH checkin.Chris Lattner2002-06-25
* MEGAPATCH checkin.Chris Lattner2002-06-25
* Fix constness problemChris Lattner2002-06-05
* Fix constness problems now that the cast operators preserve the constnessChris Lattner2002-06-05
* Replace all usages of Type::isPointerType with isa<PointerType>Chris Lattner2002-05-06
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-29
* Split ConstantVals.h into Constant.h and Constants.hChris Lattner2002-04-28
* Remove unneccesary #includeChris Lattner2002-04-28
* Make debugging code not use getStrValueChris Lattner2002-04-18
* Remove old frivolous uses of getStrValue in a debugging statementChris Lattner2002-04-16
* Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner2002-04-09
* Use opaque decl instead of #includeChris Lattner2002-04-09
* s/method/functionChris Lattner2002-04-08
* llvm/Assembly/Writer.h is unneccesary except for extreme outputChris Lattner2002-04-08
* * Move include/llvm/Analysis/SlotCalculator.h to include/llvm/SlotCalculator.hChris Lattner2002-04-07
* Change references to the Method class to be references to the FunctionChris Lattner2002-04-07
* Enable better debug output. When debugging the type system, print out theChris Lattner2002-04-07
* s/MethodType/FunctionTypeChris Lattner2002-04-04
* Add debug supportChris Lattner2002-04-04
* s/Method/FunctionChris Lattner2002-03-29
* Change references from Method to FunctionChris Lattner2002-03-26
* Remove unneccesary forward declarations for classesChris Lattner2002-03-26
* Rename Method to FunctionChris Lattner2002-03-23
* Method.h no longer includes BasicBlock.hChris Lattner2002-02-12
* Chuck fixed the GCC problems so this hack is now unneccesaryChris Lattner2002-01-21
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-20
* Remove unsized array supportChris Lattner2001-12-14
* Add pointer indexing supportChris Lattner2001-12-14
* 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
* Move support directoryChris Lattner2001-11-29
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-27
* Implement internal method supportChris Lattner2001-11-26
* Implement array indexingChris Lattner2001-11-26
* Remove debug info :(Chris Lattner2001-11-12
* Fix bug in new assertionChris Lattner2001-11-12
* Add an assertion checkChris Lattner2001-11-12
* I don't know what I was thinkingChris Lattner2001-11-12