2006-03-13 |
Jim Laskey | Handle the removal of the debug chain. |
tree | commitdiff |
2006-03-02 |
Chris Lattner | Simplify the autoupgrade interface |
tree | commitdiff |
2006-01-27 |
Reid Spencer | Fix auto-upgrade of intrinsics to work properly with... |
tree | commitdiff |
2006-01-25 |
Chris Lattner | add bc reader/writer support for inline asm |
tree | commitdiff |
2006-01-25 |
Jeff Cohen | Make it even more portable. |
tree | commitdiff |
2006-01-25 |
Jeff Cohen | Portably cast a pointer to an integer. |
tree | commitdiff |
2006-01-24 |
Chris Lattner | Rename method |
tree | commitdiff |
2006-01-23 |
Chris Lattner | Add support for reading/writing inline asm |
tree | commitdiff |
2006-01-23 |
Reid Spencer | Revert last patch because it messes up the JIT, amongst... |
tree | commitdiff |
2006-01-23 |
Reid Spencer | For PR411: |
tree | commitdiff |
2006-01-19 |
Reid Spencer | 1. Identify bytecode modules that have upgraded intrins... |
tree | commitdiff |
2006-01-19 |
Reid Spencer | Add a flag to identify bytecode files that have intrins... |
tree | commitdiff |
2006-01-19 |
Reid Spencer | Make sure intrinsic auto-upgrade is invoked correctly. |
tree | commitdiff |
2006-01-17 |
Robert Bocchino | Reader support for the insertelement operation. |
tree | commitdiff |
2006-01-16 |
Reid Spencer | For PR411: |
tree | commitdiff |
2006-01-10 |
Robert Bocchino | Added bytecode support for the extractelement operation. |
tree | commitdiff |
2005-12-26 |
Duraid Madina | more C++ daintiness |
tree | commitdiff |
2005-12-26 |
Duraid Madina | I bet pinski knows why g++ accepts this stuff |
tree | commitdiff |
2005-11-30 |
Reid Spencer | Fix a problem with llvm-ranlib that (on some platforms... |
tree | commitdiff |
2005-11-12 |
Chris Lattner | trivial cleanup |
tree | commitdiff |
2005-11-12 |
Chris Lattner | Fix reading LLVM 1.3 bc files. |
tree | commitdiff |
2005-11-12 |
Chris Lattner | Read and write section info from/to .bc files |
tree | commitdiff |
2005-11-12 |
Jeff Cohen | Wrap long line. |
tree | commitdiff |
2005-11-12 |
Jeff Cohen | Fix VC++ warning that bools cannot be ORed. |
tree | commitdiff |
2005-11-06 |
Chris Lattner | minor clarity changes, no functionality difference. |
tree | commitdiff |
2005-11-06 |
Chris Lattner | don't misencode CC#'s |
tree | commitdiff |
2005-11-06 |
Chris Lattner | encode/decode function alignment in bc files |
tree | commitdiff |
2005-11-06 |
Chris Lattner | Read/write global variable alignments if present |
tree | commitdiff |
2005-11-05 |
Chris Lattner | Write/read allocation instruction alignment info to... |
tree | commitdiff |
2005-10-24 |
Chris Lattner | DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIV... |
tree | commitdiff |
2005-10-23 |
Jeff Cohen | When a function takes a variable number of pointer... |
tree | commitdiff |
2005-10-03 |
Chris Lattner | Use a map to cache the ModuleType information, so we... |
tree | commitdiff |
2005-09-23 |
Chris Lattner | speed up Archive::isBytecodeArchive in the case when... |
tree | commitdiff |
2005-08-17 |
Jim Laskey | Culling out use of unions for converting FP to bits... |
tree | commitdiff |
2005-08-16 |
Chris Lattner | This is a dummy, it doesn't matter what the ValueType is |
tree | commitdiff |
2005-07-27 |
Jeff Cohen | Eliminate all remaining tabs and trailing spaces. |
tree | commitdiff |
2005-07-08 |
Reid Spencer | Final Changes For PR495: |
tree | commitdiff |
2005-07-07 |
Reid Spencer | For PR495: |
tree | commitdiff |
2005-06-22 |
Andrew Lenharth | If we support structs as va_list, we must pass pointers... |
tree | commitdiff |
2005-06-19 |
Andrew Lenharth | va_end fix |
tree | commitdiff |
2005-06-18 |
Andrew Lenharth | core changes for varargs |
tree | commitdiff |
2005-06-08 |
Andrew Lenharth | Remove code for conversion from old style va_args.... |
tree | commitdiff |
2005-05-13 |
Chris Lattner | fix the assertion |
tree | commitdiff |
2005-05-07 |
Jeff Cohen | Silence VC++ warnings about unsafe mixing of ints and... |
tree | commitdiff |
2005-05-06 |
Chris Lattner | remove some dead (always dynamically false) flags |
tree | commitdiff |
2005-05-06 |
Chris Lattner | encode calling conventions for call/invoke instructions. |
tree | commitdiff |
2005-05-06 |
Chris Lattner | encode function calling convs in the bytecode file... |
tree | commitdiff |
2005-05-06 |
Chris Lattner | wrap a longline |
tree | commitdiff |
2005-05-06 |
Chris Lattner | add bytecode reader support for tail calls |
tree | commitdiff |
2005-05-05 |
Misha Brukman | Remove vim settings from source code; people should... |
tree | commitdiff |
2005-05-05 |
Chris Lattner | add support for undef values of opaque type, addressing... |
tree | commitdiff |
2005-05-05 |
Chris Lattner | Add some extra checks. Opaque types don't have a null... |
tree | commitdiff |
2005-04-22 |
Misha Brukman | Convert tabs to spaces |
tree | commitdiff |
2005-04-21 |
Misha Brukman | * Remove trailing whitespace |
tree | commitdiff |
2005-04-21 |
Misha Brukman | Remove trailing whitespace |
tree | commitdiff |
2005-04-21 |
Misha Brukman | Remove trailing whitespace |
tree | commitdiff |
2005-04-21 |
Reid Spencer | Use the actual uid/gid for defaulting the fields in... |
tree | commitdiff |
2005-04-21 |
Reid Spencer | Eliminate calls to system dependent function getuid... |
tree | commitdiff |
2005-04-20 |
Misha Brukman | Initialize fields mode, uid, and gid. |
tree | commitdiff |
2005-04-20 |
Misha Brukman | Align comments together for consistency |
tree | commitdiff |
2005-03-15 |
Chris Lattner | This mega patch converts us from using Function::a... |
tree | commitdiff |
2005-03-07 |
Chris Lattner | Fix an apparent ambiguity compiling on PPC |
tree | commitdiff |
2005-03-06 |
Chris Lattner | simplify and speed up some code |
tree | commitdiff |
2005-03-05 |
Chris Lattner | second argument to Value::setName is now gone. |
tree | commitdiff |
2005-02-27 |
Chris Lattner | Fix spelling, patch contributed by Gabor Greif! |
tree | commitdiff |
2005-02-26 |
Reid Spencer | Implement an isBytecodeArchive method to determine... |
tree | commitdiff |
2005-02-24 |
Chris Lattner | use more specific cast. |
tree | commitdiff |
2005-02-13 |
Reid Spencer | Make the check for global variables the same as the... |
tree | commitdiff |
2005-02-13 |
Chris Lattner | Make sure to clear the LazyFunctionLoadMap after we... |
tree | commitdiff |
2005-02-13 |
Chris Lattner | Do not put internal symbols into the symbol table.... |
tree | commitdiff |
2005-01-31 |
Chris Lattner | Fix the regressions my User changes introduced. Appare... |
tree | commitdiff |
2005-01-29 |
Chris Lattner | Adjust to changes in User class and minor changes in... |
tree | commitdiff |
2005-01-28 |
Jeff Cohen | Properly close mapped files. |
tree | commitdiff |
2005-01-22 |
Jeff Cohen | Use binary mode for reading/writing bytecode files |
tree | commitdiff |
2004-12-29 |
Reid Spencer | Remove potential platform portability issue with size... |
tree | commitdiff |
2004-12-21 |
Reid Spencer | For PR351: |
tree | commitdiff |
2004-12-20 |
Reid Spencer | Remove the #include of llvm/Config/unistd.h as it is... |
tree | commitdiff |
2004-12-20 |
Jeff Cohen | Fix problems uncovered by VC++ (first time compiled... |
tree | commitdiff |
2004-12-15 |
Reid Spencer | For PR351: |
tree | commitdiff |
2004-12-13 |
Reid Spencer | For PR351: |
tree | commitdiff |
2004-12-13 |
Reid Spencer | Make sure the Archive gets deleted if there's an error. |
tree | commitdiff |
2004-12-13 |
Reid Spencer | Implement error handling in OpenAndLoad* functions... |
tree | commitdiff |
2004-12-11 |
Reid Spencer | Path::get -> Path::toString |
tree | commitdiff |
2004-12-09 |
Chris Lattner | Remove a dead field, make the map go to integer type... |
tree | commitdiff |
2004-12-09 |
Chris Lattner | Remove #include inadvertently added |
tree | commitdiff |
2004-12-09 |
Chris Lattner | Eliminate this ugly hack. This was put back in when... |
tree | commitdiff |
2004-12-04 |
Reid Spencer | Provide more information in the error message that... |
tree | commitdiff |
2004-12-04 |
Chris Lattner | Check in some patches for better assertions |
tree | commitdiff |
2004-12-04 |
Chris Lattner | Do not allow bytecode files with unresolved references... |
tree | commitdiff |
2004-11-30 |
Chris Lattner | RevisionNum is read by error(), initialize it early. |
tree | commitdiff |
2004-11-28 |
Reid Spencer | Compute the firstFileOffset correctly after reading... |
tree | commitdiff |
2004-11-25 |
Reid Spencer | Adjust to Compressor interface change |
tree | commitdiff |
2004-11-23 |
Reid Spencer | Allow reading of member names that begin with an _... |
tree | commitdiff |
2004-11-22 |
Reid Spencer | Fix a comment to imply the correct semantics. |
tree | commitdiff |
2004-11-20 |
Reid Spencer | Distinguish between BSD4.4 and SVR4 symbol tables |
tree | commitdiff |
2004-11-19 |
Reid Spencer | Correct the computation of when to add the padding... |
tree | commitdiff |
2004-11-19 |
Chris Lattner | Add note that this is for old bytecode files. |
tree | commitdiff |
2004-11-19 |
Reid Spencer | Don't save an iterator, just use post-increment. |
tree | commitdiff |
2004-11-19 |
Reid Spencer | Make findModulesDefiningSymbols modify its symbols... |
tree | commitdiff |
2004-11-17 |
Reid Spencer | Fix some things for Mac OSX archives: |
tree | commitdiff |
next |