aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2012-08-03[CMake] Add yaml2obj to check-llvm.NAKAMURA Takumi
2012-08-02Move test yaml files under Inputs until they are converted to be the actualMatt Beaumont-Gay
2012-08-02X86 Peephole: fold loads to the source register operand if possible.Manman Ren
2012-08-02Add yaml2obj. A utility to convert YAML to binaries.Michael J. Spencer
2012-08-02Set transient stack alignment in constructor of MipsFrameLowering and re-enableAkira Hatanaka
2012-08-02Support fpv4 for ARM Cortex-M4.Jiangning Liu
2012-08-02Fix #13035, a bug around Thumb instruction LDRD/STRD with negative #0 offset ...Jiangning Liu
2012-08-02Fix #13138, a bug around ARM instruction DSB encoding and decoding issue.Jiangning Liu
2012-08-02Fix #13241, a bug around shift immediate operand for ARM instruction ADR.Jiangning Liu
2012-08-02llvm/test/CodeGen/X86/fold-pcmpeqd-1.ll: Make sure this is testing without +avx.NAKAMURA Takumi
2012-08-02llvm/test/CodeGen/X86/fold-pcmpeqd-1.ll: Rewrite expressions to pass regardle...NAKAMURA Takumi
2012-08-02X86 Peephole: fold loads to the source register operand if possible.Manman Ren
2012-08-01Temporarily revert c23b933d5f8be9b51a1d22e717c0311f65f87dcd. It's causingEric Christopher
2012-08-01Line endings.Matt Beaumont-Gay
2012-08-01fix 'make check' when ocamlopt returns the compiler path with CFLAGS (and the...Nuno Lopes
2012-08-01Added FMA functionality to X86 target.Elena Demikhovsky
2012-08-01Stay rational; don't assert trying to take the square root of a negative value.Nick Lewycky
2012-07-31Add definitions of two subclasses of MipsFrameLowering, Mips16FrameLowering andAkira Hatanaka
2012-07-31Let PEI::calculateFrameObjectOffsets compute the final stack size rather thanAkira Hatanaka
2012-07-31Expand DYNAMIC_STACKALLOC nodes rather than doing custom-lowering.Akira Hatanaka
2012-07-31When store nodes or memcpy nodes are created to copy the function callAkira Hatanaka
2012-07-31[x86 frame lowering] In 32-bit mode, use ESI as the base pointer.Chad Rosier
2012-07-31Fix type of LUXC1 and SUXC1. These instructions were incorrectly defined asAkira Hatanaka
2012-07-31MachineSink: Sort the successors before trying to find SuccToSinkTo.Manman Ren
2012-07-31Clear kill flags in removeCopyByCommutingDef().Jakob Stoklund Olesen
2012-07-31Reverse order of the two branches at end of a basic block if it is profitable.Manman Ren
2012-07-30Keep empty assembly macro argument values in the middle of the list.Jim Grosbach
2012-07-30Consider address spaces for hashing and CSEing DAG nodes. Otherwise two load...Pete Cooper
2012-07-30Fix a bug in ARMMachObjectWriter::RecordRelocation() in ARMMachObjectWriter.cppKevin Enderby
2012-07-30When constant folding GEP expressions, keep the address space information of ...Nadav Rotem
2012-07-29Revert r160920 and r160919 due to dragonegg and clang selfhost failureManman Ren
2012-07-29Add testcases for GlobalOpt changes in r160693 and r160757.Nick Lewycky
2012-07-28X86 Peephole: fold loads to the source register operand if possible.Manman Ren
2012-07-28X86 Peephole: fold loads to the source register operand if possible.Manman Ren
2012-07-28X86 Peephole: fix PR13475 in optimizeCompare.Manman Ren
2012-07-27Add a DW_AT_high_pc for CUs that are a single address range. UpdateEric Christopher
2012-07-27Teach CodeGenPrep to look past bitcast when it's duplicating return instructionEvan Cheng
2012-07-27Add <imp-def> of super-register when lowering SUBREG_TO_REG.Jakob Stoklund Olesen
2012-07-27fix PR13390: do not loop forever with self-referencing self instructionsNuno Lopes
2012-07-27fix infinite loop in instcombine in the presence of a (malformed) self-refere...Nuno Lopes
2012-07-26Simplify demanded bits of select sources where the condition is a constant ve...Pete Cooper
2012-07-26Teach SimplifyDemandedBits how to look through fpext and fptrunc to simplify ...Pete Cooper
2012-07-26Eliminate a batch of uses of sub_ss and sub_sd in the X86 target.Jakob Stoklund Olesen
2012-07-26Stop reassociate from looking through expressions of arbitrary complexity. ThisDuncan Sands
2012-07-26Make l/q suffixes on AVX forms of scalar convert instructions consistent with...Craig Topper
2012-07-26Fix call setup for PIC.Akira Hatanaka
2012-07-25Update testing case for Atom when disabling rematerialization inManman Ren
2012-07-25revert r160742: it's breaking CMake buildNuno Lopes
2012-07-25Disable rematerialization in TwoAddressInstructionPass.Manman Ren
2012-07-25MemoryBuiltins: add support to determine the size of strdup'ed non-constant s...Nuno Lopes