Nuke a clearly bogus assertion
[oota-llvm.git] / lib / VMCore /
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.
2004-06-10 Chris LattnerShare some code
2004-06-09 Chris LattnerTolerate more errors
2004-06-09 Chris LattnerMake the asmwriter much more tolerant of errors (which...
2004-06-09 Reid SpencerMade it possible for the printInfoComment method to...
2004-06-08 Chris LattnerWorkaround or a VS miscompilation bug
2004-06-08 Chris LattnerFix a link error using VS8.0
2004-06-07 Chris LattnerFix PR361.
2004-06-05 Chris LattnerFix GCC warning
2004-06-05 Chris LattnerFix GCC warnings
2004-06-05 Chris LattnerRemove an unused variable.
2004-06-05 Chris LattnerAdd missing #include
2004-06-05 Chris LattnerWork around VS bug
2004-06-05 Chris LattnerAs much as I dislike doing this, it's the only fix...
2004-06-05 Chris LattnerRemove unused var
2004-06-04 Chris LattnerSquelch a warning
2004-06-04 Chris LattnerDelete some unreachable code
2004-06-04 Misha Brukman* No more CachedWriter::setStream()
2004-06-04 Chris LattnerUgh, apparently there is no common ground here.
2004-06-04 Chris LattnerSquish a warning
2004-06-03 Chris Lattner* Verify function prototypes, not just functions with...
2004-06-01 John CriswellModified calcTypeName() so that it does not allocate...
2004-05-30 Reid SpencerFix a bug that Chris asserts emphatically is a bug...
2004-05-30 Reid SpencerMoved this file to lib/Bytecode/Writer because its...
2004-05-28 Chris LattnerDon't use size() when you mean empty()
2004-05-27 Reid SpencerClean up a comment.
2004-05-27 Reid SpencerFix for bug 348.
2004-05-27 Alkis EvlogimenosAdd constructors that take a BasicBlock to append to...
2004-05-26 Alkis EvlogimenosInline trivial constructors.
2004-05-26 Reid SpencerSeveral clean ups suggested by Chris: remove tabs,...
2004-05-26 Alkis EvlogimenosRefactor common initialization code in private init...
2004-05-26 Reid SpencerPart of bug 122:
2004-05-26 Reid SpencerPart of bug 122. Removed dependency of AsmWriter on...
2004-05-25 Reid SpencerDocument a couple functions.
2004-05-25 Reid SpencerMade it illegal to pass a Type* through one of the...
2004-05-25 Reid SpencerConvert to SymbolTable's new iteration interface.
2004-05-25 Reid SpencerConvert to SymbolTable's new iteration interface. Remov...
2004-05-25 Reid SpencerCompletely rewrote the class. SymbolTable now separates...
2004-05-25 Reid SpencerConvert to SymbolTable's new lookup and iteration inter...
2004-05-25 Chris LattnerImplement some helpers
2004-05-23 Chris LattnerRecognize and verify the new GC intrinsics.
2004-05-21 Chris LattnerFix for PR340: Verifier misses malformed switch instruction
2004-05-17 Brian GaekeFold two assertions with backwards error messages into...
2004-05-09 Chris LattnerImplement the AddPrototypes method
2004-05-06 John CriswellDon't call getForwardedType() twice, as recommended...
2004-05-06 John CriswellFix for PR#330.
next