aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2013-04-18Fixes to LangRef.rst: incorrect attributes syntax and misplaced 'nobuiltin'Eli Bendersky
2013-04-18Fix comment spacing.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-18Streamline arc-annotation test (removing some cases which do not add any extr...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
2013-04-17[objc-arc] Added descriptions for EnableARCAnnotations, EnableCheckForCFGHaza...Michael Gottesman
2013-04-17[objc-arc] Added an option to arc-annotations for turning off CheckForCFGHazard.Michael Gottesman
2013-04-17More consistent formatting and tidying-upEli Bendersky
2013-04-17This patch teaches x86 fast-isel to generate the native div/idiv instructionsEli Bendersky
2013-04-17X86 cost model: Exit before calling getSimpleVT on non-simple VTsArnold Schwaighofer
2013-04-17A limit of 500 was still a bit too high for some tests.Bill Wendling
2013-04-17Fix treatment of ARM unallocated hint instructions.Quentin Colombet
2013-04-17Appease a gcc warning about an overflow in a constant conversion.Bill Wendling
2013-04-17Don't store AttributeSet::FunctionIndex as an int.Benjamin Kramer
2013-04-17PowerPC: Mark some more patterns as isCodeGenOnly.Ulrich Weigand
2013-04-17Make formatting more consistent and tidy-up.Eli Bendersky
2013-04-17R600: Make Export Instruction not duplicableVincent Lejeune
2013-04-17R600: Export is emitted as a CF_NATIVE instVincent Lejeune
2013-04-17R600: Emit used GPRs countVincent Lejeune
2013-04-17Use StringSwitch instead of long chain of if-else. No functionality change.Alexey Samsonov
2013-04-17Create a stub for DWARF parser unittestsAlexey Samsonov
2013-04-17Fix -Werror build.Evgeniy Stepanov
2013-04-17This appears to be no longer necessary for the testsuite.Eric Christopher
2013-04-17testAnat Shemer
2013-04-17PR15149/r174304 improvement - print hex for unknown dwarf language codes & ad...David Blaikie
2013-04-17Fix random typo.Eric Christopher
2013-04-17Do not optimise fprintf() calls if its return value is used.Peter Collingbourne
2013-04-17Mips assembler: Enable handling of nested expressionsJack Carter
2013-04-17[ms-inline asm] Add support for parsing complex immediate expressions. TestChad Rosier
2013-04-16C API: Add LLVMTargetMachineEmitToMemoryBuffer()Tom Stellard