aboutsummaryrefslogtreecommitdiff
path: root/lib/Bytecode
AgeCommit message (Expand)Author
2005-11-30Fix a problem with llvm-ranlib that (on some platforms) caused the archiveReid Spencer
2005-11-12trivial cleanupChris Lattner
2005-11-12Fix reading LLVM 1.3 bc files.Chris Lattner
2005-11-12Read and write section info from/to .bc filesChris Lattner
2005-11-12Wrap long line.Jeff Cohen
2005-11-12Fix VC++ warning that bools cannot be ORed.Jeff Cohen
2005-11-06minor clarity changes, no functionality difference.Chris Lattner
2005-11-06don't misencode CC#'sChris Lattner
2005-11-06encode/decode function alignment in bc filesChris Lattner
2005-11-06Read/write global variable alignments if presentChris Lattner
2005-11-05Write/read allocation instruction alignment info to .bc files.Chris Lattner
2005-10-24DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE nowChris Lattner
2005-10-23When a function takes a variable number of pointer arguments, with a zeroJeff Cohen
2005-10-03Use a map to cache the ModuleType information, so we can do logarithmicChris Lattner
2005-09-23speed up Archive::isBytecodeArchive in the case when the archive doesn't haveChris Lattner
2005-08-17Culling out use of unions for converting FP to bits and vice versa.Jim Laskey
2005-08-16This is a dummy, it doesn't matter what the ValueType isChris Lattner
2005-07-27Eliminate all remaining tabs and trailing spaces.Jeff Cohen
2005-07-08Final Changes For PR495:Reid Spencer
2005-07-07For PR495:Reid Spencer
2005-06-22If we support structs as va_list, we must pass pointers to them to va_copyAndrew Lenharth
2005-06-19va_end fixAndrew Lenharth
2005-06-18core changes for varargsAndrew Lenharth
2005-06-08Remove code for conversion from old style va_args. Preparing the way forAndrew Lenharth
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