aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2013-04-14Use i32 for all SPARC shift amounts, even in 64-bit mode.Jakob Stoklund Olesen
2013-04-14Remove unused function attributes.Nadav Rotem
2013-04-14SLPVectorizer: Add support for trees that don't start at binary operators, an...Nadav Rotem
2013-04-14Add support for the abs64 SPARC v9 code model.Jakob Stoklund Olesen
2013-04-14Add support for the SPARC v9 abs44 code model.Jakob Stoklund Olesen
2013-04-14Also put target flags on SPARC constant pool references.Jakob Stoklund Olesen
2013-04-14SLPVectorizer: add initial support for reduction variable vectorization.Nadav Rotem
2013-04-14Fix patterns for 64-bit pointers.Jakob Stoklund Olesen
2013-04-13Define SPARC code models.Jakob Stoklund Olesen
2013-04-13GlobalDCE: Fix an oversight in my last commit that could lead to crashes.Benjamin Kramer
2013-04-13Fix a scalability issue with complex ConstantExprs.Benjamin Kramer
2013-04-13Spill and restore PPC CR registers using the FP when we have oneHal Finkel
2013-04-13Further generalize this scheduler test.Andrew Trick
2013-04-13Fix a dislexic regex.Andrew Trick
2013-04-13Add a missing REQUIRES: assertsAndrew Trick
2013-04-13MI-Sched: schedule physreg copies.Andrew Trick
2013-04-13Finish templating MachObjectFile over endianness.Rafael Espindola
2013-04-13[mips] Reapply r179420 and r179421.Akira Hatanaka
2013-04-12Revert r179420 and r179421.Akira Hatanaka
2013-04-12[mips] Instruction selection patterns for carry-setting and using addAkira Hatanaka
2013-04-12[mips] v4i8 and v2i16 add, sub and mul instruction selection patterns.Akira Hatanaka
2013-04-12Revert r179409 because it caused some warnings and some of the build bots fail.Nadav Rotem
2013-04-12InstCombine: Check the operand types before merging fcmp ord & fcmp ord.Benjamin Kramer
2013-04-12SLPVectorizer: add support for vectorization of diamond shaped trees. We now ...Nadav Rotem
2013-04-12CostModel: increase the default cost of supported floating point operations f...Nadav Rotem
2013-04-12Add support for additional vector instructions in the interpreter.Nadav Rotem