Moved llvm/lib/Support to llvm/support/lib/Support.
[oota-llvm.git] / lib / VMCore /
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...
2003-08-12 Brian GaekeAdd FunctionPassManager - it's like a PassManager,...
2003-08-11 Chris LattnerAdd support to the mangler for targets which require...
2003-08-06 Chris LattnerAdd a bunch of new Alpha Intrinsics for Rahul Joshi
2003-08-05 Chris LattnerImplement TODO: print out short form of Invoke if possible
2003-07-31 Tanya Lattner*** empty log message ***
2003-07-31 Tanya LattnerAdded function to determine if an Instruction may trap.
2003-07-30 Chris LattnerFix a bug that brian reported
2003-07-28 Chris LattnerAdd support for Alpha intrinsics, contributed by Rahul...
2003-07-25 Brian GaekeInclude llvm/Support/Mangler.h first. Don't include...
2003-07-24 Brian GaekeCleanups:
2003-07-24 Brian GaekeFactor out name-mangling from X86/Printer, which is...
2003-07-23 Chris LattnerMake Module::getNamedFunction prefer non-external funct...
2003-07-23 Chris LattnerAdd support for ~ operator on constants
2003-07-23 Chris LattnerRemove redundant const qualifiers from cast<> expressions
2003-07-23 Chris LattnerSimplify code by using ConstantInt::getRawValue instead...
2003-07-14 Misha BrukmanThe word `separate' only has one `e'.
2003-06-30 John CriswellMerged in autoconf branch. This provides configuration...
2003-06-28 Chris LattnerAvoid printing out huge structures or arrays if they...
2003-06-26 Chris LattnerImplement more aggressive folding of constant GEP instr...
2003-06-24 Chris LattnerMake assertion more descriptive
2003-06-23 Chris LattnerAdd support for GCC 3.3
2003-06-22 Chris LattnerFix bug: InstCombine/2003-06-22-ConstantExprCrash.ll
2003-06-22 Chris LattnerRemove a ton of extraneous #includes
2003-06-19 Chris LattnerRemove usage of sys/unistd.h
2003-06-18 Chris LattnerDetemplatize the PATypeHandle class, which was only...
2003-06-17 Brian Gaekelib/CWriter/Writer.cpp: Copy AsmWriter's ConstantFP...
2003-06-16 Chris LattnerFix bug: Linker/2003-06-02-TypeResolveProblem2.ll
2003-06-11 John CriswellIncluded assert.h so that the code compiles under newer...
2003-06-05 Chris LattnerFix (bogus) possibly uninitialized warning
next