- #include <iostream> since its not in Value.h any more.
[oota-llvm.git] / lib / VMCore /
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.
2004-05-04 John CriswellFixed inconsistent indentation.
2004-04-28 Misha Brukmanclass AssemblyWriter:
2004-04-28 Misha Brukman* Add ability to print out type as symbolic
2004-04-27 Chris LattnerChanges to fix up the inst_iterator to pass to boost...
2004-04-21 Misha BrukmanI'm allergic to the word `stuff'.
2004-04-16 Misha BrukmanFix retriving parent Function.
2004-04-16 Misha BrukmanAssert if deleting BasicBlock before removing it from...
2004-04-16 Chris LattnerMake sure to check for a very bad class of errors:...
2004-04-14 John CriswellRemove the return type check for llvm.readio. This...
2004-04-14 John CriswellAdded code to verify that llvm.readio's pointer argumen...
2004-04-14 John CriswellFinish adding the llvm.readio and llvm.writeio intrinsics.
2004-04-11 Chris LattnerAdd a missing break, which caused a crash in an obscure...
2004-04-09 John CriswellReversed the order of the llvm.writeport() operands...
2004-04-08 John CriswellAdded the llvm.readport and llvm.writeport intrinsics.
2004-04-05 Chris LattnerDo not mangle intrinsics in any way!
2004-04-05 Chris LattnerSupport getelementptr instructions which use uint's...
2004-04-04 Chris LattnerAdd ConstantExpr::get(Sign|Zero)Extend methods
2004-04-02 Chris LattnerMake the verifier API more complete and useful.
2004-03-31 Chris LattnerFix linking of constant expr casts due to type resoluti...
2004-03-31 Chris LattnerAdd support for constant expr casts
2004-03-30 Chris LattnerFix a latent bug in select constantexpr handling that...
2004-03-30 Chris LattnerAdd some new methods
2004-03-29 Chris LattnerAdjust to new itf
2004-03-29 Chris LattnerHandle -0.0 correctly
2004-03-29 Chris LattnerAdd a bunch of methods that should have been added...
2004-03-29 Chris LattnerAdd another check
2004-03-29 Chris LattnerFix an assertion
next