- e812fb2 Make sure intrinsic auto-upgrade is invoked correctly. by Reid Spencer · 20 years ago
- b1f240b Reader support for the insertelement operation. by Robert Bocchino · 20 years ago
- 0b11820 For PR411: by Reid Spencer · 20 years ago
- fee31b3 Added bytecode support for the extractelement operation. by Robert Bocchino · 20 years ago
- 8748746 more C++ daintiness by Duraid Madina · 20 years ago
- 0f7bfba I bet pinski knows why g++ accepts this stuff by Duraid Madina · 20 years ago
- 6ff7240 Fix a problem with llvm-ranlib that (on some platforms) caused the archive by Reid Spencer · 20 years ago
- c76ea43 trivial cleanup by Chris Lattner · 20 years ago
- 39979ea Fix reading LLVM 1.3 bc files. by Chris Lattner · 20 years ago
- 404cddf Read and write section info from/to .bc files by Chris Lattner · 20 years ago
- ba0ffcc Wrap long line. by Jeff Cohen · 20 years ago
- 277973b Fix VC++ warning that bools cannot be ORed. by Jeff Cohen · 20 years ago
- ce5e04e minor clarity changes, no functionality difference. by Chris Lattner · 20 years ago
- 54b369e don't misencode CC#'s by Chris Lattner · 20 years ago
- e73bd45 encode/decode function alignment in bc files by Chris Lattner · 20 years ago
- 8eb52dd Read/write global variable alignments if present by Chris Lattner · 20 years ago
- 42ba6b4 Write/read allocation instruction alignment info to .bc files. by Chris Lattner · 20 years ago
- f36aeed DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE now by Chris Lattner · 20 years ago
- 66c5fd6 When a function takes a variable number of pointer arguments, with a zero by Jeff Cohen · 20 years ago
- eebac5f Use a map to cache the ModuleType information, so we can do logarithmic by Chris Lattner · 20 years ago
- 7c43992 speed up Archive::isBytecodeArchive in the case when the archive doesn't have by Chris Lattner · 20 years ago
- cb6682f Culling out use of unions for converting FP to bits and vice versa. by Jim Laskey · 20 years ago
- fea4930 This is a dummy, it doesn't matter what the ValueType is by Chris Lattner · 20 years ago
- 00b16889 Eliminate all remaining tabs and trailing spaces. by Jeff Cohen · 20 years ago
- a229c5c Final Changes For PR495: by Reid Spencer · 20 years ago
- dd04df0 For PR495: by Reid Spencer · 20 years ago
- 213e557 If we support structs as va_list, we must pass pointers to them to va_copy by Andrew Lenharth · 20 years ago
- 017fba9 va_end fix by Andrew Lenharth · 20 years ago
- 558bc88 core changes for varargs by Andrew Lenharth · 20 years ago
- 141e488 Remove code for conversion from old style va_args. Preparing the way for by Andrew Lenharth · 20 years ago
- bfed924 fix the assertion by Chris Lattner · 20 years ago
- 39cef60 Silence VC++ warnings about unsafe mixing of ints and bools with the | operator. by Jeff Cohen · 20 years ago
- 3f6948d remove some dead (always dynamically false) flags by Chris Lattner · 20 years ago
- dee199f encode calling conventions for call/invoke instructions. by Chris Lattner · 20 years ago
- 479ffeb encode function calling convs in the bytecode file. invoke and call are by Chris Lattner · 20 years ago
- 28caccf wrap a longline by Chris Lattner · 20 years ago
- 38287bd add bytecode reader support for tail calls by Chris Lattner · 20 years ago
- 6b8a63a Remove vim settings from source code; people should use llvm/utils/vim/vimrc by Misha Brukman · 20 years ago
- 9e60d8d add support for undef values of opaque type, addressing PR541 by Chris Lattner · 20 years ago
- aba5ff5 Add some extra checks. Opaque types don't have a null marker. by Chris Lattner · 20 years ago
- dedf2bd Convert tabs to spaces by Misha Brukman · 20 years ago
- 23c6d2c * Remove trailing whitespace * Convert tabs to spaces by Misha Brukman · 20 years ago
- 8a96c53 Remove trailing whitespace by Misha Brukman · 20 years ago
- 2b37d7c Remove trailing whitespace by Misha Brukman · 20 years ago
- 8e827e8 Use the actual uid/gid for defaulting the fields in the archive. by Reid Spencer · 20 years ago
- 3468e57 Eliminate calls to system dependent function getuid by using by Reid Spencer · 20 years ago
- 4b2afe6 Initialize fields mode, uid, and gid. Patch by Markus Oberhumer. Thanks! by Misha Brukman · 20 years ago
- 72a9caa Align comments together for consistency by Misha Brukman · 20 years ago
- e4d5c44 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 20 years ago
- 001d16a Fix an apparent ambiguity compiling on PPC by Chris Lattner · 20 years ago
- af4a9bb simplify and speed up some code by Chris Lattner · 20 years ago
- 7acff25 second argument to Value::setName is now gone. by Chris Lattner · 20 years ago
- da895d6 Fix spelling, patch contributed by Gabor Greif! by Chris Lattner · 20 years ago
- eaa06bb Implement an isBytecodeArchive method to determine if an archive contains by Reid Spencer · 20 years ago
- 7e61823 use more specific cast. by Chris Lattner · 20 years ago
- 818827d Make the check for global variables the same as the one for functions. In by Reid Spencer · 21 years ago
- b52f1c2 Make sure to clear the LazyFunctionLoadMap after we ParseAllFunctionBodies. by Chris Lattner · 21 years ago
- e5cea5e Do not put internal symbols into the symbol table. This shrinks the symbol by Chris Lattner · 21 years ago
- 6132332 Fix the regressions my User changes introduced. Apparently some parts of by Chris Lattner · 21 years ago
- cad28bd Adjust to changes in User class and minor changes in instruction ctors. by Chris Lattner · 21 years ago
- d19d89a Properly close mapped files. by Jeff Cohen · 21 years ago
- 5fb6ed4 Use binary mode for reading/writing bytecode files by Jeff Cohen · 21 years ago
- 5612762 Remove potential platform portability issue with size of "int". by Reid Spencer · 21 years ago
- 0a83472 For PR351: by Reid Spencer · 21 years ago
- 7904c4f Remove the #include of llvm/Config/unistd.h as it is no longer needed. by Reid Spencer · 21 years ago
- e133721 Fix problems uncovered by VC++ (first time compiled by VC++) by Jeff Cohen · 21 years ago
- cda985e For PR351: by Reid Spencer · 21 years ago
- 9153f8f For PR351: by Reid Spencer · 21 years ago
- 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