| Age | Commit message (Expand) | Author |
| 2011-05-16 | Don't do tail calls in a function that call setjmp. The stack might be | Rafael Espindola |
| 2011-05-14 | Fix a FIXME by moving the fast-isel implementation of the objectsize intrinsi... | Eli Friedman |
| 2011-05-13 | Make codegen able to handle values of empty types. This is one way | Rafael Espindola |
| 2011-05-13 | Since I can't reproduce the failures from 131261, re-trying with a | Stuart Hastings |
| 2011-05-13 | Revert 131266 and 131261 due to buildbot complaints. | Stuart Hastings |
| 2011-05-12 | Non-fast-isel followup to 129634; correctly handle branches controlled | Stuart Hastings |
| 2011-05-11 | Fixes a bug in the DAGCombiner. LoadSDNodes have two values (data, chain). | Nadav Rotem |
| 2011-05-11 | Give the 'eh.sjlj.dispatchsetup' intrinsic call the value coming from the setjmp | Bill Wendling |
| 2011-05-10 | Disable my little CopyToReg argument hack with fast-isel. rdar://problem/941... | Eli Friedman |
| 2011-05-10 | Correctly walk through nested and adjacent CALLSEQ_START nodes. No | Stuart Hastings |
| 2011-05-09 | Look through struct wrapped types for inline asm statments. | Eric Christopher |
| 2011-05-09 | Indent properly, no functionality change. | Duncan Sands |
| 2011-05-06 | 80 col violations. | Evan Cheng |
| 2011-05-06 | Make the logic for determining function alignment more explicit. No function... | Eli Friedman |
| 2011-05-06 | Use array_lengthof. No functional change. | Eli Friedman |
| 2011-05-05 | Allow FastISel of three-register-operand instructions. | Owen Anderson |
| 2011-05-05 | Avoid extra vreg copies for arguments passed in registers. Specifically, thi... | Eli Friedman |
| 2011-05-05 | Small syntax cleanup; we don't need to #define constants in C++. No function... | Eli Friedman |
| 2011-05-02 | Other parts of the SelectionDAG framework assume that targets use their point... | Owen Anderson |
| 2011-04-29 | Make FastEmit_ri_ try a bit harder to succeed for supported operations; FastE... | Eli Friedman |
| 2011-04-28 | Fix a silly mistake in r130338. | Eli Friedman |
| 2011-04-27 | Make the fast-isel code for literal 0.0 a bit shorter/faster, since 0.0 is co... | Eli Friedman |
| 2011-04-27 | Remove unused function. | Eli Friedman |
| 2011-04-26 | Be careful about scheduling nodes above previous calls. It increase usages of | Evan Cheng |
| 2011-04-26 | Fast-isel support for simple inline asms. | Dan Gohman |
| 2011-04-26 | Fix typo | Evan Cheng |
| 2011-04-25 | A dbg.declare may not be in entry block, even if it is referring to an incomi... | Devang Patel |
| 2011-04-23 | Remove unused STL header includes. | Jay Foad |
| 2011-04-22 | Teach FastISel to deal with instructions that have two immediate operands. | Owen Anderson |
| 2011-04-22 | Recommit the fix for rdar://9289512 with a couple tweaks to | Chris Lattner |
| 2011-04-22 | DAGCombine: fold "(zext x) == C" into "x == (trunc C)" if the trunc is lossless. | Benjamin Kramer |
| 2011-04-21 | Revert r1296656, "Fix rdar://9289512 - not folding load into compare at -O0...", | Daniel Dunbar |
| 2011-04-20 | Rewrite the expander for umulo/smulo to remember to sign extend the input | Eric Christopher |
| 2011-04-19 | Delete unnecessary variable. <rdar://problem/7662569> | Stuart Hastings |
| 2011-04-19 | SelectBasicBlock is rather slow even when it doesn't do anything; skip the | Eli Friedman |
| 2011-04-19 | Support nested CALLSEQ_BEGIN/END; necessary for ARM byval support. <rdar://p... | Stuart Hastings |
| 2011-04-19 | Implement support for x86 fastisel of small fixed-sized memcpys, which are ge... | Chris Lattner |
| 2011-04-18 | while we're at it, handle 'sdiv exact' of a power of 2 also, | Chris Lattner |
| 2011-04-18 | fix rdar://9297011 - udiv by power of two causing fast-isel rejects | Chris Lattner |
| 2011-04-17 | 1. merge fast-isel-shift-imm.ll into fast-isel-x86-64.ll | Chris Lattner |
| 2011-04-17 | fix an oversight which caused us to compile the testcase (and other | Chris Lattner |
| 2011-04-17 | Fix rdar://9289512 - not folding load into compare at -O0 | Chris Lattner |
| 2011-04-17 | split a complex predicate out to a helper function. Simplify two for loops, | Chris Lattner |
| 2011-04-17 | fix rdar://9289583 - fast isel should handle non-canonical commutative binops | Chris Lattner |
| 2011-04-16 | PR9055: extend the fix to PR4050 (r70179) to apply to zext and anyext. | Eli Friedman |
| 2011-04-16 | Fix divmod libcall lowering. Convert to {S|U}DIVREM first and then expand the... | Evan Cheng |
| 2011-04-15 | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner |
| 2011-04-14 | Fix another instance of the DAG combiner not using the correct type for the R... | Owen Anderson |
| 2011-04-14 | In the pre-RA scheduler, maintain cmp+br proximity. | Andrew Trick |
| 2011-04-14 | sink a call into its only use. | Chris Lattner |