summaryrefslogtreecommitdiff
path: root/lib/Bytecode
AgeCommit message (Expand)Author
2005-05-13fix the assertionChris Lattner
2005-05-07Silence VC++ warnings about unsafe mixing of ints and bools with the | operator.Jeff Cohen
2005-05-06remove some dead (always dynamically false) flagsChris Lattner
2005-05-06encode calling conventions for call/invoke instructions.Chris Lattner
2005-05-06encode function calling convs in the bytecode file. invoke and call areChris Lattner
2005-05-06wrap a longlineChris Lattner
2005-05-06add bytecode reader support for tail callsChris Lattner
2005-05-05Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman
2005-05-05add support for undef values of opaque type, addressing PR541Chris Lattner
2005-05-05Add some extra checks. Opaque types don't have a null marker.Chris Lattner
2005-04-22Convert tabs to spacesMisha Brukman
2005-04-21* Remove trailing whitespaceMisha Brukman
2005-04-21Remove trailing whitespaceMisha Brukman
2005-04-21Remove trailing whitespaceMisha Brukman
2005-04-21Use the actual uid/gid for defaulting the fields in the archive.Reid Spencer
2005-04-21Eliminate calls to system dependent function getuid by usingReid Spencer
2005-04-20Initialize fields mode, uid, and gid.Misha Brukman
2005-04-20Align comments together for consistencyMisha Brukman
2005-03-15This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner
2005-03-07Fix an apparent ambiguity compiling on PPCChris Lattner
2005-03-06simplify and speed up some codeChris Lattner
2005-03-05second argument to Value::setName is now gone.Chris Lattner
2005-02-27Fix spelling, patch contributed by Gabor Greif!Chris Lattner
2005-02-26Implement an isBytecodeArchive method to determine if an archive containsReid Spencer
2005-02-24use more specific cast.Chris Lattner
2005-02-13Make the check for global variables the same as the one for functions. InReid Spencer
2005-02-13Make sure to clear the LazyFunctionLoadMap after we ParseAllFunctionBodies.Chris Lattner
2005-02-13Do not put internal symbols into the symbol table. This shrinks the symbolChris Lattner
2005-01-31Fix the regressions my User changes introduced. Apparently some parts ofChris Lattner
2005-01-29Adjust to changes in User class and minor changes in instruction ctors.Chris Lattner
2005-01-28Properly close mapped files.Jeff Cohen
2005-01-22Use binary mode for reading/writing bytecode filesJeff Cohen
2004-12-29Remove potential platform portability issue with size of "int".Reid Spencer
2004-12-21For PR351:Reid Spencer
2004-12-20Remove the #include of llvm/Config/unistd.h as it is no longer needed.Reid Spencer
2004-12-20Fix problems uncovered by VC++ (first time compiled by VC++)Jeff Cohen
2004-12-15For PR351:Reid Spencer
2004-12-13For PR351:Reid Spencer
2004-12-13Make sure the Archive gets deleted if there's an error.Reid Spencer
2004-12-13Implement error handling in OpenAndLoad* functions so the Linker can handle it.Reid Spencer
2004-12-11Path::get -> Path::toStringReid Spencer
2004-12-09Remove a dead field, make the map go to integer type ID to hash better andChris Lattner
2004-12-09Remove #include inadvertently addedChris Lattner
2004-12-09Eliminate this ugly hack. This was put back in when replaceAllUsesOf usedChris Lattner
2004-12-04Provide more information in the error message that occurs when there areReid Spencer
2004-12-04Check in some patches for better assertionsChris Lattner
2004-12-04Do not allow bytecode files with unresolved references to be read. DoingChris Lattner
2004-11-30RevisionNum is read by error(), initialize it early.Chris Lattner
2004-11-28Compute the firstFileOffset correctly after reading the LLVM symbol table.Reid Spencer
2004-11-25Adjust to Compressor interface changeReid Spencer