summaryrefslogtreecommitdiff
path: root/lib/Bytecode
Commit message (Expand)AuthorAge
* * Remove trailing whitespaceMisha Brukman2005-04-21
* Remove trailing whitespaceMisha Brukman2005-04-21
* Remove trailing whitespaceMisha Brukman2005-04-21
* Use the actual uid/gid for defaulting the fields in the archive.Reid Spencer2005-04-21
* Eliminate calls to system dependent function getuid by usingReid Spencer2005-04-21
* Initialize fields mode, uid, and gid.Misha Brukman2005-04-20
* Align comments together for consistencyMisha Brukman2005-04-20
* This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner2005-03-15
* Fix an apparent ambiguity compiling on PPCChris Lattner2005-03-07
* simplify and speed up some codeChris Lattner2005-03-06
* second argument to Value::setName is now gone.Chris Lattner2005-03-05
* Fix spelling, patch contributed by Gabor Greif!Chris Lattner2005-02-27
* Implement an isBytecodeArchive method to determine if an archive containsReid Spencer2005-02-26
* use more specific cast.Chris Lattner2005-02-24
* Make the check for global variables the same as the one for functions. InReid Spencer2005-02-13
* Make sure to clear the LazyFunctionLoadMap after we ParseAllFunctionBodies.Chris Lattner2005-02-13
* Do not put internal symbols into the symbol table. This shrinks the symbolChris Lattner2005-02-13
* Fix the regressions my User changes introduced. Apparently some parts ofChris Lattner2005-01-31
* Adjust to changes in User class and minor changes in instruction ctors.Chris Lattner2005-01-29
* Properly close mapped files.Jeff Cohen2005-01-28
* Use binary mode for reading/writing bytecode filesJeff Cohen2005-01-22
* Remove potential platform portability issue with size of "int".Reid Spencer2004-12-29
* For PR351:Reid Spencer2004-12-21
* Remove the #include of llvm/Config/unistd.h as it is no longer needed.Reid Spencer2004-12-20
* Fix problems uncovered by VC++ (first time compiled by VC++)Jeff Cohen2004-12-20
* For PR351:Reid Spencer2004-12-15
* For PR351:Reid Spencer2004-12-13
* Make sure the Archive gets deleted if there's an error.Reid Spencer2004-12-13
* Implement error handling in OpenAndLoad* functions so the Linker can handle it.Reid Spencer2004-12-13
* Path::get -> Path::toStringReid Spencer2004-12-11
* Remove a dead field, make the map go to integer type ID to hash better andChris Lattner2004-12-09
* Remove #include inadvertently addedChris Lattner2004-12-09
* Eliminate this ugly hack. This was put back in when replaceAllUsesOf usedChris Lattner2004-12-09
* Provide more information in the error message that occurs when there areReid Spencer2004-12-04
* Check in some patches for better assertionsChris Lattner2004-12-04
* Do not allow bytecode files with unresolved references to be read. DoingChris Lattner2004-12-04
* RevisionNum is read by error(), initialize it early.Chris Lattner2004-11-30
* Compute the firstFileOffset correctly after reading the LLVM symbol table.Reid Spencer2004-11-28
* Adjust to Compressor interface changeReid Spencer2004-11-25
* Allow reading of member names that begin with an _ character.Reid Spencer2004-11-23
* Fix a comment to imply the correct semantics.Reid Spencer2004-11-22
* Distinguish between BSD4.4 and SVR4 symbol tablesReid Spencer2004-11-20
* Correct the computation of when to add the padding. It is not based on theReid Spencer2004-11-19
* Add note that this is for old bytecode files.Chris Lattner2004-11-19
* Don't save an iterator, just use post-increment.Reid Spencer2004-11-19
* Make findModulesDefiningSymbols modify its symbols argument so we can \Reid Spencer2004-11-19
* Fix some things for Mac OSX archives:Reid Spencer2004-11-17
* Make sure we parse bytecode with a module identifier that reflects the fullReid Spencer2004-11-17
* Adjust long file name writing to match BSD 4.4 and Mac OSX style archives.Reid Spencer2004-11-17
* Despite documentation to the contrary, Mac OSX and BSD 4.4 archive formatsReid Spencer2004-11-17