| Age | Commit message (Expand) | Author |
| 2013-02-05 | Revert r174343, "When the target-independent DAGCombiner inferred a higher al... | NAKAMURA Takumi |
| 2013-02-05 | When the target-independent DAGCombiner inferred a higher alignment for a load, | Owen Anderson |
| 2013-02-04 | SelectionDAG: Teach FoldConstantArithmetic how to deal with vectors. | Benjamin Kramer |
| 2013-02-02 | rdar://13126763 | Shuxin Yang |
| 2013-02-01 | Fix errant fallthrough in the generation of the lifetime markers. | Nadav Rotem |
| 2013-01-31 | When lowering memcpys to loads and stores, make sure we don't promote alignments | Lang Hames |
| 2013-01-31 | Cherry-pick r174067 | Derek Schuff |
| 2013-01-30 | Merge commit 'a662a9862501fc86904e90054f7c1519101d9126' | Derek Schuff |
| 2013-01-29 | Add a special handling case for untyped CopyFromReg node in GetCostForDef() o... | Weiming Zhao |
| 2013-01-29 | Teach SDISel to combine fsin / fcos into a fsincos node if the following | Evan Cheng |
| 2013-01-27 | Legalizer: Reword comment again, per Duncan's suggestion. | Benjamin Kramer |
| 2013-01-27 | Legalizer: Add an assert and tweak a comment to clarify the assumptions this ... | Benjamin Kramer |
| 2013-01-27 | When the legalizer is splitting vector shifts, the result may not have the ri... | Benjamin Kramer |
| 2013-01-25 | This patch aims to reduce compile time in LegalizeTypes by using SmallDenseMap, | Preston Gurd |
| 2013-01-22 | Make APFloat constructor require explicit semantics. | Tim Northover |
| 2013-01-20 | Revert 172708. | Nadav Rotem |
| 2013-01-18 | Use AttributeSet accessor methods instead of Attribute accessor methods. | Bill Wendling |
| 2013-01-18 | Remove unused parameter. Also use the AttributeSet query methods instead of t... | Bill Wendling |
| 2013-01-17 | Optimization for the following SIGN_EXTEND pairs: | Elena Demikhovsky |
| 2013-01-14 | This patch addresses an incorrect transformation in the DAG combiner. | Bill Schmidt |
| 2013-01-12 | When lowering an inreg sext first shift left, then right arithmetically. | Benjamin Kramer |
| 2013-01-11 | PPC: Implement efficient lowering of sign_extend_inreg. | Nadav Rotem |
| 2013-01-11 | Merge commit '1ad9253c9d34ccbce3e7e4ea5d87c266cbf93410' | Derek Schuff |
| 2013-01-11 | Remove some accidentaly duplicated code. This needs urgent cleanup :( | Benjamin Kramer |
| 2013-01-11 | Split TargetLowering into a CodeGen and a SelectionDAG part. | Benjamin Kramer |
| 2013-01-11 | For inline asm: | Eric Christopher |
| 2013-01-10 | PR14896: Handle memcpy from constant string where the memcpy size is larger t... | Evan Cheng |
| 2013-01-10 | Remove unneeded includes from FunctionLoweringInfo.h. | Jakub Staszak |
| 2013-01-10 | Stack Alignment: throw error if we can't satisfy the minimal alignment | Manman Ren |
| 2013-01-09 | Fix a DAG combine bug visitBRCOND() is transforming br(xor(x, y)) to br(x != y). | Evan Cheng |
| 2013-01-09 | Refactor to expose RTLIB calls to targets. | Tim Northover |
| 2013-01-08 | Add fp128 rtlib function names to LLVM | Tim Northover |
| 2013-01-08 | Sink a function that refers to the SelectionDAG into that library in the | Chandler Carruth |
| 2013-01-07 | Sink AddrMode back into TargetLowering, removing one of the most | Chandler Carruth |
| 2013-01-07 | Move TargetTransformInfo to live under the Analysis library. This no | Chandler Carruth |
| 2013-01-07 | Switch TargetTransformInfo from an immutable analysis pass that requires | Chandler Carruth |
| 2013-01-05 | Funnel the actual TargetTransformInfo pass from the SelectionDAGISel | Chandler Carruth |
| 2013-01-02 | DAGCombiner: Avoid generating illegal vector INT_TO_FP nodes | Tom Stellard |
| 2013-01-02 | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth |
| 2013-01-02 | Resort the #include lines in include/... and lib/... with the | Chandler Carruth |
| 2012-12-30 | Support ppcf128 in SelectionDAG::getConstantFP | Hal Finkel |
| 2012-12-30 | Remove the Function::getRetAttributes method in favor of using the AttributeS... | Bill Wendling |
| 2012-12-30 | Remove Function::getParamAttributes and use the AttributeSet accessor methods... | Bill Wendling |
| 2012-12-30 | Remove the Function::getFnAttributes method in favor of using the AttributeSet | Bill Wendling |
| 2012-12-27 | Refactor DAGCombinerInfo. Change the different booleans that indicate if we a... | Nadav Rotem |
| 2012-12-20 | Use MachineInstrBuilder for PHI nodes in SelectionDAGISel. | Jakob Stoklund Olesen |
| 2012-12-20 | Use MachineInstrBuilder in InstrEmitter. | Jakob Stoklund Olesen |
| 2012-12-20 | Do not introduce vector operations in functions marked with noimplicitfloat. | Bob Wilson |
| 2012-12-19 | Change AsmOperandInfo::ConstraintVT to MVT, instead of EVT. | Patrik Hagglund |
| 2012-12-19 | Split the usage of 'EVT PartVT' into 'MVT PartVT' and 'EVT PartEVT'. | Patrik Hagglund |