Updated some of the information for the new autoconf changes.
[oota-llvm.git] / include /
2003-10-15 Chris LattnerRemove usage of use_size()
2003-10-15 Chris LattnerAdd new hasOneUse() method. Remove explicit inline...
2003-10-14 Chris LattnerGeneralize abstract interpreter interface to allow...
2003-10-14 Misha BrukmanEnabling incremental bytecode loading in the JIT:
2003-10-14 Misha BrukmanEnabling incremental bytecode loading in the JIT:
2003-10-14 Chris LattnerSubstantial cleanups:
2003-10-13 John CriswellAdding additional license information to these files.
2003-10-13 Chris LattnerAdd missing default argument
2003-10-13 Chris Lattneradd support for "external" depth first iterators, which...
2003-10-13 John CriswellAdded a macro and code that checks for the %a format...
2003-10-13 Chris LattnerExtricate the "reverse" support from the depth-first...
2003-10-13 Chris LattnerAdd operator= for type iterators to make them assignable
2003-10-13 Chris LattnerRemove explicit inline qualifiers when the implicit...
2003-10-13 Chris LattnerAdd new op_erase method
2003-10-12 Chris LattnerRename loop preheaders pass to loop simplify
2003-10-12 Chris LattnerRename method to indicate what it does
2003-10-10 Brian GaekeNo longer used anywhere.
2003-10-10 Misha BrukmanFix spelling.
2003-10-10 Misha BrukmanUse 'F' for Function instead of 'M'.
2003-10-10 Brian GaekeAdd my abstracted dynamic linker support files.
2003-10-09 Chris LattnerAdd a method to reserve space for operands
2003-10-09 Chris LattnerKill warning when compiling in optimized mode
2003-10-09 Chris LattnerMake getContainedType more efficient by not returning...
2003-10-08 Alkis EvlogimenosForward declare class Type since it is used in this...
2003-10-07 Brian GaekeRegenerated with (at top-level llvm directory):
2003-10-06 Misha BrukmanMoved to llvm/include/llvm/Support because it is LLVM...
2003-10-06 Chris LattnerRemove unneeded dtors
2003-10-06 Chris LattnerDoxygenize class comments. Add new NamedRegionTimer...
2003-10-05 Chris LattnerChange the interface to PromoteMemToReg to also take...
2003-10-05 Chris LattnerAdd new prototype for createLowerInvokePass(). Make...
2003-10-05 Chris LattnerOutput a very high-precision number
2003-10-05 Chris LattnerAdd some new methods to forward to
2003-10-04 Chris LattnerRename AbstractModuleProvider -> ModuleProvider, to...
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
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-10-02 Chris LattnerThere is no reason for the PATypeHolder class to derive...
2003-10-02 Alkis EvlogimenosMoved enum and command-line option in separate file...
2003-10-02 Alkis EvlogimenosChange llc command line for register allocators
2003-10-01 Chris LattnerRemove obsolete scoped pred and succ iterator typedefs
2003-10-01 Chris LattnerUse graph traits to perform generic interval construction
2003-10-01 Chris LattnerAdd graph traits specializations for intervals
2003-09-30 Chris LattnerForward declare a class
2003-09-30 Chris LattnerThis got merged into Passes.h
2003-09-30 Chris LattnerInclude the sparc register in this file
2003-09-30 Chris LattnerUpdate comment
2003-09-30 Chris LattnerStandardize header file comments
2003-09-30 Chris LattnerAdd a file header
2003-09-30 Chris LattnerRemove unused header
2003-09-30 Chris LattnerFix header comment
2003-09-30 Chris LattnerFix header, remove dead decl
2003-09-30 Chris LattnerFix header file comment
2003-09-30 Chris Lattnermake the header comment more useful
2003-09-29 Misha BrukmanAbstracted away the process of running our tools +...
2003-09-29 Misha BrukmanTersified and fixed whitespace (tabs -> spaces).
2003-09-24 Brian GaekeFix a typo I happened to notice.
2003-09-22 Misha BrukmanAdded doxygen comments for the streaming module provider.
2003-09-22 Misha BrukmanAdded functions to perform streaming function loading...
2003-09-22 Misha BrukmanConverted tabs to spaces.
2003-09-22 Misha BrukmanMaterialize the module before releasing it.
2003-09-21 Chris LattnerAdd prototype
2003-09-20 Chris LattnerSwitch from using CallInst's to represent call sites...
2003-09-20 Chris LattnerRename Function::getEntryNode -> getEntryBlock
2003-09-20 Chris LattnerRename getEntryNode -> getEntryBlock()
2003-09-20 Chris LattnerCleanup header file
2003-09-20 Chris LattnerExpose the TCE pass
2003-09-20 Chris LattnerFix header, fix broken friend decl
2003-09-20 Chris LattnerUnsquishify
2003-09-18 Misha BrukmanAbstract interface for module providers, e.g. streaming...
2003-09-17 John CriswellIn ExecWait(), made the child process exit if it can...
2003-09-17 John CriswellAdded the ExecWait() function.
2003-09-17 Chris LattnerAdd new deleteBody method
2003-09-15 Chris LattnerDo not segfault when the post-dominator tree is empty...
2003-09-15 Chris LattnerAdd prototype for the lowersetjmp pass
2003-09-11 Chris LattnerGet rid of the whole "Node2" business, rename getNode...
2003-09-10 Chris LattnerRework dominator and post dominator information so...
2003-09-10 Chris LattnerExpand the pass to unify all of the unwind blocks as...
2003-09-10 Brian GaekeMake createVerifierPass return a FunctionPass *.
2003-09-10 Chris LattnerFix spello
2003-09-10 Chris LattnerFix spell-o's
2003-09-10 Chris LattnerSpelling fixes
2003-09-09 Chris LattnerFix bug: InstCombine/2003-09-09-VolatileLoadElim.ll
2003-09-08 Chris LattnerEliminate the unwind intrinsic, it is now an instruction
2003-09-08 Chris Lattneradd support for the unwind inst
2003-09-08 Chris LattnerAdd the unwind instruction class
2003-09-08 Chris LattnerAdd new unwind instruction. Happily there was a slot...
2003-09-08 Chris LattnerAdd support for volatile loads/stores
2003-09-05 Brian GaekeNo longer used
2003-09-05 Brian GaekeMake getOperandValue and executeCastOperation methods...
2003-09-05 Brian GaekeMake CreateArgv part of lli rather than part of Executi...
2003-09-05 Brian GaekeZap some more unused static method decls
2003-09-05 Chris LattnerGet friendly
2003-09-05 Chris LattnerReshuffling of APIs
2003-09-04 Chris LattnerRemove method
2003-09-04 Brian GaekeInterpreter cleanups:
2003-09-03 Brian GaekeExecutionEngine.cpp: Move execution engine creation...
2003-09-02 Chris LattnerNew method
2003-09-02 Chris LattnerRemove the "recursive bit", not only is it unused by...
next