| Commit message (Expand) | Author | Age | Files | Lines |
* | Added encoding prefixes for KNL instructions (EVEX). | Elena Demikhovsky | 2013-07-28 | 17 | -33/+703 |
* | Now that mem2reg understands how to cope with a slightly wider set of | Chandler Carruth | 2013-07-28 | 1 | -12/+81 |
* | Thread DataLayout through the callers and into mem2reg. This will be | Chandler Carruth | 2013-07-28 | 5 | -14/+23 |
* | [PowerPC] Add comment explaining preprocessor directive. | Bill Schmidt | 2013-07-28 | 1 | -0/+2 |
* | Revert 187318 | Bill Schmidt | 2013-07-28 | 1 | -1/+1 |
* | [PowerPC] Remove unnecessary preprocessor checking. | Bill Schmidt | 2013-07-28 | 1 | -1/+1 |
* | Update the comment | Nadav Rotem | 2013-07-27 | 1 | -0/+1 |
* | [APFloat] Make all arithmetic operations with NaN produce positive NaNs. | Michael Gottesman | 2013-07-27 | 2 | -93/+46 |
* | [APFloat] Move setting fcNormal in zeroSignificand() to calling code. | Michael Gottesman | 2013-07-27 | 1 | -2/+4 |
* | [APFloat] Removed nextafter from missing operations since it is implemented i... | Michael Gottesman | 2013-07-27 | 1 | -1/+1 |
* | Re-enabling some more MSVC warnings; all of these compile cleanly with no fur... | Aaron Ballman | 2013-07-27 | 1 | -2/+0 |
* | Minor code simplification suggested by Duncan | Matt Arsenault | 2013-07-27 | 1 | -2/+1 |
* | DwarfDebug: MD5 is always little endian, bswap on big endian platforms. | Benjamin Kramer | 2013-07-27 | 2 | -2/+3 |
* | Create a constant pool symbol for the GOT in the ARMCGBR the same way we | Chandler Carruth | 2013-07-27 | 1 | -7/+8 |
* | Fix yet another memory leak found by the vg-leak bot. Folks (including | Chandler Carruth | 2013-07-27 | 1 | -2/+6 |
* | Fix a memory leak in the debug emission by simply not allocating memory. | Chandler Carruth | 2013-07-27 | 1 | -2/+2 |
* | Fix a memory leak in the hexagon scheduler. We call initialize here more | Chandler Carruth | 2013-07-27 | 1 | -0/+2 |
* | Don't use all the #ifdefs to hide the stats counters and instead rely on | Chandler Carruth | 2013-07-27 | 1 | -18/+0 |
* | Merge the removal of dead instructions and lifetime markers with the | Chandler Carruth | 2013-07-27 | 1 | -41/+32 |
* | Re-enabling a warning in MSVC mode now that r187292 fixed the only instance o... | Aaron Ballman | 2013-07-27 | 1 | -1/+0 |
* | SimplifyCFG: Add missing tests from r187278 | Tom Stellard | 2013-07-27 | 3 | -0/+125 |
* | Update this CMakeLists.txt for r187283 too. | Nick Lewycky | 2013-07-27 | 1 | -0/+1 |
* | Debug Info Verifier: verify SPs in llvm.dbg.sp. | Manman Ren | 2013-07-27 | 38 | -164/+209 |
* | Also update CMakeLists.txt for r187283. | Nick Lewycky | 2013-07-27 | 1 | -0/+1 |
* | Reimplement isPotentiallyReachable to make nocapture deduction much stronger. | Nick Lewycky | 2013-07-27 | 13 | -142/+666 |
* | Re-enabling some more MSVC warnings; all of these compile cleanly with no fur... | Aaron Ballman | 2013-07-27 | 1 | -4/+0 |
* | SimplifyCFG: Use parallel-and and parallel-or mode to consolidate branch cond... | Tom Stellard | 2013-07-27 | 17 | -40/+629 |
* | Move the default back to pipefail. I accidentally reverted it before. | Rafael Espindola | 2013-07-26 | 1 | -1/+1 |
* | Propagate pipefail when cloning. | Rafael Espindola | 2013-07-26 | 1 | -4/+6 |
* | SLP Vectorier: Don't vectorize really short chains because they are already ... | Nadav Rotem | 2013-07-26 | 2 | -3/+9 |
* | SLP Vectorizer: Disable the vectorization of non power of two chains, such as... | Nadav Rotem | 2013-07-26 | 3 | -49/+39 |
* | Use pipefail when available. | Rafael Espindola | 2013-07-26 | 6 | -3/+18 |
* | next batch of -disable-debug-info-verifier | Rafael Espindola | 2013-07-26 | 5 | -5/+5 |
* | Revert "[PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc." | Rafael Espindola | 2013-07-26 | 5 | -9/+8 |
* | Fix variable name. | Owen Anderson | 2013-07-26 | 1 | -2/+2 |
* | Re-enabling the C4065 warning for MSVC builds as it no longer fires due to ta... | Aaron Ballman | 2013-07-26 | 1 | -1/+0 |
* | Use a non-c'tor for converting a boolean into a StringRef. | Bill Wendling | 2013-07-26 | 1 | -4/+4 |
* | When InstCombine tries to fold away (fsub x, (fneg y)) into (fadd x, y), it is | Owen Anderson | 2013-07-26 | 2 | -1/+25 |
* | [PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc. | Bill Schmidt | 2013-07-26 | 5 | -8/+9 |
* | Use more parens to clarify assert. | Eric Christopher | 2013-07-26 | 1 | -1/+1 |
* | Remove addLetterToHash, no functional change. | Eric Christopher | 2013-07-26 | 1 | -10/+1 |
* | [mips] Implement llvm.trap intrinsic. | Akira Hatanaka | 2013-07-26 | 3 | -0/+18 |
* | [mips] Fix FP conditional move instructions to have explicit FP condition code | Akira Hatanaka | 2013-07-26 | 6 | -13/+50 |
* | Add missing 'n'. | Rafael Espindola | 2013-07-26 | 1 | -1/+1 |
* | [mips] Fix FP branch instructions to have explicit FP condition code register | Akira Hatanaka | 2013-07-26 | 9 | -25/+65 |
* | Debug Info Verifier: enable verification of DICompileUnit. | Manman Ren | 2013-07-26 | 72 | -220/+268 |
* | [mips] Increase the number of floating point condition code registers to eight. | Akira Hatanaka | 2013-07-26 | 1 | -3/+5 |
* | [mips] Fix floating point branch, comparison, and conditional move instructions | Akira Hatanaka | 2013-07-26 | 2 | -4/+4 |
* | [mips] Delete register print method MipsInstPrinter::printCPURegs that is not | Akira Hatanaka | 2013-07-26 | 3 | -11/+5 |
* | [mips] Print instructions "beq", "bne" and "or" using assembler pseudo | Akira Hatanaka | 2013-07-26 | 8 | -32/+92 |