| Age | Commit message (Expand) | Author |
| 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 |
| 2011-04-13 | During post-legalization DAG combining, be careful to only create shifts wher... | Owen Anderson |
| 2011-04-13 | Recommit r129383. PreRA scheduler heuristic fixes: VRegCycle, TokenFactor lat... | Andrew Trick |
| 2011-04-12 | Revert 129383. It causes some targets to hit a scheduler assert. | Andrew Trick |
| 2011-04-12 | PreRA scheduler heuristic fixes: VRegCycle, TokenFactor latency. | Andrew Trick |
| 2011-04-11 | Don't include Operator.h from InstrTypes.h. | Jay Foad |
| 2011-04-09 | Avoid excess precision issues that lead to generating host-compiler-specific ... | Chris Lattner |
| 2011-04-09 | have dag combine zap "store undef", which can be formed during call lowering | Chris Lattner |
| 2011-04-08 | Change -arm-trap-func= into a non-arm specific option. Now Intrinsic::trap is... | Evan Cheng |
| 2011-04-07 | Added a check in the preRA scheduler for potential interference on a | Andrew Trick |
| 2011-04-05 | Revamp the SjLj "dispatch setup" intrinsic. | Bill Wendling |
| 2011-04-05 | Revert 123704; it broke threaded LLVM. | Stuart Hastings |
| 2011-04-02 | Add a RemoveFromWorklist method to DCI. This is needed to do some complicated | Cameron Zwarich |
| 2011-04-01 | Add comments. | Evan Cheng |
| 2011-04-01 | Assign node order numbers to results of call instruction lowering. This shoul... | Evan Cheng |
| 2011-04-01 | Issue libcalls __udivmod*i4 / __divmod*i4 for div / rem pairs. | Evan Cheng |
| 2011-03-26 | Turn SelectionDAGBuilder::GetRegistersForValue into a local function. | Benjamin Kramer |
| 2011-03-25 | Fix for -pre-RA-sched=source. | Andrew Trick |
| 2011-03-23 | PR9535: add support for splitting and scalarizing vector ISD::FP_ROUND. | Eli Friedman |
| 2011-03-23 | Ensure that def-side physreg copies are scheduled above any other uses | Andrew Trick |
| 2011-03-23 | whitespace | Andrew Trick |
| 2011-03-23 | Added block number and name to isel debug output. | Andrew Trick |
| 2011-03-21 | Grammar-o. | Eric Christopher |
| 2011-03-19 | Add support for legalizing UINT_TO_FP of vectors on platforms which do | Nadav Rotem |