- a24a0bb Add support for writing ConstantExpr nodes. by Vikram S. Adve · 23 years ago
- a7dac3d Write out the plane for types first, since values of primitive types by Vikram S. Adve · 23 years ago
- 054bd68 Use a helper function outputConstantsInPlane in outputConstants. by Vikram S. Adve · 23 years ago
- c668b7c Add support for reading ConstantExpr nodes. by Vikram S. Adve · 23 years ago
- c1e4a81 Add support for reading ConstantExpr nodes. by Vikram S. Adve · 23 years ago
- 194f0a5 Convert tabs to spaces by Chris Lattner · 23 years ago
- eea60fc changes to make it compatible with 64bit gcc by Anand Shukla · 23 years ago
- 7e70829 MEGAPATCH checkin. by Chris Lattner · 23 years ago
- 0b12b5f by Chris Lattner · 23 years ago
- 9fcccb0 Fix constness problem by Chris Lattner · 23 years ago
- a48836b Fix constness problems now that the cast operators preserve the constness by Chris Lattner · 23 years ago
- 9b62503 Replace all usages of Type::isPointerType with isa<PointerType> by Chris Lattner · 23 years ago
- c6f3ae5 Eliminate duplicate or unneccesary #include's by Chris Lattner · 23 years ago
- 31bcdb8 Split ConstantVals.h into Constant.h and Constants.h by Chris Lattner · 23 years ago
- 09c66f0 Remove unneccesary #include by Chris Lattner · 23 years ago
- ccc2596 Make debugging code not use getStrValue by Chris Lattner · 23 years ago
- f759c4e Remove old frivolous uses of getStrValue in a debugging statement by Chris Lattner · 23 years ago
- 73e2142 Move FunctionArgument out of iOther.h into Argument.h and rename class to by Chris Lattner · 23 years ago
- 184b2fa Use opaque decl instead of #include by Chris Lattner · 23 years ago
- 4d669b5 s/method/function by Chris Lattner · 23 years ago
- 35e309a llvm/Assembly/Writer.h is unneccesary except for extreme output by Chris Lattner · 23 years ago
- b579400 * Move include/llvm/Analysis/SlotCalculator.h to include/llvm/SlotCalculator.h by Chris Lattner · 23 years ago
- 2fbfdcf Change references to the Method class to be references to the Function by Chris Lattner · 23 years ago
- 92940ac Enable better debug output. When debugging the type system, print out the by Chris Lattner · 23 years ago
- 2aac6bf s/MethodType/FunctionType by Chris Lattner · 23 years ago
- b3afb1f Add debug support by Chris Lattner · 23 years ago
- c9aa7df s/Method/Function by Chris Lattner · 23 years ago
- 79df7c0 Change references from Method to Function by Chris Lattner · 23 years ago
- b277d1d by Chris Lattner · 23 years ago
- e7506a3 Rename Method to Function by Chris Lattner · 23 years ago
- 221d688 Method.h no longer includes BasicBlock.h by Chris Lattner · 24 years ago
- ae96151 Chuck fixed the GCC problems so this hack is now unneccesary by Chris Lattner · 24 years ago
- 697954c Changes to build successfully with GCC 3.02 by Chris Lattner · 24 years ago
- 9086515 Remove unsized array support by Chris Lattner · 24 years ago
- b024ef5 Add pointer indexing support by Chris Lattner · 24 years ago
- 7a17675 Renamed inst_const_iterator -> const_inst_iterator by Chris Lattner · 24 years ago
- e9bb2df Rename ConstPoolVal -> Constant by Chris Lattner · 24 years ago
- 7061dc5 Split the PHINode class out from the iOther.h file into the iPHINode.h file by Chris Lattner · 24 years ago
- f60dc88 Move support directory by Chris Lattner · 24 years ago
- cee8f9a Create a new #include "Support/..." directory structure to move things by Chris Lattner · 24 years ago
- d23b1d3 Implement internal method support by Chris Lattner · 24 years ago
- b2b12b4 Implement array indexing by Chris Lattner · 24 years ago
- e6e8b28 Remove debug info :( by Chris Lattner · 24 years ago
- 77a316a Fix bug in new assertion by Chris Lattner · 24 years ago
- 27afeb2 Add an assertion check by Chris Lattner · 24 years ago
- b732543 I don't know what I was thinking by Chris Lattner · 24 years ago
- 5cb1741 Fix obscure nasty bug with bytecode writing that could cause the last byte to be dropped. by Chris Lattner · 24 years ago
- e244a25 Fix major bugs in type resolution by Chris Lattner · 24 years ago
- 7eadfa1 Frivolous cleanups by Chris Lattner · 24 years ago
- f608608 Dang it, do NOT check in code that enables debugging. Bad chris by Chris Lattner · 24 years ago
- d6b6525 Changes to get some meaningful feedback from the bytecode reader. At some point this stuff should all be exception driven, but for now it is not. by Chris Lattner · 24 years ago
- b0f20d7 Oops, didn't mean to check in enabled debugging support. :( by Chris Lattner · 24 years ago
- 2b9f600 Fixed a LONG standing, SCARY problem with bytecode encoding. It turns out to be an endian problem that only shows up with type 0 instructions in LARGE programs. by Chris Lattner · 24 years ago
- 5855f0d by Chris Lattner · 24 years ago
- d48d6c7 Fix another annoying bug that took forever to track down. This one involves abstract type resolution at a bad time that broke symbol tables. by Chris Lattner · 24 years ago
- 5ab1f87 Fix problem with a cast instruction that must be expanded to type 0 by Chris Lattner · 24 years ago
- b2c823d Dang, we were losing the Constant bit on globals. Fix this by Chris Lattner · 24 years ago
- c18545d Rename ConstPoolPointerReference to ConstPoolPointerRef - My fingers get tired typing that much by Chris Lattner · 24 years ago
- b847f51 External methods shouldn't have argument lists by Chris Lattner · 24 years ago
- 1b98c5c * Use new style casts more by Chris Lattner · 24 years ago
- 05950c3 * Add real support for global variable addresses initializing constants by Chris Lattner · 24 years ago
- f1fef65 Support pointers to globals happily by Chris Lattner · 24 years ago
- d535c2d Rename getNullPointer to getNull by Chris Lattner · 24 years ago
- ef9c23f * Both Method & GlobalVariable now subclass GlobalValue by Chris Lattner · 24 years ago
- b00c582 Commit more code over to new cast style by Chris Lattner · 24 years ago
- 1d87bcf Convert more code to use new style casts Eliminate old style casts from value.h by Chris Lattner · 24 years ago
- cfe26c9 Add more support for new style casts Convert more code to use them by Chris Lattner · 24 years ago
- 9636a91 Add support for new style casts by Chris Lattner · 24 years ago
- 1a1cb11 Implement constant pointers, and null specifically in the parser, bytecode writer, and by Chris Lattner · 24 years ago
- 3ff4387 Pull iterators out of CFG.h and CFGdecls and put them in Support directory by Chris Lattner · 24 years ago
- d70684f Add support for global constants, and for initializers for constants by Chris Lattner · 24 years ago
- e4d71a1 Fix a bug with not removing method level types after compilation by Chris Lattner · 24 years ago
- b64e774 ModuleTyID doesn't exist anyymore Use correct cast by Chris Lattner · 24 years ago
- 1767edd getMethodType is now just getType by Chris Lattner · 24 years ago
- 70cc339 Implement global variable support by Chris Lattner · 24 years ago
- e8fdde1 * Emit bytecode using a deque instead of a vector to be faster by Chris Lattner · 24 years ago
- 1d670cc * Remove support for internal constant pool by Chris Lattner · 24 years ago
- 9a29790 * Slot calc is now simpler and not based on module analyzer. by Chris Lattner · 24 years ago
- 4c4007b Simplify SlotCalculator. SlotCalculator is now not a ModuleAnalyzer by Chris Lattner · 24 years ago
- 7c50147 * Make sure that the size of the type field can also control the output by Chris Lattner · 24 years ago
- 3d3f289 * Add calls to failure template so that it is actually possible to debug by Chris Lattner · 24 years ago
- 9b50c15 Add an arg to insertVal to allow us to prevent builtin types from being ignored by Chris Lattner · 24 years ago
- a25809d Add an arg to insertVal to allow us to prevent builtin types from being ignored by Chris Lattner · 24 years ago
- e5a57ee Add support for extern varargs methods & varargs method calls by Chris Lattner · 24 years ago
- b49ff5c Doh! Wrong accessor. Caused 'can not read bytecode' errors. :( by Chris Lattner · 24 years ago
- 57dbb3a Moved inline/llvm/Tools/* to include/llvm/Support/* by Chris Lattner · 24 years ago
- ff5ecce Add support to the bytecode writer to recognize floating point constants by Chris Lattner · 24 years ago
- a137530 Add support to the bytecode reader to recognize floating point constants by Chris Lattner · 24 years ago
- e545981 * The parent of a constant pool is a symtabvalue, not a value. by Chris Lattner · 24 years ago
- 644dc17 * The parent of a constant pool is a SymTabValue, not a value. by Chris Lattner · 24 years ago
- ab5ac6b Implementation of Store & GetElementPtr by Chris Lattner · 24 years ago
- 027dcc5 Implemented shl, shl, & load instructions by Chris Lattner · 24 years ago
- 71496b3 Moved Cast from being a Unary instruction to being an "Other" instruction by Chris Lattner · 24 years ago
- 0908309 Neg instruction removed. Cast instruction implemented. by Chris Lattner · 24 years ago
- 9f3d276 Convert BinaryOperand and UnaryOperator to only take instruction types of by Chris Lattner · 24 years ago
- a41f50d Broad superficial changes: by Chris Lattner · 24 years ago
- c8b25d4 Changed the fundemental architecture of Operands for Instructions. Now by Chris Lattner · 24 years ago
- 3fa0bc4 Fixed some error messages to be nicer by Chris Lattner · 24 years ago
- 7fc9fe3 Miscellaneous cleanups: by Chris Lattner · 24 years ago
- 079df31 Convert ugly postincrement to efficient preincrement by Chris Lattner · 24 years ago