aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-04-10R600/SI: Add pattern for AMDGPUurecipMichel Danzer
2013-04-10This is for an experimental option -mips-os16. The idea is to compile allReed Kotler
2013-04-10Use a scheme closer to that of GNU as when deciding the type of aPeter Collingbourne
2013-04-10Template MachOObjectFile over endianness too.Rafael Espindola
2013-04-10R600: Add VTX_READ_* and RAT_WRITE_CACHELESS_* when computing cf addrVincent Lejeune
2013-04-10ARM: Make "SMC" instructions conditional on new TrustZone architecture feature.Tim 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-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-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-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 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-09Extract a function.Jakob Stoklund Olesen
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-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-08Template the MachO types over the word size.Rafael Espindola
2013-04-08Remove is64BitLoadCommand.Rafael Espindola
2013-04-08X86 cost model: Model cost for uitofp and sitofp on SSE2Arnold Schwaighofer
2013-04-08[ms-inline asm] Add support for ImmDisp [ Symbol ] memory operands.Chad Rosier
2013-04-08Generate PPC early conditional returnsHal Finkel
2013-04-08DWARF parser: remove duplicated code and fix code style in DIE extractors.Alexey Samsonov