Move debugging support out of Statistic.h into Debug.h, implement the new DEBUG_TYPE...
[oota-llvm.git] / include /
2003-08-01 Chris LattnerMove debugging support out of Statistic.h into Debug...
2003-08-01 Chris LattnerIncluding statistics into an anonymous namespace that...
2003-08-01 Chris LattnerNew file
2003-08-01 Chris LattnerThis file doesn't need this include
2003-07-31 Tanya LattnerRenamed trapping instruction function to be more consis...
2003-07-31 Tanya LattnerAdded function to determine if an Instruction may trap.
2003-07-30 Chris LattnerCode generation passes don't need access to raw LLVM...
2003-07-29 Vikram S. AdveUnify all constant evaluations that depend on register...
2003-07-29 Vikram S. AdveMoved insertCallerSavingCode() to PhyRegAlloc and
2003-07-29 Vikram S. AdveDon't require a BB to look-up live variables, unless...
2003-07-29 John CriswellEnable JIT when the platform supports it.
2003-07-29 Chris LattnerFix copy and paste-o
2003-07-29 Chris LattnerMove value type enums to CodeGen/ValueTypes.h
2003-07-29 Chris LattnerDefine target value types in a form usable by target...
2003-07-28 Chris LattnerAdd alpha intrinsics, contributed by Rahul Joshi
2003-07-28 Misha BrukmanLined things up in a more aesthetically pleasing way.
2003-07-28 Misha BrukmanRemoved extra parenthesis and fixed spelling.
2003-07-28 Tanya LattnerNeed to include <string> to fix compile error on Sun
2003-07-26 Chris LattnerCode generation phases are not allowed to modify the...
2003-07-26 Chris LattnerWhoops, this one was needed
2003-07-26 Chris LattnerRemove extraneous #includes
2003-07-26 Chris LattnerRemove #includes
2003-07-25 Vikram S. AdveChange the way unused regs. are marked and found to...
2003-07-25 Vikram S. AdveAdd an assertion.
2003-07-25 Brian GaekeForward-declare class Module to make the header file...
2003-07-25 Chris LattnerMore cassert inclusion for GCC 3.3
2003-07-25 Chris Lattner#include <cassert> as necessary...
2003-07-25 Chris LattnerFix another accessibility problem illuminated by GCC 3.3
2003-07-25 Chris LattnerFix visibility problem exposed by GCC 3.3
2003-07-25 Chris LattnerRemove inline declarations that GCC 3.3 doesn't like...
2003-07-25 Chris LattnerRegardless of whether C provides assert.h, C++ source...
2003-07-25 Chris LattnerUse the C++ <cassert> header, not the C <assert.h>...
2003-07-25 Chris LattnerThis header works with GCC 3.3
2003-07-25 Chris LattnerAdd includes of assert
2003-07-25 Chris LattnerFix accessibility problems GCC 3.3
2003-07-25 Chris LattnerAdd assert.h include
2003-07-25 Chris LattnerConvert to C++ style comments
2003-07-25 Vikram S. AdveInclude vector into these two files to ensure that...
2003-07-24 Brian GaekeCleanups:
2003-07-24 Brian GaekeFactor out name-mangling from X86/Printer, which is...
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 LattnerAdd more doxygen comments, add new ConstantInt::getRawV...
2003-07-20 Anand ShuklaAdded special consideration for instrumentation strategy
2003-07-16 Vikram S. Adve(1) Added DSGraph::cloneReachableSubgraph and DSGraph...
2003-07-14 Misha BrukmanThe word `separate' only has one `e'.
2003-07-10 Vikram S. AdveValues stored in CallArgsDescriptor cannot be const.
2003-07-10 Vikram S. AdveChange interface to MachineInstr::substituteValue to...
2003-07-10 Misha BrukmanLowercase versions of `occurrence' need to be spelled...
2003-07-10 Misha Brukman`Occurrence' has no `a' and the `r' is doubled.
2003-07-02 Chris LattnerINCLUDE_PARENT_GRAPH is required
2003-07-02 Chris LattnerRemove dead method
2003-07-02 Chris LattnerAdd new methods
2003-07-02 Chris LattnerDisable the parent graph code when not compiled in...
2003-07-02 Vikram S. AdveLeak fix: delete old objects before reallocation in...
2003-07-01 Chris LattnerTD pass keeps track of which functions have complete...
2003-07-01 Chris LattnerAdd new operator= impl
2003-07-01 Chris LattnerOk, I'm a moron. Fixed now
2003-07-01 Chris LattnerFix major problem that was causing all kinds of nasty...
2003-07-01 Chris LattnerAdd new methods to BUDS for keeping track of a precise...
2003-06-30 John CriswellMerged in autoconf branch. This provides configuration...
2003-06-30 Chris LattnerAdd new method
2003-06-30 Chris LattnerBe more const correct
2003-06-30 Chris LattnerConstness changes
2003-06-30 Chris LattnerSubstantial revamp: DSGraphs now may contain the graphs...
2003-06-30 Chris LattnerAdd argument
2003-06-30 Chris LattnerRemove prototype for dead method
2003-06-29 Chris LattnerAdd support for gathering sets of must aliases
2003-06-28 Chris LattnerAdd new DSGraph::ScalarMapTy typedef to avoid pulling...
2003-06-28 Chris LattnerAdd new 'isComplete' method
2003-06-28 Chris LattnerAdd support for 'unsigned' command line arguments
2003-06-27 Brian GaekeNice tasty llc fixes. These should fix LLC for x86...
2003-06-25 Chris LattnerAdd argument to DAE to allow operation on non-internal...
2003-06-22 Chris LattnerAdd prototype for tail-dup pass
2003-06-22 Chris LattnerGet rid of WORDSIZE macro which can pollute untold...
2003-06-22 Chris LattnerRemove a ton of extraneous #includes
2003-06-22 Chris LattnerWhoops, accidentally lost a #include
2003-06-22 Chris LattnerRemove support for the MultiObject flag, which was...
2003-06-19 Chris LattnerLots of changes to make the NodeType field private...
2003-06-19 Chris LattnerUpdate comments
2003-06-18 Chris LattnerDetemplatize the PATypeHandle class, which was only...
2003-06-17 Chris Lattner* Add new CallSite::get factory method
2003-06-17 Chris LattnerAdd new op_erase method
2003-06-17 Chris LattnerMake sure accessor is properly doxygenized. It wants...
2003-06-17 Chris LattnerAdd accessor
2003-06-17 Chris LattnerMake CallSite's default constructable, copyable, and...
2003-06-17 Brian GaekeRegularize the names of #include-guards.
2003-06-16 Brian GaekeIsolate machine-dependent use of <alloca.h> in "Support...
2003-06-16 Brian GaekeWhoops. I didn't mean to step on John's changes.
2003-06-16 Brian GaekeThis version supports FreeBSD.
2003-06-16 Chris LattnerAdd prototype for the new DAE pass
2003-06-11 John CriswellChanged the LITTLE_ENDIAN and BIG_ENDIAN macros to...
2003-06-11 John CriswellIncluded assert.h so that the code compiles under newer...
2003-06-04 Sumant KowshikMade changes suggested by Chris
2003-06-04 Sumant KowshikMade changes suggested by Chris; Renamed 'union' functi...
2003-06-04 Chris LattnerAdd new setCondition member
2003-06-03 Chris LattnerMinor cleanups:
2003-06-03 Chris LattnerRemove use of enum
2003-06-03 Chris LattnerThere are now no uses of NonCopyableV
2003-06-03 Chris LattnerAdd doxygen comment for namespace
next