aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2013-04-18[ms-inline asm] Apply the condition code mnemonic aliases to both the Intel andChad Rosier
2013-04-18Disable PPC comparison optimization by defaultHal Finkel
2013-04-18Implement optimizeCompareInstr for PPCHal Finkel
2013-04-18X86: Add an SSE2 lowering for 64 bit compares when pcmpgtq (SSE4.2) isn't ava...Benjamin Kramer
2013-04-18In the function InstCombiner::visitExtractElementInst() removed the limitatio...Anat Shemer
2013-04-18Added a function scalarizePHI() that sclarizes a vector phi instruction if it...Anat Shemer
2013-04-18At Jim Grosbach's request detemplate Object/MachO.h.Rafael Espindola
2013-04-18Allow misaligned stores in x86 fast-isel.Derek Schuff
2013-04-18LoopVectorizer: Recognize min/max reductionsArnold Schwaighofer
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-18Streamline arc-annotation test (removing some cases which do not add any extr...Michael Gottesman
2013-04-18[mips] DSP-ASE move from HI/LO register instructions.Akira Hatanaka
2013-04-17Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne
2013-04-17[ms-inline asm] Add support for the minus unary operator. Previously, we wereChad Rosier
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-17Fix treatment of ARM unallocated hint instructions.Quentin Colombet
2013-04-17R600: Make Export Instruction not duplicableVincent Lejeune
2013-04-17This appears to be no longer necessary for the testsuite.Eric Christopher
2013-04-17PR15149/r174304 improvement - print hex for unknown dwarf language codes & ad...David Blaikie
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-16[XCore] Extend test to check positve offsets are folded into addresses.Richard Osborne
2013-04-16[XCore] Give test more generic name.Richard Osborne
2013-04-16[XCore] Convert a couple of tests to FileCheck.Richard Osborne
2013-04-16Implement ARM unwind opcode assembler.Logan Chien
2013-04-16llvm-objdump: Don't print contents of BSS sections: it makes no sense and cra...Alexey Samsonov
2013-04-16simplifycfg: Fix integer overflow converting switch into icmp.Hans Wennborg
2013-04-16Add 64-bit multiply and divide instructions for SPARC v9.Jakob Stoklund Olesen
2013-04-15ARM: Add VACLT and VACLE assembly aliases.Jim Grosbach
2013-04-15We are not able to bitcast a pointer to an integral value.Bill Wendling
2013-04-15Mips assembler: Explicit floating point condition register recognition.Jack Carter
2013-04-15SLPVectorizer: Make it a function pass and add code for hoisting the vector-g...Nadav Rotem
2013-04-15R600/SI: Emit config values in register value pairs.Tom Stellard
2013-04-15R600/SI: Emit configuration value in the .AMDGPU.config ELF sectionTom Stellard
2013-04-15R600: Emit ELF formatted code rather than raw ISA.Tom Stellard
2013-04-15Avoid outputting temporary test file into source tree.Tim Northover
2013-04-15Revert "Recommit r179497 after fixing uninitialized variable." untilEric Christopher
2013-04-15Recommit r179497 after fixing uninitialized variable.Eric Christopher
2013-04-15SLPVectorizer: Add support for vectorizing trees that start at compare instru...Nadav Rotem
2013-04-15Fix PPC64 CR spill location for callee-saved registersHal Finkel
2013-04-14Revert "Remove some unused triple and data layout."Eric Christopher
2013-04-14Remove some unused triple and data layout.Eric Christopher
2013-04-14Use object file specific section type for initial text sectionNico Rieck
2013-04-14Reorders two transforms that collide with each otherDavid Majnemer
2013-04-14Make the command line triple match the module triple.Nadav Rotem