- 46b787e Write select instructions to bytecode by Chris Lattner · 21 years ago
- de512b5 Adjustments to support the new ConstantAggregateZero class by Chris Lattner · 22 years ago
- d21cd80 Adjust to the changed StructType interface. In particular, getElementTypes() is gone. by Chris Lattner · 22 years ago
- d5d8996 Start using the new and improve interface to FunctionType arguments by Chris Lattner · 22 years ago
- 71151ae Fix PR215: [bcwriter] Problem compactifying ConstantPointerRefs by Chris Lattner · 22 years ago
- fff663b Remove all of the annoying statistics now that I'm finished (for the near by Chris Lattner · 22 years ago
- f2d577b SlotCalculator.h moved by Chris Lattner · 22 years ago
- db9b998 Move SlotCalculator.h from include/llvm to include/llvm/Analysis by Chris Lattner · 22 years ago
- 68e3dbc Major changes. Now we only compactify individual type planes if it is in by Chris Lattner · 22 years ago
- a2b4f93 add a method proto, make a method not inline by Chris Lattner · 22 years ago
- 52f86d6 Bugfixes for dealing with partially compactified functions by Chris Lattner · 22 years ago
- 2410243 Save another 30K from 176.gcc by encoding the compaction table a bit more by Chris Lattner · 22 years ago
- 33522d4 Remove -debug output by Chris Lattner · 22 years ago
- cf3e67f Add support for writing bytecode files with compactiontables for bytecode files. by Chris Lattner · 22 years ago
- 614cdcd Add support for building the compactiontable for bytecode files. This shrinks by Chris Lattner · 22 years ago
- af894e9 Add support for representing the "compaction table" by Chris Lattner · 22 years ago
- 80b9734 Bytecode format for LLVM 1.2 no longer explicitly encodes zeros in primitive by Chris Lattner · 22 years ago
- 0baa0af If these blocks are empty, there is no reason to even emit the bytecode blocks. by Chris Lattner · 22 years ago
- d5c59d5 Cleanups & efficiency improvements by Chris Lattner · 22 years ago
- 8c202cd The bcwriter does not want ConstantPointerRef's to be indexed, and the asmwriter never did! by Chris Lattner · 22 years ago
- 7be08bf ConstantPointerRef's are no longer emitted. This saves 20028 bytes in the by Chris Lattner · 22 years ago
- f4c0e7f Fix PR73: bytecode format inconsistent by Chris Lattner · 22 years ago
- c8434e3 Remove the optimization that depends on ENDIAN_LITTLE: it's not worth it. by Chris Lattner · 22 years ago
- 7851e1b Improve comments, add support for remembering the constants strings that by Chris Lattner · 22 years ago
- 83bb3d2 The new bytecode format supports emitting strings a special case. This is by Chris Lattner · 22 years ago
- dcea630 When emitting bytecode, handle strings specially. Do not add the characters by Chris Lattner · 22 years ago
- 0a3a27b It is obvious that this has never been used for outputing more than a single by Chris Lattner · 22 years ago
- 44e3803 Be const correct by Chris Lattner · 22 years ago
- d6942d7 Ok, I can't handle it. This is a temporary checkin of a ton of statistics that by Chris Lattner · 22 years ago
- 277bafb Toggle sense of flag by Chris Lattner · 22 years ago
- 8ce7501 The only clients of the slot calculator are now the asmwriter and bcwriter. by Chris Lattner · 22 years ago
- 92fa44c Urg, remove testing code. by Chris Lattner · 22 years ago
- 9380297 Fix a regression that I introduced yesterday. :( by Chris Lattner · 22 years ago
- a14b0d4 Check in two changes: by Chris Lattner · 22 years ago
- 737d3cd Do not bother to emit a BytecodeBlock for an empty symbol table. This commonly by Chris Lattner · 22 years ago
- 32abce6 Err, we don't need Config/*.h files for things that are standard C++ by Chris Lattner · 22 years ago
- 1499934 minor comment tweaks by Chris Lattner · 22 years ago
- 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