- 4443019 Refactor writer stuff out of include/llvm/Bytecode/Primitives.h. This is by Chris Lattner · 22 years ago
- 44f549b Finegrainify namespacification by Chris Lattner · 22 years ago
- 8d1dbd2 Emit & read more compressed bytecode by not emitting a bytecodeblock for by Chris Lattner · 22 years ago
- 31f8499 Finegrainify namespacification by Chris Lattner · 22 years ago
- 02071d0 Remove usage of ConstantPointer by Chris Lattner · 22 years ago
- d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
- 088eb45 Use already existing classes for post order iterator. by Alkis Evlogimenos · 22 years ago
- 74fa84f Output types in reverse postorder. This will allow the ByteCode/Reader by Alkis Evlogimenos · 22 years ago
- bc839b5 Explicitly cast type, so we aren't passing output_vbr a size_t. by Brian Gaeke · 22 years ago
- 5d1bdcd Add more debugging info to help tracing the SlotCalculator. by Alkis Evlogimenos · 22 years ago
- 2765c41 Make sure to add a type for va_next operands, which may not other wise by Chris Lattner · 22 years ago
- 389dbfb Fix problem which effected linking apache by Chris Lattner · 22 years ago
- 856ba76 Added LLVM copyright header. by John Criswell · 22 years ago
- e488e93 Added LLVM copyright notice to Makefiles. by John Criswell · 22 years ago
- 6fbcc26 Added LLVM copyright header (for lack of a better term). by John Criswell · 22 years ago
- b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
- ce439b5 "Function"[0] == 'F', not 'M' by Chris Lattner · 22 years ago
- 22482a1 add support for new linkage types by Chris Lattner · 22 years ago
- eff112c Updated to emit the final 1.0 bytecode format. This supports weak linkage, by Chris Lattner · 22 years ago
- 6059638 Eliminate some extraneous code in SlotCalculator::insertVal(). by Alkis Evlogimenos · 22 years ago
- 6b25242 Add support for 'weak' linkage. by Chris Lattner · 22 years ago
- cb18d18 Stop using "reverse depth first" order by Chris Lattner · 22 years ago
- cf3056d Regularize header file comments by Chris Lattner · 22 years ago
- 4848689 Standardize header file comments by Chris Lattner · 22 years ago
- abe83ae Fix a spello Misha made while fixing one of my appostrifications by Chris Lattner · 22 years ago
- 37f92e2 Fixed spelling and grammar. by Misha Brukman · 22 years ago
- 0fe56f4 Add support for writing volatile load/stores by Chris Lattner · 22 years ago
- d445c6b Allow modules to have 'any' pointer size and endianness. Luckily, we had by Chris Lattner · 22 years ago
- 949a362 Remove redundant const qualifiers from cast<> expressions by Chris Lattner · 22 years ago
- 987cb2c Remove explicit const qualifiers by Chris Lattner · 22 years ago
- 7a73b80 Merged in autoconf branch. This provides configuration via the autoconf system. by John Criswell · 22 years ago
- f69315b Fix bug: Assembler/2003-05-03-BytecodeReaderProblem.llx by Chris Lattner · 22 years ago
- 8f77dae Add support for the new va_arg instruction by Chris Lattner · 22 years ago
- 76e3896 Add support for reading and writing pointersize/endianness to and from bytecode by Chris Lattner · 22 years ago
- e3869c8 Add support to the bytecode reader/writer for the new linkage types by Chris Lattner · 22 years ago
- 3413d15 * Change the order that globals and constants are processed in by Chris Lattner · 22 years ago
- 186a1f7 Changes to the V2 bytecode format: by Chris Lattner · 22 years ago
- a407ba1 Don't keep track of # big vs #small instructions seperately by Chris Lattner · 23 years ago
- 6e6026b - Eliminated the deferred symbol table stuff in Module & Function, it really by Chris Lattner · 23 years ago
- 6463e0d Clean up code a bit, no functionality changes. by Chris Lattner · 23 years ago
- 479b54b Minor cleanups, no changes to functionality by Chris Lattner · 23 years ago
- a92f696 Updates to work with recent Statistic's changes: by Chris Lattner · 23 years ago
- a6d0975 by Misha Brukman · 23 years ago
- c188eeb by Chris Lattner · 23 years ago
- ce6ef11 *** empty log message *** by Chris Lattner · 23 years ago
- fe8041a *** empty log message *** by Chris Lattner · 23 years ago
- 635cd93 Register the WriteBytecodePass by Chris Lattner · 23 years ago
- 56d2701 *** empty log message *** by Chris Lattner · 23 years ago
- 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
- 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
- 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
- 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
- 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
- 2aac6bf s/MethodType/FunctionType 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
- 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
- 7a17675 Renamed inst_const_iterator -> const_inst_iterator by Chris Lattner · 24 years ago
- e9bb2df Rename ConstPoolVal -> Constant 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
- 5cb1741 Fix obscure nasty bug with bytecode writing that could cause the last byte to be dropped. 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
- 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
- 1b98c5c * Use new style casts more by Chris Lattner · 24 years ago
- f1fef65 Support pointers to globals happily 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
- b64e774 ModuleTyID doesn't exist anyymore Use correct cast 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
- 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