Closed the h2 header for the LLVM Test Suite Organization section.
[oota-llvm.git] / include /
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
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 +...
next