Just because we cannot completely eliminate all uses of a global, we can
[oota-llvm.git] / lib / VMCore /
2004-10-10 Reid SpencerInitial version of automake Makefile.am file.
2004-10-07 Chris LattnerUnfortunately the fix for the previous bug introduced...
2004-10-07 Chris LattnerFix a bug in my previous change. Unfortunately this...
2004-10-06 Chris LattnerChange Type::isAbstract to have better comments, a...
2004-10-05 Chris LattnerMake sure the const bit gets inherited correctly when...
2004-09-29 Chris LattnerMake sure to check select instructions for generic...
2004-09-29 Chris LattnerDon't use DominatorSet::dominates for intra-block instr...
2004-09-20 Chris Lattner'Pass' should now not be derived from by clients. ...
2004-09-20 Chris Lattner'Pass' should now not be derived from by clients. ...
2004-09-15 Alkis EvlogimenosWhen creating constant arrays check that the initialize...
2004-09-14 Reid SpencerOkay, the list of link-time passes wasn't such a hot...
2004-09-14 Chris LattnerDon't print newlines between passes in the pass list.
2004-09-14 Chris LattnerDon't print newlines between each library in the deplib...
2004-09-13 Reid SpencerAdd support for the link-time pass list to Modules.
2004-09-11 Reid SpencerImplement support for dependent libraries. The "source...
2004-09-10 Alkis EvlogimenosAdd assertion descriptiosn on type mismatches when...
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-29 Reid SpencerAdd an assert to cature null Operands. It is better...
2004-08-24 Reid SpencerGive the -time-passes tool option a global storage...
2004-08-21 Chris LattnerFix a nasty bug that Nate ran into. In particular...
2004-08-20 Reid SpencerFix a bug found exposed by: Regression/Other/2004-08...
2004-08-20 Brian GaekePacked types, brought to you by Brad Jones
2004-08-17 Chris LattnerCheck constant expression validity more strictly
2004-08-17 Chris LattnerAllow an arbitrary prefix
2004-08-16 Reid SpencerFix PR422.
2004-08-06 Alkis EvlogimenosSplit assertion to two in order to give better assertio...
2004-08-05 Alkis EvlogimenosMake GlobalVariable constructor assert when an initiali...
2004-08-04 Chris LattnerFix another minor problem that exists if you ahve multi...
2004-08-04 Chris LattnerFix a typeo
2004-08-04 Chris LattnerAdd a hack to work around a problem my changes exposed
2004-08-04 Chris LattnerFix a latent bug exposed by my recent changes
2004-08-04 Chris LattnerFix a major regression in my previous checkin
2004-08-04 Alkis EvlogimenosStop using getValues().
2004-08-04 Alkis EvlogimenosStop using getValues().
2004-08-04 Chris LattnerFindGlobalNamed used to take 2.92s out of 8.39s running...
2004-08-04 Chris LattnerI swear I compiled this, really I did.
2004-08-04 Chris LattnerFactor some code out, no substantial change.
2004-08-04 Chris LattnerConcisify some code
2004-08-04 Chris LattnerImplement a FIXME, by not searching linearly through...
2004-08-04 Chris LattnerAdd a cast
2004-08-04 Chris LattnerChange SymbolTable::insertEntry to be more careful...
2004-07-29 Misha BrukmanFix #includes of i*.h => Instructions.h as per PR403.
2004-07-29 Misha BrukmanFix #includes of i*.h files => Instructions.h as per...
2004-07-29 Alkis EvlogimenosMerge i*.cpp definitions into Instructions.cpp as part...
2004-07-29 Alkis EvlogimenosMerge i*.h headers into Instructions.h as part of bug403.
2004-07-27 Chris Lattneralloca void makes no sense
2004-07-25 Reid SpencerAvoid use of size(), which counts, in favor of other...
2004-07-25 Reid SpencerAdjust to new Module.h interface for dependent libraries
2004-07-25 Reid Spencerbug 263:
2004-07-25 Reid Spencerbug 263:
2004-07-25 Alkis EvlogimenosUse name.empty() instead of testing against equality...
2004-07-25 Alkis EvlogimenosDisallow creation of named values of type void.
2004-07-23 Brian GaekeFix problem with inserting FunctionPasses that depend...
2004-07-22 Chris LattnerUpdates to gc intrinsics, contributed by Tobias Nurmiranta
2004-07-19 Chris Lattnerclassof implementations are now inlined
2004-07-19 Chris LattnerMethod now returns null, dtor is inlined
2004-07-18 Chris LattnerFix infinite loop gccld'ing povray
2004-07-18 Reid SpencerShrink some code.
2004-07-18 Reid Spencerbug 122:
2004-07-18 Reid Spencerbug 122:
2004-07-18 Reid Spencerbug 122:
2004-07-18 Reid Spencerbug 122:
2004-07-17 Reid Spencerbug 122:
2004-07-17 Reid Spencerbug 122:
2004-07-17 Reid Spencerbug 122:
2004-07-17 Reid Spencerbug 122:
2004-07-17 Reid Spencerbug 122:
2004-07-17 Reid Spencerbug 122:
2004-07-16 Alkis EvlogimenosAdd convinience constructor for function calls with...
2004-07-16 Chris LattnerIA64 compat
2004-07-15 Chris LattnerFixes for PR341
2004-07-15 Chris LattnerBug fixes for PR341
2004-07-15 Chris LattnerImplement folding of expressions like 'uint cast (int...
2004-07-14 Chris LattnerImplement new helper methods for creating two-index...
2004-07-13 Chris LattnerMake Argument::print more resilient to non-verifiable IR
2004-07-13 Chris LattnerCatch aggregates passed by value sooner rather than...
2004-07-12 Chris Lattnerimplement new helper method
2004-07-12 Chris LattnerFix a really nasty logic error that VC noticed.
2004-07-12 Chris LattnerImplement new method
2004-07-10 Reid SpencerReplace use of defunct Type::setName method with Symbol...
2004-07-09 Chris LattnerRemove unused method
2004-07-08 Chris LattnerThe uid mapping is no more
2004-07-08 Chris LattnerDo not call Type::getUniqueID
2004-07-08 Chris LattnerEliminate the SignedType and UnsignedType classes.
2004-07-07 Misha BrukmanThere is no error message to print out, end sentence...
2004-07-07 Reid SpencerFix for bug 391.
2004-07-07 Chris LattnerFix regressions in these testcases:
2004-07-07 Chris LattnerThe bytecode reader wants to be able to read types...
2004-07-07 Chris LattnerWhen folding constant expr gep's, don't force the use...
2004-07-06 Chris LattnerMake sure people don't make functiontypes with an inval...
2004-07-06 Brian GaekeWork around apparent Apple compiler bug which was makin...
2004-07-06 Chris LattnerFind bugs sooner rather than later. In this case,...
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h does not #include...
2004-07-04 Reid SpencerCorrect syntax typo .. ; -> :
2004-07-04 Reid Spencer- Changes for bug 122
2004-07-04 Reid Spencer- #include <iostream> since its not in Value.h any...
2004-07-04 Reid SpencerConstify SymbolTable's use of Type* so that it never...
2004-07-04 Reid Spencer- #include <iostream> since its not in Value.h any...
2004-07-04 Reid Spencer#include <iostream> since its not in Value.h any more.
2004-07-04 Reid SpencerAdjust the slot machine to handle Types separately...
next