This test still fails on Darwin and Sparc/Solaris.
[oota-llvm.git] / lib /
2004-12-05 Reid SpencerFix PR139: \
2004-12-05 Chris LattnerProperly implement a fix for PR475
2004-12-05 Chris LattnerRevert this patch, it broke a ton of programs.
2004-12-05 Chris LattnerMove lower intrinsics before FP constant emission,...
2004-12-05 Chris LattnerWhen printing out a function, make sure that local...
2004-12-05 Chris LattnerAdd a new method
2004-12-05 Alkis EvlogimenosFix PR475.
2004-12-04 Reid SpencerDistribute headers and license files too
2004-12-04 Reid SpencerProvide more information in the error message that...
2004-12-04 Chris LattnerCheck in some patches for better assertions
2004-12-04 Chris LattnerThis patch prevents an infinite recursion while compili...
2004-12-04 Chris LattnerFix linkage of mismatched weak globals. This unbreaks...
2004-12-04 Chris LattnerDo not allow bytecode files with unresolved references...
2004-12-04 Chris LattnerFix compilation error on Darwin.
2004-12-04 Alkis EvlogimenosCheck if a block has a terminator first before calling...
2004-12-04 Alkis EvlogimenosMake error msg reflect what exactly went wrong.
2004-12-04 Chris LattnerPrevent accessing past the end of the intervals vector...
2004-12-03 Chris LattnerRemove darwin specific majik
2004-12-03 Chris LattnerMove darwin-specific majik here.
2004-12-03 Chris LattnerSignificantly rework linker support for global variable...
2004-12-03 Chris LattnerFix test/Regression/CodeGen/CBackend/2004-12-03-ExternS...
2004-12-03 Chris LattnerImplement stripping of debug symbols, making the -...
2004-12-03 Chris LattnerDo not look here for elegance.
2004-12-03 Brian GaekeThis code rotted - change it to call abort() until...
2004-12-03 Tanya LattnerWhen writing kernel, save the branches til the end...
2004-12-03 Chris LattnerFix a regression caused by the previous patch
2004-12-02 Chris LattnerInitial reimplementation of the -strip pass, with a...
2004-12-02 Chris LattnerThis pass is moving to lib IPO
2004-12-02 Chris LattnerThe stripping pass as we know it is about to disappear
2004-12-02 John CriswellReverting revision 1.209.
2004-12-02 Chris LattnerSpill/restore X86 floating point stack registers with...
2004-12-02 Chris LattnerConsider 64-bit registers to be FP as well.
2004-12-02 Reid SpencerPR466:
2004-12-02 Reid SpencerFix seriously broken implementation of GetMagicNumber.
2004-12-02 Tanya LattnerReworked branch adding in prologue. Added check for...
2004-12-02 Chris LattnerImplement a FIXME by checking to make sure that a mallo...
2004-12-02 Chris LattnerFix a minor bug where we set a var to initialized on...
2004-12-01 Tanya LattnerReverting this patch:
2004-12-01 Chris LattnerInitial support for packed types, contributed by Morten...
2004-12-01 Chris LattnerRemove unneeded cast.
2004-12-01 Chris LattnerGet GEP's working with packed types. Contributed by...
2004-11-30 Reid SpencerRevert version 1.39. It breaks the ordering of the...
2004-11-30 Chris LattnerDo not let GCC emit a warning for INT64_MIN
2004-11-30 Brian GaekeSparcs behave better if we use <alloca.h> and avoid...
2004-11-30 Chris LattnerFix the JIT when being used from llvm-db
2004-11-30 Chris LattnerThis pass is completely broken.
2004-11-30 Chris LattnerRevisionNum is read by error(), initialize it early.
2004-11-30 Brian GaekeUpdate list of failing benchmarks.
2004-11-30 Brian GaekeIf we're about to emit something like:
2004-11-30 Chris LattnerSquelch warning
2004-11-30 Chris LattnerFix several bugs in 'op x, imm' handling. Foremost...
2004-11-30 Reid SpencerUp the compression threshold to 64K so we avoid it...
2004-11-30 Chris LattnerFix test/Regression/Transforms/LICM/2004-09-14-AliasAna...
2004-11-30 Chris LattnerFix CodeGen/PowerPC/2004-11-30-shr-var-crash.ll
2004-11-30 Chris LattnerFix test/Regression/CodeGen/PowerPC/2004-11-29-ShrCrash.ll
2004-11-30 Chris LattnerFix test/Regression/CodeGen/PowerPC/2004-11-30-shift...
2004-11-30 Chris LattnerAlkis noticed that this variable is dead. Thanks!
2004-11-30 Chris LattnerAdd method
2004-11-30 Chris LattnerIf we have something like this:
2004-11-30 Chris LattnerRemove extraneous namespacification. In particular...
2004-11-29 Chris LattnerAllow hoisting loads of globals and alloca's in conditi...
2004-11-29 Reid SpencerFunctionality moved to portable lib/System/DynamicLibra...
2004-11-29 Reid SpencerUse System/DynamicLibrary instead of Support/DynamicLinker
2004-11-29 Reid SpencerUse System/DynamicLibrary instead of Support/DynamicLin...
2004-11-29 Reid SpencerImplement two new functions: LoadLibraryPermanently and
2004-11-29 Reid SpencerShared library extension is now in LTDL_SHLIB_EXT
2004-11-29 Reid SpencerWe just use ltdl's implementation for this abstraction...
2004-11-29 Reid SpencerMods for compilation with llvm.
2004-11-29 Reid SpencerOriginal version of ltdl.h from libtool 1.5.10
2004-11-29 Reid SpencerOriginal version of ltdl.c from libtool 1.5.10
2004-11-29 Reid SpencerImplement the default constructor which causes the...
2004-11-29 Chris LattnerRevamp long/ulong comparisons to use a much more effici...
2004-11-29 Tanya LattnerReworked branching so we don't handle BAs specially...
2004-11-28 Tanya LattnerFixed bug where instructions in the kernel were not...
2004-11-28 Reid SpencerFix for PR454:
2004-11-28 Chris LattnerThe LLVM bool type shall have 1 byte alignment on PPC.
2004-11-28 Chris LattnerMake DSE potentially more aggressive by being more...
2004-11-28 Chris LattnerFix DeadStoreElimination/2004-11-28-LiveStoreDeleted.ll
2004-11-28 Chris LattnerFix SingleSource/UnitTests/2004-11-28-GlobalBoolLayout...
2004-11-28 Chris LattnerFix PR463
2004-11-28 Reid SpencerCompute the firstFileOffset correctly after reading...
2004-11-27 Chris LattnerWhen merging to alias sets, if they are both must alias...
2004-11-27 Chris LattnerImplement Regression/Transforms/InstCombine/getelementp...
2004-11-27 Nate BegemanRemove the ISel->AsmPrinter link via the TargetMachine...
2004-11-26 Chris LattnerAdd a new interface
2004-11-26 Chris LattnerProvide size information when checking to see if we...
2004-11-26 Chris LattnerWhen evaluating an AA, pass in size info
2004-11-26 Chris LattnerThere is no reason to store <x,x>, just store <x>.
2004-11-26 Chris LattnerThe trick with globals actually works with allocas...
2004-11-26 Chris LattnerA store or load cannot alias a global if the accessed...
2004-11-25 Reid SpencerAdd bzip2 subdirectory
2004-11-25 Reid SpencerRemove zlib support in favor of our own bzip2 library
2004-11-25 Reid SpencerAdjust to Compressor interface change
2004-11-25 Reid SpencerRevise to LLVM makefile standards.
2004-11-25 Reid SpencerInitial Version from bzip2 Release 1.0.2.
2004-11-25 Reid SpencerImplement dependent library linking. It is no longer...
2004-11-25 Reid SpencerRemove blank comment lines for uniformity.
2004-11-25 Nate BegemanEnable optimization suggested by Chris Lattner to not...
2004-11-25 Chris LattnerFix the build on non ppc machines
2004-11-25 Chris LattnerThe JIT works enough
next