Fix names of 64-bit CMP*D* opcodes, add LWA and STD* opcodes
[oota-llvm.git] / lib / VMCore /
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...
2004-07-02 Chris LattnerFix Type::isSized() to realize that "{ opaque }" is...
2004-07-01 Chris LattnerAdd much better assertion checking for load and store...
2004-06-27 Chris LattnerFold iType into Value::VTy
2004-06-27 Chris LattnerUser ctor is now inline
2004-06-26 Chris LattnerInstancevar was renamed
2004-06-26 Chris LattnerDon't call getValueType directly. the LLVM optimizer...
2004-06-24 Misha Brukman* Capitalize `Java'
2004-06-23 Misha BrukmanLinker.h moved to include/llvm/Support
2004-06-21 Misha BrukmanUse a reference instead of a pointer for the ostream...
2004-06-21 Chris LattnerMake ConstantBool act like a 1 bit ConstantInt, in...
2004-06-20 Chris LattnerIntrinsicLowering.cpp now lives in lib/CodeGen/
2004-06-20 Chris LattnerMove the IntrinsicLowering header into the CodeGen...
2004-06-19 Chris Lattnercompute dominator tree children in a deterministic...
2004-06-19 Chris LattnerPrint out immediate dominators in program order, not...
2004-06-18 Chris LattnerFix printing of Argument objects, problem found by...
2004-06-17 Chris LattnerRename Type::PrimitiveID to TypeId and ::getPrimitiveID...
2004-06-17 Chris LattnerMinor cleanup
2004-06-15 Chris Lattnerisnan is dead
2004-06-15 Chris LattnerRemove isnan support, correct isunordered support
2004-06-15 Chris LattnerDo not dereference end iterators. It's really bad...
2004-06-13 Alkis EvlogimenosMake assertions more consistent with the rest of the...
2004-06-12 Alkis EvlogimenosAdd the isunordered intrinsic.
2004-06-11 Chris LattnerFix lowering to work correctly
2004-06-11 Chris LattnerI misled Alkis: LLVM should have isnan, not isunordered.
2004-06-11 Alkis EvlogimenosAdd the isunordered intrinsic.
next