Fix for pr2093: direct operands aren't necessarily addresses, so don't
[oota-llvm.git] / include / llvm /
2008-02-26 Devang PatelOptimize most common case by using single RetVal in...
2008-02-26 Bill WendlingDetabify
2008-02-26 Evan ChengRefactor inline asm constraint matching code out of...
2008-02-26 Devang PatelPass const vectors by reference.
2008-02-25 Eli FriedmanAdd missing include (for ptrdiff_t).
2008-02-25 Dan GohmanFactor the assert for indexed loads/stores out of LoadS...
2008-02-25 Chris Lattneradd an assertion to catch a null PATypeHolder, patch...
2008-02-25 Dan GohmanConvert MaskedValueIsZero and all its users to use...
2008-02-25 Chris Lattneradd LSBaseSDNode::getOffset at Dan's request.
2008-02-25 Chris Lattnerprune #includes, fit in 80 cols.
2008-02-25 Chris Lattnermake this self contained.
2008-02-25 Dan GohmanAdd a new method to SDNode/SDOperand named getValueSize...
2008-02-25 Evan ChengCorrectly determine whether a argument load can be...
2008-02-24 Bill WendlingSome platforms use the same name for 32-bit and 64...
2008-02-23 Scott MichelMerge current work back to tree to minimize diffs and...
2008-02-23 Devang PatelRemove unnecessary "inline" keywords.
2008-02-23 Devang PatelUse dyn_cast instead of isa + cast.
2008-02-23 Evan ChengForgot this.
2008-02-23 Devang PatelTo support multiple return values, now ret instruction...
2008-02-22 Dale JohannesenSplit ParameterAttributes.h, putting the complicated
2008-02-22 Evan ChengRemove an invalid assertion now that there are implicit...
2008-02-22 Devang PatelAdd StripDeadPrototypes pass.
2008-02-22 Dale JohannesenPass alignment on ByVal parameters, from FE, all
2008-02-22 Anton KorobeynikovAdd smart refcounting pointer class to ADT back (known...
2008-02-22 Anton KorobeynikovUnbreak build for VC2008. Patch by Argiris Kirtzidis!
2008-02-22 Evan ChengEnable re-materialization of instructions which have...
2008-02-22 Devang PatelRead and write getresult.
2008-02-22 Chris Lattnerminor cleanups to LSBaseSDNode.
2008-02-21 Andrew LenharthBetter names as per Evan's request
2008-02-21 Andrew LenharthAtomic op support. If any gcc test uses __sync builtin...
2008-02-20 Anton KorobeynikovAdd convenient helper to get suffix of the file
2008-02-20 Dan GohmanRemove inline keywords from in-class function definitio...
2008-02-20 Devang Patelgetresult type is the type of indexed aggregate element
2008-02-20 Devang PatelSpecify GetResultInst index as an unsigned.
2008-02-20 Devang PatelFix typo. Add const version of getAggregateValue()...
2008-02-20 Dan GohmanAdd explicit keywords.
2008-02-20 Dan GohmanAdd an intersects method to APInt, to capture a common...
2008-02-20 Anton KorobeynikovAdd 'sink' cmdline option. Patch by Mikhail Glushenkov!
2008-02-20 Anton KorobeynikovFix newly-introduced 4.3 warnings
2008-02-20 Anton KorobeynikovAnd final pack of warnings silencing
2008-02-20 Anton KorobeynikovUpdate gcc 4.3 warnings fix patch with recent head...
2008-02-20 Anton KorobeynikovUnbreak build with gcc 4.3: provide missed includes...
2008-02-20 Bill WendlingFixed typo.
2008-02-20 Bill WendlingMore constification of things. More comments added...
2008-02-20 Nick LewyckyAdd 'umax' similar to 'smax' SCEV. Closes PR2003.
2008-02-20 Dan GohmanAdd some comments to Intrinsic::getDeclaration to clari...
2008-02-19 Dale JohannesenAdd Alignment field to ParameterAttributes and
2008-02-19 Devang PatelAdd GetResultInst. First step for multiple return value...
2008-02-19 Dale JohannesenExpand ParameterAttributes to 32 bits (in preparation
2008-02-19 Chris Lattnerremove the LowerSelect pass. The last client was the...
2008-02-19 Chris Lattnerremove the lower packed pass. It can never work and...
2008-02-18 Evan Cheng- When DAG combiner is folding a bit convert into a...
2008-02-18 Duncan SandsSimplify caller updating using a CallSite, as
2008-02-18 Roman LevensteinNew helper function getMBBFromIndex() that given an...
2008-02-18 Owen AndersonAdd support for setting parameters to CallSite.
2008-02-17 Owen AndersonAdd a predicate to Argument to check for the StructRet...
2008-02-16 Andrew Lenharthllvm.memory.barrier, and impl for x86 and alpha
2008-02-16 Dan GohmanRename CountMemOperands to ComputeMemOperandsEnd to...
2008-02-15 Scott MichelMake tblgen a little smarter about constants smaller...
2008-02-15 Evan Cheng- Removing the infamous r2rMap_ and rep() method. Now...
2008-02-15 Evan ChengAdded CommuteChangesDestination(). This returns true...
2008-02-15 Dan GohmanChange MemOperand's size and offset to be 64-bit.
2008-02-14 Duncan SandsIn TargetLowering::LowerCallTo, don't assert that
2008-02-14 Nate BegemanChange how FP immediates are handled.
2008-02-14 Nate BegemanSupport a new type of MachineOperand, MO_FPImmediate...
2008-02-14 Nate BegemanNuke dead comment
2008-02-13 Dan GohmanFix a typo in a comment.
2008-02-13 Dan GohmanSimplify some logic in ComputeMaskedBits. And change...
2008-02-13 Dan GohmanRename APInt's isPositive to isNonNegative, to reflect...
2008-02-13 Dan GohmanAdd countTrailingOnes member functions to APInt.
2008-02-13 Dan GohmanFix a typo in a comment.
2008-02-13 Dan GohmanAdd count{Leading,Trailing}Ones_{32,64} functions with...
2008-02-13 Nicolas GeoffrayEnable exception handling int JIT
2008-02-13 Devang PatelRemove use of ltdl
2008-02-13 Evan ChengSimplify.
2008-02-13 Evan ChengInitial support for copy elimination by commuting its...
2008-02-13 Evan Cheng- Added removeValNo() to remove all live ranges of...
2008-02-13 Evan ChengAdded debugging routine dumpUses.
2008-02-13 Dan GohmanConvert SelectionDAG::ComputeMaskedBits to use APInt...
2008-02-12 Dan GohmanChange APInt::getBitsSet to accept a "half-open" range...
2008-02-12 Owen AndersonRe-apply the patch to improve the optimizations of...
2008-02-12 Dan GohmanAdd a doxygen comment for SrcValueSDNode, to make its...
2008-02-11 Dan GohmanCorrect the order of the arguments in the examples...
2008-02-11 Ted KremenekThe factories for ImutAVLTree/ImmutableSet/ImmutableMap...
2008-02-11 Dan GohmanFrom Chris' review: change MemOperandSDNode's construct...
2008-02-11 Ted KremenekAdded "Profile" method to APFloat for use with FoldingSet.
2008-02-11 Duncan SandsAdd arbitrary integer support to getRegisterType and
2008-02-11 Wojciech MatyjewiczFix PR1798 - an error in the evaluation of SCEVAddRecEx...
2008-02-11 Duncan SandsAdd a isBigEndian method to complement isLittleEndian.
2008-02-10 Dan GohmanRename MRegisterInfo to TargetRegisterInfo.
2008-02-09 Wojciech MatyjewiczAdd a check if the initial value of the induction varia...
2008-02-08 Dan GohmanChange ConstantSDNode to store an APInt instead of...
2008-02-08 Dan GohmanAdd an isSignedIntN, like isIntN but for signed integer...
2008-02-08 Evan ChengIt's not always safe to fold movsd into xorpd, etc...
2008-02-08 Ted KremenekConstified operator<< in APSInt.
2008-02-08 Dan GohmanAvoid needlessly casting away const qualifiers.
2008-02-07 Dan GohmanFollow Chris' suggestion; change the PseudoSourceValue...
2008-02-06 Dan GohmanAdd support to FoldingSet for hashing APInt objects.
2008-02-06 Dan GohmanRe-apply the memory operand changes, with a fix for...
2008-02-05 Anton KorobeynikovDon't dereference an invalid pointer if string is empty.
next