aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2008-02-13Simplify some logic in ComputeMaskedBits. And change ComputeMaskedBitsDan Gohman
2008-02-13Rename APInt's isPositive to isNonNegative, to reflect what itDan Gohman
2008-02-13Add countTrailingOnes member functions to APInt.Dan Gohman
2008-02-13Fix a typo in a comment.Dan Gohman
2008-02-13Add count{Leading,Trailing}Ones_{32,64} functions with simple implementations.Dan Gohman
2008-02-13Enable exception handling int JITNicolas Geoffray
2008-02-13Remove use of ltdlDevang Patel
2008-02-13Simplify.Evan Cheng
2008-02-13Initial support for copy elimination by commuting its definition MI.Evan Cheng
2008-02-13- Added removeValNo() to remove all live ranges of a particular value#.Evan Cheng
2008-02-13Added debugging routine dumpUses.Evan Cheng
2008-02-13Convert SelectionDAG::ComputeMaskedBits to use APInt instead of uint64_t.Dan Gohman
2008-02-12Change APInt::getBitsSet to accept a "half-open" range, where theDan Gohman
2008-02-12Re-apply the patch to improve the optimizations of memcpy's, with severalOwen Anderson
2008-02-12Add a doxygen comment for SrcValueSDNode, to make its purposeDan Gohman
2008-02-11Correct the order of the arguments in the examples in the commentsDan Gohman
2008-02-11The factories for ImutAVLTree/ImmutableSet/ImmutableMap now take an (optional)Ted Kremenek
2008-02-11From Chris' review: change MemOperandSDNode's constructor to pass itsDan Gohman
2008-02-11Added "Profile" method to APFloat for use with FoldingSet.Ted Kremenek
2008-02-11Add arbitrary integer support to getRegisterType andDuncan Sands
2008-02-11Fix PR1798 - an error in the evaluation of SCEVAddRecExpr at an Wojciech Matyjewicz
2008-02-11Add a isBigEndian method to complement isLittleEndian.Duncan Sands
2008-02-10Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman
2008-02-09Add a check if the initial value of the induction variable is 0 (the method c...Wojciech Matyjewicz
2008-02-08Change ConstantSDNode to store an APInt instead of a uint64_t, andDan Gohman
2008-02-08Add an isSignedIntN, like isIntN but for signed integer values instead ofDan Gohman
2008-02-08It's not always safe to fold movsd into xorpd, etc. Check the alignment of th...Evan Cheng
2008-02-08Constified operator<< in APSInt.Ted Kremenek
2008-02-08Avoid needlessly casting away const qualifiers.Dan Gohman
2008-02-07Follow Chris' suggestion; change the PseudoSourceValue accessorsDan Gohman
2008-02-06Add support to FoldingSet for hashing APInt objects.Dan Gohman
2008-02-06Re-apply the memory operand changes, with a fix for the staticDan Gohman
2008-02-05Don't dereference an invalid pointer if string is empty.Anton Korobeynikov
2008-02-05Implement sseregparm.Dale Johannesen
2008-02-05Added FoldingSet profiling support to ImmutableSet.Ted Kremenek
2008-02-05Changed profiling method for ImmutableMap to once again just use itsTed Kremenek
2008-02-05Missed one.Dale Johannesen
2008-02-05Unbreak teh build.Evan Cheng
2008-02-04Do not unconditionally redefine vec_ext_v16qi andDale Johannesen
2008-02-04Typo.Evan Cheng
2008-02-04Modified 'Profile' method of ImmutableMap to use the 'Profile' methodTed Kremenek
2008-02-04Modified node creation of ImutAVLTree to do a hash lookup for an existingTed Kremenek
2008-02-04Added "bucket_iterators" to FoldingSet. Bucket iterators allow iterationTed Kremenek
2008-02-04constified operator~().Ted Kremenek
2008-02-03SSE 4.1 Intrinsics and detectionNate Begeman
2008-02-03Change the 'global modification' APIs in SelectionDAG to take a newChris Lattner
2008-02-02SDIsel processes llvm.dbg.declare by recording the variable debug information...Evan Cheng
2008-02-02Fixing a bug creating floating point constants of type otherGordon Henriksen
2008-02-02Frame index can be negative.Evan Cheng
2008-02-01Remove the nasty LABEL hack with a much less evil one. Now llvm.dbg.func.star...Evan Cheng