aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert r176408 and r176407 to address PR15540.Nadav Rotem2013-04-094-189/+43
* [ms-inline asm] Maintain a StringRef to reference a symbol in a parsed operand,Chad Rosier2013-04-093-38/+47
* DAGCombiner: Fold a shuffle on CONCAT_VECTORS into a new CONCAT_VECTORS if po...Benjamin Kramer2013-04-092-0/+72
* Use virtual base registers on PPCHal Finkel2013-04-094-15/+216
* Convert test PowerPC/2007-09-07-LoadStoreIdxForms to FileCheckHal Finkel2013-04-091-1/+5
* Rewrite test/Linker tests to use FileCheck instead of grep.Eli Bendersky2013-04-0925-34/+57
* Convert MachOObjectFile to a template.Rafael Espindola2013-04-096-925/+881
* DWARF parser: Fix DWARF-2/3 incompatibility: size of DW_FORM_ref_addr is the ...Alexey Samsonov2013-04-093-45/+35
* Converted 8x tests of SimplifyCFG to use FileCheck instead of grep.Michael Gottesman2013-04-098-17/+21
* Extract a function.Jakob Stoklund Olesen2013-04-091-31/+17
* Remove the confusing sentence.Nadav Rotem2013-04-091-2/+0
* Revert 179071 because it is not the right way to support non standard new/new...Nadav Rotem2013-04-094-21/+25
* Compute correct frame sizes for SPARC v9 64-bit frames.Jakob Stoklund Olesen2013-04-094-25/+56
* More uses for SymbolTableEntryBase.Rafael Espindola2013-04-091-35/+9
* Add a SymbolTableEntryBase.Rafael Espindola2013-04-092-52/+38
* Fix PointerIntPair to be enum class compatible.Joe Groff2013-04-091-26/+26