aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Bytecode
Commit message (Expand)AuthorAgeFilesLines
...
* Cleanup ConstantExpr handling:Chris Lattner2002-07-301-3/+4
* Cleanup ConstantExpr handling:Chris Lattner2002-07-301-22/+22
* *** empty log message ***Chris Lattner2002-07-262-0/+17
* Break line to fit 80 columnsChris Lattner2002-07-251-1/+2
* *** empty log message ***Chris Lattner2002-07-241-1/+1
* Register the WriteBytecodePassChris Lattner2002-07-231-0/+5
* *** empty log message ***Chris Lattner2002-07-232-5/+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 writing ConstantExpr nodes.Vikram S. Adve2002-07-141-1/+23
* Write out the plane for types first, since values of primitive typesVikram S. Adve2002-07-141-35/+57
* Use a helper function outputConstantsInPlane in outputConstants.Vikram S. Adve2002-07-141-0/+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-253-10/+12
* MEGAPATCH checkin.Chris Lattner2002-06-251-14/+14
* MEGAPATCH checkin.Chris Lattner2002-06-254-45/+40
* Fix constness problemChris Lattner2002-06-051-2/+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-063-3/+3
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-294-4/+0
* Split ConstantVals.h into Constant.h and Constants.hChris Lattner2002-04-285-8/+7
* Remove unneccesary #includeChris Lattner2002-04-281-1/+0
* Make debugging code not use getStrValueChris Lattner2002-04-181-2/+1
* Remove old frivolous uses of getStrValue in a debugging statementChris Lattner2002-04-161-2/+2
* Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner2002-04-093-2/+4
* Use opaque decl instead of #includeChris Lattner2002-04-091-1/+1
* s/method/functionChris Lattner2002-04-081-1/+1
* llvm/Assembly/Writer.h is unneccesary except for extreme outputChris Lattner2002-04-081-2/+1
* * Move include/llvm/Analysis/SlotCalculator.h to include/llvm/SlotCalculator.hChris Lattner2002-04-074-30/+31
* Change references to the Method class to be references to the FunctionChris Lattner2002-04-072-25/+25
* Enable better debug output. When debugging the type system, print out theChris Lattner2002-04-071-1/+3
* s/MethodType/FunctionTypeChris Lattner2002-04-042-8/+8
* Add debug supportChris Lattner2002-04-041-0/+4
* s/Method/FunctionChris Lattner2002-03-295-28/+28
* Change references from Method to FunctionChris Lattner2002-03-262-12/+12
* Remove unneccesary forward declarations for classesChris Lattner2002-03-261-3/+0
* Rename Method to FunctionChris Lattner2002-03-232-9/+4
* Method.h no longer includes BasicBlock.hChris Lattner2002-02-122-1/+2
* 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-2010-60/+71
* Remove unsized array supportChris Lattner2001-12-142-9/+4
* Add pointer indexing supportChris Lattner2001-12-141-9/+12
* Renamed inst_const_iterator -> const_inst_iteratorChris Lattner2001-12-046-13/+13
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-038-66/+65
* Split the PHINode class out from the iOther.h file into the iPHINode.h fileChris Lattner2001-12-034-7/+7
* Move support directoryChris Lattner2001-11-291-1/+1
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-271-2/+2