Add some ctors for this allocator
[oota-llvm.git] / lib /
2003-11-07 Brian GaekeRefactor the return-from-function code into popStackAnd...
2003-11-07 Chris LattnerHopefully this will fix PR98
2003-11-07 Chris LattnerHopefully fix the objdir != srcdir issue
2003-11-06 Chris LattnerFix warnings building on sparc
2003-11-06 Chris LattnerVarious cleanups and efficiency improvements
2003-11-06 Chris LattnerFix bug: PR93
2003-11-06 Misha Brukman* Make the comment header 80 columns long
2003-11-06 Misha BrukmanLet's not forget about our friends -- Constant Pool...
2003-11-05 Brian GaekeShorten and correct some function-header comments.
2003-11-05 Chris LattnerFix the problem with running cleanups in bugpoint:...
2003-11-05 Chris LattnerSplit behavior into two pieces
2003-11-05 Chris LattnerYet more fixes for constant expr shifts
2003-11-05 Chris LattnerFurther fixes for PR93
2003-11-05 Chris Lattnerno need for endl
2003-11-05 Chris LattnerAdd support for constant expr shifts
2003-11-05 Chris LattnerIf we're not checking, don't check!
2003-11-05 Chris LattnerFix flawed logic that was breaking several SPEC benchma...
2003-11-05 Misha BrukmanWe know exactly what the value of $< is, so instead...
2003-11-05 Chris LattnerDo not use a class before it is defined.
2003-11-05 Chris LattnerBe friendly to gcc 3.4... good compiler. Nice compiler.
2003-11-05 Chris LattnerBe gcc 3.4 clean
2003-11-05 Chris LattnerFix name collision
2003-11-05 Chris LattnerMake code gcc 3.4 clean
2003-11-05 Brian GaekeAbort when the user program calls abort, instead of...
2003-11-05 Chris LattnerFix bug with previous implementation:
2003-11-05 Brian GaekeUse regular old malloc to emulate malloc/alloca instruc...
2003-11-05 Brian GaekeRemove a comment which no longer applies.
2003-11-04 Chris LattnerMinor cleanup, plus implement InstCombine/xor.ll:test17
2003-11-04 Chris LattnerFix spello
2003-11-04 Chris LattnerImplement InstCombine/xor.ll:test(15|16)
2003-11-04 Alkis EvlogimenosChange all machine basic block modifier functions in...
2003-11-04 Brian GaekeUpdate verifySavedState()'s comment, so that it reflect...
2003-11-04 Brian GaekeAdd comments.
2003-11-04 Chris LattnerFix problems in previous changes. This fixes several...
2003-11-04 John CriswellChecking in Chris's suggestions:
2003-11-03 Chris LattnerSignificantly simplify constant emission by unifying...
2003-11-03 Chris LattnerIncorporate printSingleConstantValue into its single...
2003-11-03 Chris Lattner* Reformat some code
2003-11-03 Chris LattnerFix InstCombine/2003-11-03-VarargsCallBug.ll
2003-11-03 Chris LattnerWork around a bug in GCC where it can't handle common...
2003-11-03 Chris LattnerFix bugs with attribute weak emission
2003-11-03 Chris LattnerImplement InstCombine/cast-set.ll:test6[a]. This impro...
2003-11-03 Chris LattnerThis simplifies the CWriter code, makes the generated...
2003-11-03 Chris LattnerImplement InstCombine/cast-set.ll: test1, test2, test7
2003-11-03 Chris LattnerFix bug with zero sized casts
2003-11-03 Chris LattnerEliminate the silly namedContext member of printType
2003-11-02 Chris LattnerAll DSGraphs keep a reference to the targetdata they...
2003-11-02 Chris LattnerFix bug: test/Regression/Analysis/DSGraph/2003-11-02...
2003-11-02 Chris LattnerFix bug in previous checkin
2003-11-02 Chris LattnerImplement transmogriphication of allocation instructions
2003-11-02 Chris LattnerFix PR78
2003-11-02 Chris LattnerThe "correct" fix for CBackend/2003-10-23-UnusedType...
2003-11-02 Chris LattnerIncluding the symbol table in the FindUsedTypes analysi...
2003-10-31 Chris LattnerStrip off CPR's manually, because if we don't, the...
2003-10-31 Chris LattnerMake the call graph more precise despite the hated...
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-31 Alkis EvlogimenosUse already existing classes for post order iterator.
2003-10-30 Chris LattnerMake use of the new AssemblyAnnotationWriter interface
2003-10-30 Brian GaekeInclude llvm/CodeGen/MachineCodeForInstruction.h. ...
2003-10-30 Brian GaekeMake AllocState an enum.
2003-10-30 Alkis EvlogimenosOutput types in reverse postorder. This will allow...
2003-10-30 Alkis EvlogimenosPut DEBUG_OUTPUT at the top along with TRACE_LEVEL...
2003-10-30 Chris LattnerWhen someone includes CallGraph.h, make sure that they...
2003-10-30 Chris LattnerMake sure that PHI node operands are first class types
2003-10-30 Chris LattnerFix bug: 2003-10-29-CallSiteResolve.ll & PR70
2003-10-30 Chris LattnerPrint the names of more opaque types
2003-10-30 Chris LattnerMake sure to print opaque types names if they are avail...
2003-10-29 Chris LattnerRefactor code, initial implementation of -insert-block...
2003-10-29 Brian GaekeExplicitly cast type, so we aren't passing output_vbr...
2003-10-29 Brian GaekeTweak sed commands so that they filter out more # stuff...
2003-10-29 Chris LattnerFix PR66 & ScalarRepl/2003-10-29-ArrayProblem.ll
2003-10-29 Chris LattnerFix bug: ConstantMerge/2003-10-28-MergeExternalConstant...
2003-10-29 Brian GaekeIn VM::create(), comment out almost the whole function...
2003-10-29 Alkis EvlogimenosAdd more debugging info to help tracing the SlotCalculator.
2003-10-28 Chris LattnerCheck in statistifying patch for Bill
2003-10-28 Chris LattnerFix PR62, and llvm/test/Regression/CBackend/2003-10...
2003-10-28 Chris LattnerPass in argc & argv
2003-10-28 Chris LattnerInitial checkin of profiling instrumentation pass....
2003-10-27 Chris LattnerEliminate using declarations
2003-10-27 Chris LattnerPropagating constants to arguments can make other argum...
2003-10-27 Chris LattnerFix test: Linker/2003-10-27-LinkOncePromote.ll
2003-10-27 Chris LattnerGet the list of PHI node values before the basic block...
2003-10-25 Chris LattnerAttempt to provide support for those without RTLD_DEFAULT.
2003-10-25 Chris LattnerUnbreak the build
2003-10-24 Brian GaekePublicize the type of FnAllocState.
2003-10-24 Chris Lattnerstandardize command line option names
2003-10-24 Brian GaekeExecutionEngine::create no longer takes a TraceMode...
2003-10-24 Brian GaekeExecutionEngine::create no longer takes a TraceMode...
2003-10-24 Brian GaekeThe ExecutionAnnotations (SlotNumber, InstNumber, and...
2003-10-24 Brian GaekeReduce the number of #includes.
2003-10-24 Brian GaekeExecutionEngine::create no longer takes a TraceMode...
2003-10-24 Brian GaekeDestroy MachineFunction for any Function that we are...
2003-10-23 Brian GaekeMove the implementations of ==, != on AllocInfos here...
2003-10-23 Brian GaekeMove AllocInfo structure to a private AllocInfo.h heade...
2003-10-23 Brian GaekeMake FnAllocState contain vectors of AllocInfo, instead...
2003-10-23 Brian GaekeNew file, containing AllocInfo structure.
2003-10-23 Chris LattnerFix bug: CBackend/2003-10-23-UnusedType.ll and hopefull...
2003-10-23 Chris LattnerWe might as well strip off any CPRs before propagation
2003-10-23 Chris LattnerFail gracefully if we have a zero arg varargs function
next