oota-llvm.git
2004-11-15 Reid SpencerRemove unused variable for compilation by VC++.
2004-11-15 Reid SpencerUpdates to Visual C++ project files for building on...
2004-11-15 Reid SpencerUpdate relative files.
2004-11-15 Reid SpencerProvide the ThrowErrno utility.
2004-11-15 Reid SpencerAdjust implementation to match new interface.
2004-11-15 Chris LattnerMinor cleanups. There is no reason for SCCP to derive...
2004-11-15 Chris LattnerCount more accurately
2004-11-15 Brian GaekeUpdate list of failing Benchmarks.
2004-11-15 Brian GaekeExpand Defs to encompass all the possibly-call-clobbere...
2004-11-15 Chris LattnerQuiet warnings on the persephone tester
2004-11-15 Chris LattnerTwo minor improvements:
2004-11-15 Misha BrukmanReplace the textual description with table specifying...
2004-11-15 Chris Lattnerrename InstValue to LatticeValue, as it holds for more...
2004-11-15 Reid SpencerActually get the #include correct so it compiles ...
2004-11-15 Chris LattnerSubstantially refactor the SCCP class into an SCCP...
2004-11-15 Reid SpencerMake it actually compile on Solaris.
2004-11-15 Reid SpencerConsolidate the implementation of TimeValue::now()...
2004-11-15 Reid SpencerConsolidate the implementation of TimeValue::now()...
2004-11-15 Reid Spencer* Make sure the string table gets read even if there...
2004-11-15 Reid SpencerChanges necessary to enable linking of archives without...
2004-11-14 Reid SpencerRemove a forgotten debug output line.
2004-11-14 Reid SpencerImplement functionality suggested from code review...
2004-11-14 Reid SpencerChanges per code review:
2004-11-14 Reid SpencerLinker.h moved to include/llvm from include/llvm/Support.
2004-11-14 Reid SpencerMake sure IdentifyFileType is in the sys namespace.
2004-11-14 Reid SpencerLinker.h moved to include/llvm.
2004-11-14 Reid Spencerbugpoint needs LLVMLinker.a now.
2004-11-14 Reid SpencerCorrect call of methods whose names have changed.
2004-11-14 Reid SpencerThis program needs libLLVMLinker.a now
2004-11-14 Reid SpencerLinker.h has a new home.
2004-11-14 Reid SpencerMoved to lib/Bytecode/Archive.
2004-11-14 Alkis EvlogimenosAdd missing include.
2004-11-14 Reid SpencerFix usage of changed function prototype
2004-11-14 Reid SpencerA tool for adding a symbol table to LLVM Archives
2004-11-14 Reid SpencerMakefile for llvm-ranlib tool
2004-11-14 Reid Spencer*Fix usage of changed function prototype*Use Archive...
2004-11-14 Reid SpencerThis tool needs libLLVMArchive now
2004-11-14 Reid SpencerRemove linking declarations (in Linker.h now)
2004-11-14 Reid SpencerWe need the libLLVMArchive library now
2004-11-14 Reid SpencerMoved to lib/Linker (common with gccld)
2004-11-14 Reid SpencerTotal rewrite using Archive library & new functionality
2004-11-14 Reid SpencerThis tool needs the libLLVMArchive library now.
2004-11-14 Reid SpencerRemove linking declarations (in Linker.h now)
2004-11-14 Reid SpencerProvide exception handling
2004-11-14 Reid SpencerMoved to lib/Linker
2004-11-14 Reid SpencerAdd the llvm-ranlib tool
2004-11-14 Reid SpencerUse llvm-ar not ar for constructing archive. Wrap at...
2004-11-14 Reid SpencerForget strerror_r, it causes problems. Fix later when...
2004-11-14 Reid SpencerImplement the toString method
2004-11-14 Reid SpencerUpdate for prototype changes
2004-11-14 Reid Spencer* Implement getDirectoryContents * Implement getStatusI...
2004-11-14 Reid SpencerFix bugs in class invariant
2004-11-14 Reid SpencerInclude the correct implementation file
2004-11-14 Reid SpencerDon't exceed 80 columns.
2004-11-14 Reid SpencerImplement IdentifyFileType function
2004-11-14 Reid SpencerImplement the high level interface to make (de)compress...
2004-11-14 Reid SpencerImplement the MoreHelp utility that calls a function...
2004-11-14 Reid SpencerDon't bother with a re-linked library, ensure archive...
2004-11-14 Reid Spencer*Adjust prototypes for public interface. *Rewrite LinkI...
2004-11-14 Reid SpencerSimplify compression code by using the high level inter...
2004-11-14 Reid SpencerAdd wrappers to get defined symbols from bytecode
2004-11-14 Reid SpencerSimplify handling of decompression
2004-11-14 Reid SpencerSimplify decompression code by using the high level...
2004-11-14 Reid SpencerCompletely rewritten to allow reading of archives and...
2004-11-14 Reid SpencerImplementation declarations for Archive
2004-11-14 Reid SpencerFirst working version
2004-11-14 Reid SpencerAdd the Archive library
2004-11-14 Reid SpencerAdd the Linker library
2004-11-14 Reid Spencer*Make naming convention consistent.*Add convertion...
2004-11-14 Reid SpencerMake the remove*OnSignal functions deal with Paths...
2004-11-14 Reid Spencer*Put the StatusInfo type in the right section. *Provide...
2004-11-14 Reid SpencerAllow explicit closing of the MappedFile, before destru...
2004-11-14 Reid SpencerLinker is its own module now. Moved to include/llvm...
2004-11-14 Reid SpencerAdd higher level interface to simplify use of Compressor
2004-11-14 Reid SpencerAdd the MoreHelp function pointer. If non-null, this...
2004-11-14 Reid SpencerRemove ReadArchiveFile (functionality moved to Archive...
2004-11-14 Reid SpencerComplete rewrite to get first working version.
2004-11-14 Reid SpencerAdd a command for using llvm-ar correctly.
2004-11-14 Reid SpencerInterface to Linker (revised/expanded from Support...
2004-11-14 Misha BrukmanGhostLinkage not allowed in LLVM AsmWriter, either
2004-11-14 Misha BrukmanGhostLinkage should not reach asm printing stage
2004-11-14 Misha BrukmanHandle GhostLinkage (should not ever reach the assembly...
2004-11-14 Misha BrukmanMark an unmaterialized function as having GhostLinkage
2004-11-14 Misha BrukmanAdd GhostLinkage for marking functions before they...
2004-11-14 Chris LattnerIf a global is just loaded and restored, realize that...
2004-11-14 Chris LattnerNew testcase. Believe it or not, this happens a LOT...
2004-11-14 Misha BrukmanFix build on Linux/PowerPC64 using SuSE GCC (#undef...
2004-11-14 Reid SpencerMoved from include/llvm/Support/Linker.h
2004-11-14 Reid SpencerMoved to lib/Bytecode/Archive in preparation for re...
2004-11-14 Chris LattnerThis optimization makes MANY phi nodes that all have...
2004-11-14 Chris LattnerImplement instcombine/phi.ll:test6 - pulling operations...
2004-11-14 Chris LattnerNew testcase: the phi can be eliminated if the casts...
2004-11-14 Chris LattnerFix typo
2004-11-14 Chris Lattneradd a testcase, which we already handle
2004-11-14 Chris LattnerTransform this:
2004-11-14 Chris LattnerRemove note to self
2004-11-14 Brian GaekeFix problem with insertion point for ADJCALLSTACKDOWN.
2004-11-14 Brian GaekeUpdate lists of failing unit tests.
2004-11-14 Chris LattnerOops, make this test the right thing.
2004-11-14 Chris LattnerIf a function always returns a constant, replace all...
next