Implement DataTypes.h in terms of inttypes.h
[oota-llvm.git] / include /
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
2002-04-28 Chris LattnerFix two FIXME's
2002-04-28 Chris LattnerRemove all contents of the cfg namespace to the global...
2002-04-28 Chris LattnerRemove obsolete namespace from example
2002-04-28 Chris LattnerInitial checkin of new "Internalize" pass for GCCLD
2002-04-28 Chris LattnerSymTabValue class incorporated into Function and Module...
2002-04-28 Chris LattnerInclude an operator<<, to print modules
2002-04-28 Chris LattnerRemove forward def'ns that are already in Value.h
2002-04-28 Chris Lattners/Method/Function
2002-04-28 Chris LattnerModule's are no longer Value's.
2002-04-28 Chris LattnerThe interesting contents of SymTabValue were incorporat...
2002-04-28 Chris Lattner* Module's are no longer Value's
2002-04-28 Chris LattnerAdd a forward defn for Module since it's no longer...
2002-04-28 Chris Lattner* Incorporate the functionality of SymTabValue into...
2002-04-28 Chris LattnerInitial checkin of simple&fast SSA based GCSE algorithm
2002-04-28 Chris LattnerChange the Dominator info and LoopInfo classes to keep...
2002-04-27 Chris Lattners/Method/Function
2002-04-27 Chris Lattners/Method/Function in classname
2002-04-27 Chris LattnerRemove old file that will never be used
2002-04-27 Chris Lattner* Rename MethodPass class to FunctionPass
2002-04-27 Chris LattnerChange the semantics of getSuccessor to FAIL if an...
2002-04-27 Chris LattnerSupport array allocations
2002-04-27 Chris LattnerRename getNullConstant to getNullValue
2002-04-25 Vikram S. AdveAdded functions to compute the offset of a given incomi...
2002-04-25 Vikram S. AdveOptional args are no longer allocated as they are disco...
2002-04-18 Chris LattnerChanges to make print pass work!
2002-04-18 Chris LattnerNew api for signal handling for LLVM tools
2002-04-18 Chris LattnerRemove getStrValue method from Constant implementations...
2002-04-18 Chris Lattner* Add a comment to the header giving a breif overview...
2002-04-18 Chris Lattner* Make dtor virtual
2002-04-18 Chris Lattner* StoreInst's shouldn't take names (they are _always_...
2002-04-17 Chris LattnerMake data structure acurately get ALL edges, even loads...
2002-04-16 Chris LattnerRemove the concept of a critical shadow node
2002-04-16 Chris Lattner* Eliminate ArgDSNode's completely, rely now on Scalar map
2002-04-15 Chris Lattner* s/Method/Function
2002-04-14 Chris Lattners/Method/Function
2002-04-13 Chris LattnerAdd Module::getTypeName
2002-04-10 Chris LattnerSplit the CleanupGCCOutput pass into two passes, and...
2002-04-10 Chris LattnerAllow a pass to obtain an analysis result for updating.
2002-04-09 Chris LattnerMove FunctionArgument out of iOther.h into Argument...
2002-04-09 Chris LattnerMove FunctionArgument out of iOther.h into Argument...
2002-04-09 Chris LattnerUse explicit .get() calls to avoid having to #include...
2002-04-09 Chris LattnerUse .get() explicitly and add a few extra casts to...
2002-04-09 Chris LattnerUse opaque decl instead of #include
2002-04-09 Chris LattnerRewrite MachineCodeForBasicBlock in terms of containmen...
2002-04-09 Chris LattnerFree memory when done with it.
2002-04-09 Chris LattnerDon't leak all of the Loop objects created...
next