Age | Commit message (Expand) | Author |
2008-07-07 | Add explicit keywords. | Dan Gohman |
2008-07-07 | Make DenseMap's insert return a pair, to more closely resemble std::map. | Dan Gohman |
2008-07-07 | LegalizeSetCCOperands should legalize the result of ExpandLibCall. Patch by R... | Evan Cheng |
2008-07-05 | Fixed generating incorrect aligned stores that I backout of r53031 | Mon P Wang |
2008-07-04 | Rather than having a different custom legalization | Duncan Sands |
2008-07-03 | Backed out 53031. | Evan Cheng |
2008-07-02 | Add a new getMergeValues method that does not need | Duncan Sands |
2008-07-02 | Fixed problem in EmitStackConvert where the source and target type | Mon P Wang |
2008-07-01 | Eliminate a compile time warning. | Evan Cheng |
2008-07-01 | Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminating | Dan Gohman |
2008-06-30 | Rename ISD::LOCATION to ISD::DBG_STOPPOINT to better reflect its | Dan Gohman |
2008-06-30 | Revert the SelectionDAG optimization that makes | Duncan Sands |
2008-06-30 | Implement split and scalarize for SELECT_CC, fixing PR2504 | Chris Lattner |
2008-06-25 | Remove the OrigVT member from AtomicSDNode, as it is redundant with | Dan Gohman |
2008-06-25 | Added MemOperands to Atomic operations since Atomics touches memory. | Mon P Wang |
2008-06-22 | Make custom lowering of ADD work correctly. This | Duncan Sands |
2008-06-20 | Clean up some uses of std::distance, now that we have allnodes_size. | Dan Gohman |
2008-06-19 | ISD::UNDEF should be expanded recursively / iteratively. | Evan Cheng |
2008-06-14 | add missing atomic intrinsic from gcc | Andrew Lenharth |
2008-06-13 | Disable some DAG combiner optimizations that may be | Duncan Sands |
2008-06-08 | Remove comparison methods for MVT. The main cause | Duncan Sands |
2008-06-06 | Wrap MVT::ValueType in a struct to get type safety | Duncan Sands |
2008-06-03 | Fix spellnig error | Scott Michel |
2008-06-02 | Add necessary 64-bit support so that gcc frontend compiles (mostly). Current | Scott Michel |
2008-05-30 | Remove an unused variable. | Dan Gohman |
2008-05-16 | If the result of a BIT_CONVERT is a v1* vector, it doesn't mean its source is... | Evan Cheng |
2008-05-15 | Actually scalarize the operand to BIT_CONVERT instead of asking someone to do | Nate Begeman |
2008-05-14 | Whitespace cleanups. | Dan Gohman |
2008-05-12 | Teach Legalize how to scalarize VSETCC | Nate Begeman |
2008-05-12 | Add support for vicmp/vfcmp codegen, more legalize support coming. | Nate Begeman |
2008-05-12 | Fix a missing break in the ISD::FLT_ROUNDS_ handling. Patch by giuma! | Dan Gohman |
2008-05-05 | Added addition atomic instrinsics and, or, xor, min, and max. | Mon P Wang |
2008-04-30 | Fix custom target lowering for zero/any/sign_extend: make sure that | Scott Michel |
2008-04-25 | Pull the code to perform an INSERT_VECTOR_ELT in memory out into its own | Nate Begeman |
2008-04-20 | Switch to using Simplified ConstantFP::get API. | Chris Lattner |
2008-04-17 | Correct the SrcValue information in the Expand code for va_copy. | Dan Gohman |
2008-04-16 | Ongoing work on improving the instruction selection infrastructure: | Roman Levenstein |
2008-04-12 | Factor some libcall code. | Duncan Sands |
2008-04-12 | Drop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which are not Legal | Dan Gohman |
2008-04-07 | Re-commit of the r48822, where the infinite looping problem discovered | Roman Levenstein |
2008-04-03 | Backing out 48222 temporarily. | Evan Cheng |
2008-04-01 | More soft fp fixes. | Evan Cheng |
2008-04-01 | Pasto. | Evan Cheng |
2008-04-01 | Add comment. | Evan Cheng |
2008-04-01 | Unbreak ARM / Thumb soft FP support. | Evan Cheng |
2008-03-26 | Use a linked data structure for the uses lists of an SDNode, just like | Roman Levenstein |
2008-03-21 | Introduce a new node for holding call argument | Duncan Sands |
2008-03-18 | Make conversions of i8/i16 to ppcf128 work. | Dale Johannesen |
2008-03-14 | Tabs -> spaces | Nate Begeman |
2008-03-13 | More APInt-ification. | Dan Gohman |