aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* SimplifyCFG: Use parallel-and and parallel-or mode to consolidate branch cond...Tom Stellard2013-07-2711-36/+614
* SLP Vectorier: Don't vectorize really short chains because they are already ...Nadav Rotem2013-07-261-2/+6
* SLP Vectorizer: Disable the vectorization of non power of two chains, such as...Nadav Rotem2013-07-261-16/+0
* Revert "[PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc."Rafael Espindola2013-07-262-5/+5
* Fix variable name.Owen Anderson2013-07-261-2/+2
* When InstCombine tries to fold away (fsub x, (fneg y)) into (fadd x, y), it isOwen Anderson2013-07-261-1/+13
* [PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc.Bill Schmidt2013-07-262-5/+5
* 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-262-0/+7
* [mips] Fix FP conditional move instructions to have explicit FP condition codeAkira Hatanaka2013-07-264-13/+14
* Add missing 'n'.Rafael Espindola2013-07-261-1/+1
* [mips] Fix FP branch instructions to have explicit FP condition code registerAkira Hatanaka2013-07-265-25/+41
* Debug Info Verifier: enable verification of DICompileUnit.Manman Ren2013-07-261-3/+0
* [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-262-1/+57
* Correct case of m_UIToFp to m_UIToFP to match instruction name, add m_SIToFP ...Stephen Lin2013-07-261-4/+4
* 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-261-0/+10
* Add preliminary support for hashing DIEs and breaking them intoEric Christopher2013-07-265-4/+254
* Add a way to get the context of any particular scope.Eric Christopher2013-07-261-0/+25
* Remove dead or useless header checks from cmake and autoconfReid Kleckner2013-07-263-18/+4
* 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
* Add a target legalize hook for SplitVectorOperand (again)Justin Holewinski2013-07-262-1/+5
* Revert "Add a target legalize hook for SplitVectorOperand"Rafael Espindola2013-07-262-5/+1
* Add a target legalize hook for SplitVectorOperandJustin Holewinski2013-07-262-1/+5
* 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-261-87/+157
* 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-263-4/+216
* 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-2616-14/+62
* PPC32 va_list is an actual structure so va_copy needs to copy the wholeRoman Divacky2013-07-252-1/+23
* Debug Info: update comments and add a FIXME.Manman Ren2013-07-251-2/+5
* Debug Info: improve the verifier to check field types.Manman Ren2013-07-251-0/+4
* Remove the mblaze backend from llvm.Rafael Espindola2013-07-2574-10036/+1
* RegAllocGreedy comment.Andrew Trick2013-07-251-1/+2
* Evict local live ranges if they can be reassigned.Andrew Trick2013-07-251-1/+29
* Allocate local registers in order for optimal coloring.Andrew Trick2013-07-251-4/+27
* Add a way to add a kind-value string pair to an attribute.Bill Wendling2013-07-251-0/+7
* typo.Adrian Prantl2013-07-251-1/+1
* AArch64: fix even more JIT failuresTim Northover2013-07-252-4/+4
* Don't end a file name with a dot. It looks odd.Rafael Espindola2013-07-251-1/+2
* AArch64: don't mask off shift bits when processing JIT relocations.Tim Northover2013-07-251-4/+4
* [SystemZ] Rework compare and branch supportRichard Sandiford2013-07-255-62/+129
* [SystemZ] Add LOCR and LOCGRRichard Sandiford2013-07-255-0/+118