summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2013-04-10R600: Take inner deps inside tex clauseVincent Lejeune1-1/+5
2013-04-10R600: Relax some vector constraints on Dot4.Vincent Lejeune9-5/+268
2013-04-10R600: Recompute schedule graph non order dependencies.Vincent Lejeune4-6/+202
2013-04-10R600: Use bottom up scheduling algorithmVincent Lejeune4-36/+49
2013-04-10Add a case to LiveIntervalAnalysis::HandleMoveVincent Lejeune1-4/+134
2013-04-10R600: Add VTX_READ_* and RAT_WRITE_CACHELESS_* when computing cf addrVincent Lejeune1-1/+10
2013-04-10ARM: Make "SMC" instructions conditional on new TrustZone architecture feature.Tim Northover5-7/+22
2013-04-10Change CloneFunctionInto to always clone Argument attributes induvidually,Joey Gouly1-22/+19
2013-04-10R600/SI: dynamical figure out the reg class of MIMGChristian Konig6-2/+63
2013-04-10R600/SI: adjust writemask to only the used componentsChristian Konig4-2/+91
2013-04-10R600/SI: remove image sample writemaskChristian Konig2-14/+13
2013-04-10Cleanup PPCInstrInfo::DefinesPredicateHal Finkel1-5/+10
2013-04-10RegionInfo: Add helpers to replace entry/exit recursivelyTobias Grosser1-0/+32
2013-04-10PPC: Prep for if conversion of bctr[l]Hal Finkel3-2/+37
2013-04-10Template the MachO types over endianness.Rafael Espindola1-6/+6
2013-04-10__sincosf_stret returns sinf / cosf in bits 0:31 and 32:63 of xmm0, not inEvan Cheng1-5/+19
2013-04-10Generalize the PassConfig API and remove addFinalizeRegAlloc().Andrew Trick1-36/+50
2013-04-09Mips specific inline asm operand modifier 'D' Jack Carter1-3/+9
2013-04-09Allow PPC B and BLR to be if-converted into some predicated formsHal Finkel5-0/+208
2013-04-09Fix some comment typos.Bob Wilson1-2/+2
2013-04-09Cleanup. No functional change intended.Chad Rosier1-5/+5
2013-04-09Cleanup. No functional change intended.Chad Rosier1-16/+16
2013-04-09Remove unused method and default values.Rafael Espindola1-2/+1
2013-04-09Revert r179115 as it looks to have killed the ASan tests.Chad Rosier2-10/+5
2013-04-09Rationalize the formatting of these case labels. Having two sortedChandler Carruth1-15/+29
2013-04-09This patch enables llvm to switch between compiling for mips32/mips64 Reed Kotler15-11/+333
2013-04-09Add support for bottom-up SLP vectorization infrastructure.Nadav Rotem5-0/+707
2013-04-09[ms-inline asm] Use parsePrimaryExpr in lieu of parseExpression if we need toChad Rosier2-5/+10
2013-04-09The .dwo section shouldn't contain the unrelocated values (andEric Christopher1-13/+21
2013-04-09Cleanup PPCEarlyReturnHal Finkel1-28/+31
2013-04-09Revert r176408 and r176407 to address PR15540.Nadav Rotem2-50/+42
2013-04-09[ms-inline asm] Maintain a StringRef to reference a symbol in a parsed operand,Chad Rosier2-29/+46
2013-04-09DAGCombiner: Fold a shuffle on CONCAT_VECTORS into a new CONCAT_VECTORS if po...Benjamin Kramer1-0/+49
2013-04-09Use virtual base registers on PPCHal Finkel2-15/+164
2013-04-09Convert MachOObjectFile to a template.Rafael Espindola1-852/+110
2013-04-09DWARF parser: Fix DWARF-2/3 incompatibility: size of DW_FORM_ref_addr is the ...Alexey Samsonov3-45/+35
2013-04-09Extract a function.Jakob Stoklund Olesen1-31/+17
2013-04-09Revert 179071 because it is not the right way to support non standard new/new...Nadav Rotem1-0/+8
2013-04-09Compute correct frame sizes for SPARC v9 64-bit frames.Jakob Stoklund Olesen3-25/+40
2013-04-09More uses for SymbolTableEntryBase.Rafael Espindola1-35/+9
2013-04-09Add a SymbolTableEntryBase.Rafael Espindola1-47/+27
2013-04-08Add a SectionBase struct.Rafael Espindola1-24/+24
2013-04-08c++ new operators are not malloc-like functions because they do not return un...Nadav Rotem1-8/+0
2013-04-08InstructionSimplify.cpp: Fix a ligature, "fi", to get rid of utf8 in comment.NAKAMURA Takumi1-1/+1
2013-04-08Redo the fix Benjamin Kramer committed in r178793 about iterator invalidation...Shuxin Yang1-12/+14
2013-04-08Template the MachO types over the word size.Rafael Espindola1-65/+86
2013-04-08Remove is64BitLoadCommand.Rafael Espindola1-20/+10
2013-04-08X86 cost model: Model cost for uitofp and sitofp on SSE2Arnold Schwaighofer1-3/+34
2013-04-08[ms-inline asm] Add support for ImmDisp [ Symbol ] memory operands.Chad Rosier2-23/+15
2013-04-08Generate PPC early conditional returnsHal Finkel6-24/+160