aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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 "PR14606: debug info imported_module support"Eric Christopher
2013-04-19PR14606: debug info imported_module supportDavid Blaikie
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-19Keep coding stanard. Don't use "else if" after "return".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-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-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
2013-04-18LoopVectorize: Use a set to avoid longer cycles in the reduction chain too.Benjamin Kramer
2013-04-18Fix for PR14824, An ARM Load/Store Optimization bugHao Liu
2013-04-18Revert "Combine bit test + conditional or into simple math"David Majnemer
2013-04-18Combine bit test + conditional or into simple mathDavid Majnemer
2013-04-18[objc-arc] Do not mismatch up retains inside a for loop with releases outside...Michael Gottesman
2013-04-18Removed trailing whitespace.Michael Gottesman
2013-04-18[mips] Rename function.Akira Hatanaka
2013-04-18[mips] DSP-ASE move from HI/LO register instructions.Akira Hatanaka
2013-04-18Mips assembler: formatting and comment changes.Jack Carter
2013-04-17Add an option `-enable-old-style-attr-syntax' to print out function attribute...Bill Wendling
2013-04-17[objc-arc] Added annotation option to only emit annotations for a specific ss...Michael Gottesman
2013-04-17Two small cleanups for ELF's templates.Rafael Espindola
2013-04-17Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne
2013-04-17[ms-inline asm] These should be int64_t, not uint64_t.Chad Rosier
2013-04-17Fixed typo.Michael Gottesman
2013-04-17[ms-inline asm] Add support for the minus unary operator. Previously, we wereChad Rosier