| Age | Commit message (Expand) | Author |
| 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 |
| 2008-02-21 | Make the clobber analysis a bit more smart: we only are careful about | Chris Lattner |
| 2008-02-21 | Treat clobber operands like early clobbers: if we have | Chris Lattner |
| 2008-02-21 | Atomic op support. If any gcc test uses __sync builtins, it might start fail... | Andrew Lenharth |
| 2008-02-21 | Add support for matching mem operands. This fixes PR1133, patch by | Chris Lattner |
| 2008-02-21 | Fix a (harmless) but where vregs were added to the used reg lists for | Chris Lattner |
| 2008-02-20 | assert is more effective reminder then FIXME tag for unimplemented features. | Devang Patel |
| 2008-02-20 | Update gcc 4.3 warnings fix patch with recent head changes | Anton Korobeynikov |
| 2008-02-19 | Add GetResultInst. First step for multiple return value support. | Devang Patel |
| 2008-02-16 | llvm.memory.barrier, and impl for x86 and alpha | Andrew Lenharth |
| 2008-02-14 | In TargetLowering::LowerCallTo, don't assert that | Duncan Sands |
| 2008-02-13 | In SDISel, for targets that support FORMAL_ARGUMENTS nodes, lower this | Chris Lattner |
| 2008-02-12 | Generalize getCopyFromParts and getCopyToParts to | Duncan Sands |
| 2008-02-11 | Generalize the handling of call and return arguments, | Duncan Sands |
| 2008-02-10 | Rename MRegisterInfo to TargetRegisterInfo. | Dan Gohman |
| 2008-02-02 | SDIsel processes llvm.dbg.declare by recording the variable debug information... | Evan Cheng |
| 2008-02-01 | Remove the nasty LABEL hack with a much less evil one. Now llvm.dbg.func.star... | Evan Cheng |
| 2008-01-31 | Add an extra operand to LABEL nodes which distinguishes between debug, EH, or... | Evan Cheng |
| 2008-01-31 | Rename ISD::FLT_ROUNDS to ISD::FLT_ROUNDS_ to avoid conflicting | Dan Gohman |
| 2008-01-30 | Even though InsertAtEndOfBasicBlock is an ugly hack it still deserves a prope... | Evan Cheng |
| 2008-01-29 | Handle 'X' constraint in asm's better. | Dale Johannesen |
| 2008-01-25 | fix long lines. | Chris Lattner |
| 2008-01-24 | Forgot these. | Evan Cheng |
| 2008-01-17 | * Introduce a new SelectionDAG::getIntPtrConstant method | Chris Lattner |
| 2008-01-15 | For PR1839: add initial support for __builtin_trap. llvm-gcc part is missed | Anton Korobeynikov |
| 2008-01-13 | Remove the assumption that byval has been applied to | Duncan Sands |
| 2008-01-07 | Enabling the target-independent garbage collection infrastructure by hooking it | Gordon Henriksen |
| 2007-12-31 | Rename SSARegMap -> MachineRegisterInfo in keeping with the idea | Chris Lattner |
| 2007-12-30 | use simplified operand addition methods. | Chris Lattner |
| 2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner |
| 2007-12-19 | Simplify LowerCallTo by using a callsite. | Duncan Sands |
| 2007-12-19 | The C++ exception handling personality function wants | Duncan Sands |
| 2007-12-17 | Make invokes of inline asm legal. Teach codegen | Duncan Sands |
| 2007-12-03 | Rather than having special rules like "intrinsics cannot | Duncan Sands |
| 2007-11-28 | Add some convenience methods for querying attributes, and | Duncan Sands |
| 2007-11-27 | Fix PR1146: parameter attributes are longer part of | Duncan Sands |
| 2007-11-27 | err, no really. | Chris Lattner |
| 2007-11-27 | don't depend on ADL. | Chris Lattner |
| 2007-11-24 | Several changes: | Chris Lattner |
| 2007-11-15 | Implement necessary bits for flt_rounds gcc builtin. | Anton Korobeynikov |