aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2013-01-11For inline asm:Eric Christopher
2013-01-11Simplify writing floating types to assembly.Tim Northover
2013-01-11ARM Cost Model: We need to detect the max bitwidth of types in the loop in o...Nadav Rotem
2013-01-11Converted test dont-tce-tail-marked-call.ll to use FileCheck.Michael Gottesman
2013-01-11This commit is a 4x squash commit consisting of 4x functions converted to use...Michael Gottesman
2013-01-10PR14904: Segmentation fault running pass 'Recognize loop idioms'Shuxin Yang
2013-01-10CastInst::castIsValid should return true if the dest type is the same asEvan Cheng
2013-01-10llvm/test/CodeGen/X86/ms-inline-asm.ll: Fixup; Globals doesn't have leading u...NAKAMURA Takumi
2013-01-10[llvm-objdump] Emit addresses with the correct number of leading 0's.Michael J. Spencer
2013-01-10[msan] Change va_start/va_copy shadow memset alignment to 8.Peter Collingbourne
2013-01-10PR14896: Handle memcpy from constant string where the memcpy size is larger t...Evan Cheng
2013-01-10[ms-inline asm] Add support for calling functions from inline assembly.Chad Rosier
2013-01-10Teach InstCombine to hoist FABS and FNEG through FPTRUNC instructions. The a...Owen Anderson
2013-01-10LoopVectorizer: Fix a bug in the vectorization of BinaryOperators. The Binary...Nadav Rotem
2013-01-10Fix a copy/paste error in the IR Linker, casting an ArrayType instead of a Ve...Joey Gouly
2013-01-10Fix TryToShrinkGlobalToBoolean in GlobalOpt, so that it does not discard addr...Joey Gouly
2013-01-10Stack Alignment: throw error if we can't satisfy the minimal alignmentManman Ren
2013-01-09ARM Cost model: Use the size of vector registers and widest vectorizable inst...Nadav Rotem
2013-01-09Fix a DAG combine bug visitBRCOND() is transforming br(xor(x, y)) to br(x != y).Evan Cheng
2013-01-09LICM: Hoist insertvalue/extractvalue out of loops.Benjamin Kramer
2013-01-09PowerPC: EH adjustmentsAdhemerval Zanella
2013-01-09add -march to the testNadav Rotem
2013-01-09Efficient lowering of vector sdiv when the divisor is a splatted power of two...Nadav Rotem
2013-01-09MIsched: add an ILP window property to machine model.Andrew Trick
2013-01-09ARM Cost Model: Add a basic vectorization unrolling test.Nadav Rotem
2013-01-09Remove the -licm pass from the loop vectorizer test because the loop vectoriz...Nadav Rotem
2013-01-09Cost Model: Move the 'max unroll factor' variable to the TTI and add initial ...Nadav Rotem
2013-01-09Consider expression "0.0 - X" as the negation of X ifShuxin Yang
2013-01-08Specify complete triple for fp128 tests.Tim Northover
2013-01-08This patch produces the correct addend value forJack Carter
2013-01-08This patch produces the correct pointer size Jack Carter
2013-01-08Pad Short Functions for Intel AtomPreston Gurd
2013-01-08Allow the asm printer to print fp128 values properly.Tim Northover
2013-01-08Make sure we don't emit instructions before a landingpad instruction.Bill Wendling
2013-01-08Add the C testcase to this file.Eric Christopher
2013-01-08Remove the llvm-local DW_TAG_vector_type tag and add a test toEric Christopher
2013-01-08Mark artificial types as such in the annotated debug output.David Blaikie
2013-01-07LoopVectorizer: Add support for floating point reductionsNadav Rotem
2013-01-07Add some additional tests for the .bundle_lock align_to_end feature that didn'tEli Bendersky
2013-01-07LoopVectorizer: When we vectorizer and widen loops we process many elements a...Nadav Rotem
2013-01-07Add the align_to_end option to .bundle_lock in the MC implementation of alignedEli Bendersky
2013-01-07This change is to implement following rules:Shuxin Yang
2013-01-07Add support for separating strings for the split debug info DWARF5Eric Christopher
2013-01-07This patch addresses bug 14678 by fixing two problems in medium code modelBill Schmidt
2013-01-07When code size is the priority (Oz, MinSize attribute), help llvmQuentin Colombet
2013-01-07Make test/DebugInfo/member-pointers.ll portable by removing the TargetDataDavid Blaikie
2013-01-07Switch the SCEV expander and LoopStrengthReduce to useChandler Carruth
2013-01-07Fix a mistaken commit that included some debugging code.David Tweed
2013-01-07There was a switch fall-through in the parser for textual LLVM that causedDavid Tweed
2013-01-07Make the MergeGlobals pass correctly handle the address space qualifiers of t...Silviu Baranga