We now support different expectations for different OS's/architectures.
[oota-llvm.git] / lib / VMCore /
2003-11-19 Chris LattnerReally, there was a reason for me factoring that out
2003-11-19 Chris Lattner*** Significantly speed up type resultion
2003-11-19 Chris LattnerFinegrainify namespacification
2003-11-19 Chris LattnerFix PR130, and testcase test/Regression/Linker/2003...
2003-11-17 Chris LattnerImplement == and != correctly. Before they would incor...
2003-11-17 Chris LattnerThe ConstantPointer class is now gone.
2003-11-17 Chris LattnerNo REALLY, get rid of ConstantPointer references
2003-11-17 Chris LattnerEliminate use of the ConstantPointer class
2003-11-17 Chris LattnerConstant folding shalt not be built on annotations
2003-11-17 Chris LattnerBe a bit more tolerant of broken code
2003-11-16 Brian GaekeWhen you hand WriteAsOperand a type, it now prints...
2003-11-16 Brian GaekeWhen failing a Verifier assertion, use WriteAsOperand...
2003-11-16 Chris LattnerDon't print 'No predecessors!' on the entry block
2003-11-16 Chris LattnerFixes for PR114: Thanks to Reid Spencer!
2003-11-13 Chris LattnerExpose the verifier to opt
2003-11-12 Chris LattnerDetect problems with PHI node operands!
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-09 Chris LattnerFix PR95. I'm checking this patch in for Reid Spencer...
2003-11-09 Chris LattnerAdd an assertion
2003-11-05 Chris LattnerFurther fixes for PR93
2003-11-05 Chris LattnerAdd support for constant expr shifts
2003-11-05 Chris LattnerIf we're not checking, don't check!
2003-11-05 Chris LattnerMake code gcc 3.4 clean
2003-11-04 Chris LattnerFix spello
2003-11-04 John CriswellChecking in Chris's suggestions:
2003-11-03 Chris LattnerFix InstCombine/2003-11-03-VarargsCallBug.ll
2003-10-31 Chris LattnerDid I mention that I _HATE_ CPRs?
2003-10-31 Chris LattnerConstant pointer refs are causing these to fail unneces...
2003-10-31 Alkis EvlogimenosUse already existing classes for post order iterator.
2003-10-30 Chris LattnerMake use of the new AssemblyAnnotationWriter interface
2003-10-30 Alkis EvlogimenosOutput types in reverse postorder. This will allow...
2003-10-30 Chris LattnerPrint the names of more opaque types
2003-10-30 Chris LattnerMake sure to print opaque types names if they are avail...
2003-10-29 Alkis EvlogimenosAdd more debugging info to help tracing the SlotCalculator.
2003-10-27 Chris LattnerFix test: Linker/2003-10-27-LinkOncePromote.ll
2003-10-23 Chris LattnerFix bug: instcombine/2003-10-23-InstcombineNullFail.ll
2003-10-21 Chris LattnerFix bug: Linker/2003-10-21-ConflictingTypesTolerance.ll
2003-10-21 Chris LattnerFix message to make more sense and confuse Chris less
2003-10-21 Chris LattnerMake sure to add a type for va_next operands, which...
2003-10-21 Chris LattnerFix problem which effected linking apache
2003-10-21 John CriswellAdded LLVM copyright header.
2003-10-20 John CriswellAdded LLVM copyright notice to Makefiles.
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-20 Chris Lattner"Function"[0] == 'F', not 'M'
2003-10-19 Chris LattnerChange the Opcode enum for PHI nodes from "Instruction...
2003-10-18 Chris LattnerAdd support for the new varargs intrinsics and instructions
2003-10-17 Misha BrukmanChris says it's better to assert that TheModule is...
2003-10-17 Misha BrukmanReturn the Module that we just materialized.
2003-10-17 Alkis EvlogimenosEliminate some extraneous code in SlotCalculator::inser...
2003-10-16 Chris LattnerAdd support for 'weak' linkage.
2003-10-16 Chris LattnerCompletely rewrite support for the Value::use_* list...
2003-10-14 Misha BrukmanEnabling incremental bytecode loading in the JIT:
2003-10-13 Chris LattnerStop using "reverse depth first" order
2003-10-13 Chris LattnerSpeed up TypesEqual by specializing it for all of the...
2003-10-13 Chris LattnerAvoid creating lots of pointless opaque types, with...
2003-10-13 Chris LattnerThis is a header file, hear me roar
2003-10-13 Chris Lattner* Remove extraneous #includes
2003-10-13 Chris LattnerRegularize header file comments
2003-10-12 Chris LattnerRename method
2003-10-10 Brian GaekeDon't include Config/stdio.h or <stdio.h>.
2003-10-10 Misha BrukmanFix spelling.
2003-10-10 Misha BrukmanFix spelling/grammar.
2003-10-07 Chris LattnerAdd a sanity check for constant expression casts
2003-10-06 Chris LattnerUsers can never be null
2003-10-05 Chris LattnerBe more careful handling PHI nodes, which might be...
2003-10-05 Chris LattnerType tables are now AbstractTypeUsers. This allows...
2003-10-04 Chris LattnerRename AbstractModuleProvider -> ModuleProvider, to...
2003-10-03 Chris LattnerMinor random speedup: make Constant::getNullValue only...
2003-10-03 Chris LattnerExplicit copy ctors are no longer needed
2003-10-03 Chris LattnerMinor cleanups
2003-10-03 Chris LattnerThis checkin basically amounts to a complete rewrite...
2003-10-03 Chris LattnerThese methods are dead, remove them. Because the bodie...
2003-10-03 Chris LattnerDramatically simplify DerivedType::refineAbstractTypeTo...
2003-10-02 Chris LattnerMake the PATypeHolder use a simple union-find implement...
2003-10-02 Chris LattnerThere is no reason for Value to be an AbstractTypeUser...
2003-09-30 Chris LattnerStandardize header file comments
2003-09-24 Chris LattnerDo not use BasicBlock::succ_iterator
2003-09-22 Misha Brukman* No longer initialize the module, a subclass is more...
2003-09-20 Chris LattnerRename Function::getEntryNode -> getEntryBlock
2003-09-19 Chris LattnerReject "llvm." as a function name
2003-09-18 Misha BrukmanMinimal implementation of the abstract ModuleProvider...
2003-09-17 Chris LattnerChange the semancics of the dropallrefs method
2003-09-11 Chris LattnerRenamed DominatorTree::Node::getNode() -> getBlock()
2003-09-10 Chris LattnerRework dominator interfaces to handle changes in the...
2003-09-10 Brian GaekeMake createVerifierPass return a FunctionPass *.
2003-09-10 Chris LattnerFix spell-o's
2003-09-09 John CriswellReverting back to the previous revision.
2003-09-09 John CriswellModified the check for intrinsic functions. All intrin...
2003-09-08 Chris LattnerEliminate support for the llvm.unwind intrinisic, using...
2003-09-08 Chris LattnerAdd support for unwind
2003-09-08 Chris LattnerAdd support for volatile loads/stores
2003-09-08 Misha BrukmanSpell `occurrence' correctly.
2003-09-05 Chris LattnerAdd asserts, move code around. This gets the dropAllTy...
2003-09-05 Chris LattnerMove functionality preserving changes.
2003-09-05 Chris LattnerRefactor what has effectively become copy-and-pasted...
2003-09-05 Chris LattnerCheck in a bunch of minor fixes, plus a whole lot of...
2003-09-04 Chris LattnercontainsEquivalent never returns its argument
2003-09-04 Chris LattnerRemove needless usage of getDescription()
2003-09-04 Chris LattnerInline method
next