| Age | Commit message (Expand) | Author |
| 2012-02-28 | Fix a bug in the code that builds SDNodes from vector GEPs. | Nadav Rotem |
| 2012-02-28 | Some ARM implementaions, e.g. A-series, does return stack prediction. That is, | Evan Cheng |
| 2012-02-24 | Don't crash when a glue node contains an internal CopyToReg | Hal Finkel |
| 2012-02-24 | SDAGBuilder: Remove register sets that were never read and prune dead code su... | Benjamin Kramer |
| 2012-02-24 | Turn avx insert intrinsic calls into INSERT_SUBVECTOR DAG nodes and remove du... | Pete Cooper |
| 2012-02-24 | If the Address of a variable is an argument then treat the entire | Eric Christopher |
| 2012-02-24 | Tabs, formatting and long lines oh my! | Eric Christopher |
| 2012-02-23 | Allow an integer to be converted into an MMX type when it's used in an inline | Bill Wendling |
| 2012-02-23 | More newline cleanups. | Eric Christopher |
| 2012-02-23 | Add some handy-dandy newlines. | Eric Christopher |
| 2012-02-22 | Properly emit _fltused with FastISel. Refactor to share code with SDAG. | Michael J. Spencer |
| 2012-02-22 | Make all pointers to TargetRegisterClass const since they are all pointers to... | Craig Topper |
| 2012-02-20 | Teach the DAGCombiner that certain loadext nodes followed by ANDs can be conv... | James Molloy |
| 2012-02-17 | Ignore the lifetime intrinsics in fast-isel. | Eric Christopher |
| 2012-02-16 | Remove extraneous #include and spelling mistake introduced in r150669. | James Molloy |
| 2012-02-16 | Modify the algorithm when traversing the DAGCombiner's worklist to be O(log N... | James Molloy |
| 2012-02-15 | Added hook to let targets custom lower splitting of illegal vectors | Pete Cooper |
| 2012-02-14 | Fix PR12000. Some vector operations may use scalar operands with types | Nadav Rotem |
| 2012-02-14 | Rename getExceptionAddressRegister() to getExceptionPointerRegister() for con... | Lang Hames |
| 2012-02-13 | Don't reserve the R0 and R1 registers here. We don't use these registers, and | Bill Wendling |
| 2012-02-13 | Add register mask support to ScheduleDAGRRList. | Jakob Stoklund Olesen |
| 2012-02-13 | Fix a bug in DAGCombine for the optimization of BUILD_VECTOR. We cant generat... | Nadav Rotem |
| 2012-02-12 | This patch addresses the problem of poor code generation for the zext | Nadav Rotem |
| 2012-02-10 | Put instruction names into an indexed string table on the side, removing a po... | Benjamin Kramer |
| 2012-02-06 | [unwind removal] Remove all of the code for the dead 'unwind' instruction. There | Bill Wendling |
| 2012-02-05 | Add additional documentation to the extract-and-trunc dagcombine optimization. | Nadav Rotem |
| 2012-02-05 | Convert assert(0) to llvm_unreachable | Craig Topper |
| 2012-02-05 | reapply the patches reverted in r149470 that reenable ConstantDataArray, | Chris Lattner |
| 2012-02-04 | [fast-isel] HandlePHINodesInSuccessorBlocks() can promite i8 and i16 types too. | Chad Rosier |
| 2012-02-03 | Handle all live physreg defs in the same place. | Jakob Stoklund Olesen |
| 2012-02-03 | The type-legalizer often scalarizes code. One of the common patterns is extra... | Nadav Rotem |
| 2012-02-01 | fix cmake | Andrew Trick |
| 2012-02-01 | VLIW specific scheduler framework that utilizes deterministic finite automato... | Andrew Trick |
| 2012-02-01 | SwitchInst refactoring. | Stepan Dyatkovskiy |
| 2012-02-01 | Revert Chris' commits up to r149348 that started causing VMCoreTests unit tes... | Argyrios Kyrtzidis |
| 2012-01-31 | remove the last vestiges of llvm::GetConstantStringInfo, in CodeGen. | Chris Lattner |
| 2012-01-31 | rework this logic to not depend on the last argument to GetConstantStringInfo, | Chris Lattner |
| 2012-01-31 | Remove the now-dead llvm.eh.exception and llvm.eh.selector intrinsics. | Bill Wendling |
| 2012-01-31 | Remove the eh.exception and eh.selector intrinsics. Also remove a hack to copy | Bill Wendling |
| 2012-01-31 | Use the correct ShiftAmtTy for creating shifts after legalization. PR11881. ... | Eli Friedman |
| 2012-01-27 | continue making the world safe for ConstantDataVector. At this point, | Chris Lattner |
| 2012-01-26 | eliminate the Constant::getVectorElements method. There are better (and | Chris Lattner |
| 2012-01-25 | use ConstantVector::getSplat in a few places. | Chris Lattner |
| 2012-01-25 | Use the right method to get the # elements in a CDS. | Chris Lattner |
| 2012-01-24 | add more support for ConstantDataSequential | Chris Lattner |
| 2012-01-20 | More dead code removal (using -Wunreachable-code) | David Blaikie |
| 2012-01-18 | Add a RegisterMaskSDNode class. | Jakob Stoklund Olesen |
| 2012-01-18 | Fix a bug in the type-legalization of vector integers. When we bitcast one ve... | Nadav Rotem |
| 2012-01-18 | Fix ISD::REG_SEQUENCE to accept physical registers and change TwoAddressInstr... | Pete Cooper |
| 2012-01-17 | Transform: (EXTRACT_VECTOR_ELT( VECTOR_SHUFFLE )) -> EXTRACT_VECTOR_ELT. | Nadav Rotem |