summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2013-04-18Fix comment spacing.Chad Rosier1-2/+2
2013-04-18LoopVectorize: Use a set to avoid longer cycles in the reduction chain too.Benjamin Kramer2-8/+24
2013-04-18Fix for PR14824, An ARM Load/Store Optimization bugHao Liu2-1/+99
2013-04-18Revert "Combine bit test + conditional or into simple math"David Majnemer2-140/+0
2013-04-18Combine bit test + conditional or into simple mathDavid Majnemer2-0/+140
2013-04-18[objc-arc] Do not mismatch up retains inside a for loop with releases outside...Michael Gottesman2-96/+167
2013-04-18Removed trailing whitespace.Michael Gottesman1-3/+3
2013-04-18Streamline arc-annotation test (removing some cases which do not add any extr...Michael Gottesman1-233/+9
2013-04-18[mips] Rename function.Akira Hatanaka1-2/+2
2013-04-18[mips] DSP-ASE move from HI/LO register instructions.Akira Hatanaka5-8/+112
2013-04-18Mips assembler: formatting and comment changes.Jack Carter1-302/+294
2013-04-17Add an option `-enable-old-style-attr-syntax' to print out function attribute...Bill Wendling4-28/+35
2013-04-17[objc-arc] Added annotation option to only emit annotations for a specific ss...Michael Gottesman1-0/+24
2013-04-17Two small cleanups for ELF's templates.Rafael Espindola2-99/+73
2013-04-17Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne30-118/+288
2013-04-17[ms-inline asm] These should be int64_t, not uint64_t.Chad Rosier1-6/+6
2013-04-17Fixed typo.Michael Gottesman1-4/+4
2013-04-17[ms-inline asm] Add support for the minus unary operator. Previously, we wereChad Rosier2-73/+114
2013-04-17[objc-arc] Added descriptions for EnableARCAnnotations, EnableCheckForCFGHaza...Michael Gottesman2-3/+7
2013-04-17[objc-arc] Added an option to arc-annotations for turning off CheckForCFGHazard.Michael Gottesman1-0/+6
2013-04-17More consistent formatting and tidying-upEli Bendersky1-4/+4
2013-04-17This patch teaches x86 fast-isel to generate the native div/idiv instructionsEli Bendersky3-0/+288
2013-04-17X86 cost model: Exit before calling getSimpleVT on non-simple VTsArnold Schwaighofer2-0/+10
2013-04-17A limit of 500 was still a bit too high for some tests.Bill Wendling1-3/+1
2013-04-17Fix treatment of ARM unallocated hint instructions.Quentin Colombet4-5/+30
2013-04-17Appease a gcc warning about an overflow in a constant conversion.Bill Wendling1-1/+2
2013-04-17Don't store AttributeSet::FunctionIndex as an int.Benjamin Kramer1-1/+1
2013-04-17PowerPC: Mark some more patterns as isCodeGenOnly.Ulrich Weigand2-0/+6
2013-04-17Make formatting more consistent and tidy-up.Eli Bendersky1-11/+11
2013-04-17R600: Make Export Instruction not duplicableVincent Lejeune2-2/+6
2013-04-17R600: Export is emitted as a CF_NATIVE instVincent Lejeune2-14/+9
2013-04-17R600: Emit used GPRs countVincent Lejeune2-8/+41
2013-04-17Use StringSwitch instead of long chain of if-else. No functionality change.Alexey Samsonov1-37/+28
2013-04-17Create a stub for DWARF parser unittestsAlexey Samsonov9-4/+66
2013-04-17Fix -Werror build.Evgeniy Stepanov1-0/+2
2013-04-17This appears to be no longer necessary for the testsuite.Eric Christopher1-7/+0
2013-04-17testAnat Shemer1-0/+1
2013-04-17PR15149/r174304 improvement - print hex for unknown dwarf language codes & ad...David Blaikie2-4/+14
2013-04-17Fix random typo.Eric Christopher1-1/+1
2013-04-17Do not optimise fprintf() calls if its return value is used.Peter Collingbourne2-9/+21
2013-04-17Mips assembler: Enable handling of nested expressionsJack Carter3-133/+263