aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2007-10-18remove dead fileChris Lattner
2007-10-18update comment.Chris Lattner
2007-10-18Missing 'public' keyword.Gordon Henriksen
2007-10-18Really fix PR1734. Carefully track which register uses are sub-register uses byEvan Cheng
2007-10-18Remove unnecessary include.Evan Cheng
2007-10-18Move Split<...>() into DomTreeBase. This should make the #include's of Domin...Owen Anderson
2007-10-18Changed the return type of type-specific Allocate() methods to returnTed Kremenek
2007-10-17ImutAVLTree now allocates tree nodes from the BumpPtrAllocator usingTed Kremenek
2007-10-17Removed inclusion of cassert, which is no longer needed.Ted Kremenek
2007-10-17Minor cosmetic cleanups in the calculation of alignments forTed Kremenek
2007-10-17Added template function alignof() which provides a cleanTed Kremenek
2007-10-17Switching TargetMachineRegistry to use the new generic Registry.Gordon Henriksen
2007-10-17Updated StringMap to use llvm::AlignOf to compute the alignment of mapTed Kremenek
2007-10-17Added member template functions to MallocAllocator andTed Kremenek
2007-10-17Added llvm::AlignOf, a template class whose purpose is to portablyTed Kremenek
2007-10-17Define a helper function ConstantVector::getSplatValue for testing forDan Gohman
2007-10-17Updated VC++ build system.Hartmut Kaiser
2007-10-17Return Expand from getOperationAction for all extendedDuncan Sands
2007-10-17Apply Chris' suggestions.Evan Cheng
2007-10-17Update comments.Evan Cheng
2007-10-17Clean up code that calculate MBB live-in's.Evan Cheng
2007-10-17Move splitBlock into DomTreeBase from DomTree.Owen Anderson
2007-10-16Fix some formatting.Owen Anderson
2007-10-16Template DominatorTreeBase by node type. This is the next major step towardsOwen Anderson
2007-10-16Document the fact that the verifier currently requires theDuncan Sands
2007-10-16Initial infrastructure for arbitrary precision integerDuncan Sands
2007-10-16Code clean up.Evan Cheng
2007-10-15Add removeModuleProvider()Devang Patel
2007-10-15Fixed incorrect renaming of method name (forgot two characters).Ted Kremenek
2007-10-15Added more doxygen comments.Ted Kremenek
2007-10-15add a new CreateStackTemporary helper method.Chris Lattner
2007-10-15One mundane change: Change ReplaceAllUsesOfValueWith to *optionally* Chris Lattner
2007-10-15remove dead enum, make setNodeId public.Chris Lattner
2007-10-15Fix 80 col violationChris Lattner
2007-10-14Consolidate logic for creating NaNs. Silence compiler warning.Neil Booth
2007-10-14When coalescing an EXTRACT_SUBREG and the dst register is a physical register,Evan Cheng
2007-10-14Revert 42908 for now.Evan Cheng
2007-10-13Change unfoldMemoryOperand(). User is now responsible for passing in theEvan Cheng
2007-10-13Optionally create a MachineInstr without default implicit operands.Evan Cheng
2007-10-12Corrected many typing errors. And removed 'nest' parameter handlingArnold Schwaighofer
2007-10-12don't use intptr_t without including it.Chris Lattner
2007-10-12Make this compute the correct offset, handling alignment of the elementChris Lattner
2007-10-12Implement correctly-rounded decimal->binary conversion, i.e. conversionNeil Booth
2007-10-12Change the names used for internal labels to use the currentDan Gohman
2007-10-12EXTRACT_SUBREG coalescing support. The coalescer now treats EXTRACT_SUBREG likeEvan Cheng
2007-10-12Cosmetic.Evan Cheng
2007-10-12make operator== work with non-equal sized bitvectors, as long as Chris Lattner
2007-10-12Add intrinsics for sin, cos, and pow. These use llvm_anyfloat_ty, and soDan Gohman
2007-10-11Add runtime library names for pow.Dan Gohman
2007-10-11Add an ISD::FPOW node type.Dan Gohman