aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-16Replace loop with std::find.Benjamin Kramer
2013-02-16LegalizeDAG.cpp doesn't need DenseMap.Jakub Staszak
2013-02-16Reduce indents in LSRInstance::NarrowSearchSpaceByCollapsingUnrolledCode method.Jakub Staszak
2013-02-16[msvc x64] Update X86CompilationCallback_Win64.asm corresponding to r175267.NAKAMURA Takumi
2013-02-16Use const reference instead of vector object when passing an argument toJakub Staszak
2013-02-16Target/R600/CMakeLists.txt: Prune SILowerLiteralConstants.cpp corresponding t...NAKAMURA Takumi
2013-02-16MCParser: Reject .balign with non-pow2 alignments.Benjamin Kramer
2013-02-16Minor cleanups. No functionality change.Jakub Staszak
2013-02-16Add even more constatness in MachineDominators.h.Jakub Staszak
2013-02-16Replace "check:" wth "CHECK:".Jakub Staszak
2013-02-16R600/SI: Add pattern to simplify i64 loadingChristian Konig
2013-02-16R600/SI: nuke SReg_1 v3Christian Konig
2013-02-16R600/SI: cleanup literal handling v3Christian Konig
2013-02-16R600/SI: replace AllReg_* with [SV]Src_* v2Christian Konig
2013-02-16R600/SI: fix VOPC encoding v2Christian Konig
2013-02-16R600/SI: move *_Helper definitions to SIInstrFormat.tdChristian Konig
2013-02-16R600/SI: remove some more unused codeChristian Konig
2013-02-16R600/structurizer: improve inverting conditionsChristian Konig
2013-02-16R600/structurizer: improve loop handlingChristian Konig
2013-02-16R600/structurizer: improve finding condition valuesChristian Konig
2013-02-16R600/structurizer: improve PHI value findingChristian Konig
2013-02-16R600/structurizer: add class to find the Nearest Common DominatorChristian Konig
2013-02-16Add some constantness in Machine Dominators.Jakub Staszak
2013-02-16Remove trailing spaces.Jakub Staszak
2013-02-16Use a different scheme to chose 16/32 variants. This scheme is moreReed Kotler
2013-02-16[ELF] Add STN_UNDEF.Michael J. Spencer
2013-02-16Reinitialize the ivars in the subtarget so that they can be reset with the ne...Bill Wendling
2013-02-16[ms-inline asm] Do not omit the frame pointer if we have ms-inline assembly.Chad Rosier
2013-02-16Derive ELF section type from the name in some cases where GNU as doesJoerg Sonnenberger
2013-02-16[mips] Remove SDNPWantParent from the list of SDNodeProperties.Akira Hatanaka
2013-02-15Pacify -Wnon-virtual-dtorMatt Beaumont-Gay
2013-02-15Temporary revert of 175320.Bill Wendling
2013-02-15Reinitialize the ivars in the subtarget.Bill Wendling
2013-02-15Suppress a GCC -Wunused-variable warning in -Asserts buildsMatt Beaumont-Gay
2013-02-15c[ms-inline asm] It's possible to have a SizeDirective rewrite and anChad Rosier
2013-02-15If bundle alignment is enabled, do not add data to a fragment with instructionsDerek Schuff
2013-02-15Support changing the subtarget features in ARM.Bill Wendling
2013-02-15Use the 'target-features' and 'target-cpu' attributes to reset the subtarget ...Bill Wendling
2013-02-15[ms-inline asm] Adjust the EndLoc to account for the ']'.Chad Rosier
2013-02-15Forgot to 'svn add' the LoopVectorizer tests for the new parallel loop metada...Pekka Jaaskelainen
2013-02-15[mips] Clean up class MipsCCInfo.Akira Hatanaka
2013-02-15capitalize SCEV to match the current naming conventionSebastian Pop
2013-02-15[mips] Split SelectAddr, which was used to match address patterns, into twoAkira Hatanaka
2013-02-15Remove a final dependency on the form field in tablegen; which is a remnantReed Kotler
2013-02-15add ScevApplyRewriterSebastian Pop
2013-02-15add SCEVParameterRewriterSebastian Pop
2013-02-15AsmParser: Reformat the MS asm parser to reduce nesting.Benjamin Kramer
2013-02-15enable SDISel sincos optimization for GNU environmentsPaul Redmond
2013-02-15Hexagon: Set appropriate TSFlags to the loads/stores with global address toJyotsna Verma
2013-02-15BBVectorize: Call a DAG and DAG instead of a treeHal Finkel