summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* llvm.memory.barrier, and impl for x86 and alphaAndrew Lenharth2008-02-16
* Rename CountMemOperands to ComputeMemOperandsEnd to reflect whatDan Gohman2008-02-16
* Make tblgen a little smarter about constants smaller than i32. Currently,Scott Michel2008-02-15
* - Removing the infamous r2rMap_ and rep() method. Now the coalescer will updateEvan Cheng2008-02-15
* Added CommuteChangesDestination(). This returns true if commuting the specifiedEvan Cheng2008-02-15
* Change MemOperand's size and offset to be 64-bit.Dan Gohman2008-02-15
* In TargetLowering::LowerCallTo, don't assert thatDuncan Sands2008-02-14
* Change how FP immediates are handled. Nate Begeman2008-02-14
* Support a new type of MachineOperand, MO_FPImmediate, used for holdingNate Begeman2008-02-14
* Nuke dead commentNate Begeman2008-02-14
* Fix a typo in a comment.Dan Gohman2008-02-13
* Simplify some logic in ComputeMaskedBits. And change ComputeMaskedBitsDan Gohman2008-02-13
* Rename APInt's isPositive to isNonNegative, to reflect what itDan Gohman2008-02-13
* Add countTrailingOnes member functions to APInt.Dan Gohman2008-02-13
* Fix a typo in a comment.Dan Gohman2008-02-13
* Add count{Leading,Trailing}Ones_{32,64} functions with simple implementations.Dan Gohman2008-02-13
* Enable exception handling int JITNicolas Geoffray2008-02-13
* Remove use of ltdlDevang Patel2008-02-13
* Simplify.Evan Cheng2008-02-13
* Initial support for copy elimination by commuting its definition MI.Evan Cheng2008-02-13
* - Added removeValNo() to remove all live ranges of a particular value#.Evan Cheng2008-02-13
* Added debugging routine dumpUses.Evan Cheng2008-02-13
* Convert SelectionDAG::ComputeMaskedBits to use APInt instead of uint64_t.Dan Gohman2008-02-13
* Change APInt::getBitsSet to accept a "half-open" range, where theDan Gohman2008-02-12
* Re-apply the patch to improve the optimizations of memcpy's, with severalOwen Anderson2008-02-12
* Add a doxygen comment for SrcValueSDNode, to make its purposeDan Gohman2008-02-12
* Correct the order of the arguments in the examples in the commentsDan Gohman2008-02-11
* The factories for ImutAVLTree/ImmutableSet/ImmutableMap now take an (optional)Ted Kremenek2008-02-11
* From Chris' review: change MemOperandSDNode's constructor to pass itsDan Gohman2008-02-11
* Added "Profile" method to APFloat for use with FoldingSet.Ted Kremenek2008-02-11
* Add arbitrary integer support to getRegisterType andDuncan Sands2008-02-11
* Fix PR1798 - an error in the evaluation of SCEVAddRecExpr at an Wojciech Matyjewicz2008-02-11
* Add a isBigEndian method to complement isLittleEndian.Duncan Sands2008-02-11
* Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman2008-02-10
* Add a check if the initial value of the induction variable is 0 (the method c...Wojciech Matyjewicz2008-02-09
* Change ConstantSDNode to store an APInt instead of a uint64_t, andDan Gohman2008-02-08
* Add an isSignedIntN, like isIntN but for signed integer values instead ofDan Gohman2008-02-08
* It's not always safe to fold movsd into xorpd, etc. Check the alignment of th...Evan Cheng2008-02-08
* Constified operator<< in APSInt.Ted Kremenek2008-02-08
* Avoid needlessly casting away const qualifiers.Dan Gohman2008-02-08
* Follow Chris' suggestion; change the PseudoSourceValue accessorsDan Gohman2008-02-07
* Add support to FoldingSet for hashing APInt objects.Dan Gohman2008-02-06
* Re-apply the memory operand changes, with a fix for the staticDan Gohman2008-02-06
* Don't dereference an invalid pointer if string is empty.Anton Korobeynikov2008-02-05
* Implement sseregparm.Dale Johannesen2008-02-05
* Added FoldingSet profiling support to ImmutableSet.Ted Kremenek2008-02-05
* Changed profiling method for ImmutableMap to once again just use itsTed Kremenek2008-02-05
* Missed one.Dale Johannesen2008-02-05
* Unbreak teh build.Evan Cheng2008-02-05
* Do not unconditionally redefine vec_ext_v16qi andDale Johannesen2008-02-04