summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-04-19Add test to make sure that a int-to-ptr can be merged correctly.Bill Wendling1-0/+55
2013-04-19[ms-inline asm] Remove these asserts. C++ variables that use namespaceChad Rosier1-2/+0
2013-04-19[ms-inline asm] Move this variable into the scope in which it is used.Chad Rosier1-1/+1
2013-04-19[ms-inline asm] Make this a hard error.Chad Rosier1-4/+4
2013-04-19ConstantFolding: ComputeMaskedBits wants the scalar size for vectors.Benjamin Kramer2-1/+10
2013-04-19[ms-inline asm] Cleanup the dot operator implementation.Chad Rosier1-29/+15
2013-04-19ARM: Permit "sp" in ARM variant of STREXD instructionsTim Northover2-2/+3
2013-04-19refactor the struct byte swapping to a helper function.Rafael Espindola1-70/+20
2013-04-19Only run the tests in test/Object/ARM if we have ARM support.Rafael Espindola1-0/+3
2013-04-19Attributes: Don't print trailing whitespace on the function attribute comment.Benjamin Kramer2-5/+13
2013-04-19Don't read one command past the end.Rafael Espindola4-4/+16
2013-04-19ARM: permit "sp" in ARM variants of MOVW/MOVT instructionsTim Northover2-2/+9
2013-04-19Revert 179826. Tests were worthless.Jakub Staszak2-2/+2
2013-04-19Revert "PR14606: debug info imported_module support"Eric Christopher90-223/+103
2013-04-19PR14606: debug info imported_module supportDavid Blaikie90-103/+223
2013-04-19Add support for index resources (for a SlotIndex) to be relinquished.Lang Hames1-1/+48
2013-04-19Use 'array_lengthof' as possible to avoid magic numbersMichael Liao1-23/+32
2013-04-19R600: Add pattern for the BFI_INT instructionTom Stellard4-0/+58
2013-04-19R600/SI: Use InstFlag for VOP3 modifier operandsTom Stellard2-15/+14
2013-04-19R600: Reorganize lit tests and document how they should be organizedTom Stellard29-128/+174
2013-04-19Keep coding stanard. Don't use "else if" after "return".Jakub Staszak1-3/+4
2013-04-19Don't run expensive -O2 and -O3 in tests.Jakub Staszak2-2/+2
2013-04-19Add some more stats for fast isel vs. SelectionDAG, w.r.t lowering functionEli Bendersky1-1/+10
2013-04-19Use an enum instead of magic constants to improve readability.Bill Wendling2-16/+44
2013-04-18Implement a better fix for PR15185.Bill Wendling1-6/+11
2013-04-18Relax this assert. It may not hold in all cases.Bill Wendling1-1/+1
2013-04-18[ms-inline asm] Apply the condition code mnemonic aliases to both the Intel andChad Rosier2-1/+31
2013-04-18Assert if we're trying to generate a null compact unwind entry.Bill Wendling1-4/+2
2013-04-18Set the compact unwind encoding to 'requires EH DWARF' if we cannot generate ...Bill Wendling1-9/+9
2013-04-18Disable PPC comparison optimization by defaultHal Finkel2-1/+7
2013-04-18[asm parser] Add support for predicating MnemonicAlias based on the assemblerChad Rosier5-88/+130
2013-04-18Implement optimizeCompareInstr for PPCHal Finkel3-0/+413
2013-04-18Make the TargetIndependent flag have the right boolean value.Bill Wendling3-5/+5
2013-04-18X86: Add an SSE2 lowering for 64 bit compares when pcmpgtq (SSE4.2) isn't ava...Benjamin Kramer2-15/+176
2013-04-18Fix typoEli Bendersky1-1/+1
2013-04-18Cleanup patch:Bill Wendling3-71/+71
2013-04-18This patch addresses two cleanup issues:Bill Wendling3-111/+71
2013-04-18Fix a -Wdocumentation warningDmitri Gribenko1-1/+1
2013-04-18In the function InstCombiner::visitExtractElementInst() removed the limitatio...Anat Shemer2-4/+16
2013-04-18C API: Fix coding styleTom Stellard2-2/+2
2013-04-18Added a function scalarizePHI() that sclarizes a vector phi instruction if it...Anat Shemer3-0/+105
2013-04-18Fix comment. Patch by Stephen Lin.Bill Wendling1-2/+3
2013-04-18At Jim Grosbach's request detemplate Object/MachO.h.Rafael Espindola11-1755/+2039
2013-04-18Fix a comment, PR15777.Chris Lattner1-2/+2
2013-04-18Allow misaligned stores in x86 fast-isel.Derek Schuff2-5/+18
2013-04-18LoopVectorizer: Recognize min/max reductionsArnold Schwaighofer2-34/+608
2013-04-18Fix grammar in LLVMBuild.rstEli Bendersky1-2/+2
2013-04-18[ms-inline asm] Simplify some logic and add a FIXME for unhandled unary minus.Chad Rosier1-10/+13
2013-04-18Make this private method.Chad Rosier1-4/+4
2013-04-18Fixes to LangRef.rst: incorrect attributes syntax and misplaced 'nobuiltin'Eli Bendersky1-7/+8