Fixed another minor grammatical error.
[oota-llvm.git] / include /
2003-11-20 Chris LattnerSomehow I forgot poor little UnwindInst
2003-11-20 Chris Lattner* Add new constructors to allow insertion of terminator...
2003-11-20 Alkis EvlogimenosMerging the linear scan register allocator in trunk...
2003-11-18 Brian GaekeRegenerated using autoheader-2.57
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 LattnerConstant folding shalt not be built on annotations
2003-11-17 Chris LattnerFix copy-and-pasteo
2003-11-16 Chris LattnerFixes for PR114: Thanks to Reid Spencer!
2003-11-14 Chris LattnerThis is obviously illegal C++ code, but was apparently...
2003-11-13 Chris LattnerAdd methods for implementation
2003-11-13 Chris LattnerRemove needless dependence on boost
2003-11-13 Chris LattnerAdd namespace qualifier
2003-11-13 Chris LattnerMinor cleanups
2003-11-13 Chris LattnerAdd an initial version of the CompleteBUDataStructures...
2003-11-12 Chris LattnerFix faulty namespacification
2003-11-12 John CriswellRegress to not using the llvm namespace.
2003-11-12 Chris LattnerAdd argument
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-11 Brian GaekeAdd prototypes for CheckMagic, IsArchive, and IsBytecode.
2003-11-11 Brian Gaeke VS: ---------------------------------------------...
2003-11-11 Chris LattnerAdd new method
2003-11-10 Chris LattnerInclude forms of SplitCriticalEdge which work correctly...
2003-11-10 Chris LattnerNo really, I'm not on crack
2003-11-10 Chris LattnerHelper method
2003-11-10 Chris LattnerMove isCriticalEdge & SplitCritical into this file...
2003-11-10 Chris LattnerMove isCriticalEdge & SplitCritical edge out of this...
2003-11-10 Brian GaekeRegenerated.
2003-11-10 Brian GaekePatch to fix PR102, contributed by Reid Spencer.
2003-11-09 Chris LattnerFix PR95. I'm checking this patch in for Reid Spencer...
2003-11-07 Chris LattnerProvide a specialization of _Alloc_traits, which allows...
2003-11-07 Brian GaekeAdd a warning about not "new"ing or "delete"ing CallSites
2003-11-07 Misha BrukmanAdded ability to register FunctionPasses as optimizatio...
2003-11-07 Misha BrukmanDeclare FunctionPasses as such.
2003-11-07 Chris LattnerAdd some ctors for this allocator
2003-11-05 Chris LattnerSplit the DAE pass into DAE and DAH passes
2003-11-05 Brian GaekeA few handy methods that seem to mesh well with what...
2003-11-05 Misha BrukmanSince this function returns an int, let's actually...
2003-11-05 Alkis EvlogimenosAdd std::pair tier. This is a much simplified version...
2003-11-05 Chris LattnerThis works with GCC 3.4 also
2003-11-04 Chris LattnerFix spello
2003-11-04 Alkis EvlogimenosUpdate documentation since it was misleading: make...
2003-11-04 Alkis EvlogimenosChange all machine basic block modifier functions in...
2003-11-04 Chris LattnerNew file, for use by the pool allocator project
2003-11-02 Chris LattnerAllow CallSites to be used as the key of a map
2003-11-02 Chris LattnerAll DSGraphs keep a reference to the targetdata they...
2003-11-02 Chris LattnerIncluding the symbol table in the FindUsedTypes analysi...
2003-10-31 Chris LattnerEscape "'s, which are frequent visitors to C++ types
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-30 Chris LattnerExpose new print methods
2003-10-30 Chris LattnerNew interface
2003-10-30 Brian GaekeApparently my Mac OS X fixes were not entirely compatib...
2003-10-30 Chris LattnerWhen someone includes CallGraph.h, make sure that they...
2003-10-30 Chris LattnerTighten up what we consider to be first class types.
2003-10-29 Brian GaekeAdd support for utostr(unsigned long)
2003-10-29 Brian GaekePull in stdint.h here, if we have it. Some systems...
2003-10-28 Chris LattnerAdd new method
2003-10-28 Brian GaekeRemove __STDC_LIMIT_MACROS from here.
2003-10-24 Brian GaekeExecutionEngine::create no longer takes a TraceMode...
2003-10-23 Chris LattnerAdd assertions
2003-10-23 Chris LattnerFix bug in eon hopefully
2003-10-23 Chris LattnerInclude new prototype
2003-10-23 Chris LattnerActually share constants local to a function!
2003-10-23 Brian GaekeFix apparent typo in head-of-file comment.
2003-10-22 Brian GaekeI think this file is not included by anything.
2003-10-22 Chris LattnerAdd two new function stubs for viewing the CFG of a...
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
next