- 558bc88 core changes for varargs by Andrew Lenharth · 20 years ago
- bfed924 fix the assertion by Chris Lattner · 20 years ago
- 39cef60 Silence VC++ warnings about unsafe mixing of ints and bools with the | operator. by Jeff Cohen · 20 years ago
- dee199f encode calling conventions for call/invoke instructions. by Chris Lattner · 20 years ago
- 479ffeb encode function calling convs in the bytecode file. invoke and call are by Chris Lattner · 20 years ago
- 28caccf wrap a longline by Chris Lattner · 20 years ago
- 38287bd add bytecode reader support for tail calls by Chris Lattner · 20 years ago
- 6b8a63a Remove vim settings from source code; people should use llvm/utils/vim/vimrc by Misha Brukman · 20 years ago
- 9e60d8d add support for undef values of opaque type, addressing PR541 by Chris Lattner · 20 years ago
- dedf2bd Convert tabs to spaces by Misha Brukman · 20 years ago
- 23c6d2c * Remove trailing whitespace * Convert tabs to spaces by Misha Brukman · 20 years ago
- e4d5c44 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 20 years ago
- 001d16a Fix an apparent ambiguity compiling on PPC by Chris Lattner · 20 years ago
- af4a9bb simplify and speed up some code by Chris Lattner · 20 years ago
- da895d6 Fix spelling, patch contributed by Gabor Greif! by Chris Lattner · 20 years ago
- 129baf6 Check in some patches for better assertions by Chris Lattner · 21 years ago
- 84472d6 Adjust to Compressor interface change by Reid Spencer · 21 years ago
- d6e431f Do not emit FunctionBlock blocks for external functions. This shrinks by Chris Lattner · 21 years ago
- fd7f8fe Disable this change, it was premature by Chris Lattner · 21 years ago
- 86c9365 If a function is external, do not output a FunctionBlock for the function by Chris Lattner · 21 years ago
- a70d84d Simplify compression code by using the high level interface to the Compressor by Reid Spencer · 21 years ago
- 83296f5 * Add comments and cleanup per CL code review by Reid Spencer · 21 years ago
- 17f52c5 Add support for compressed bytecode by Reid Spencer · 21 years ago
- e55bd78 Fix name of library by Reid Spencer · 21 years ago
- 236ca44 Fix the previous bug the correct way. This fixes ptrdist/bc by Chris Lattner · 21 years ago
- 5fd2ab3 Fix a bug that Brian brought to my attention. This corrects: by Chris Lattner · 21 years ago
- cac731e We won't use automake by Reid Spencer · 21 years ago
- 86d341b Initial automake generated Makefile template by Reid Spencer · 21 years ago
- a79e7cc Add support for undef, unreachable, and function flags by Chris Lattner · 21 years ago
- f74acc7 Today is not my day. Fix broken # by Chris Lattner · 21 years ago
- 823cacc unbreak previous checkin :( by Chris Lattner · 21 years ago
- 84d1ced Add back a missing paren by Chris Lattner · 21 years ago
- f9d7178 Wrap to 80 cols, delete some seriously old debugging printouts by Chris Lattner · 21 years ago
- b0bf664 Minor cleanups by Chris Lattner · 21 years ago
- d96cb6e Update to reflect changes in Makefile rules. by Reid Spencer · 21 years ago
- 9f41a5f Initial version of automake Makefile.am file. by Reid Spencer · 21 years ago
- 551ccae Changes For Bug 352 by Reid Spencer · 21 years ago
- 0033c18 Prevent an empty compaction table from being written to the bytecode file. by Reid Spencer · 21 years ago
- 07ea191 Add the CompactionTableIsEmpty function so that we can determine if a by Reid Spencer · 21 years ago
- 715c90b Packed types, brought to you by Brad Jones by Brian Gaeke · 21 years ago
- 38d54be Bytecode File Format Changes: by Reid Spencer · 21 years ago
- 250c418 Correct the comments in the symbol table writer to reflect reality. by Reid Spencer · 21 years ago
- 15876bb Stop using getValues(). by Alkis Evlogimenos · 21 years ago
- eb62bc7 Merge i*.h headers into Instructions.h as part of bug403. by Alkis Evlogimenos · 21 years ago
- 5ac8812 Adjust to new Module.h interface for dependent libraries. by Reid Spencer · 21 years ago
- ad89bd6 bug 263: by Reid Spencer · 21 years ago
- e840434 bug 122: by Reid Spencer · 21 years ago
- e0125b6 bug 122: - Correct ordering of tests because for GlobalValue isa Constant by Reid Spencer · 21 years ago
- f51c7f56 Fix for PR341 by Chris Lattner · 21 years ago
- aec6dd5 Fix unused var warning by Chris Lattner · 21 years ago
- 1d9349a Remove tabs. by Reid Spencer · 21 years ago
- 87bc418 Prepare the writer for a non-broken implementation of writing floating by Reid Spencer · 21 years ago
- d57da4b Implementation of SlotTable went into header file. Note that this header by Reid Spencer · 21 years ago
- 0852c80 Remove Tabs. by Reid Spencer · 21 years ago
- cb3595c Implement new output functions for types and compacted type planes. Also by Reid Spencer · 21 years ago
- d1fb1b7 Add new methods outputTypes and outputCompactionTypes for handling Types by Reid Spencer · 21 years ago
- 24ab28f For bug 122: by Reid Spencer · 21 years ago
- 5e394ff - Type::TypeTyID doesn't exist any more (bug 122) by Reid Spencer · 21 years ago
- 036de03 No functionality changes here: by Chris Lattner · 21 years ago
- d616228 Fix more warnings building with VC++ by Chris Lattner · 21 years ago
- 32b5880 fix warnings by Chris Lattner · 21 years ago
- f70c22b Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() by Chris Lattner · 21 years ago
- 6269ded Cleaned up a dead header file to prevent duplicate definition warnings by Reid Spencer · 21 years ago
- 6ed81e2 Use the SymbolTable::isEmpty() method instead of checking for no value by Reid Spencer · 21 years ago
- 798ff64 Part of bug 122: by Reid Spencer · 21 years ago
- 6b1f58b Put SlotTable.h inclusion back at front of list to be coding standards by Reid Spencer · 21 years ago
- a85b8cf Make the constructor explicit so we can't implicitly convert bool to SlotTable. by Reid Spencer · 21 years ago
- 3751bd6 Make some improvements suggested by Chris. by Reid Spencer · 21 years ago
- 293a55f Adding the initial implementation of the SlotTable class. This class is by Reid Spencer · 21 years ago
- 94f2df2 Changed to use SymbolTable's new iteration interfaces. by Reid Spencer · 21 years ago
- 9231ac8 Convert to SymbolTable's new iteration interface. by Reid Spencer · 21 years ago
- 6ffe551 Changes to fix up the inst_iterator to pass to boost iterator checks. This by Chris Lattner · 21 years ago
- 5fa428f Implement support for a new LLVM 1.3 bytecode format, which uses uint's by Chris Lattner · 21 years ago
- 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