index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
ARM Cost Model: Modify the target independent cost model to ask
Nadav Rotem
2013-01-11
1
-3
/
+3
*
For inline asm:
Eric Christopher
2013-01-11
1
-0
/
+21
*
Simplify writing floating types to assembly.
Tim Northover
2013-01-11
4
-18
/
+74
*
ARM Cost Model: We need to detect the max bitwidth of types in the loop in o...
Nadav Rotem
2013-01-11
1
-0
/
+52
*
Converted test dont-tce-tail-marked-call.ll to use FileCheck.
Michael Gottesman
2013-01-11
1
-2
/
+2
*
This commit is a 4x squash commit consisting of 4x functions converted to use...
Michael Gottesman
2013-01-11
4
-6
/
+12
*
PR14904: Segmentation fault running pass 'Recognize loop idioms'
Shuxin Yang
2013-01-10
1
-0
/
+20
*
CastInst::castIsValid should return true if the dest type is the same as
Evan Cheng
2013-01-10
1
-0
/
+36
*
llvm/test/CodeGen/X86/ms-inline-asm.ll: Fixup; Globals doesn't have leading u...
NAKAMURA Takumi
2013-01-10
1
-2
/
+2
*
[llvm-objdump] Emit addresses with the correct number of leading 0's.
Michael J. Spencer
2013-01-10
1
-8
/
+8
*
[msan] Change va_start/va_copy shadow memset alignment to 8.
Peter Collingbourne
2013-01-10
1
-0
/
+13
*
PR14896: Handle memcpy from constant string where the memcpy size is larger t...
Evan Cheng
2013-01-10
1
-0
/
+13
*
[ms-inline asm] Add support for calling functions from inline assembly.
Chad Rosier
2013-01-10
1
-0
/
+18
*
Teach InstCombine to hoist FABS and FNEG through FPTRUNC instructions. The a...
Owen Anderson
2013-01-10
1
-0
/
+19
*
LoopVectorizer: Fix a bug in the vectorization of BinaryOperators. The Binary...
Nadav Rotem
2013-01-10
1
-0
/
+25
*
Fix a copy/paste error in the IR Linker, casting an ArrayType instead of a Ve...
Joey Gouly
2013-01-10
2
-0
/
+9
*
Fix TryToShrinkGlobalToBoolean in GlobalOpt, so that it does not discard addr...
Joey Gouly
2013-01-10
1
-11
/
+16
*
Stack Alignment: throw error if we can't satisfy the minimal alignment
Manman Ren
2013-01-10
2
-1
/
+20
*
ARM Cost model: Use the size of vector registers and widest vectorizable inst...
Nadav Rotem
2013-01-09
3
-2
/
+62
*
Fix a DAG combine bug visitBRCOND() is transforming br(xor(x, y)) to br(x != y).
Evan Cheng
2013-01-09
1
-0
/
+41
*
LICM: Hoist insertvalue/extractvalue out of loops.
Benjamin Kramer
2013-01-09
1
-0
/
+26
*
PowerPC: EH adjustments
Adhemerval Zanella
2013-01-09
1
-3
/
+3
*
add -march to the test
Nadav Rotem
2013-01-09
1
-1
/
+1
*
Efficient lowering of vector sdiv when the divisor is a splatted power of two...
Nadav Rotem
2013-01-09
1
-0
/
+72
*
MIsched: add an ILP window property to machine model.
Andrew Trick
2013-01-09
1
-13
/
+20
*
ARM Cost Model: Add a basic vectorization unrolling test.
Nadav Rotem
2013-01-09
1
-3
/
+10
*
Remove the -licm pass from the loop vectorizer test because the loop vectoriz...
Nadav Rotem
2013-01-09
23
-25
/
+25
*
Cost Model: Move the 'max unroll factor' variable to the TTI and add initial ...
Nadav Rotem
2013-01-09
3
-2
/
+31
*
Consider expression "0.0 - X" as the negation of X if
Shuxin Yang
2013-01-09
1
-2
/
+13
*
Specify complete triple for fp128 tests.
Tim Northover
2013-01-08
2
-2
/
+2
*
This patch produces the correct addend value for
Jack Carter
2013-01-08
1
-0
/
+33
*
This patch produces the correct pointer size
Jack Carter
2013-01-08
1
-0
/
+52
*
Pad Short Functions for Intel Atom
Preston Gurd
2013-01-08
4
-5
/
+83
*
Allow the asm printer to print fp128 values properly.
Tim Northover
2013-01-08
2
-0
/
+18
*
Make sure we don't emit instructions before a landingpad instruction.
Bill Wendling
2013-01-08
2
-0
/
+89
*
Add the C testcase to this file.
Eric Christopher
2013-01-08
1
-0
/
+6
*
Remove the llvm-local DW_TAG_vector_type tag and add a test to
Eric Christopher
2013-01-08
1
-0
/
+23
*
Mark artificial types as such in the annotated debug output.
David Blaikie
2013-01-08
1
-0
/
+3
*
LoopVectorizer: Add support for floating point reductions
Nadav Rotem
2013-01-07
1
-0
/
+29
*
Add some additional tests for the .bundle_lock align_to_end feature that didn't
Eli Bendersky
2013-01-07
4
-0
/
+2878
*
LoopVectorizer: When we vectorizer and widen loops we process many elements a...
Nadav Rotem
2013-01-07
1
-0
/
+50
*
Add the align_to_end option to .bundle_lock in the MC implementation of aligned
Eli Bendersky
2013-01-07
2
-1
/
+5
*
This change is to implement following rules:
Shuxin Yang
2013-01-07
1
-0
/
+85
*
Add support for separating strings for the split debug info DWARF5
Eric Christopher
2013-01-07
1
-4
/
+4
*
This patch addresses bug 14678 by fixing two problems in medium code model
Bill Schmidt
2013-01-07
2
-0
/
+51
*
When code size is the priority (Oz, MinSize attribute), help llvm
Quentin Colombet
2013-01-07
1
-0
/
+29
*
Make test/DebugInfo/member-pointers.ll portable by removing the TargetData
David Blaikie
2013-01-07
1
-4
/
+0
*
Switch the SCEV expander and LoopStrengthReduce to use
Chandler Carruth
2013-01-07
4
-12
/
+13
*
Fix a mistaken commit that included some debugging code.
David Tweed
2013-01-07
1
-1
/
+1
*
There was a switch fall-through in the parser for textual LLVM that caused
David Tweed
2013-01-07
3
-4
/
+4
[next]