aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add braces around || in && to pacify GCC.Benjamin Kramer2013-04-111-4/+4
* Rename the C function to create a SLPVectorizerPass to something sane and exp...Benjamin Kramer2013-04-112-4/+5
* Optimize vector select from all 0s or all 1sMichael Liao2013-04-111-0/+45
* Add CLAC/STAC instruction encoding/decoding supportMichael Liao2013-04-115-34/+56
* Enhance bool simplifcation in X86 to handle more casesMichael Liao2013-04-111-6/+35
* R600ControlFlowFinalizer.cpp: Fix a warning. [-Wunused-variable]NAKAMURA Takumi2013-04-111-0/+1
* Whitespace.NAKAMURA Takumi2013-04-111-2/+1
* Fix MachO's getRelocationAdditionalInfo.Rafael Espindola2013-04-111-0/+6
* Make PPCInstrInfo::isPredicated always return falseHal Finkel2013-04-111-16/+8
* MC: Support COFF image-relative MCSymbolRefsNico Rieck2013-04-103-9/+21
* Manually remove successors in if conversion when CopyAndPredicateBlock is usedHal Finkel2013-04-101-0/+8
* No need to have this return a bool.Bill Wendling2013-04-101-4/+4
* fixed xsave, xsaveopt, xrstor mnemonics with intel syntax; added test casesKay Tiong Khoo2013-04-101-3/+3
* Track the compact unwind encoding for when we are unable to generate compact ...Bill Wendling2013-04-102-6/+11
* fixed to disassemble with tab after mnemonic rather than spaceKay Tiong Khoo2013-04-101-2/+2
* 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
* Make the SLP store-merger less paranoid about function calls. We check for fu...Nadav Rotem2013-04-101-4/+0
* 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-102-3/+8
* R600/SI: Add pattern for AMDGPUurecipMichel Danzer2013-04-103-3/+13
* This is for an experimental option -mips-os16. The idea is to compile allReed Kotler2013-04-106-1/+185
* Use a scheme closer to that of GNU as when deciding the type of aPeter Collingbourne2013-04-101-6/+34
* Template MachOObjectFile over endianness too.Rafael Espindola2013-04-101-9/+9
* R600: Add VTX_READ_* and RAT_WRITE_CACHELESS_* when computing cf addrVincent Lejeune2013-04-101-1/+10
* ARM: Make "SMC" instructions conditional on new TrustZone architecture feature.Tim Northover2013-04-105-7/+22
* Change CloneFunctionInto to always clone Argument attributes induvidually,Joey Gouly2013-04-101-22/+19
* R600/SI: dynamical figure out the reg class of MIMGChristian Konig2013-04-106-2/+63
* R600/SI: adjust writemask to only the used componentsChristian Konig2013-04-104-2/+91
* R600/SI: remove image sample writemaskChristian Konig2013-04-102-14/+13
* Cleanup PPCInstrInfo::DefinesPredicateHal Finkel2013-04-101-5/+10
* RegionInfo: Add helpers to replace entry/exit recursivelyTobias Grosser2013-04-101-0/+32
* PPC: Prep for if conversion of bctr[l]Hal Finkel2013-04-103-2/+37
* Template the MachO types over endianness.Rafael Espindola2013-04-101-6/+6
* __sincosf_stret returns sinf / cosf in bits 0:31 and 32:63 of xmm0, not inEvan Cheng2013-04-101-5/+19
* Generalize the PassConfig API and remove addFinalizeRegAlloc().Andrew Trick2013-04-101-36/+50
* Mips specific inline asm operand modifier 'D' Jack Carter2013-04-091-3/+9
* Allow PPC B and BLR to be if-converted into some predicated formsHal Finkel2013-04-095-0/+208
* 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-091-2/+1
* Revert r179115 as it looks to have killed the ASan tests.Chad Rosier2013-04-092-10/+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-0915-11/+333
* Add support for bottom-up SLP vectorization infrastructure.Nadav Rotem2013-04-095-0/+707
* [ms-inline asm] Use parsePrimaryExpr in lieu of parseExpression if we need toChad Rosier2013-04-092-5/+10
* The .dwo section shouldn't contain the unrelocated values (andEric Christopher2013-04-091-13/+21