| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Remove trailing whitespace. | Stephen Lin | 2013-07-26 | 1 | -2/+2 |
* | Correct case of m_UIToFp to m_UIToFP to match instruction name, add m_SIToFP ... | Stephen Lin | 2013-07-26 | 2 | -5/+12 |
* | Collapse conditional and add an assert for unhandled scope types. | Eric Christopher | 2013-07-26 | 1 | -3/+1 |
* | Re-add DataLayout pointer size convenience functions. | Matt Arsenault | 2013-07-26 | 2 | -0/+22 |
* | Move this to the X86 directory, unfortunately the hashes are not | Eric Christopher | 2013-07-26 | 1 | -0/+0 |
* | Regenerate. | Eric Christopher | 2013-07-26 | 2 | -638/+45 |
* | Add preliminary support for hashing DIEs and breaking them into | Eric Christopher | 2013-07-26 | 6 | -4/+370 |
* | Add a way to get the context of any particular scope. | Eric Christopher | 2013-07-26 | 2 | -0/+28 |
* | Remove dead or useless header checks from cmake and autoconf | Reid Kleckner | 2013-07-26 | 10 | -252/+12 |
* | Extend the lifetime of the strings passed to posix_spawn_file_actions_addopen. | Rafael Espindola | 2013-07-26 | 1 | -7/+21 |
* | Improve our error handling on windows. | Rafael Espindola | 2013-07-26 | 1 | -38/+1 |
* | Next batch of -disable-debug-info-verifier. | Rafael Espindola | 2013-07-26 | 5 | -5/+5 |
* | Add a target legalize hook for SplitVectorOperand (again) | Justin Holewinski | 2013-07-26 | 4 | -1/+48 |
* | Revert "Add a target legalize hook for SplitVectorOperand" | Rafael Espindola | 2013-07-26 | 4 | -46/+1 |
* | Add a target legalize hook for SplitVectorOperand | Justin Holewinski | 2013-07-26 | 4 | -1/+46 |
* | test commit | Richard Osborne | 2013-07-26 | 1 | -1/+1 |
* | [XCore] Add TODO regarding byval structs | Richard Osborne | 2013-07-26 | 1 | -0/+2 |
* | Re-implement the analysis of uses in mem2reg to be significantly more | Chandler Carruth | 2013-07-26 | 3 | -113/+227 |
* | Add test cases for the various instruction alias and Intel syntax fixes that ... | Craig Topper | 2013-07-26 | 3 | -17/+380 |
* | Fix more Intel syntax issues with FP instruction aliases. Test cases coming i... | Craig Topper | 2013-07-26 | 1 | -8/+8 |
* | Make .bc en/decoding of AttrKind stable | Tobias Grosser | 2013-07-26 | 6 | -4/+493 |
* | Take advantage of the register enums being in order to remove a couple static... | Craig Topper | 2013-07-26 | 1 | -18/+4 |
* | [PowerPC] Support powerpc64le as a syntax-checking target. | Bill Schmidt | 2013-07-26 | 22 | -17/+73 |
* | Add a bool->StringRef c'tor to StringRef. | Bill Wendling | 2013-07-25 | 1 | -0/+4 |
* | Phabricator.rst: tiny fix | Hans Wennborg | 2013-07-25 | 1 | -1/+1 |
* | Using a different loop induction variable than the enclosing scope. No funct... | Aaron Ballman | 2013-07-25 | 1 | -2/+2 |
* | PPC32 va_list is an actual structure so va_copy needs to copy the whole | Roman Divacky | 2013-07-25 | 3 | -1/+47 |
* | Debug Info: update comments and add a FIXME. | Manman Ren | 2013-07-25 | 1 | -2/+5 |
* | Remove dead code from the makefile build system. | Rafael Espindola | 2013-07-25 | 5 | -546/+2 |
* | Debug Info: improve the verifier to check field types. | Manman Ren | 2013-07-25 | 24 | -162/+174 |
* | Remove empty directories | Rafael Espindola | 2013-07-25 | 0 | -0/+0 |
* | Remove the mblaze backend from llvm. | Rafael Espindola | 2013-07-25 | 129 | -14686/+10 |
* | RegAllocGreedy comment. | Andrew Trick | 2013-07-25 | 1 | -1/+2 |
* | Evict local live ranges if they can be reassigned. | Andrew Trick | 2013-07-25 | 5 | -13/+35 |