aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "Update the version of dwarf we say we're emitting to at least 3."Eric Christopher2013-04-102-20/+1
* Track the compact unwind encoding for when we are unable to generate compact ...Bill Wendling2013-04-103-7/+21
* fixed to disassemble with tab after mnemonic rather than spaceKay Tiong Khoo2013-04-101-2/+2
* Use a real union for IdentifyingPassPtr.Benjamin Kramer2013-04-101-7/+9
* Marking myself as release manager.Bill Wendling2013-04-101-1/+1
* In the X86 back end, getMemoryOperandNo() returns the offsetPreston Gurd2013-04-102-12/+22
* Tidy up, fix and simplify a few of the SMLocs. Prior to r179109 the Start SMLocChad Rosier2013-04-101-11/+13
* Add object-emission flag for lit tests. This flag is usedJyotsna Verma2013-04-106-2/+14
* Make the SLP store-merger less paranoid about function calls. We check for fu...Nadav Rotem2013-04-102-4/+40
* We require DataLayout for analyzing the size of stores.Nadav Rotem2013-04-102-1/+6
* Remove unused variable.Chad Rosier2013-04-101-1/+0
* PPC: Don't predicate a diamond with two counter decrementsHal Finkel2013-04-102-3/+24
* Reapply r179115, but use parsePrimaryExpression a little more judiciously.Chad Rosier2013-04-103-3/+15
* R600/SI: Add pattern for AMDGPUurecipMichel Danzer2013-04-104-3/+25
* This is for an experimental option -mips-os16. The idea is to compile allReed Kotler2013-04-108-1/+411
* Use a scheme closer to that of GNU as when deciding the type of aPeter Collingbourne2013-04-102-15/+78
* Template MachOObjectFile over endianness too.Rafael Espindola2013-04-103-106/+117
* Simplify the templating a bit.Rafael Espindola2013-04-101-24/+19
* Move two methods out of line.Rafael Espindola2013-04-101-15/+21
* R600: Add VTX_READ_* and RAT_WRITE_CACHELESS_* when computing cf addrVincent Lejeune2013-04-102-1/+54
* [test] Use lit's shell test runner on WindowsReid Kleckner2013-04-101-3/+12
* Revert "TMP"Tim Northover2013-04-101-1/+6
* ARM: Make "SMC" instructions conditional on new TrustZone architecture feature.Tim Northover2013-04-1011-25/+104
* TMPTim Northover2013-04-101-6/+1
* Change CloneFunctionInto to always clone Argument attributes induvidually,Joey Gouly2013-04-102-23/+47
* R600/SI: dynamical figure out the reg class of MIMGChristian Konig2013-04-107-17/+78
* R600/SI: adjust writemask to only the used componentsChristian Konig2013-04-105-33/+156
* R600/SI: remove image sample writemaskChristian Konig2013-04-103-31/+30
* Cleanup PPCInstrInfo::DefinesPredicateHal Finkel2013-04-101-5/+10
* RegionInfo: Add helpers to replace entry/exit recursivelyTobias Grosser2013-04-102-0/+50
* PPC: Prep for if conversion of bctr[l]Hal Finkel2013-04-103-2/+37
* Template the MachO types over endianness.Rafael Espindola2013-04-103-109/+153
* Include the more specific header.Rafael Espindola2013-04-101-1/+1
* __sincosf_stret returns sinf / cosf in bits 0:31 and 32:63 of xmm0, not inEvan Cheng2013-04-102-6/+22
* Generalize the PassConfig API and remove addFinalizeRegAlloc().Andrew Trick2013-04-102-51/+96
* Mips specific inline asm operand modifier 'D' Jack Carter2013-04-092-3/+26
* Allow PPC B and BLR to be if-converted into some predicated formsHal Finkel2013-04-097-0/+297
* Fix some comment typos.Bob Wilson2013-04-091-2/+2
* Cleanup. No functional change intended.Chad Rosier2013-04-091-5/+5
* Cleanup. No functional change intended.Chad Rosier2013-04-091-16/+16
* Remove unused method and default values.Rafael Espindola2013-04-092-8/+6
* Update the version of dwarf we say we're emitting to at least 3.Eric Christopher2013-04-092-1/+18
* Revert r179115 as it looks to have killed the ASan tests.Chad Rosier2013-04-093-17/+5
* Rationalize the formatting of these case labels. Having two sortedChandler Carruth2013-04-091-15/+29
* This patch enables llvm to switch between compiling for mips32/mips64 Reed Kotler2013-04-0924-11/+908
* Add support for bottom-up SLP vectorization infrastructure.Nadav Rotem2013-04-0915-0/+995
* Make check depend on all.Eric Christopher2013-04-091-1/+1
* [ms-inline asm] Use parsePrimaryExpr in lieu of parseExpression if we need toChad Rosier2013-04-093-5/+17
* The .dwo section shouldn't contain the unrelocated values (andEric Christopher2013-04-092-26/+34
* Cleanup PPCEarlyReturnHal Finkel2013-04-091-28/+31