Workaround for bug in GCC 3.1.1 iostreams library on sparc. It apprarently
[oota-llvm.git] / include /
2002-09-19 Chris LattnerWorkaround for bug in GCC 3.1.1 iostreams library on...
2002-09-17 Chris LattnerFix ambiguity problem due to builtin log2(double) function
2002-09-17 Chris LattnerFix namespace correctness bug
2002-09-17 Chris LattnerAdd support for gcc 3.2
2002-09-17 Chris LattnerRemove extra #include
2002-09-17 Vikram S. AdveFix typo in comment.
2002-09-16 Chris LattnerFix compile problem on linux. Noone should ever #inclu...
2002-09-16 Vikram S. AdveNew preselection pass that specializes LLVM code for...
2002-09-16 Vikram S. AdveAdd ilist_iterator constructor from a node reference.
2002-09-16 Vikram S. AdveAllow transformation DecomposeArrayRef(GetElementPtrIns...
2002-09-16 Vikram S. AdveAdd routines to update or erase operands (and to do...
2002-09-16 Vikram S. Adve*** empty log message ***
2002-09-16 Vikram S. AdveAdd support for passes that use a TargetMachine object.
2002-09-16 Vikram S. AdveAdd method MachineOperand::hasAllocatedReg().
2002-09-16 Vikram S. AdveAdd a version of ChooseRegOrImmed to handle numerical...
2002-09-16 Vikram S. AdveAdd method adjustAlignment so that stack slot alignment...
2002-09-16 Vikram S. AdveAdd methods to query about the representation of LLVM...
2002-09-16 Vikram S. Adve*** empty log message ***
2002-09-14 Vikram S. AdveRemove unnecessary include.
2002-09-14 Vikram S. AdveBreak RA_DEBUG option into several levels to get better...
2002-09-14 Chris LattnerFix to work correctly under linux
2002-09-14 Vikram S. AdveMoving to lib/CodeGen/RegAlloc.
2002-09-14 Vikram S. AdveAdd support for MacOS and (hopefully) other BSD derivat...
2002-09-13 Chris LattnerChange the MallocInst & AllocaInst ctors to take the...
2002-09-13 Chris LattnerTighten up sanity checking
2002-09-13 Chris LattnerTry to work well on multiple platforms.
2002-09-13 Chris LattnerAdd better linux support by using the right macro....
2002-09-13 Chris LattnerCheckin patch written by Casey Carter, enabling support...
2002-09-12 Chris LattnerAdd a new BasicBlockPass::doInitialization/Finalization...
2002-09-11 Chris LattnerConvert index type for getelementptr instruction from...
2002-09-10 Chris LattnerAdd convenience ctor to BranchInst
2002-09-10 Chris LattnerImplement support for inserting an instruction into...
2002-09-10 Chris LattnerEliminate the GenericBinaryInst class
2002-09-10 Chris Lattner* Eliminate GenericBinaryInst class
2002-09-10 Chris LattnerEliminate the GenericBinaryInst class.
2002-09-10 Chris LattnerEliminate setType method
2002-09-08 Chris LattnerMove TmpInstruction ctor to InstrSelection.cpp file
2002-09-08 Chris LattnerCheckin initial support for automatic memory leak detec...
2002-09-06 Chris Lattner* Clean up some comments
2002-09-06 Chris Lattner* Clean up indentation a bit
2002-09-06 Chris LattnerInclude stub for correlated expression elimination...
2002-09-06 Chris Lattner- Rename BreakCriticalEdge to the slightly more standar...
2002-09-06 Chris Lattner* Doxygenize API
2002-09-06 Chris Lattner- Doxygenize comments
2002-09-06 Chris LattnerMake getAnalysisToUpdate<AnalysisType>() public so...
2002-09-05 Vikram S. AdveAdd new function MachineInstrInfo::CreateZeroExtensionI...
2002-09-03 Chris Lattner - Renamed Type::isIntegral() to Type::isInteger()
2002-09-03 Chris LattnerImplement operator== and != for ranges
2002-09-02 Chris LattnerRemove duplicate #include
2002-09-02 Chris LattnerAdd printing support to ConstantRange class
2002-09-01 Chris LattnerInitial implementation of ConstantRange support
2002-09-01 Chris Lattner - Exposed SetCondInst::getInverseCondition & ::getSwa...
2002-08-31 Chris LattnerConvert cwriter to be a pass.
2002-08-30 Chris Lattner - Eliminate the last traces of the 'analysis' namespace
2002-08-30 Chris LattnerUpdate comments
2002-08-30 Chris LattnerFix comments.
2002-08-30 Chris LattnerMerged into ValueNumbering.cpp
2002-08-30 Chris LattnerInitial implementation of basic value numbering
2002-08-30 Chris LattnerInitial version of LoadValueNumbering interface
2002-08-30 Chris LattnerInitial version of ValueNumbering interface
2002-08-30 Chris Lattner - PassInfo class keeps track of AnalysisGroups implem...
2002-08-30 Chris Lattner - Pass now has AnalysisImpls class to implement getAn...
2002-08-29 Chris LattnerFix comments
2002-08-29 Chris LattnerMake the getAnalyss<> members const. Using them does...
2002-08-26 Chris LattnerAdd support for turning an array of characters into...
2002-08-26 Anand ShuklaChanged so it gets linked properly
2002-08-25 Chris LattnerConvert comments to Doxygen style
2002-08-24 Vikram S. AdveAdded function GetMemInstArgs and made FoldGetElemChain...
2002-08-24 Vikram S. AdveAdded support for type inquiry in subclasses of InstTre...
2002-08-23 Chris LattnerImplement classof for SetCondInst so that instcombine...
2002-08-22 Chris LattnerEliminated the MemAccessInst class, folding contents...
2002-08-22 Chris LattnerEliminated the MemAccessInst class, folding contents...
2002-08-22 Chris LattnerLoad & Store Inst now no longer derive from MemAccessInst
2002-08-22 Chris LattnerLoad and Store now no longer derive from MemAccessInst...
2002-08-22 Chris Lattnerdoxygenize comments in header
2002-08-22 Chris LattnerAdd doxygen comments to AliasAnalysis class
2002-08-22 Chris LattnerFix bug: test/Regression/Assembler/2002-08-22-Dominance...
2002-08-22 Chris LattnerCheckin new alias analysis infrastructure
2002-08-22 Chris LattnerRemove unneccesary method
2002-08-22 Vikram S. AdveJust some extra comments.
2002-08-22 Vikram S. AdveAdd method copyOperands().
2002-08-21 Chris LattnerAdd a class that is useful for hacking around linking...
2002-08-21 Chris Lattner - Split Dominators.h into Dominators.h & PostDominators.h
2002-08-21 Chris Lattner - Implement the new AnalysisGroup feature, neccesary...
2002-08-21 Chris LattnerAdd assertion checks to nail bugs early.
2002-08-21 Chris Lattner - Make Pass::lookupPassInfo a public member
2002-08-21 Chris Lattner- Do not expose ::ID from any of the analyses anymore.
2002-08-21 Chris Lattner- Do not expose ::ID from any of the analyses anymore.
2002-08-21 Chris Lattner - Eliminate the need for analyses to expose an :...
2002-08-21 Chris LattnerAdd missing forward decl
2002-08-20 Chris LattnerAdd new SetCondInst::getInverseCondition() method.
2002-08-18 Chris Lattner - ConstantPointerRefs are now automatically removed...
2002-08-18 Chris LattnerModule's do not subclass from Value, so this code cause...
2002-08-17 Chris LattnerAdd Module::dump() method
2002-08-15 Chris LattnerRemove the last traces of the NOT instruction
2002-08-15 Vikram S. AdveChange opLabel numbers for Not and BNot.
2002-08-15 Vikram S. AdveAdded more helper functions for binary instructions...
2002-08-14 Chris LattnerRemove support for Not ConstantExpr. This simplifies...
2002-08-14 Chris LattnerRemove support for unary operators.
2002-08-14 Chris LattnerRemove reference to GenericUnaryInst class
next