Added the name of the public CVS repository.
[oota-llvm.git] / include /
2003-10-20 Chris LattnerAdd a new map
2003-10-20 Chris LattnerThis #include is no longer necessary
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-10-20 John CriswellOops. Typo.
2003-10-20 John CriswellAdded LLVM header notice.
2003-10-20 John CriswellAdded LLVM notice.
2003-10-20 Brian GaekeMake replaceMachineCodeForFunction return void.
2003-10-19 Chris LattnerChange the Opcode enum for PHI nodes from "Instruction...
2003-10-19 Chris LattnerChange the Opcode enum for PHI nodes from "Instruction...
2003-10-18 Chris LattnerNew revised variable argument handling support
2003-10-17 Misha BrukmanReturn the Module being materialized to avoid always...
2003-10-17 Brian GaekeAdd stub version of replaceMachineCodeForFunction....
2003-10-17 Alkis EvlogimenosEliminate some extraneous code in SlotCalculator::inser...
2003-10-16 Brian GaekeThis file has funny include guards and funny extra...
2003-10-16 Misha BrukmanIf we move the constructors to the .cpp file, we can...
2003-10-16 Chris LattnerAdd weak linking type
2003-10-16 Chris LattnerCompletely rewrite support for the Value::use_* list...
2003-10-15 Chris LattnerVector is my friend, do you like vector?
2003-10-15 Chris Lattnerlalala
2003-10-15 Chris LattnerWe'll need this soon as well
2003-10-15 Chris LattnerThis file uses assert and doesn't include anything...
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...
next