aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-10Move info to CREDITS.TXT file.Bill Wendling
2013-04-10fixed xsave, xsaveopt, xrstor mnemonics with intel syntax; added test casesKay Tiong Khoo
2013-04-10Revert "Update the version of dwarf we say we're emitting to at least 3."Eric Christopher
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-10Use a real union for IdentifyingPassPtr.Benjamin Kramer
2013-04-10Marking myself as release manager.Bill Wendling
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-10Add object-emission flag for lit tests. This flag is usedJyotsna Verma
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-10Simplify the templating a bit.Rafael Espindola
2013-04-10Move two methods out of line.Rafael Espindola
2013-04-10R600: Add VTX_READ_* and RAT_WRITE_CACHELESS_* when computing cf addrVincent Lejeune
2013-04-10[test] Use lit's shell test runner on WindowsReid Kleckner
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