aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2009-12-14Make the IVUses member private.Dan Gohman
2009-12-14Drop Loop::isNotAlreadyContainedIn in favor of Loop::contains. TheDan Gohman
2009-12-14Whitespace changes, comment clarification. No functional changes.Bill Wendling
2009-12-14Moved spill weight calculation out of SimpleRegisterCoalescing and into its o...Lang Hames
2009-12-13Fix weird typo which leads to unallocated memory access for nodes with 4 resu...Anton Korobeynikov
2009-12-12Make it easier to use the llvm_unreachable and DEBUG macros without "usingJeffrey Yasskin
2009-12-11Implement vector widening, splitting, and scalarizing for SIGN_EXTEND_INREG.Dan Gohman
2009-12-11Make getUniqueExitBlocks's precondition assert more precise, toDan Gohman
2009-12-11Simplify this class by removing the result cache.Gabor Greif
2009-12-11Add utility method for determining whether a function argumentDuncan Sands
2009-12-11Address comments on last patch:Bill Wendling
2009-12-11A machine basic block may end in an unconditional branch, however it may haveBill Wendling
2009-12-11Add qualifiers for calls to member functions in dependent bases.Anders Carlsson
2009-12-10Remove a broken, unused headerDouglas Gregor
2009-12-10Also attempt trivial coalescing for live intervals that end in a copy.Jakob Stoklund Olesen
2009-12-09Silence conversion warning from 64 to 32-bit.Eric Christopher
2009-12-09enhance NonLocalDepEntry to keep the per-block phi translated addressChris Lattner
2009-12-09DeltaAlgorithm: Add a virtual destructor and home.Daniel Dunbar
2009-12-09change NonLocalDepEntry from being a typedef for an std::pair to be itsChris Lattner
2009-12-09Added a new "splitting" spiller.Lang Hames
2009-12-09Remove unneeded ';' and a class/struct mismatch (noticed by clang).Daniel Dunbar
2009-12-09Switch GVN and memdep to use PHITransAddr, which correctly handlesChris Lattner
2009-12-09Move isConsecutiveLoad to SelectionDAG. It's not target dependent and it's pr...Evan Cheng
2009-12-09Add const qualifier.Evan Cheng
2009-12-09Refactor InferAlignment out of DAGCombine.Evan Cheng
2009-12-09fix many input tracking bugs.Chris Lattner
2009-12-09instructions defined in CurBB may be intermediate nodes of the computation.Chris Lattner
2009-12-09add dumping and sanity checking support.Chris Lattner
2009-12-08make sure that PHITransAddr keeps its 'InstInputs' list up toChris Lattner
2009-12-08Revert 90858 90875 and 90805 for now.Devang Patel
2009-12-08Revert 90789 for now. It caused massive compile time regression. Post-ra sche...Evan Cheng
2009-12-08fix a typo (and -> add) and fix GetAvailablePHITranslatedSubExpr to not Chris Lattner
2009-12-08Removed VC++ compatibility code from DataTypes.h.in.Oscar Fuentes
2009-12-08For VC++, define the ?INT*_C macros only it they are not yet defined.Oscar Fuentes
2009-12-07Rename DIFactory::InsertValue() as DIFactory::InsertDbgValueIntrinsic()Victor Hernandez
2009-12-07Add support to emit debug info for c++ style namespaces.Devang Patel
2009-12-07add accessor, improve comment.Chris Lattner
2009-12-07Apply Pekka Jääskeläinen's patch to raise the first virtual registerDan Gohman
2009-12-07Introduce the "@llvm.dbg.value" debug intrinsic.Victor Hernandez
2009-12-07checkpoint of the new PHITransAddr code, still not done and not used byChris Lattner
2009-12-07Deprecate 'unpack_values'.Mikhail Glushenkov
2009-12-07Implement 'forward_value' and 'forward_transformed_value'.Mikhail Glushenkov
2009-12-07Pre-regalloc tale duplication. Work in progress.Evan Cheng
2009-12-07fixed some typos in method comments, reworded some comments for clarityJohn Mosby
2009-12-07Fixes the Atomic implementation if compiled by MSVC compiler.Oscar Fuentes
2009-12-07Add MSP430 interrupt calling conv. No functionality change yet.Anton Korobeynikov
2009-12-06remove extraneous comma clang warns aboutChris Lattner
2009-12-06Add helper methods for forming shift operations with a constant Chris Lattner
2009-12-05Remove old DBG_LABEL code.Dan Gohman
2009-12-05Remove the unused DisableLegalizeTypes option and related code.Dan Gohman