include Makefile.tests.
[oota-llvm.git] / include /
2002-03-18 Vikram S. AdveAdded function computeOffsetforLocalVar to check how...
2002-03-18 Vikram S. AdveUse vector for machine instructions in GetInstructionsB...
2002-03-18 Vikram S. AdveAdded machine-independent value for INVALID_MACHINE_OPCODE.
2002-03-18 Vikram S. AdveAdd function getRegClassIDOfType.
2002-03-18 Vikram S. AdveBug fix in setting CC register.
2002-03-17 Chris LattnerConvert the top line of the header from .cpp style...
2002-03-11 Chris LattnerFix bug: test/Regression/Other/2002-03-11-ConstPropCrash.ll
2002-03-08 Chris Lattner* Add new method localLookup
2002-03-08 Chris LattnerFix typo in comment
2002-03-06 Chris LattnerClean up call graph, add comments, and fix test/Regress...
2002-03-06 Chris LattnerMove callgraph printing out of writer.h into callgraph.h
2002-03-06 Chris LattnerPull Callgraph out of the cfg namespace
2002-03-06 Chris LattnerTake CallGraph out of the CFG namespace. It has nothin...
2002-02-26 Chris LattnerChange over to use new style pass mechanism, now passes...
2002-02-26 Chris LattnerExpose verifier for method and module, and accept const...
2002-02-26 Chris LattnerMove ProfilePaths class into ProfilePaths library,...
2002-02-26 Anand ShuklaInitial check in of header file for profile-paths pass
2002-02-24 Chris LattnerMake it compile with GCC 3.0.4
2002-02-24 Chris LattnerGenericize the ReversePostOrderIterator.
2002-02-20 Chris LattnerModernize verifier interface
2002-02-19 Chris LattnerFix isArrayAllocation() to be correct
2002-02-19 Chris LattnerMinor cleanups I missed
2002-02-19 Chris LattnerThese constructors are for internal use only. These...
2002-02-12 Chris Lattner* Pull BasicBlock::pred_* and BasicBlock::succ_* out...
2002-02-12 Chris Lattner* Pull BasicBlock::pred_* and BasicBlock::succ_* out...
2002-02-12 Chris LattnerPull BasicBlock::pred_* and BasicBlock::succ_* out...
2002-02-12 Chris LattnerMethod.h no longer includes BasicBlock.h
2002-02-12 Chris Lattner* Move BasicBlock and Method graph stuff to new "llvm...
2002-02-12 Chris Lattner* Move BasicBlock and Method graph stuff to new "llvm...
2002-02-12 Chris LattnerInitial checkin of new memory -> register promotion...
2002-02-05 Chris LattnerConvert BBLiveVar to be a BasicBlock annotation, this...
2002-02-05 Chris LattnerConvert operand iterator over to work like an STL iterator
2002-02-05 Chris LattnerMinor change: Methods that return ValueSet's that are...
2002-02-05 Chris LattnerRemove generic routines to Support/SetOperations.h
2002-02-05 Chris LattnerNew Support file for operations on set like objects
2002-02-05 Chris LattnerRemove empty files
2002-02-05 Chris Lattner* Eliminate the LiveVarSet class, making applyTranferFu...
2002-02-05 Chris Lattner* Code Cleanups
2002-02-05 Chris LattnerRemove empty file
2002-02-05 Chris Lattner* Big cleanups.
2002-02-04 Chris LattnerClean up MethodLiveVarInfo
2002-02-04 Chris LattnerTurn live variable analysis into a real MethodPass.
2002-02-04 Chris LattnerInstruction scheduling is a real pass now.
2002-02-04 Chris LattnerRemove Obsolete LoopDepthCalculator. All users should...
2002-02-04 Chris LattnerRemvoe big hack that was used by the register allocator
2002-02-04 Chris Lattnereliminate the add and remove methods, clients must...
2002-02-04 Chris LattnerRemove tons of include pollution
2002-02-04 Chris LattnerUse generic pointer hashes instead of custom ones.
2002-02-04 Chris LattnerPostOrderIterator really does depend on Method and...
2002-02-04 Chris LattnerConvert RegisterAllocator interface to opaque pass...
2002-02-04 Chris LattnerEliminate ModuleAnalyzer. It's old code that is not...
2002-02-04 Chris Lattner* Minor cleanups
2002-02-04 Chris Lattner* Minor cleanups
2002-02-04 Chris Lattner* Move command line parsing debug stuff to InstrSchedul...
2002-02-04 Chris LattnerSplit RegisterAllocation stuff OUT of Sparc.cpp into...
2002-02-03 Chris LattnerRevamp compilation to be pass based instead of being...
2002-02-03 Chris LattnerCode pulled out of MAchineInstr.(h|cpp)
2002-02-03 Chris LattnerAdd methods to TargetMachine to:
2002-02-03 Chris Lattner* Trim #includes
2002-02-03 Chris LattnerRemove #include
2002-02-03 Chris LattnerRemove extranous #include
2002-02-03 Chris Lattner* Prune many #includes
2002-02-03 Chris Lattner* Remove TMP_INSTRUCTION_OPCODE silliness
2002-02-03 Chris LattnerRemove extraneous #includes
2002-02-03 Chris Lattner* Inline destructor
2002-02-03 Chris LattnerRemove extraneous #include
2002-02-01 Chris LattnerAdd constructor for addition to opt program
2002-01-31 Chris LattnerFree memory when not in use
2002-01-31 Chris Lattner* Make debugging output nicer
2002-01-31 Chris LattnerEliminate SimplifyCFG.h file, pull everything into...
2002-01-31 Chris LattnerRemove this file. Folded into UnifyMethodExitNodes...
2002-01-31 Chris LattnerImplement LoopDepth calculation in terms of dominators...
2002-01-30 Chris LattnerConvert xforms over to use new pass structure
2002-01-30 Chris LattnerConvert analyses over to new Pass framework
2002-01-30 Chris LattnerCheckin new pass framework. This one is more useful...
2002-01-30 Chris LattnerDon't die on call instructions, which reference methods
2002-01-30 Chris LattnerCheck in GCC 3.02 compatiblity headers for GCC 2.95.3
2002-01-26 Chris LattnerRemove opt namespace
2002-01-23 Chris Lattner* Expose new pass DeadInstElimination
2002-01-23 Chris LattnerPull run() into Pass.cpp
2002-01-22 Chris LattnerPull RaiseAllocations stuff out of the CleanGCC pass...
2002-01-21 Chris LattnerLowerAllocations is really a BasicBlock pass. Make...
2002-01-21 Chris LattnerMove stuff out of the Optimizations directories into...
2002-01-21 Chris LattnerFix for problem that caused both HUGE and INVALID laten...
2002-01-21 Chris LattnerInclude all header files individually instead of this one
2002-01-21 Chris LattnerPull stuff out of opt namespace
2002-01-21 Chris LattnerMoved header
2002-01-21 Chris LattnerImplement a more powerful, simpler, pass system. This...
2002-01-21 Chris LattnerImplement a more powerful, simpler, pass system. This...
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2002-01-07 Ruchira SasankaAdded more comments
2002-01-07 Ruchira SasankaMachineRegInfo: Added a method to get the size of a...
2002-01-07 Ruchira SasankaAdded comments, destructors where necessary.
2001-12-15 Vikram S. AdveEliminate function getIndicesBROKEN().
2001-12-15 Vikram S. AdveEliminate all uses of memInst->getIndicesBROKEN().
2001-12-15 Vikram S. AdvegetIndexedOffset() shd take vector of Values, not of...
2001-12-14 Chris LattnerInitial checkin of instcombine
2001-12-14 Chris LattnerRefactor trace values to work as a proper pass. Before...
2001-12-14 Chris Lattner* Remove support for unsized arrays.
2001-12-14 Chris LattnerPointerType and ArrayType now subclass Sequential type...
next