aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-12-11This patch implements the general dynamic TLS model for 64-bit PowerPC.Bill Schmidt
2012-12-11Update some comments.Eric Christopher
2012-12-11Loop Vectorize: optimize the vectorization of trunc(induction_var). The trunc...Nadav Rotem
2012-12-11Remove the RelaxAll overrule in MCAssembler::fixupNeedsRelaxation,Eli Bendersky
2012-12-11Use an ArrayRef instead of a std::vector&.Rafael Espindola
2012-12-11Add comment for load foldingJoel Jones
2012-12-11Documentation: convert Passes.html to reST.Dmitri Gribenko
2012-12-11llvm/test/TableGen: Remove XFAIL:vg_leak in dozen of tests, according to llvm...NAKAMURA Takumi
2012-12-11[msan] Use explicitely aligned stores and loads with function argument shadow.Evgeniy Stepanov
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::getRepRegClassCostFor, getIndexedLoadAction,Patrik 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-11revert the test changeHao Liu
2012-12-11A newbie try a test commitHao Liu
2012-12-11[CMake] Remove dependencies to intrinsics_gen I introduced in r169724.NAKAMURA Takumi
2012-12-11llvm/Target/TargetMachine.h: Remove two dependent headers.NAKAMURA Takumi
2012-12-11llvm/tools: Add #include "llvm/TargetTransformInfo.h"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-11Change some functions to take const pointers.Rafael Espindola
2012-12-11Stylistic tweak.Evan Cheng
2012-12-11Add a triple to this test.Chad Rosier
2012-12-11Fix a miscompile in the DAG combiner. Previously, we would incorrectlyChandler Carruth
2012-12-11move X86-specific testPaul Redmond
2012-12-11Fix grammar-o.Bill Wendling
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-10Fix PR14568: Avoid the DFA packetizer from making an invalid readAnshuman Dasgupta
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