Age | Commit message (Expand) | Author |
2010-03-18 | Fix pr6543: svn r88806 changed MachineJumpTableInfo::getJumpTableIndex() to | Bob Wilson |
2010-03-18 | Fix comment. | Devang Patel |
2010-03-17 | Debug info intrinsic does not intefer during tail call optimization. | Devang Patel |
2010-03-16 | reapply r98656 unmodified, which exposed the asmprinter not | Chris Lattner |
2010-03-16 | Revert r98656, its breaking all over the place. | Daniel Dunbar |
2010-03-16 | improve support for uniontype and ConstantUnion, patch by Tim Northover! | Chris Lattner |
2010-03-15 | Create SDDbgValue for dbg_value intrinsics and remember its connections with ... | Devang Patel |
2010-03-14 | Turn calls to copysignl into an FCOPYSIGN node. Handle FCOPYSIGN nodes | Duncan Sands |
2010-03-14 | Add DAG nodes to represent FP16 <-> FP32 intrinsics | Anton Korobeynikov |
2010-03-14 | get MMI out of the label uniquing business, just go to MCContext | Chris Lattner |
2010-03-14 | change the LabelSDNode to be EHLabelSDNode and make it hold | Chris Lattner |
2010-03-14 | change EH related stuff (other than EH_LABEL) to use MCSymbol | Chris Lattner |
2010-03-12 | Revert turning copysignl into a COPYSIGN node for the moment: | Duncan Sands |
2010-03-12 | Now that it's supported, turn copysignl into a COPYSIGN node. | Duncan Sands |
2010-03-12 | fix PR6577, a bug in sdbuilder lowering select instructions | Chris Lattner |
2010-03-11 | In case of tail call size of Ins and InVals may not match. | Evan Cheng |
2010-03-02 | Remove dead parameter passing. | Bill Wendling |
2010-02-28 | simplify this code, return only ever has zero or one operands. | Chris Lattner |
2010-02-16 | There are two ways of checking for a given type, for example isa<PointerType>(T) | Duncan Sands |
2010-02-15 | Add non-temporal flags and remove an assumption of default arguments. | David Greene |
2010-02-15 | Uniformize the names of type predicates: rather than having isFloatTy and | Duncan Sands |
2010-02-11 | Use array_pod_sort instead of std::sort for improved code size. | Jakob Stoklund Olesen |
2010-02-11 | Remove duplicate successors from indirectbr instructions before building the ... | Jakob Stoklund Olesen |
2010-02-10 | Fix "the the" and similar typos. | Dan Gohman |
2010-02-10 | Emit an error for illegal inline asm constraint (which uses illegal type) rat... | Evan Cheng |
2010-02-08 | Apply the 95471 fix to SelectionDAGBuilder as well; | Dale Johannesen |
2010-02-08 | In guaranteed tailcall mode, don't decline the tailcall optimization | Dan Gohman |
2010-02-04 | Fix typo Duncan noticed. | Evan Cheng |
2010-02-04 | It's too risky to eliminate sext / zext of call results for tail call optimiz... | Evan Cheng |
2010-02-03 | Revert 94937 and move the noreturn check to codegen. | Evan Cheng |
2010-02-03 | Allow all types of callee's to be tail called. But avoid automatic tailcall i... | Evan Cheng |
2010-02-02 | Revert 95130. | Evan Cheng |
2010-02-02 | Pass callsite return type to TargetLowering::LowerCall and use that to check ... | Evan Cheng |
2010-02-01 | eliminate a bunch of pointless LLVMContext arguments. | Chris Lattner |
2010-02-01 | fix PR 6157. Testcase pending. | Dale Johannesen |
2010-01-28 | Assign the ordering of SDNodes in a much less intrusive fashion. After the | Bill Wendling |
2010-01-28 | Update of 94055 to track the IR level call site information via an intrinsic. | Jim Grosbach |
2010-01-27 | Eliminate target hook IsEligibleForTailCallOptimization. | Evan Cheng |
2010-01-26 | Allow some automatic tailcall optimization without changing ABI. | Evan Cheng |
2010-01-25 | Rearrange handling of jump tables. Highlights: | Chris Lattner |
2010-01-23 | Remove the '-disable-scheduling' flag and replace it with the 'source' option of | Bill Wendling |
2010-01-21 | back this out for now. Growing Function is not good. | Jim Grosbach |
2010-01-21 | Make sure that landing pad entries in the EH call site table are in the proper | Jim Grosbach |
2010-01-16 | When checking for sret-demotion, it needs to use legal types. When using the... | Kenneth Uildriks |
2010-01-05 | Avoid going through the LLVMContext for type equality where it's safe to dere... | Benjamin Kramer |
2010-01-05 | Delete renaming use of dead dbg intrinsics. | Devang Patel |
2010-01-05 | Change errs() to dbgs(). | David Greene |
2010-01-04 | Use a pointer type rather than MVT::Other for the ExternalSymbol node used | Dan Gohman |
2010-01-02 | Teach codegen to handle: | Chris Lattner |
2010-01-01 | Fix a warning on gcc 4.4. | Mikhail Glushenkov |