- 518ec2e Make sure the Archive gets deleted if there's an error. by Reid Spencer · 21 years ago
- 5af4688 Implement error handling in OpenAndLoad* functions so the Linker can handle it. by Reid Spencer · 21 years ago
- 1fce091 Path::get -> Path::toString by Reid Spencer · 21 years ago
- 389bd04 Remove a dead field, make the map go to integer type ID to hash better and by Chris Lattner · 21 years ago
- 0aed01d Remove #include inadvertently added by Chris Lattner · 21 years ago
- c4d6916 Eliminate this ugly hack. This was put back in when replaceAllUsesOf used by Chris Lattner · 21 years ago
- 3c39127 Provide more information in the error message that occurs when there are by Reid Spencer · 21 years ago
- 129baf6 Check in some patches for better assertions by Chris Lattner · 21 years ago
- 02dce16 Do not allow bytecode files with unresolved references to be read. Doing by Chris Lattner · 21 years ago
- 3af4b4f RevisionNum is read by error(), initialize it early. by Chris Lattner · 21 years ago
- 8dde18f Compute the firstFileOffset correctly after reading the LLVM symbol table. by Reid Spencer · 21 years ago
- 84472d6 Adjust to Compressor interface change by Reid Spencer · 21 years ago
- 84b9ced Allow reading of member names that begin with an _ character. by Reid Spencer · 21 years ago
- 93ee7dc Fix a comment to imply the correct semantics. by Reid Spencer · 21 years ago
- 9a29db4 Distinguish between BSD4.4 and SVR4 symbol tables by Reid Spencer · 21 years ago
- 6405c9e Correct the computation of when to add the padding. It is not based on the by Reid Spencer · 21 years ago
- 638c381 Add note that this is for old bytecode files. by Chris Lattner · 21 years ago
- 57646ec Don't save an iterator, just use post-increment. by Reid Spencer · 21 years ago
- 7783e8a Make findModulesDefiningSymbols modify its symbols argument so we can \ by Reid Spencer · 21 years ago
- d4543da Fix some things for Mac OSX archives: by Reid Spencer · 21 years ago
- 6ab7a4f Make sure we parse bytecode with a module identifier that reflects the full by Reid Spencer · 21 years ago
- 96ce335 Adjust long file name writing to match BSD 4.4 and Mac OSX style archives. by Reid Spencer · 21 years ago
- dd95e8d Despite documentation to the contrary, Mac OSX and BSD 4.4 archive formats by Reid Spencer · 21 years ago
- 30e4056 Fix typeo in comment. by Reid Spencer · 21 years ago
- 87f9072 Per code review:\ by Reid Spencer · 21 years ago
- 4a980d1 Per code review:\ by Reid Spencer · 21 years ago
- 1f46580 Per code review:\ * Make sure all members are initialized upon construction by Reid Spencer · 21 years ago
- 5a88578 Per code review:\ by Reid Spencer · 21 years ago
- d6e431f Do not emit FunctionBlock blocks for external functions. This shrinks by Chris Lattner · 21 years ago
- 97fbc50 Use a per-function flag bit to indicate whether or not there is a function by Chris Lattner · 21 years ago
- fd7f8fe Disable this change, it was premature by Chris Lattner · 21 years ago
- 3bdad69 Make *SURE* to null out the pointer before throwing an exception, otherwise by Chris Lattner · 21 years ago
- 1992522 Cleanups. Null out pointer after freeing it for paranoia 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
- 18549c2 Make functions default to having external linkage if they have no FunctionBlock. by Chris Lattner · 21 years ago
- b323113 * Make sure the string table gets read even if there isn't a foreign by Reid Spencer · 21 years ago
- 766b793 Changes necessary to enable linking of archives without LLVM symbol tables. by Reid Spencer · 21 years ago
- ce2bc2b Moved to lib/Bytecode/Archive. by Reid Spencer · 21 years ago
- a70d84d Simplify compression code by using the high level interface to the Compressor by Reid Spencer · 21 years ago
- 565ff3d Add wrappers to get defined symbols from bytecode by Reid Spencer · 21 years ago
- d3539b8 Simplify handling of decompression by Reid Spencer · 21 years ago
- 61aaf2e Simplify decompression code by using the high level interface to the Compressor by Reid Spencer · 21 years ago
- f9d7a51 Completely rewritten to allow reading of archives and symbol table lookup in a more efficient manner. by Reid Spencer · 21 years ago
- bc9fc84 Implementation declarations for Archive by Reid Spencer · 21 years ago
- cf6afc6 First working version by Reid Spencer · 21 years ago
- 5544b5e Add the Archive library by Reid Spencer · 21 years ago
- a3e6ad6 Mark an unmaterialized function as having GhostLinkage by Misha Brukman · 21 years ago
- 9577667 Moved to lib/Bytecode/Archive in preparation for re-write. by Reid Spencer · 21 years ago
- b581028 Recognize compressed LLVM bytecode files. by John Criswell · 21 years ago
- f0c977c * Comments & cleanup per CL code review. by Reid Spencer · 21 years ago
- 36eea80 Add comments per CL code review. 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
- 2bcfcbe Implement the GetBytecodeSymbols interface function to extract just the by Reid Spencer · 21 years ago
- 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