Allow constructor parameter to override aggregating args; fix spacing
[oota-llvm.git] / lib / VMCore /
2004-11-19 Chris LattnerFix memory leaks, patch contributed by Morten Ofstad!
2004-11-19 Chris LattnerAdd hooks to free all memory allocated by the singleton...
2004-11-18 Chris LattnerThese methods are inlined
2004-11-17 Alkis EvlogimenosMake ReturnInst accept a value of type void as the...
2004-11-17 Chris LattnerGeneralize this code to turn any cast-to-first-element...
2004-11-16 Chris LattnerMinor cleanup and speedup. This reduces link-time...
2004-11-16 Chris LattnerMake this function work with non-abstract types.
2004-11-15 Misha BrukmanRemove extra space char
2004-11-14 Reid SpencerMoved to lib/Linker
2004-11-14 Misha BrukmanGhostLinkage not allowed in LLVM AsmWriter, either
2004-11-05 Reid SpencerStop propagating method names that violate the coding...
2004-10-29 Misha BrukmanThe Alpha (tm) intrinsics have never been used anywhere
2004-10-28 Alkis EvlogimenosGep indices must be of int, uint, long or ulong type.
2004-10-27 Reid SpencerChange Library Names Not To Conflict With Others When...
2004-10-27 Chris LattnerConvert 'struct' to 'class' in various places to adhere...
2004-10-24 Alkis EvlogimenosMake this actually work.
2004-10-24 Alkis EvlogimenosAdd ConstantExpr::getSizeOf(Type*).
2004-10-22 Reid SpencerWe won't use automake
2004-10-18 Reid SpencerInitial automake generated Makefile template
2004-10-17 Chris Lattnerfold gep undef, ... -> undef
2004-10-17 Chris LattnerFix constant folding relational operators with undef...
2004-10-16 Chris LattnerImplement constant folding of undef values.
2004-10-16 Chris LattnerAdd support for undef and unreachable
2004-10-16 Chris LattnerImplement UndefValue class
2004-10-15 Chris LattnerMove the implementation of the instructions clone metho...
2004-10-15 Misha BrukmanAdd a space between the type and name of value when...
2004-10-14 Chris LattnerMake sure any client of Dominators.h links in Dominator...
2004-10-13 Reid SpencerUpdate to reflect changes in Makefile rules.
2004-10-12 Chris LattnerMinor tweaks
2004-10-12 Chris LattnerImplement a new method
2004-10-11 Chris LattnerAllow creation of GEP constantexprs with a vector of...
2004-10-11 Chris LattnerImplement remove/eraseFromParent methods
2004-10-11 Chris LattnerIf we are trying to create a ConstantExpr cast that...
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:
next