aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-12-11Revert EVT->MVT changes, r169836-169851, due to buildbot failures.Patrik Hagglund
2012-12-11Holding my nose and moving the accumulation routine to GEPOperatorChandler Carruth
2012-12-11Hoist the GEP constant address offset computation to a common home onChandler Carruth
2012-12-11Change RegVT in BitTestBlock and RegsForValue, to contain MVTs,Patrik Hagglund
2012-12-11Change TargetLowering::getTypeForExtArgOrReturn to take and returnPatrik Hagglund
2012-12-11Change a parameter of TargetLowering::getVectorTypeBreakdown to MVT,Patrik Hagglund
2012-12-11Change TargetLowering::RegisterTypeForVT to contain MVTs, instead ofPatrik Hagglund
2012-12-11Change TargetLowering::TransformToType to contain MVTs, instead ofPatrik Hagglund
2012-12-11Change TargetLowering::findRepresentativeClass to take an MVT, insteadPatrik Hagglund
2012-12-11Change TargetLowering::getTypeToPromoteTo to take and return MVTs,Patrik Hagglund
2012-12-11Change TargetLowering::isCondCodeLegal to take an MVT, instead of EVT.Patrik Hagglund
2012-12-11Change TargetLowering::getCondCodeAction to take an MVT, instead ofPatrik Hagglund
2012-12-11Change TargetLowering::getTruncStoreAction to take MVTs, instead of EVTs.Patrik Hagglund
2012-12-11Change TargetLowering::getLoadExtAction to take an MVT, instead of EVT.Patrik Hagglund
2012-12-11Change TargetLowering::setTypeAction to take an MVT, instead fo EVT.Patrik Hagglund
2012-12-11Change TargetLowering::getRepRegClassFor to take an MVT, instead ofPatrik Hagglund
2012-12-11Change TargetLowering::getRegClassFor to take an MVT, instead of EVT.Patrik Hagglund
2012-12-11[CMake] Remove dependencies to intrinsics_gen I introduced in r169724.NAKAMURA Takumi
2012-12-11Use multiclass for new-value store instructions with MEMri operand.Jyotsna Verma
2012-12-11Fix PR14565. Don't if-convert loops that have switch statements in them.Nadav Rotem
2012-12-11Stylistic tweak.Evan Cheng
2012-12-11Fix a miscompile in the DAG combiner. Previously, we would incorrectlyChandler Carruth
2012-12-11Fall back to the selection dag isel to select tail calls.Chad Rosier
2012-12-10Refactor out the abbreviation handling into a separate class thatEric Christopher
2012-12-10Some enhancements for memcpy / memset inline expansion.Evan Cheng
2012-12-10Optimistically analyse Phi cyclesArnold Schwaighofer
2012-12-10Defer call to InitSections until after MCContext has been initialized. IfLang Hames
2012-12-10Rearrange vars and make comments more obvious.Eric Christopher
2012-12-10Remove blank line at top of file.Eric Christopher
2012-12-10Fix a coding style nit.Eric Christopher
2012-12-10Enable the loop vectorizer only on O2 and above. (Still disabled by default)Nadav Rotem
2012-12-10LegalizeDAG: Allow type promotion of scalar loadsTom Stellard
2012-12-10LegalizeDAG: Allow type promotion for scalar storesTom Stellard
2012-12-10Split the LoopVectorizer into H and CPP.Nadav Rotem
2012-12-10Cleanup formatting, comments and naming.Eli Bendersky
2012-12-10[mips] Set HWEncoding field of registers. Use delete functionAkira Hatanaka
2012-12-10Use the somewhat semantic term "split dwarf" it more matches what'sEric Christopher
2012-12-10Delete the FissionCU.Eric Christopher
2012-12-10Reorder fission variables.Eric Christopher
2012-12-10Don't use a red zone for code coverage if the user specified `-mno-red-zone'.Bill Wendling
2012-12-10Add support for reverse induction variables. For example:Nadav Rotem
2012-12-10This patch adds statistics for other non-DWARF fragments emitted byEli Bendersky
2012-12-10Use GetUnderlyingObjects in mischedHal Finkel
2012-12-10Revert "Make '-mtune=x86_64' assume fast unaligned memory accesses."Chandler Carruth
2012-12-10Make '-mtune=x86_64' assume fast unaligned memory accesses.Chandler Carruth
2012-12-10Fix a typo in my previous commit -- bloomfield is 0x1A not 0x2A.Chandler Carruth
2012-12-10Address a FIXME and update the fast unaligned memory feature for newerChandler Carruth
2012-12-10Add a new visitor for walking the uses of a pointer value.Chandler Carruth
2012-12-10Teach DAG combine to handle vector add/sub with vectors of all 0s.Craig Topper
2012-12-10[CMake] Update dependencies to intrinsics_gen corresponding to r169711.NAKAMURA Takumi