oota-llvm.git
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...
2004-11-14 Chris LattnerNew testcase
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 Chris LattnerNew testcase, SROA with variable array index
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 Tanya Lattnersetting path to prcontext.tcl script. Right now it...
2004-11-13 Chris LattnerRemove debugging code
2004-11-13 Chris LattnerArgument promotion transforms functions to unconditiona...
2004-11-13 Chris LattnerAdd a testcase we should continue to argpromote
2004-11-13 Chris LattnerAdd a testcase for a function we cannot legally promote...
2004-11-13 Chris LattnerAdd useful method, minor cleanups
2004-11-13 Chris LattnerDon't print unneeded labels
2004-11-13 Tanya LattnerRun prcontext.tcl with tclsh and let it be found in...
2004-11-13 Tanya LattnerAdding subdirectory dg.exp files in order to be able...
2004-11-13 Tanya LattnerChanged to use tcl script.
2004-11-13 Chris LattnerHack around stupidity in GCC, fixing Burg with the...
2004-11-13 Chris LattnerNew testcase
2004-11-13 Tanya LattnerRewrote prcontext.py in tcl.
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 LattnerNew testcase
2004-11-13 Chris LattnerAdd support for shifts
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-13 Chris LattnerNew testcase
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-12 Reid Spencer* Clean up all the shared library output on uninstall
2004-11-12 Reid SpencerDocument the new llvm-ranlib command.
2004-11-12 Reid SpencerCorrectly terminate a list.
2004-11-12 Reid SpencerDocument the modifiers and the file format.
2004-11-11 Chris LattnerMake this build in release mode
2004-11-11 Reid SpencerAdd llvm-ar to the index.
2004-11-11 Reid SpencerFirst attempt at llvm-ar documentation. Modifiers need...
2004-11-11 Chris LattnerActually, leave the check in. This prevents us from...
2004-11-11 Chris LattnerFix bug: IPConstantProp/deadarg.ll
2004-11-11 Chris Lattnernew testcase
2004-11-11 Reid SpencerFix documentation for Makefile target name change....
2004-11-10 Chris LattnerMake IP Constant prop more aggressive about handling...
2004-11-10 Chris LattnerNew testcase
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 SpencerProvide conversion from posix time.
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 Reid SpencerMake sure llee can deal with compressed bytecode too.
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 Reid SpencerDocument quick-test target.
2004-11-09 Reid SpencerAdd a quick-test target that uses QUICKTEST variable...
2004-11-09 Chris LattnerFix bug: 2004-11-08-FreeUseCrash.ll
2004-11-09 Chris LattnerName file properly
2004-11-09 Chris LattnerHrm, don't ask how I ran into this bug
next