aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-04-10fixed xsave, xsaveopt, xrstor mnemonics with intel syntax; added test casesKay Tiong Khoo
2013-04-10Track the compact unwind encoding for when we are unable to generate compact ...Bill Wendling
2013-04-10fixed to disassemble with tab after mnemonic rather than spaceKay Tiong Khoo
2013-04-10In the X86 back end, getMemoryOperandNo() returns the offsetPreston Gurd
2013-04-10Tidy up, fix and simplify a few of the SMLocs. Prior to r179109 the Start SMLocChad Rosier
2013-04-10Make the SLP store-merger less paranoid about function calls. We check for fu...Nadav Rotem
2013-04-10We require DataLayout for analyzing the size of stores.Nadav Rotem
2013-04-10Remove unused variable.Chad Rosier
2013-04-10PPC: Don't predicate a diamond with two counter decrementsHal Finkel
2013-04-10Reapply r179115, but use parsePrimaryExpression a little more judiciously.Chad Rosier
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