Age | Commit message (Expand) | Author |
2008-05-07 | Turn StripPointerCast() into a method | Anton Korobeynikov |
2008-05-06 | Make StripPointerCast a common function (should we mak it method of Value ins... | Anton Korobeynikov |
2008-05-06 | Make several variable declarations static. | Dan Gohman |
2008-05-05 | Added addition atomic instrinsics and, or, xor, min, and max. | Mon P Wang |
2008-05-02 | Use push_back(...) instead of resize(1, ...), per review feedback. | Dan Gohman |
2008-05-01 | Fix uninitialized uses of the FPC variable. | Dan Gohman |
2008-05-01 | don't randomly miscompile seto/setuo just because we are in | Chris Lattner |
2008-04-30 | Tail call optimization improvements: | Arnold Schwaighofer |
2008-04-29 | make the vector conversion magic handle multiple results. | Chris Lattner |
2008-04-29 | add support for multiple return values in inline asm. This is a step | Chris Lattner |
2008-04-28 | Fix a bug in RegsForValue::getCopyToRegs() that causes cyclical scheduling un... | Evan Cheng |
2008-04-28 | Delete an unused constructor. | Dan Gohman |
2008-04-28 | Add a comment to CreateRegForValue that clarifies the handling of | Dan Gohman |
2008-04-28 | Rewrite the comments for RegsForValue and its members, and | Dan Gohman |
2008-04-28 | Don't call size() on each iteration of the loop. | Dan Gohman |
2008-04-28 | Another collection of random cleanups. No functionality change. | Chris Lattner |
2008-04-28 | Remove the SmallVector ctor that converts from a SmallVectorImpl. This | Chris Lattner |
2008-04-28 | switch RegsForValue::Regs to be a SmallVector to avoid | Chris Lattner |
2008-04-27 | move static function out of anon namespace, no functionality change. | Chris Lattner |
2008-04-27 | Another step to getting multiple result inline asm to work. | Chris Lattner |
2008-04-27 | Implement a signficant optimization for inline asm: | Chris Lattner |
2008-04-27 | isa+cast -> dyn_cast | Chris Lattner |
2008-04-27 | Move a bunch of inline asm code out of line. | Chris Lattner |
2008-04-25 | Remove the code from CodeGenPrepare that moved getresult instructions | Dan Gohman |
2008-04-23 | Use isa instead of dyn_cast. | Dan Gohman |
2008-04-23 | Add support to codegen for getresult instructions with undef operands. | Dan Gohman |
2008-04-15 | Change Divided flag to Split, as suggested by Evan | Nicolas Geoffray |
2008-04-14 | Fix /test/CodeGen/PowerPC/big-endian-actual-args.ll for linux/ppc32 | Nicolas Geoffray |
2008-04-13 | Add a divided flag for the first piece of an argument divided into mulitple p... | Nicolas Geoffray |
2008-04-12 | Drop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which are not Legal | Dan Gohman |
2008-04-04 | Make sure both PendingLoads and PendingExports are flushed | Dale Johannesen |
2008-04-02 | Recommitting EH patch; this should answer most of the | Dale Johannesen |
2008-04-01 | Revert 49006 for the moment. | Dale Johannesen |
2008-03-31 | Emit exception handling info for functions which are | Dale Johannesen |
2008-03-30 | Fix "Control reaches the end of non-void function" warnings, | Chris Lattner |
2008-03-27 | Avoid creating chain dependencies from CopyToReg nodes to load and store | Dan Gohman |
2008-03-21 | Introduce a new node for holding call argument | Duncan Sands |
2008-03-14 | Do not generate special entries in the dwarf eh | Duncan Sands |
2008-03-12 | Don't try to extract an i32 from an f64. This | Duncan Sands |
2008-03-11 | Initial codegen support for functions and calls with multiple return values. | Dan Gohman |
2008-03-10 | Give TargetLowering::getSetCCResultType() a parameter so that ISD::SETCC's | Scott Michel |
2008-03-10 | Increase ISD::ParamFlags to 64 bits. Increase the ByValSize | Dale Johannesen |
2008-03-09 | remove an extraneous (and ugly) default argument, thanks Duncan. | Chris Lattner |
2008-03-09 | fp_round's produced by getCopyFromParts should always be exact, because | Chris Lattner |
2008-03-09 | extend fp values with FP_EXTEND not FP_ROUND. | Chris Lattner |
2008-03-08 | Implement x86 support for @llvm.prefetch. It corresponds to prefetcht{0|1|2} ... | Evan Cheng |
2008-02-29 | Use the new APInt-enabled form of getConstant instead of converting | Dan Gohman |
2008-02-26 | Refactor inline asm constraint matching code out of SDIsel into TargetLowering. | Evan Cheng |
2008-02-25 | Convert MaskedValueIsZero and all its users to use APInt. Also add | Dan Gohman |
2008-02-22 | Pass alignment on ByVal parameters, from FE, all | Dale Johannesen |