Add testcase and fix for yet another case where we query the size an
[oota-llvm.git] / lib /
2004-12-08 Alkis EvlogimenosAdd testcase and fix for yet another case where we...
2004-12-08 Chris LattnerDo extremely simple sinking of instructions when they...
2004-12-08 Alkis EvlogimenosAdd testcase and fix for another case where we query...
2004-12-08 Alkis EvlogimenosFix this regression and remove the XFAIL from this...
2004-12-08 Chris LattnerFix Transforms/InstCombine/2004-12-08-RemInfiniteLoop.ll
2004-12-08 Chris LattnerMove method out of line for better ICC support
2004-12-08 Chris LattnerProperly extern this.
2004-12-08 Chris LattnerTurn this error back into a warning, fixing the povray...
2004-12-08 Chris LattnerWork correctly with MSVC and ICC, patch contributed...
2004-12-08 Chris LattnerWork correctly with ICC, Patch contributed by Bjørn...
2004-12-08 Chris LattnerAdd support for compilers with arg dependent name looku...
2004-12-08 Chris LattnerAdd support for compilers without argument dependent...
2004-12-08 Chris LattnerMake this work with the ICC compiler, contributed by...
2004-12-08 Chris LattnerRemove unneeded class qualifier, contributed by Bjørn...
2004-12-08 Chris LattnerRevert this disgusting hack, John has a much nicer...
2004-12-08 Chris LattnerAdd a disgusting hack to work around a libstdc++ issue...
2004-12-07 Reid SpencerFor PR387:\
2004-12-07 Reid SpencerFor PR387:\
2004-12-07 Reid SpencerRevert the recent patches to "fix" ConstantFP::isValueV...
2004-12-07 Reid SpencerProvide a missing header file.
2004-12-07 Reid SpencerFix some comments.
2004-12-07 Alkis EvlogimenosFix check for valid floats. Also use and HUGE_VALF...
2004-12-07 Nate BegemanMove virtual function call out of loop to speed up...
2004-12-07 Reid SpencerFor PR387:\
2004-12-06 Reid SpencerFor PR409: \
2004-12-06 Reid SpencerFor PR409: \
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...
next