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
*
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
*
Make the MergeGlobals pass correctly handle the address space qualifiers of t...
Silviu Baranga
2013-01-07
1
-0
/
+12
*
Switch BBVectorize to directly depend on having a TTI analysis.
Chandler Carruth
2013-01-07
10
-15
/
+15
*
PR14759: Debug info support for C++ member pointers.
David Blaikie
2013-01-07
1
-0
/
+34
*
Fix suffix handling for parsing and printing of cvtsi2ss, cvtsi2sd, cvtss2si,...
Craig Topper
2013-01-06
9
-116
/
+156
*
Fix for PR14739. It's not safe to fold a load into a call across a store. Tha...
Evan Cheng
2013-01-06
1
-4
/
+21
*
Fix a crash in LSR replaceCongruentIVs.
Andrew Trick
2013-01-06
1
-0
/
+44
*
[Object][ELF] Fix incorrect size of members for the 64 version of Elf_Phdr_Impl.
Michael J. Spencer
2013-01-06
2
-0
/
+10
*
[objdump] Add --private-headers, -p.
Michael J. Spencer
2013-01-06
2
-0
/
+8
*
Include access modifiers in subprogram metadata IR comment.
David Blaikie
2013-01-05
1
-5
/
+9
*
Emit DW_TAG_formal_parameter for unnamed parameters.
David Blaikie
2013-01-05
1
-7
/
+14
*
Recommit r171461 which was incorrectly reverted. Mark DIV/IDIV instructions h...
Craig Topper
2013-01-05
1
-0
/
+31
*
Revert revision 171524. Original message:
Nadav Rotem
2013-01-05
4
-76
/
+5
*
Fix a typo. Remove the duplicated test.
Nadav Rotem
2013-01-05
1
-25
/
+0
*
iLoopVectorize: Non commutative operators can be used as reduction variables ...
Nadav Rotem
2013-01-05
2
-3
/
+31
*
Force a fixed unroll count on the target independent tests.
Nadav Rotem
2013-01-05
27
-27
/
+27
*
tabs-to-spaces
Andrew Trick
2013-01-04
1
-44
/
+43
[next]