aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix variable name.Owen Anderson2013-07-261-2/+2
* Re-enabling the C4065 warning for MSVC builds as it no longer fires due to ta...Aaron Ballman2013-07-261-1/+0
* Use a non-c'tor for converting a boolean into a StringRef.Bill Wendling2013-07-261-4/+4
* When InstCombine tries to fold away (fsub x, (fneg y)) into (fadd x, y), it isOwen Anderson2013-07-262-1/+25
* [PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc.Bill Schmidt2013-07-265-8/+9
* Use more parens to clarify assert.Eric Christopher2013-07-261-1/+1
* Remove addLetterToHash, no functional change.Eric Christopher2013-07-261-10/+1
* [mips] Implement llvm.trap intrinsic.Akira Hatanaka2013-07-263-0/+18
* [mips] Fix FP conditional move instructions to have explicit FP condition codeAkira Hatanaka2013-07-266-13/+50
* Add missing 'n'.Rafael Espindola2013-07-261-1/+1
* [mips] Fix FP branch instructions to have explicit FP condition code registerAkira Hatanaka2013-07-269-25/+65
* Debug Info Verifier: enable verification of DICompileUnit.Manman Ren2013-07-2672-220/+268
* [mips] Increase the number of floating point condition code registers to eight.Akira Hatanaka2013-07-261-3/+5
* [mips] Fix floating point branch, comparison, and conditional move instructionsAkira Hatanaka2013-07-262-4/+4
* [mips] Delete register print method MipsInstPrinter::printCPURegs that is notAkira Hatanaka2013-07-263-11/+5
* [mips] Print instructions "beq", "bne" and "or" using assembler pseudoAkira Hatanaka2013-07-268-32/+92
* Remove trailing whitespace.Stephen Lin2013-07-261-2/+2
* Correct case of m_UIToFp to m_UIToFP to match instruction name, add m_SIToFP ...Stephen Lin2013-07-262-5/+12
* Collapse conditional and add an assert for unhandled scope types.Eric Christopher2013-07-261-3/+1
* Re-add DataLayout pointer size convenience functions.Matt Arsenault2013-07-262-0/+22
* Move this to the X86 directory, unfortunately the hashes are notEric Christopher2013-07-261-0/+0
* Regenerate.Eric Christopher2013-07-262-638/+45
* Add preliminary support for hashing DIEs and breaking them intoEric Christopher2013-07-266-4/+370
* Add a way to get the context of any particular scope.Eric Christopher2013-07-262-0/+28
* Remove dead or useless header checks from cmake and autoconfReid Kleckner2013-07-2610-252/+12
* Extend the lifetime of the strings passed to posix_spawn_file_actions_addopen.Rafael Espindola2013-07-261-7/+21
* Improve our error handling on windows.Rafael Espindola2013-07-261-38/+1
* Next batch of -disable-debug-info-verifier.Rafael Espindola2013-07-265-5/+5
* Add a target legalize hook for SplitVectorOperand (again)Justin Holewinski2013-07-264-1/+48
* Revert "Add a target legalize hook for SplitVectorOperand"Rafael Espindola2013-07-264-46/+1
* Add a target legalize hook for SplitVectorOperandJustin Holewinski2013-07-264-1/+46
* test commitRichard Osborne2013-07-261-1/+1
* [XCore] Add TODO regarding byval structsRichard Osborne2013-07-261-0/+2
* Re-implement the analysis of uses in mem2reg to be significantly moreChandler Carruth2013-07-263-113/+227
* Add test cases for the various instruction alias and Intel syntax fixes that ...Craig Topper2013-07-263-17/+380
* Fix more Intel syntax issues with FP instruction aliases. Test cases coming i...Craig Topper2013-07-261-8/+8
* Make .bc en/decoding of AttrKind stableTobias Grosser2013-07-266-4/+493
* Take advantage of the register enums being in order to remove a couple static...Craig Topper2013-07-261-18/+4
* [PowerPC] Support powerpc64le as a syntax-checking target.Bill Schmidt2013-07-2622-17/+73
* Add a bool->StringRef c'tor to StringRef.Bill Wendling2013-07-251-0/+4
* Phabricator.rst: tiny fixHans Wennborg2013-07-251-1/+1
* Using a different loop induction variable than the enclosing scope. No funct...Aaron Ballman2013-07-251-2/+2
* PPC32 va_list is an actual structure so va_copy needs to copy the wholeRoman Divacky2013-07-253-1/+47
* Debug Info: update comments and add a FIXME.Manman Ren2013-07-251-2/+5
* Remove dead code from the makefile build system.Rafael Espindola2013-07-255-546/+2
* Debug Info: improve the verifier to check field types.Manman Ren2013-07-2524-162/+174
* Remove empty directoriesRafael Espindola2013-07-250-0/+0
* Remove the mblaze backend from llvm.Rafael Espindola2013-07-25129-14686/+10
* RegAllocGreedy comment.Andrew Trick2013-07-251-1/+2
* Evict local live ranges if they can be reassigned.Andrew Trick2013-07-255-13/+35