| Age | Commit message (Expand) | Author |
| 2007-06-02 | Integrate exception filter support and exception catch support. This | Duncan Sands |
| 2007-06-01 | Since TypeInfos are passed as i8 pointers, a NULL TypeInfo should be passed | Duncan Sands |
| 2007-05-30 | Fix CodeGen/PowerPC/2007-05-30-dagcombine-miscomp.ll, and PR1473. | Chris Lattner |
| 2007-05-25 | tighten up recursion depth again | Chris Lattner |
| 2007-05-24 | Minor comment cleanups. | Dan Gohman |
| 2007-05-24 | Add explicit qualification for namespace MVT members. | Dan Gohman |
| 2007-05-24 | Fix a typo that caused combiner to create mal-formed pre-indexed store where ... | Evan Cheng |
| 2007-05-23 | Mark all calls as "could throw", when exceptions are enabled. Emit necessary ... | Anton Korobeynikov |
| 2007-05-23 | prevent exponential recursion in isNegatibleForFree | Chris Lattner |
| 2007-05-19 | same patch as the previous one, but the symmetric case | Chris Lattner |
| 2007-05-19 | Disable the (A == (B-A)) -> 2*A == B xform when the sub has multiple uses (in | Chris Lattner |
| 2007-05-18 | Qualify calls to getTypeForValueType with MVT:: too. | Dan Gohman |
| 2007-05-18 | Qualify several calls to functions in the MVT namespace, for consistency. | Dan Gohman |
| 2007-05-17 | disable MaskedValueIsZero, ComputeMaskedBits, and SimplifyDemandedBits for | Chris Lattner |
| 2007-05-17 | add expand support for ADDC/SUBC/ADDE/SUBE so we can codegen 128-bit add/sub ... | Chris Lattner |
| 2007-05-16 | Add target hook to specify block size limit for if-conversion. | Evan Cheng |
| 2007-05-16 | Don't fold bitconvert(load) for preinc/postdec loads. Likewise stores. | Dale Johannesen |
| 2007-05-16 | Use a ptr set instead of a linear search to unique TokenFactor operands. | Chris Lattner |
| 2007-05-16 | Bug fix: should check ABI alignment, not pref. alignment. | Evan Cheng |
| 2007-05-15 | Fix an infinite recursion in GetNegatedExpression. | Lauro Ramos Venancio |
| 2007-05-15 | Fix some subtle issues handling immediate values. This fixes | Chris Lattner |
| 2007-05-14 | implement a simple fneg optimization/propagation thing. This compiles: | Chris Lattner |
| 2007-05-09 | Can't fold the bit_convert is the store is a truncating store. | Evan Cheng |
| 2007-05-09 | Do not assert, when case range split metric is zero and JTs are not allowed: ... | Anton Korobeynikov |
| 2007-05-07 | Forgot a check. | Evan Cheng |
| 2007-05-07 | Enable a couple of xforms: | Evan Cheng |
| 2007-05-07 | Parameter attributes on invoke calls were being lost due to the wrong | Duncan Sands |
| 2007-05-06 | Detabify | Anton Korobeynikov |
| 2007-05-05 | Propagate alignment/volatility in two places. | Chris Lattner |
| 2007-05-04 | A bitcast of a global variable may have been constant folded to a GEP - | Duncan Sands |
| 2007-05-03 | Don't create indexed load / store with zero offset! | Evan Cheng |
| 2007-05-03 | Allow i/s to match (gv+c). This fixes CodeGen/PowerPC/2007-05-03-InlineAsm-S... | Chris Lattner |
| 2007-05-03 | Drop 'const' | Devang Patel |
| 2007-05-02 | Properly set arguments bitwidth of EHSELECT node | Anton Korobeynikov |
| 2007-05-02 | Use 'static const char' instead of 'static const int'. | Devang Patel |
| 2007-05-01 | Do not use typeinfo to identify pass in pass manager. | Devang Patel |
| 2007-05-01 | Forgot about chain result; also UNDEF cannot have multiple values. | Evan Cheng |
| 2007-05-01 | * Only turn a load to UNDEF if all of its outputs have no uses (indexed loads | Evan Cheng |
| 2007-04-30 | Continue refactoring inline asm code. If there is an earlyclobber output | Chris Lattner |
| 2007-04-30 | refactor GetRegistersForValue to take OpInfo as an argument instead of various | Chris Lattner |
| 2007-04-30 | refactor some code, no functionality change | Chris Lattner |
| 2007-04-29 | generalize aggregate handling | Chris Lattner |
| 2007-04-28 | memory operands that have a direct operand should have their stores created | Chris Lattner |
| 2007-04-28 | eliminate more redundant constraint type analysis | Chris Lattner |
| 2007-04-28 | merge constraint type analysis stuff together. | Chris Lattner |
| 2007-04-28 | Significant refactoring of the inline asm stuff, to support future changes. | Chris Lattner |
| 2007-04-28 | memory inputs to an inline asm are required to have an address available. | Chris Lattner |
| 2007-04-28 | Fix CodeGen/Generic/2007-04-27-LargeMemObject.ll and | Chris Lattner |
| 2007-04-28 | Fix this to match change to InlineAsm class. | Chris Lattner |
| 2007-04-27 | Fix incorrect legalization of EHSELECTOR. This fixes | Chris Lattner |