Updated the README so that it catagorizes the docs similar to the web page.
[oota-llvm.git] / lib / VMCore /
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
2003-09-04 Chris LattnerDon't try to be sneaky, breaking recursive types in...
2003-09-04 Chris LattnerThis is now unnecessary
2003-09-03 Chris LattnerFix bug where we couldn't print a function without...
2003-09-03 Chris LattnerNo need to rescan types when they are created.
2003-09-02 Chris LattnerAnother small speedup, this one to: 2.42s
2003-09-02 Chris LattnerDon't return bogus references, and don't add an entry...
2003-09-02 Chris LattnerAnother optimization, speed up the testcase to 2.7s
2003-09-02 Chris LattnerRemoval of explicit stack, which requires the method...
2003-09-02 Chris LattnerRemove the "recursive bit", not only is it unused by...
2003-09-02 Chris LattnerDon't bother doing an exhaustive recursive walk if...
2003-09-02 Chris LattnerUgh, fix bugs. Ok, so the last fix wasn't as great...
2003-09-02 Chris LattnerFurther simplifications
2003-09-02 Chris LattnerChange the code to no longer compute the "type descript...
2003-09-02 Brian GaekeRemove assertion which is never reached.
2003-08-31 Chris LattnerImplement new method
2003-08-29 Chris LattnerFix bug: Linker/2003-08-28-TypeResolvesGlobal3.ll
2003-08-29 Chris LattnerImplement "unsafe" replaceAllUsesWWith stuff for use...
2003-08-29 Chris LattnerFix bug: Linker/2003-08-28-TypeResolvesGlobal2.ll
2003-08-29 Chris LattnerRefactor code to make it useful outside of Constants.cpp
2003-08-29 Chris LattnerFix bug: Linker/2003-08-28-TypeResolvesGlobal.ll
2003-08-28 Chris LattnerFix bug where we considered function types equivalent...
2003-08-25 Chris LattnerAs it turns out, things will be simpler than I first...
2003-08-24 Chris LattnerMangle ALL letters that we do not allow, not just a...
2003-08-24 Chris LattnerFix bug: Linker/2003-08-23-GlobalVarLinking.ll
2003-08-24 Chris LattnerImplement: Linker/2003-08-24-InheritPtrSize.ll
2003-08-24 Chris LattnerSupport new 'any' support for pointer size and endianness
2003-08-24 Chris Lattnerrethrow is really the language independent primitive...
2003-08-24 Chris LattnerFix copy-and-paste-o
2003-08-24 Chris LattnerInitial support for recognizing LLVM exception handling...
2003-08-24 Chris LattnerAllow specifying the name for the newly split basic...
2003-08-23 Chris LattnerRename SwitchInst::dest_push_back -> addCase
2003-08-23 Chris LattnerDo not consider any types that exist in the global...
2003-08-23 Chris LattnerFix bug: Linker/2003-08-23-RecursiveOpaqueTypeResolve.ll
2003-08-23 Chris LattnerImplement Linker/2003-08-23-GlobalVarLinking.ll, which...
2003-08-22 Chris LattnerFix typeo
2003-08-22 Chris LattnerThe process of linking types can cause their addresses...
2003-08-22 Chris LattnerImplement Linker/2003-08-20-OpaqueTypeResolve.ll
2003-08-22 Chris LattnerIf an "LLVM name" has wierd characters in it, print...
2003-08-21 Misha BrukmanThe word `dependent' has no `a'.
2003-08-21 Chris LattnerImplement Assembler/2003-08-21-ConstantExprCast-Fold.llx
2003-08-20 Chris LattnerImplement testcase: Assembler/2003-08-20-ConstantExprGE...
2003-08-18 Chris LattnerDo not even attempt to compute dominator information...
2003-08-18 Chris LattnerFix linking bug in xboard
2003-08-18 Chris LattnerAdd intrinsics for the llvm.sig(set|long)jmp functions
2003-08-18 Misha BrukmanSpell `necessary' correctly.
2003-08-14 Brian GaekeAdd new method to FunctionPassManager to add ImmutableP...
2003-08-14 Chris LattnerDramatically simplify how -time-passes works.
2003-08-13 Chris LattnerImplement constant folding of casts from boolean consta...
next