aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-10Revert "TMP"Tim Northover
2013-04-10ARM: Make "SMC" instructions conditional on new TrustZone architecture feature.Tim Northover
2013-04-10TMPTim Northover
2013-04-10Change CloneFunctionInto to always clone Argument attributes induvidually,Joey Gouly
2013-04-10R600/SI: dynamical figure out the reg class of MIMGChristian Konig
2013-04-10R600/SI: adjust writemask to only the used componentsChristian Konig
2013-04-10R600/SI: remove image sample writemaskChristian Konig
2013-04-10Cleanup PPCInstrInfo::DefinesPredicateHal Finkel
2013-04-10RegionInfo: Add helpers to replace entry/exit recursivelyTobias Grosser
2013-04-10PPC: Prep for if conversion of bctr[l]Hal Finkel
2013-04-10Template the MachO types over endianness.Rafael Espindola
2013-04-10Include the more specific header.Rafael Espindola
2013-04-10__sincosf_stret returns sinf / cosf in bits 0:31 and 32:63 of xmm0, not inEvan Cheng
2013-04-10Generalize the PassConfig API and remove addFinalizeRegAlloc().Andrew Trick
2013-04-09Mips specific inline asm operand modifier 'D' Jack Carter
2013-04-09Allow PPC B and BLR to be if-converted into some predicated formsHal Finkel
2013-04-09Fix some comment typos.Bob Wilson
2013-04-09Cleanup. No functional change intended.Chad Rosier
2013-04-09Cleanup. No functional change intended.Chad Rosier
2013-04-09Remove unused method and default values.Rafael Espindola
2013-04-09Update the version of dwarf we say we're emitting to at least 3.Eric Christopher
2013-04-09Revert r179115 as it looks to have killed the ASan tests.Chad Rosier
2013-04-09Rationalize the formatting of these case labels. Having two sortedChandler Carruth
2013-04-09This patch enables llvm to switch between compiling for mips32/mips64 Reed Kotler
2013-04-09Add support for bottom-up SLP vectorization infrastructure.Nadav Rotem
2013-04-09Make check depend on all.Eric Christopher
2013-04-09[ms-inline asm] Use parsePrimaryExpr in lieu of parseExpression if we need toChad Rosier
2013-04-09The .dwo section shouldn't contain the unrelocated values (andEric Christopher
2013-04-09Cleanup PPCEarlyReturnHal Finkel
2013-04-09Revert r176408 and r176407 to address PR15540.Nadav Rotem
2013-04-09[ms-inline asm] Maintain a StringRef to reference a symbol in a parsed operand,Chad Rosier
2013-04-09DAGCombiner: Fold a shuffle on CONCAT_VECTORS into a new CONCAT_VECTORS if po...Benjamin Kramer
2013-04-09Use virtual base registers on PPCHal Finkel
2013-04-09Convert test PowerPC/2007-09-07-LoadStoreIdxForms to FileCheckHal Finkel
2013-04-09Rewrite test/Linker tests to use FileCheck instead of grep.Eli Bendersky
2013-04-09Convert MachOObjectFile to a template.Rafael Espindola
2013-04-09DWARF parser: Fix DWARF-2/3 incompatibility: size of DW_FORM_ref_addr is the ...Alexey Samsonov
2013-04-09Converted 8x tests of SimplifyCFG to use FileCheck instead of grep.Michael Gottesman
2013-04-09Extract a function.Jakob Stoklund Olesen
2013-04-09Remove the confusing sentence.Nadav Rotem
2013-04-09Revert 179071 because it is not the right way to support non standard new/new...Nadav Rotem
2013-04-09Compute correct frame sizes for SPARC v9 64-bit frames.Jakob Stoklund Olesen
2013-04-09More uses for SymbolTableEntryBase.Rafael Espindola
2013-04-09Add a SymbolTableEntryBase.Rafael Espindola
2013-04-09Fix PointerIntPair to be enum class compatible.Joe Groff
2013-04-08Add a SectionBase struct.Rafael Espindola
2013-04-08c++ new operators are not malloc-like functions because they do not return un...Nadav Rotem
2013-04-08InstructionSimplify.cpp: Fix a ligature, "fi", to get rid of utf8 in comment.NAKAMURA Takumi
2013-04-08Redo the fix Benjamin Kramer committed in r178793 about iterator invalidation...Shuxin Yang
2013-04-08Update the docs about the fact that the loop vectorizer is enabled by default...Nadav Rotem