aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-19[ms-inline asm] Refactor the parsing of identifiers. No functional changeChad Rosier
2013-04-19Add test to make sure that a int-to-ptr can be merged correctly.Bill Wendling
2013-04-19[ms-inline asm] Remove these asserts. C++ variables that use namespaceChad Rosier
2013-04-19[ms-inline asm] Move this variable into the scope in which it is used.Chad Rosier
2013-04-19[ms-inline asm] Make this a hard error.Chad Rosier
2013-04-19ConstantFolding: ComputeMaskedBits wants the scalar size for vectors.Benjamin Kramer
2013-04-19[ms-inline asm] Cleanup the dot operator implementation.Chad Rosier
2013-04-19ARM: Permit "sp" in ARM variant of STREXD instructionsTim Northover
2013-04-19refactor the struct byte swapping to a helper function.Rafael Espindola
2013-04-19Only run the tests in test/Object/ARM if we have ARM support.Rafael Espindola
2013-04-19Attributes: Don't print trailing whitespace on the function attribute comment.Benjamin Kramer
2013-04-19Don't read one command past the end.Rafael Espindola
2013-04-19ARM: permit "sp" in ARM variants of MOVW/MOVT instructionsTim Northover
2013-04-19Revert 179826. Tests were worthless.Jakub Staszak
2013-04-19Revert "PR14606: debug info imported_module support"Eric Christopher
2013-04-19PR14606: debug info imported_module supportDavid Blaikie
2013-04-19Add support for index resources (for a SlotIndex) to be relinquished.Lang Hames
2013-04-19Use 'array_lengthof' as possible to avoid magic numbersMichael Liao
2013-04-19R600: Add pattern for the BFI_INT instructionTom Stellard
2013-04-19R600/SI: Use InstFlag for VOP3 modifier operandsTom Stellard
2013-04-19R600: Reorganize lit tests and document how they should be organizedTom Stellard
2013-04-19Keep coding stanard. Don't use "else if" after "return".Jakub Staszak
2013-04-19Don't run expensive -O2 and -O3 in tests.Jakub Staszak
2013-04-19Add some more stats for fast isel vs. SelectionDAG, w.r.t lowering functionEli Bendersky
2013-04-19Use an enum instead of magic constants to improve readability.Bill Wendling
2013-04-18Implement a better fix for PR15185.Bill Wendling
2013-04-18Relax this assert. It may not hold in all cases.Bill Wendling
2013-04-18[ms-inline asm] Apply the condition code mnemonic aliases to both the Intel andChad Rosier
2013-04-18Assert if we're trying to generate a null compact unwind entry.Bill Wendling
2013-04-18Set the compact unwind encoding to 'requires EH DWARF' if we cannot generate ...Bill Wendling
2013-04-18Disable PPC comparison optimization by defaultHal Finkel
2013-04-18[asm parser] Add support for predicating MnemonicAlias based on the assemblerChad Rosier
2013-04-18Implement optimizeCompareInstr for PPCHal Finkel
2013-04-18Make the TargetIndependent flag have the right boolean value.Bill Wendling
2013-04-18X86: Add an SSE2 lowering for 64 bit compares when pcmpgtq (SSE4.2) isn't ava...Benjamin Kramer
2013-04-18Fix typoEli Bendersky
2013-04-18Cleanup patch:Bill Wendling
2013-04-18This patch addresses two cleanup issues:Bill Wendling
2013-04-18Fix a -Wdocumentation warningDmitri Gribenko
2013-04-18In the function InstCombiner::visitExtractElementInst() removed the limitatio...Anat Shemer
2013-04-18C API: Fix coding styleTom Stellard
2013-04-18Added a function scalarizePHI() that sclarizes a vector phi instruction if it...Anat Shemer
2013-04-18Fix comment. Patch by Stephen Lin.Bill Wendling
2013-04-18At Jim Grosbach's request detemplate Object/MachO.h.Rafael Espindola
2013-04-18Fix a comment, PR15777.Chris Lattner
2013-04-18Allow misaligned stores in x86 fast-isel.Derek Schuff
2013-04-18LoopVectorizer: Recognize min/max reductionsArnold Schwaighofer
2013-04-18Fix grammar in LLVMBuild.rstEli Bendersky
2013-04-18[ms-inline asm] Simplify some logic and add a FIXME for unhandled unary minus.Chad Rosier
2013-04-18Make this private method.Chad Rosier