| Age | Commit message (Expand) | Author |
| 2012-07-17 | Make sure constant bitwidth is <= 64 bit before calling getSExtValue(). | Evan Cheng |
| 2012-07-17 | This is another case where instcombine demanded bits optimization created | Evan Cheng |
| 2012-07-16 | Minor cleanup and docs. | Nadav Rotem |
| 2012-07-16 | Make ComputeDemandedBits return a deterministic result when computing an Asse... | Nadav Rotem |
| 2012-07-15 | Fix a bug in the scalarization of BUILD_VECTOR. BUILD_VECTOR elements may be ... | Nadav Rotem |
| 2012-07-15 | Refactor the code that checks that all operands of a node are UNDEFs. | Nadav Rotem |
| 2012-07-15 | Reapply r160194, switching to use LV information for finding local kills. | Chandler Carruth |
| 2012-07-14 | Add a dagcombine optimization to convert concat_vectors of undefs into a sing... | Nadav Rotem |
| 2012-07-14 | Account for early-clobber reload instructions. | Jakob Stoklund Olesen |
| 2012-07-13 | Be more verbose when detecting dominance problems. | Jakob Stoklund Olesen |
| 2012-07-13 | Revert r160194, which switched to use LV information for finding local | Chandler Carruth |
| 2012-07-13 | Use the LiveVariables information to efficiently get local kills. This | Chandler Carruth |
| 2012-07-13 | Provide function name in 'Cannot select' fatal error. | Jim Grosbach |
| 2012-07-12 | The end of the prologue should be marked with is_stmt. | Eric Christopher |
| 2012-07-12 | The result type of EXTRACT_VECTOR_ELT doesn't have to match the element type of | Duncan Sands |
| 2012-07-11 | InstrEmitter::EmitSubregNode() optimize extract_subreg in this case: | Evan Cheng |
| 2012-07-11 | Rename many of the Tmp1, Tmp2, Tmp3 variables to names such as Chain, Value, ... | Nadav Rotem |
| 2012-07-11 | Remove unused variable. | Benjamin Kramer |
| 2012-07-11 | Refactor the DAG Legalizer by extracting the legalization of | Nadav Rotem |
| 2012-07-11 | Only apply the SETCC+SITOFP -> SELECTCC optimization when the SETCC returns a... | Owen Anderson |
| 2012-07-10 | Require and preserve LoopInfo for early if-conversion. | Jakob Stoklund Olesen |
| 2012-07-10 | Teach the LiveInterval::join function to use the fast merge algorithm, | Chandler Carruth |
| 2012-07-10 | Run early if-conversion in domtree post-order. | Jakob Stoklund Olesen |
| 2012-07-10 | Fix a bug where I didn't test for an empty range before inspecting the | Chandler Carruth |
| 2012-07-10 | Improve the loading of load-anyext vectors by allowing the codegen to load | Nadav Rotem |
| 2012-07-10 | Add an efficient merge operation to LiveInterval and use it to avoid | Chandler Carruth |
| 2012-07-10 | Teach LiveIntervals how to verify themselves and start using it in some | Chandler Carruth |
| 2012-07-09 | indentation | Andrew Trick |
| 2012-07-09 | Teach the DAG combiner to turn sitofp/uitofp from i1 into a conditional move,... | Owen Anderson |
| 2012-07-07 | I'm introducing a new machine model to simultaneously allow simple | Andrew Trick |
| 2012-07-06 | Whitespace. | Chad Rosier |
| 2012-07-06 | [fast-isel] Tell fast-isel to do nothing with the new donothing intrinsic. | Chad Rosier |
| 2012-07-06 | Fix PR13202 and a regtest. | Alexey Samsonov |
| 2012-07-06 | Add some comments suggested in code review. | Jakob Stoklund Olesen |
| 2012-07-05 | Optimize extendIntervalEndTo a tiny bit by saving one call through the | Chandler Carruth |
| 2012-07-05 | Finish fixing the MachineOperand hashing, providing a nice modern | Chandler Carruth |
| 2012-07-05 | All cases are covered, no need for a default. This deals with the | Duncan Sands |
| 2012-07-05 | The hash function for MI expressions, used by MachineCSE, is really | Chandler Carruth |
| 2012-07-05 | Use the right kind of booleans: we were emitting 0/1 booleans, instead of 0/-1 | Duncan Sands |
| 2012-07-05 | Remove ParentMap. You can just ask the domnode for its parent. No functionality | Nick Lewycky |
| 2012-07-04 | Allow trailing physreg RegisterSDNode operands on non-variadic instructions. | Jakob Stoklund Olesen |
| 2012-07-04 | Print SlotIndexes when available for -print-machineinstrs. | Jakob Stoklund Olesen |
| 2012-07-04 | Allow multiple terminators to read virtual registers. | Jakob Stoklund Olesen |
| 2012-07-04 | Make sure -print-machineinstrs applies to the first pass as well. | Jakob Stoklund Olesen |
| 2012-07-04 | Reverted r156659, due to probable performance regressions, DenseMap should be... | Stepan Dyatkovskiy |
| 2012-07-04 | Reduce some code duplication. | Eric Christopher |
| 2012-07-04 | Fix some ascii art in a comment to not have trailing backslashes (inspiration | Matt Beaumont-Gay |
| 2012-07-04 | Add an experimental early if-conversion pass, off by default. | Jakob Stoklund Olesen |
| 2012-07-03 | Part of r159527. Splitted into series of patches and gone with fixed PR13256: | Stepan Dyatkovskiy |
| 2012-07-02 | Revert "IntRange:" as it appears to be breaking self hosting. | Eric Christopher |