aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* ARM Cost Model: Modify the target independent cost model to askNadav Rotem2013-01-111-3/+3
* For inline asm:Eric Christopher2013-01-111-0/+21
* Simplify writing floating types to assembly.Tim Northover2013-01-114-18/+74
* ARM Cost Model: We need to detect the max bitwidth of types in the loop in o...Nadav Rotem2013-01-111-0/+52
* Converted test dont-tce-tail-marked-call.ll to use FileCheck.Michael Gottesman2013-01-111-2/+2
* This commit is a 4x squash commit consisting of 4x functions converted to use...Michael Gottesman2013-01-114-6/+12
* PR14904: Segmentation fault running pass 'Recognize loop idioms'Shuxin Yang2013-01-101-0/+20
* CastInst::castIsValid should return true if the dest type is the same asEvan Cheng2013-01-101-0/+36
* llvm/test/CodeGen/X86/ms-inline-asm.ll: Fixup; Globals doesn't have leading u...NAKAMURA Takumi2013-01-101-2/+2
* [llvm-objdump] Emit addresses with the correct number of leading 0's.Michael J. Spencer2013-01-101-8/+8
* [msan] Change va_start/va_copy shadow memset alignment to 8.Peter Collingbourne2013-01-101-0/+13
* PR14896: Handle memcpy from constant string where the memcpy size is larger t...Evan Cheng2013-01-101-0/+13
* [ms-inline asm] Add support for calling functions from inline assembly.Chad Rosier2013-01-101-0/+18
* Teach InstCombine to hoist FABS and FNEG through FPTRUNC instructions. The a...Owen Anderson2013-01-101-0/+19
* LoopVectorizer: Fix a bug in the vectorization of BinaryOperators. The Binary...Nadav Rotem2013-01-101-0/+25
* Fix a copy/paste error in the IR Linker, casting an ArrayType instead of a Ve...Joey Gouly2013-01-102-0/+9
* Fix TryToShrinkGlobalToBoolean in GlobalOpt, so that it does not discard addr...Joey Gouly2013-01-101-11/+16
* Stack Alignment: throw error if we can't satisfy the minimal alignmentManman Ren2013-01-102-1/+20
* ARM Cost model: Use the size of vector registers and widest vectorizable inst...Nadav Rotem2013-01-093-2/+62
* Fix a DAG combine bug visitBRCOND() is transforming br(xor(x, y)) to br(x != y).Evan Cheng2013-01-091-0/+41
* LICM: Hoist insertvalue/extractvalue out of loops.Benjamin Kramer2013-01-091-0/+26
* PowerPC: EH adjustmentsAdhemerval Zanella2013-01-091-3/+3
* add -march to the testNadav Rotem2013-01-091-1/+1
* Efficient lowering of vector sdiv when the divisor is a splatted power of two...Nadav Rotem2013-01-091-0/+72
* MIsched: add an ILP window property to machine model.Andrew Trick2013-01-091-13/+20
* ARM Cost Model: Add a basic vectorization unrolling test.Nadav Rotem2013-01-091-3/+10
* Remove the -licm pass from the loop vectorizer test because the loop vectoriz...Nadav Rotem2013-01-0923-25/+25
* Cost Model: Move the 'max unroll factor' variable to the TTI and add initial ...Nadav Rotem2013-01-093-2/+31
* Consider expression "0.0 - X" as the negation of X ifShuxin Yang2013-01-091-2/+13
* Specify complete triple for fp128 tests.Tim Northover2013-01-082-2/+2
* This patch produces the correct addend value forJack Carter2013-01-081-0/+33
* This patch produces the correct pointer size Jack Carter2013-01-081-0/+52
* Pad Short Functions for Intel AtomPreston Gurd2013-01-084-5/+83
* Allow the asm printer to print fp128 values properly.Tim Northover2013-01-082-0/+18
* Make sure we don't emit instructions before a landingpad instruction.Bill Wendling2013-01-082-0/+89
* Add the C testcase to this file.Eric Christopher2013-01-081-0/+6
* Remove the llvm-local DW_TAG_vector_type tag and add a test toEric Christopher2013-01-081-0/+23
* Mark artificial types as such in the annotated debug output.David Blaikie2013-01-081-0/+3
* LoopVectorizer: Add support for floating point reductionsNadav Rotem2013-01-071-0/+29
* Add some additional tests for the .bundle_lock align_to_end feature that didn'tEli Bendersky2013-01-074-0/+2878
* LoopVectorizer: When we vectorizer and widen loops we process many elements a...Nadav Rotem2013-01-071-0/+50
* Add the align_to_end option to .bundle_lock in the MC implementation of alignedEli Bendersky2013-01-072-1/+5
* This change is to implement following rules:Shuxin Yang2013-01-071-0/+85
* Add support for separating strings for the split debug info DWARF5Eric Christopher2013-01-071-4/+4
* This patch addresses bug 14678 by fixing two problems in medium code modelBill Schmidt2013-01-072-0/+51
* When code size is the priority (Oz, MinSize attribute), help llvmQuentin Colombet2013-01-071-0/+29
* Make test/DebugInfo/member-pointers.ll portable by removing the TargetDataDavid Blaikie2013-01-071-4/+0
* Switch the SCEV expander and LoopStrengthReduce to useChandler Carruth2013-01-074-12/+13
* Fix a mistaken commit that included some debugging code.David Tweed2013-01-071-1/+1
* There was a switch fall-through in the parser for textual LLVM that causedDavid Tweed2013-01-073-4/+4