Expand Defs to encompass all the possibly-call-clobbered regs.
[oota-llvm.git] / lib /
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 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 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 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 has a new home.
2004-11-14 Reid SpencerMoved to lib/Bytecode/Archive.
2004-11-14 Alkis EvlogimenosAdd missing include.
2004-11-14 Reid SpencerMoved to lib/Linker
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 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 Chris LattnerIf a global is just loaded and restored, realize that...
2004-11-14 Misha BrukmanFix build on Linux/PowerPC64 using SuSE GCC (#undef...
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 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 LattnerIf a function always returns a constant, replace all...
2004-11-14 Brian GaekeFix NotTest - round up extraStack to the nearest double...
2004-11-14 Chris LattnerTeach SROA how to promote an array index that is variab...
2004-11-14 Brian GaekeUpdate failing Benchmarks; point out that I'm skipping...
2004-11-14 Chris LattnerRearrange some code, no functionality changes.
2004-11-14 Brian GaekeUpdate expected UnitTests failures.
2004-11-14 Brian GaekeRewrite outgoing arg handling to handle more weird...
2004-11-14 Brian GaekeSupport UndefValue emission.
2004-11-13 Chris LattnerRemove debugging code
2004-11-13 Chris LattnerArgument promotion transforms functions to unconditiona...
2004-11-13 Chris LattnerDon't print unneeded labels
2004-11-13 Chris LattnerHack around stupidity in GCC, fixing Burg with the...
2004-11-13 Chris Lattnershld is a very high latency operation. Instead of emitt...
2004-11-13 Chris LattnerAdd missing check
2004-11-13 Chris LattnerCompile:
2004-11-13 Chris LattnerSimplify handling of shifts to be the same as we do...
2004-11-13 Chris LattnerFold:
2004-11-13 Chris LattnerLazily create the abort message, so only translation...
2004-11-13 Chris LattnerFix: CodeExtractor/2004-11-12-InvokeExtract.ll
2004-11-12 Chris LattnerFix a bug where the code extractor would get a bit...
2004-11-12 Chris LattnerSimplify handling of constant initializers
2004-11-12 Reid SpencerMakefile for lib/Linker
2004-11-12 Reid SpencerThis file originated in lib/VMCore/Linker.cpp but now...
2004-11-12 Reid SpencerThis file originated in tools/gccld/Linker.cpp but...
2004-11-11 Chris LattnerMake this build in release mode
2004-11-11 Chris LattnerActually, leave the check in. This prevents us from...
2004-11-11 Chris LattnerFix bug: IPConstantProp/deadarg.ll
2004-11-10 Chris LattnerMake IP Constant prop more aggressive about handling...
2004-11-10 John CriswellCorrect the name of stosd for the AT&T syntax:
2004-11-09 Chris LattnerDo not let dead constant expressions hanging off of...
2004-11-09 Reid SpencerFix isBytecodeFile to correctly recognized compressed...
2004-11-09 Reid Spencer* Implement getStatusInfo for getting stat(2) like...
2004-11-09 John CriswellRecognize compressed LLVM bytecode files.
2004-11-09 Reid SpencerTune compression:
2004-11-09 Chris LattnerChange this back so that I get stable numbers to reflec...
2004-11-09 Chris LattnerFix bug: 2004-11-08-FreeUseCrash.ll
2004-11-09 Misha Brukman* Convert tabs to spaces
2004-11-09 Misha BrukmanOutput the program name (in this case, gccld) with...
2004-11-09 Nate BegemanAllow hbd to be bugpointable on darwin by fixing common...
2004-11-08 Misha BrukmanHandle headers for compressed bytecode files
2004-11-08 Misha BrukmanDon't silently ignore invalid files: tell the user!
2004-11-08 Chris LattnerFix a bug that was preventing povray and namd from...
2004-11-08 Chris LattnerHandle assert_fail special
2004-11-08 Reid SpencerFix a typo: isvalid -> isValid
2004-11-08 Nate BegemanPut int the getReg cast optimization from x86 so that...
2004-11-07 Misha BrukmanImplement ExecutionEngine::freeMachineCodeForFunction()
2004-11-07 Chris LattnerVERY large functions that are only called from one...
2004-11-07 Nate BegemanDisable bogus cast elimination when the cast is used...
next