- cdb21a9 Makefile for the LLVMArchive library. by Reid Spencer · 21 years ago
- 362cbf0 First kinda/sorta working version of the Archive library. Reading is not by Reid Spencer · 21 years ago
- 06aada9 Fix library name. 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
- 2e7ec12 Do not erroneously accept revision 6 bytecode files when the format hasn't by Chris Lattner · 21 years ago
- a79e7cc Add support for undef, unreachable, and function flags by Chris Lattner · 21 years ago
- f91d68b There is no reason not to build these in parallel by Chris Lattner · 21 years ago
- 4a8167f Don't print a bunch of metrics that are meaningless for external functions 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
- 1c765b0 Fit to 80 cols by Chris Lattner · 21 years ago
- f9d7178 Wrap to 80 cols, delete some seriously old debugging printouts by Chris Lattner · 21 years ago
- 4a242b3 Fit in 80 columns 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
- 44666b1 Fix doxygen comment by Misha Brukman · 21 years ago
- 56bc894 The system ranlib on darwin occasionally adds two extra newlines to the by Chris Lattner · 21 years ago
- 2da5c3d Convert code to compile with vc7.1. by Reid Spencer · 21 years ago
- 5adf0ca Unbreak doxygen, according to Reid. by Misha Brukman · 21 years ago
- 7df0074 Fix code spacing/alignment by Misha Brukman · 21 years ago
- 46a981c Change interface to use correct typedef so it will always compile. by Reid Spencer · 21 years ago
- 3ee8eed Print the dependent libraries when dumping bytecode. by Reid Spencer · 21 years ago
- 20aa474 Fixes to make LLVM compile with vc7.1. by Alkis Evlogimenos · 21 years ago
- 551ccae Changes For Bug 352 by Reid Spencer · 21 years ago
- 488d73a Correctly compute the number of compaction tables. 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
- e0cf59e Add a wrapper for extraction of the dependent libraries from a bytecode file. by Reid Spencer · 21 years ago
- 3120e71 Rearrange output a little to make it nicer. by Reid Spencer · 21 years ago
- 911ec6d Bytecode Analyzer Cleanup: by Reid Spencer · 21 years ago
- af073bd Get rid of an extraneous local variable. by Reid Spencer · 21 years ago
- 4542c43 Two Changes: by Reid Spencer · 21 years ago
- 572c256 Add boolean file format flags in preparation for version 5 bytecode. by Reid Spencer · 21 years ago
- 5b472d9 Bytecode Reader Cleanup: 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
- 9a7e0c5 Turn a use of intptr_t into a reinterpret_cast<uint64_t> instead to get by Reid Spencer · 21 years ago
- 15876bb Stop using getValues(). by Alkis Evlogimenos · 21 years ago
- 2c6c14d Make getGlobalTableValue not use getTypeSlot, this speeds up the bc reader by Chris Lattner · 21 years ago
- 45b5dd2 Do not do a linear std::find to reconstruct information we had, but later threw by Chris Lattner · 21 years ago
- eb62bc7 Merge i*.h headers into Instructions.h as part of bug403. by Alkis Evlogimenos · 21 years ago
- bcb11cf Simplify code and silence warning by Chris Lattner · 21 years ago
- 1d78516 Fix a serious bug in the double constant reader. In particular, because by Chris Lattner · 21 years ago
- ada1618 Always write FP values correctly. by Reid Spencer · 21 years ago
- 7d146e1 Don't create a backwards compatibility flag for something that was a by Reid Spencer · 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
- 89fc0e3 User ValueListTy as the type of the ValueList. This avoides the ValueList by Reid Spencer · 21 years ago
- a86037e bug 122: by Reid Spencer · 21 years ago
- 3c90f9f bug 122: by Reid Spencer · 21 years ago
- f51c7f56 Fix for PR341 by Chris Lattner · 21 years ago
- fe2102b Actually set the endian/pointersize flags on the module being read in! by Brian Gaeke · 21 years ago
- 0859e52 Fix warning on SparcV9, where sizeof (int) != sizeof (void *). by Brian Gaeke · 21 years ago
- aec6dd5 Fix unused var warning by Chris Lattner · 21 years ago
- 46b002c Various cleanups: by Reid Spencer · 21 years ago
- 6690651 - Rename two methods to give them more meaning by Reid Spencer · 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
- 9cb5242 Make the VBRSavings percentage make sense (as a fraction of the total by Reid Spencer · 21 years ago
- 2439972 Error Handling Cleanup: by Reid Spencer · 21 years ago
- 011bed5 Fix a backwards compatibility bug found by Tanya. In version 1.2, the by Reid Spencer · 21 years ago
- ba46636 Remove definition and use of OtherVal enumerator. This just fixes a thinko. by Reid Spencer · 21 years ago
- 5c15fe5 Finalize bytecode dumping. The "handleFinish" method was getting called 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
- 04cde2c - Don't use macros to call the BytecodeHandler by Reid Spencer · 21 years ago
- a86159c - Make ValueList an "OtherVal" user of Values to ensure it doesn't get by Reid Spencer · 21 years ago
- 97c7d74 Remove tabs. Move function declaration to Reader.h where it belongs. by Reid Spencer · 21 years ago
- 77cf296 Add #include <iostream> which is needed now that Value.h doesn't include it by Reid Spencer · 21 years ago
- b61cdb7 Excise tabs. by Reid Spencer · 21 years ago
- 0692dbf Remove files no longer needed. ConstantReader and InstructionReader were by Reid Spencer · 21 years ago
- f89143c This is a slimming down of the previous ReaderInternals.h that just by Reid Spencer · 21 years ago
- 060d25d MAJOR REWRITE. by Reid Spencer · 21 years ago
- df45a54 Adjustments to allow Bytecode Reading to support the BytecodeHandler by Reid Spencer · 21 years ago
- f41aa73 Merge Dumper.cpp and AnalyzerWrappers.cpp into this file. Also, adjust the by Reid Spencer · 21 years ago
- cc1091e Analyzer moved to ../Reader directory. by Reid Spencer · 21 years ago
- 46bd33f Remove newly defunct Analyzer directory. 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
- 1cf5024 Implement tracking of bytecode instruction size and the number of long by Reid Spencer · 21 years ago
- 8a9a370 Revert an unneeded interface change to Instruction.h by Reid Spencer · 21 years ago
- 7c7680a Remove tabs. by Reid Spencer · 21 years ago
- cbb22e2 Implement detailed function level data collection and reporting. by Reid Spencer · 21 years ago
- 2467a06 Adjust prototypes to new Handler interface. by Reid Spencer · 21 years ago
- ab5fce2 Make the parser deal with functions instead of just function types. by Reid Spencer · 21 years ago