| Age | Commit message (Expand) | Author |
| 2010-02-24 | Check for comparisons of +/- zero when optimizing less-than-or-equal and | Bob Wilson |
| 2010-02-24 | Make getTypeSizeInBits work correctly for array types; it should return | Dan Gohman |
| 2010-02-24 | Speculatively revert r97011, "Re-apply 96540 and 96556 with fixes.", again in | Daniel Dunbar |
| 2010-02-24 | When forming SSE min and max nodes for UGE and ULE comparisons, it's | Dan Gohman |
| 2010-02-24 | Change the scheduler from adding nodes in allnodes order | Chris Lattner |
| 2010-02-24 | LowerCall() should always do getCopyFromReg() to reference the stack pointer. | Jim Grosbach |
| 2010-02-24 | Re-apply 96540 and 96556 with fixes. | Evan Cheng |
| 2010-02-24 | DIV8r must define %AX since X86DAGToDAGISel::Select() sometimes uses it | Jakob Stoklund Olesen |
| 2010-02-23 | Remember to handle sub-registers when moving imp-defs to a rematted instruction. | Jakob Stoklund Olesen |
| 2010-02-23 | Keep track of phi join registers explicitly in LiveVariables. | Jakob Stoklund Olesen |
| 2010-02-23 | Adding the MicroBlaze backend. | Wesley Peck |
| 2010-02-23 | Lower BR_JT on the XCore to a jump into a series of jump instructions. | Richard Osborne |
| 2010-02-22 | These should not have been committed. | Evan Cheng |
| 2010-02-22 | no need to run llvm-as here. | Chris Lattner |
| 2010-02-22 | Instcombine constant folding can normalize gep with negative index to index w... | Evan Cheng |
| 2010-02-22 | Canonicalize ConstantInts to the right operand of commutative | Dan Gohman |
| 2010-02-22 | Actually enable the -enable-unsafe-fp-math tests. | Dan Gohman |
| 2010-02-22 | Mark the return address stack slot as mutable when moving the return address | Arnold Schwaighofer |
| 2010-02-22 | Remove the logic for reasoning about NaNs from the code that forms | Dan Gohman |
| 2010-02-22 | When emitting an instruction which depends on both a post-incremented | Dan Gohman |
| 2010-02-21 | add some no-unwinds, other minor cleanups. | Chris Lattner |
| 2010-02-21 | add a triple so that this doesn't fail due to linux/ppc register printing | Chris Lattner |
| 2010-02-21 | filecheckize and add nouwinds. | Chris Lattner |
| 2010-02-21 | IT turns out that during jumpless setcc lowering eq and ne were swapped. | Anton Korobeynikov |
| 2010-02-21 | fix and un-xfail X86/vec_ss_load_fold.ll | Chris Lattner |
| 2010-02-21 | temporarily disable this. | Chris Lattner |
| 2010-02-19 | Check for overflow when scaling up an add or an addrec for | Dan Gohman |
| 2010-02-19 | Add support for the 'alignstack' attribute to the x86 backend. Fixes PR5254. | Charles Davis |
| 2010-02-19 | Revert commits 96556 and 96640, because commit 96556 breaks the | Duncan Sands |
| 2010-02-19 | Transform (xor (setcc), (setcc)) == / != 1 to | Evan Cheng |
| 2010-02-19 | When determining the set of interesting reuse factors, consider | Dan Gohman |
| 2010-02-18 | getSplatIndex assumes that the first element of the mask contains the splat i... | Mon P Wang |
| 2010-02-18 | Always normalize spill weights, also for intervals created by spilling. | Jakob Stoklund Olesen |
| 2010-02-18 | Make CodePlacementOpt detect special EH control flow by | Dan Gohman |
| 2010-02-18 | remove empty file | Chris Lattner |
| 2010-02-18 | Use NEON vmin/vmax instructions for floating-point selects. | Bob Wilson |
| 2010-02-18 | Some dag combiner goodness: | Evan Cheng |
| 2010-02-17 | Don't check for comments, which vary between subtargets. | Dan Gohman |
| 2010-02-17 | Don't attempt to divide INT_MIN by -1; consider such cases to | Dan Gohman |
| 2010-02-17 | roundss is an sse 4 thing, fix the test on non-sse41 builders | Chris Lattner |
| 2010-02-16 | Make g5 target explicit; scheduling affects register choice. | Dale Johannesen |
| 2010-02-16 | fix rdar://7653908, a crash on a case where we would fold a load | Chris Lattner |
| 2010-02-16 | Adjust register numbers in tests to compensate for the | Dale Johannesen |
| 2010-02-16 | filecheckize | Chris Lattner |
| 2010-02-16 | Look for SSE and instructions of this form: (and x, (build_vector c1,c2,c3,c4)). | Evan Cheng |
| 2010-02-16 | Add support for emitting non-temporal stores for DAGs marked | David Greene |
| 2010-02-16 | Fix pr6111: Avoid using the LR register for the target address of an indirect | Bob Wilson |
| 2010-02-16 | Split the main for-each-use loop again, this time for GenerateTruncates, | Dan Gohman |
| 2010-02-15 | Preliminary patch to improve dwarf EH generation - Hooks to return Personalit... | Anton Korobeynikov |
| 2010-02-15 | Fix PR6300. | Jakob Stoklund Olesen |