Add new -no-aa implementation
[oota-llvm.git] / include /
2003-02-26 Chris LattnerBasicAA doesn't need a public header
2003-02-26 Chris LattnerTweak to work with new AA implementation
2003-02-26 Chris LattnerCheckin of new alias analysis interface:
2003-02-26 Chris Lattner* Un "protect" the getAnalysis<> functions
2003-02-25 Chris LattnerAdd new helper template function
2003-02-24 Chris LattnerRename Instruction::hasSideEffects() -> mayWriteToMemory()
2003-02-24 Chris LattnerThis is a substantial rewrite of the AliasSetTracker...
2003-02-24 Chris LattnerInitial checkin of CallSite wrapper for Call/Invoke...
2003-02-24 Chris LattnerFix #endif
2003-02-24 Chris LattnerAdd support for the slist extension
2003-02-22 Chris LattnerAdd a new interface file for the PromoteMemToReg interf...
2003-02-13 Chris LattnerMove node forwarding code from being inlined to being...
2003-02-11 Chris LattnerImplement a "union-findy" version of DS-Analysis, which...
2003-02-11 Chris LattnerFix uninitialized member problem
2003-02-10 Chris LattnerBugfix for calling dump() after the links vector has...
2003-02-10 Chris LattnerMove getNode() out of line
2003-02-10 Chris LattnerImplement a new method "viewGraph" which can be used...
2003-02-09 Chris LattnerTD Pass now does not cause globals to mark nodes incomp...
2003-02-05 Chris LattnerImplement optimization for direct function call case...
2003-02-05 Chris LattnerAllow the addition of edge source labels
2003-02-04 Chris LattnerAdd sanity check
2003-02-03 Chris LattnerHack to work around deficiency in pass infrastructure
2003-02-03 Chris LattnerEliminate unused resolving caller stuff
2003-02-03 Chris Lattner* Add a bunch of stuff for checking the integrity of...
2003-02-03 Chris LattnerRemove pool alloc accessor
2003-02-03 Chris LattnerExpose information about pool allocation
2003-02-02 Chris LattnerAllow modifying a global variables constness property
2003-02-01 Chris LattnerChange DSGraph stuff to use hash_(set|map) instead...
2003-02-01 Chris LattnerAdd hash_multimap support
2003-02-01 Chris LattnerAdd new composition mask
2003-02-01 Joel StanleyAdded protos for two alternate, convenient CallInst...
2003-01-30 Chris LattnerAdd new function to allow removal of typed named elements
2003-01-29 Chris LattnerNew API for traversing graph
2003-01-28 Chris LattnerInitial checking: defult the make_vector function
2003-01-27 Chris LattnerNew helper header
2003-01-23 Chris Lattner* Eliminate boolean arguments in favor of using enums
2003-01-16 Chris LattnerPrint machine frame objects with the frame offset intri...
2003-01-15 Chris LattnerMove sparc specific code into the Sparc backend
2003-01-15 Chris LattnerSimplify the interface
2003-01-15 Chris LattnerMove private headers into private regalloc directory
2003-01-15 Chris LattnerMove private header to private dir
2003-01-15 Chris LattnerRemove obsolete ctor
2003-01-15 Chris LattnerRemove internal helper fn
2003-01-15 Chris LattnerADd support for CC registers for Sparc BE
2003-01-15 Chris LattnerAdd support for the CC registers for Sparc BE
2003-01-15 Chris LattnerRemove more unused methods
2003-01-15 Chris LattnerRemove a ton of functions that are no longer used,...
2003-01-15 Chris LattnerAdd new helper method addRegDef
2003-01-15 Chris Lattner* Eliminate a bunch of inline functions.
2003-01-14 Chris LattnerMove to include/llvm/CodeGen
2003-01-14 Chris LattnerMove llvm/Analysis/LiveVar/ValueSet.h to CodeGen/ValueSet.h
2003-01-14 Chris LattnerNew header
2003-01-14 Chris LattnerMove to Instrumentation.h
2003-01-14 Chris LattnerREmove unused header file
2003-01-14 Chris LattnerRemove unused header
2003-01-14 Chris LattnerRename MachineInstrInfo -> TargetInstrInfo
2003-01-14 Chris LattnerMove llvm/Annotation.h to Support/Annotation.h
2003-01-14 Chris LattnerMove annotation to support library
2003-01-14 Chris LattnerMust #include assert.h
2003-01-13 Chris LattnerAdd new files
2003-01-13 Chris LattnerRename MachineInstrInfo -> TargetInstrInfo
2003-01-13 Chris Lattner* Start renaming MachineInstrInfo -> TargetInstrInfo
2003-01-13 Chris LattnerAdd new getName method
2003-01-13 Chris LattnerSimplify interface to creating a register
2003-01-13 Chris Lattner* Add support for new types of operands
2003-01-13 Chris Lattner* Add 3 new types of MachineOperand: ConstantPoolIndex...
2003-01-13 Chris Lattner* Add a constant pool to hold per-function constants...
2003-01-13 Chris Lattner* Add utility methods which make common cases easier
2003-01-13 Chris Lattner* Add support for values in the constant pool
2002-12-29 Chris LattnerMore renamings of Target/Machine*Info to Target/Target...
2002-12-29 Chris LattnerRename MachineOptInfo to TargetoptInfo
2002-12-28 Chris LattnerRename FunctionFrameInfo to MachineFrameInfo
2002-12-28 Chris Lattner* doxygenize comment
2002-12-28 Chris LattnerSparc specific methods default to abort rather than...
2002-12-28 Chris LattnerExpose some very simple information about the frame...
2002-12-28 Chris Lattner* Keep track of register alignment as well as register...
2002-12-28 Chris LattnerDescriptor object used to manage abstract frame references
2002-12-28 Chris LattnerState for frame and constant pool information pulled...
2002-12-28 Chris Lattner* Frame indices are signed
2002-12-28 Chris Lattner* Pull a bunch of frame and constant pool state out...
2002-12-28 Chris LattnerInitial check in of MachineFunctionPass.h
2002-12-25 Chris LattnerSimplify spill interface methods
2002-12-25 Chris LattnerAdd comment
2002-12-25 Chris LattnerAdd abstract frame index capability
2002-12-25 Chris LattnerRemove default ctor
2002-12-25 Chris Lattner*** empty log message ***
2002-12-25 Chris LattnerRemove dependency on SSARegMap.h
2002-12-24 Chris LattnerAllow the target machines to specify endianness and...
2002-12-24 Chris LattnerInitial checkin of new LLI with JIT compiler
2002-12-23 Chris LattnerNew files for miscompilation detection
2002-12-17 Chris LattnerSimplify interface to remove virtual function references
2002-12-16 Chris LattnerAdd support for register alias set description
2002-12-15 Chris LattnerExport well known instruction opcodes usable by target...
2002-12-15 Chris LattnerAdd new opIsUse method
2002-12-15 Chris LattnerSimplify interfaces used by regalloc to insert code
2002-12-15 Chris LattnerSimplify TargetRegisterClass a bit, also eliminating...
2002-12-15 Chris Lattner* Rename const_regclass_begin/end to just regclass_begi...
2002-12-15 Chris LattnerAdd capability to have a MachineBasicBlock as an operan...
2002-12-13 Misha BrukmanAdded moveReg2Reg() and moveImm2Reg() to accomodate...
2002-12-13 Chris LattnerFinal version of BuildMI for symmetry and because I...
next