Non-standard hash classes are not in the std:: namespace
[oota-llvm.git] / include /
2002-07-24 Chris LattnerNon-standard hash classes are not in the std:: namespace
2002-07-24 Chris Lattner*** empty log message ***
2002-07-24 Chris LattnerMove hash_* extension headers from ext/ to Support...
2002-07-24 Chris LattnerMove compatibility headers to Support
2002-07-24 Chris Lattner*** empty log message ***
2002-07-24 Chris LattnerChanges to make it GCC 3.1 compatible
2002-07-24 Chris LattnerAdd missing typename's that GCC3.1 is whining about.
2002-07-24 Chris LattnerDisable the operator= in Value
2002-07-24 Chris LattnerRemove assert hack now that I'm using the right GDB...
2002-07-24 Chris LattnerMove many files into IPO.h
2002-07-24 Chris LattnerMove contents of these files into IPO.h
2002-07-23 Chris Lattner* Rename to IPO.h
2002-07-23 Chris LattnerAdd a version of the bytecode writer pass that has...
2002-07-23 Chris LattnerIncorporate into IPO.h
2002-07-23 Chris LattnerPrepare the file to become IPO.h
2002-07-23 Chris LattnerMerge the contents of ChangeAllocations.h into Scalar.h
2002-07-23 Chris LattnerBreak part of Pass.h out into PassAnalysisSupport.h
2002-07-23 Chris LattnerAllow comparison against null
2002-07-23 Chris Lattner*** empty log message ***
2002-07-23 Chris LattnerPass creator requires a TargetData member
2002-07-23 Chris LattnerRegularize the Print*Passes so they have default ctors.
2002-07-23 Chris LattnerInitial checkin
2002-07-23 Chris LattnerAdd support for removing an option from a genericparser
2002-07-23 Chris LattnerChange to avoid bug in GCC 3.0.4
2002-07-23 Chris Lattnerinitial checkin
2002-07-23 Chris Lattner*** empty log message ***
2002-07-23 Chris LattnerInitial checkin
2002-07-22 Mehwish NagdaMoved to Reoptimizer/Mapping directory
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 ***
next