Age | Commit message (Expand) | Author |
2012-12-17 | Tighten up the erase/remove API for bundled instructions. | Jakob Stoklund Olesen |
2012-12-17 | Revert/correct some FastISel changes in r170104 (EVT->MVT for | Patrik Hagglund |
2012-12-17 | Add debug prints for when optimizeLoadInstr folds a load. | Craig Topper |
2012-12-16 | Declare class DwarfDebug before use instead of relying on a forward declaration | Dmitri Gribenko |
2012-12-16 | This patch is needed to make c++ exceptions work for mips16. | Reed Kotler |
2012-12-15 | To simplify some code move the unit emission into the holders. | Eric Christopher |
2012-12-15 | Use begin and end label names from the section for info. | Eric Christopher |
2012-12-14 | Change TargetLowering::getLoadExtAction to take an MVT, instead of | Patrik Hagglund |
2012-12-13 | Use the new MI bundling API in MachineInstrBundle itself. | Jakob Stoklund Olesen |
2012-12-13 | Debug Info: add support to mark member variables as artificial | David Blaikie |
2012-12-13 | Change TargetLowering::setTypeAction to take an MVT, instead fo EVT. | Patrik Hagglund |
2012-12-13 | Change TargetLowering::getRepRegClassFor to take an MVT, instead of | Patrik Hagglund |
2012-12-13 | Change TargetLowering::getRegClassFor to take an MVT, instead of EVT. | Patrik Hagglund |
2012-12-13 | Use default label name for a section in emitting abbreviation | Eric Christopher |
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 |