Implement transmogriphication of allocation instructions
[oota-llvm.git] / lib /
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
2003-10-23 Misha Brukman* Eliminate `using' directive
2003-10-23 Misha Brukman* Fix order of #include files
2003-10-23 Misha Brukman* Order #includes as per style guide
2003-10-23 Misha Brukman* Use C++ style comments instead of C-style
2003-10-23 Misha Brukman* Eliminate `using' directive
2003-10-23 Chris Lattner* We were forgetting to pass varargs arguments through...
2003-10-23 Misha Brukman* Eliminate `using' directive
2003-10-23 Misha BrukmanMake code layout more consistent.
2003-10-23 Chris LattnerDelete unused EmitByteSwap method
2003-10-23 Chris LattnerCheck in initial version of ipcp
2003-10-23 Misha BrukmanMake code layout more consistent.
2003-10-23 Misha Brukman* Order includes according to style guide
2003-10-23 Chris LattnerFix bug: instcombine/2003-10-23-InstcombineNullFail.ll
2003-10-23 Chris LattnerMake this pass substantially stronger by having it...
2003-10-22 Chris LattnerThis important patch fixes two warnings in the linker...
2003-10-22 Brian GaekeChange the type of FnAllocState.
2003-10-22 Brian GaekeDon't worry about converting each function's reg. alloc...
2003-10-22 Brian GaekeAdd prototype for verifySavedState().
2003-10-22 Brian GaekeDoxygenify method comments.
2003-10-22 Chris LattnerThis is a disgusting hack that improves code substantia...
2003-10-22 Chris LattnerDo not add unreachable code to a natural loop!
2003-10-22 Chris LattnerMake sure to print labels on nodes without names
2003-10-22 Chris LattnerIf the basic block has no name, make sure to print...
2003-10-22 Chris LattnerImplement the Function::viewCFG* methods, for use in...
2003-10-22 Misha BrukmanAdd comments to describe what these functions actually do.
2003-10-22 Misha Brukman* Use <cmath> instead of <math.h>
2003-10-22 Misha BrukmanRemoved completely duplicated function comment (an...
2003-10-22 Misha BrukmanNo, really, order the #includes correctly.
2003-10-22 Chris LattnerUpdate the 'used' flag correctly
2003-10-22 Chris LattnerLoop over the module, not the symbol table. This makes...
2003-10-22 Chris LattnerImplement FunctionResolve/2003-10-21-GlobalResolveHack.ll
2003-10-22 Misha Brukman* Fix order of #includes to follow style guide
2003-10-22 Misha BrukmanConverted tabs to spaces.
2003-10-21 Chris LattnerFix bug: FunctionResolve/2003-10-21-GlobalTypeDifference.ll
2003-10-21 Chris LattnerFix bug: Linker/2003-10-21-ConflictingTypesTolerance.ll
2003-10-21 Chris LattnerFix message to make more sense and confuse Chris less
2003-10-21 Brian GaekeFix off-by-one error in processing of libraries named...
2003-10-21 Chris LattnerMake sure to add a type for va_next operands, which...
2003-10-21 Chris LattnerFix problem which effected linking apache
2003-10-21 Chris LattnerHrm, unbreak stuph :(
2003-10-21 Chris LattnerFix preselection/lowerswitches bug
2003-10-21 Chris LattnerPull the PHI special case into it's own visit* method
2003-10-21 Chris LattnerThe lastOp operand is never used
2003-10-21 John CriswellAdded LLVM copyright notice.
2003-10-21 John CriswellAdded LLVM copyright header.
2003-10-21 Chris LattnerPreselection is _not_ a basicblock pass, because it...
2003-10-21 Vikram S. AdveWhen opcodes like ADD were split into reg. and immed...
2003-10-21 Vikram S. AdveWhy does g++ not even generate a warning when you miss...
2003-10-21 Vikram S. AdveImplement the new varargs instructions and intrinsics.
next