| Age | Commit message (Expand) | Author |
| 2012-12-13 | Fix a bug in DAGCombiner::MatchBSwapHWord. Make sure the node has operands be... | Evan Cheng |
| 2012-12-12 | Make the MCStreamer have a reset method and call that after finalization of t... | Pedro Artigas |
| 2012-12-12 | Fix a logic bug in inline expansion of memcpy / memset with an overlapping | Evan Cheng |
| 2012-12-12 | Sorry about the churn. One more change to getOptimalMemOpType() hook. Did I | Evan Cheng |
| 2012-12-12 | - Rename isLegalMemOpType to isSafeMemOpType. "Legal" is a very overloade term. | Evan Cheng |
| 2012-12-12 | DAGCombine: clamp hi bit in APInt::getBitsSet to avoid assertion | Manman Ren |
| 2012-12-12 | Avoid using lossy load / stores for memcpy / memset expansion. e.g. | Evan Cheng |
| 2012-12-11 | Replace TargetLowering::isIntImmLegal() with | Evan Cheng |
| 2012-12-11 | Update some comments. | Eric Christopher |
| 2012-12-11 | Add comment for load folding | Joel Jones |
| 2012-12-11 | Revert EVT->MVT changes, r169836-169851, due to buildbot failures. | Patrik Hagglund |
| 2012-12-11 | Change RegVT in BitTestBlock and RegsForValue, to contain MVTs, | Patrik Hagglund |
| 2012-12-11 | Change TargetLowering::getTypeForExtArgOrReturn to take and return | Patrik Hagglund |
| 2012-12-11 | Change a parameter of TargetLowering::getVectorTypeBreakdown to MVT, | Patrik Hagglund |
| 2012-12-11 | Change TargetLowering::RegisterTypeForVT to contain MVTs, instead of | Patrik Hagglund |
| 2012-12-11 | Change TargetLowering::TransformToType to contain MVTs, instead of | Patrik Hagglund |
| 2012-12-11 | Change TargetLowering::findRepresentativeClass to take an MVT, instead | Patrik Hagglund |
| 2012-12-11 | Change TargetLowering::getTypeToPromoteTo to take and return MVTs, | Patrik Hagglund |
| 2012-12-11 | Change TargetLowering::isCondCodeLegal to take an MVT, instead of EVT. | Patrik Hagglund |
| 2012-12-11 | Change TargetLowering::getCondCodeAction to take an MVT, instead of | Patrik Hagglund |
| 2012-12-11 | Change TargetLowering::getTruncStoreAction to take MVTs, instead of EVTs. | Patrik Hagglund |
| 2012-12-11 | Change TargetLowering::getLoadExtAction to take an MVT, instead of EVT. | Patrik Hagglund |
| 2012-12-11 | Change TargetLowering::setTypeAction to take an MVT, instead fo EVT. | Patrik Hagglund |
| 2012-12-11 | Change TargetLowering::getRepRegClassFor to take an MVT, instead of | Patrik Hagglund |
| 2012-12-11 | Change TargetLowering::getRegClassFor to take an MVT, instead of EVT. | Patrik Hagglund |
| 2012-12-11 | Fix a miscompile in the DAG combiner. Previously, we would incorrectly | Chandler Carruth |
| 2012-12-11 | Fall back to the selection dag isel to select tail calls. | Chad Rosier |
| 2012-12-10 | Refactor out the abbreviation handling into a separate class that | Eric Christopher |
| 2012-12-10 | Some enhancements for memcpy / memset inline expansion. | Evan Cheng |
| 2012-12-10 | Defer call to InitSections until after MCContext has been initialized. If | Lang Hames |
| 2012-12-10 | Rearrange vars and make comments more obvious. | Eric Christopher |
| 2012-12-10 | Remove blank line at top of file. | Eric Christopher |
| 2012-12-10 | Fix a coding style nit. | Eric Christopher |
| 2012-12-10 | LegalizeDAG: Allow type promotion of scalar loads | Tom Stellard |
| 2012-12-10 | LegalizeDAG: Allow type promotion for scalar stores | Tom Stellard |
| 2012-12-10 | Use the somewhat semantic term "split dwarf" it more matches what's | Eric Christopher |
| 2012-12-10 | Delete the FissionCU. | Eric Christopher |
| 2012-12-10 | Reorder fission variables. | Eric Christopher |
| 2012-12-10 | Use GetUnderlyingObjects in misched | Hal Finkel |
| 2012-12-10 | Teach DAG combine to handle vector add/sub with vectors of all 0s. | Craig Topper |
| 2012-12-09 | Remove extra blank line. | Craig Topper |
| 2012-12-08 | Teach DAG combine to handle vector logical operations with vectors of all 1s ... | Craig Topper |
| 2012-12-07 | Add higher-level API for dealing with bundled MachineInstrs. | Jakob Stoklund Olesen |
| 2012-12-06 | fixed valgrind issues of prior commit, this change applies r169456 changes ba... | Pedro Artigas |
| 2012-12-06 | Replace r169459 with something safer. Rather than having computeMaskedBits to | Evan Cheng |
| 2012-12-06 | Fix a bug in the code that merges consecutive stores. Previously we did not | Nadav Rotem |
| 2012-12-06 | s/getLowerBoundDefault/getDefaultLowerBound/ for consistency. Also put the mo... | Bill Wendling |
| 2012-12-06 | Handle non-default array bounds. | Bill Wendling |
| 2012-12-06 | Revert r169456, "change MCContext to work on the doInitialization/doFinalizat... | NAKAMURA Takumi |
| 2012-12-06 | Let targets provide hooks that compute known zero and ones for any_extend | Evan Cheng |