*** empty log message ***
[oota-llvm.git] / include /
2002-07-22 Chris LattnerCheckin CommandLine 2.0
2002-07-21 Anand Shuklachanged first arg of parseBytecodeBuffer to unsigned...
2002-07-21 Anand Shuklachanged first arg og parseBytecodeBuffer to uchar
2002-07-20 Chris Lattner*** empty log message ***
2002-07-20 Chris LattnerCheck in the boost type_traits library, because it...
2002-07-18 Chris LattnerRename removeDeadNodes to removeTriviallyDeadNodes
2002-07-18 Chris LattnerSimplify saveOrigFunctionCalls
2002-07-18 Vikram S. AdveAdd support for a top-down propagation pass.
2002-07-18 Chris Lattner* s/method/function
2002-07-18 Chris LattnerFirst cut at implementing bottom up analysis
2002-07-18 Chris LattnerMake getelementptr ConstExpr take a vector of constants...
2002-07-17 Chris LattnerFix prototype to make function.
2002-07-15 Mehwish Nagda*** empty log message ***
2002-07-15 Vikram S. AdveEnsure ConstExpr constants are unique.
2002-07-14 Vikram S. AdveCreate a static version of Instruction::getOpcodeName...
2002-07-14 Vikram S. AdveAdded subclass ConstantExpr to represent expressions...
2002-07-14 Vikram S. AdveAdd a couple of virtual functions to support subclass...
2002-07-12 Anand Shuklainitial version: for emitfuncs pass
2002-07-11 Chris Lattner* Nodes now keep track of any global variables containe...
2002-07-11 Anand Shuklaadded std:: to vector
2002-07-10 Chris LattnerNew implementation of data structure analysis
2002-07-10 Vikram S. AdveBug fix: cast (bool) has higher precedence than %....
2002-07-10 Vikram S. AdveAdd support for marking each operand as a %hh, %hm...
2002-07-10 Vikram S. AdveAdded a few more methods for creating instructions.
2002-07-10 Vikram S. AdvePut caller-saving code *before* argument copying code!
2002-07-10 Vikram S. AdveMinor change in comments.
2002-07-10 Chris LattnerAllow specifying a module for context instead of a...
2002-07-09 Anand Shuklaadded std:: to hash_set
2002-07-09 Chris LattnerInclude header in the compiler-neutral location
2002-07-08 Vikram S. AdvecpMem<->Reg functions now support CC registers (int...
2002-07-08 Vikram S. AdveInterface to class MachineCodeForBasicBlock.
2002-07-08 Vikram S. AdveMoved class MachineCodeForBasicBlock to MachineCodeForB...
2002-07-08 Vikram S. AdveAdded two more helper functions for instruction creation.
2002-07-08 Vikram S. AdveMoved MachineCodeForBB to be an annotation on BasicBlock.
2002-07-03 Anand ShuklaAdd new << to allow printing modules by reference.
2002-06-30 Chris LattnerFix comment
2002-06-25 Anand Shuklaadded include<iostream> for cerr
2002-06-25 Chris LattnerWe must with with GCC 2.95 :(
2002-06-25 Anand Shuklachanges to make it compatible with 64bit gcc
2002-06-25 Anand ShuklaAdded setSuccessor() method to terminator instructions
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-06-25 Chris Lattner*** empty log message ***
2002-06-03 Chris LattnerAllow const bb's to be checked for containment in a...
2002-05-26 Chris LattnerSimplify the interface to local dce and constprop
2002-05-23 Chris LattnerConvert RegClass::IsColorUsedArr from a dynamically...
2002-05-23 Chris LattnerAdd a new setSuccessor method to terminator instructions
2002-05-23 Chris LattnerImplement DataTypes.h in terms of inttypes.h
2002-05-22 Chris LattnerAvoid #including CommandLine.h
2002-05-22 Chris LattnerImplement a new command line option, -debug, which...
2002-05-22 Chris LattnerAdd ability to update existing variables with values...
2002-05-21 Chris LattnerSimplify interface to ConstantFoldTerminator
2002-05-21 Chris LattnerExpose CFG simplification pass
2002-05-19 Chris LattnerCleanups, rename IsPowerOf2 to isPowerOf2
2002-05-19 Vikram S. AdveAdded log2 for log-base-2 and also modified IsPower2...
2002-05-19 Vikram S. AdveAdded parameter IntRegSize for standard general-purpose...
2002-05-19 Vikram S. AdveNew function CreateSignExtensionInstructions.
2002-05-19 Vikram S. AdveMany functions that returned a single MachineInstr...
2002-05-19 Vikram S. AdveBetter interface to generating machine instr for common...
2002-05-19 Vikram S. AdveMachineInstr now inherits from Annotable.
2002-05-19 Vikram S. AdveAnnotation class for MachineInstr.
2002-05-19 Vikram S. AdveAdd integer register size field.
2002-05-14 Chris LattnerInvoke inst has side effects!
2002-05-13 Chris LattnerAdd method to check to see if two _Instructions_ domina...
2002-05-10 Chris LattnerAdd prototype for LICM pass
2002-05-10 Chris LattnerMake sure to call the derived visit versions from the...
2002-05-10 Chris LattnerAdd explicit abort so optimized build knows that the...
2002-05-10 Chris LattnerAdd an explicit abort so that the optimized build knows...
2002-05-10 Chris LattnerInitial checkin of Statistic class
2002-05-10 Chris Lattnerremove deprecated getInstType() method
2002-05-10 Chris LattnerAdd prototype for the PiNodeInserter pass
2002-05-08 Chris LattnerAdd expr reassociation pass prototype
2002-05-08 Sumant Kowshik*** empty log message ***
2002-05-07 Chris LattnerSpell aggressive right
2002-05-07 Chris LattnerFix misspelling
2002-05-07 Chris LattnerThese files are supersumed by include/llvm/Transforms...
2002-05-07 Chris LattnerNew header file to replace all of the Scalar/*.h files.
2002-05-07 Chris LattnerCheckin headers for Utils library
2002-05-07 Chris LattnerCleanup implementation a bit + comments
2002-05-07 Chris LattnerUpdate header after moving file
2002-05-07 Chris LattnerRemove long dead file
2002-05-07 Chris LattnerFactor code out to the Transform Utils library
2002-05-06 Chris LattnerAdd support for passes to announce that they only depen...
2002-05-06 Chris LattnerMove a bunch of code to a .cpp file, don't #include...
2002-05-06 Chris Lattner* Add getPrimitiveSize method
2002-05-06 Chris LattnerVoid and Label values cannot be acted on directly so...
2002-05-06 Chris LattnerImplement constant propogation of shift instructions
2002-05-06 Chris LattnerAdd a range remove method
2002-05-03 Chris LattnerImplement remainder
2002-04-29 Chris LattnerMake the range insert operation return an iterator...
2002-04-29 Chris LattnerRemove unused files: This is the old induction varaibl...
2002-04-29 Chris LattnerChange to allow iMemory.h to avoid including DerivedTypes.h
2002-04-29 Chris LattnerRemove analysis namespace
2002-04-29 Chris LattnerEliminate duplicate or unneccesary #include's
2002-04-29 Chris LattnerAdd new optional getPassName() virtual function that...
2002-04-29 Chris LattnerStub functions for timing support
2002-04-28 Chris LattnerTighten up the AnalysisUsage of lots of passes, primari...
2002-04-28 Chris LattnerMove FunctionPass::doesNotModifyCFG to AnalysisUsage...
2002-04-28 Chris Lattner* Add a stub to FunctionPass so that subclasses can...
2002-04-28 Chris LattnerUse forward decl instead of #include
2002-04-28 Chris LattnerSplit ConstantVals.h into Constant.h and Constants.h
next