oota-llvm.git
2004-11-15 Chris LattnerCleanups. Null out pointer after freeing it for paranoia
2004-11-15 Chris LattnerIf a function is external, do not output a FunctionBloc...
2004-11-15 Chris LattnerMake functions default to having external linkage if...
2004-11-15 Reid SpencerRemove useless/confusing namespace qualifier.
2004-11-15 Misha BrukmanAdd BCTR and LWZU instruction opcodes
2004-11-15 Reid SpencerMerge content of RequiredSoftware.html into GettingStar...
2004-11-15 Misha Brukman* Add entry for Linux/PowerPC
2004-11-15 Misha BrukmanBe less verbose when `The' and `command' just aren...
2004-11-15 Misha BrukmanNo need for the verbose `the llvm-link command' when...
2004-11-15 Misha BrukmanForce a short link to gccld's man page
2004-11-15 Misha BrukmanFix syntax within a B<> tag
2004-11-15 Reid SpencerRemove personal email address.
2004-11-15 Misha BrukmanAdd the PowerPC 32-bit ABI output option
2004-11-15 Chris LattnerBump version. Shouldn't this come from somewhere else??
2004-11-15 Misha Brukman* Add an entry for llvm-ranlib
2004-11-15 Misha BrukmanThis is llvm-ar, not llvm-as.
2004-11-15 Reid SpencerRemove reference to llvm-ld.
2004-11-15 Reid SpencerTerminate a list.
2004-11-15 Misha BrukmanRemove extra space char
2004-11-15 Tanya LattnerThis file was originally developed by the LLVM research...
2004-11-15 Reid SpencerChanges/corrections suggested from Chris Lattner's...
2004-11-15 Chris LattnerWarning fixes for VC++, contributed by Morten Ofstad!
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.
next