index
:
~gabbayo/llvm
base
master
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Age
Commit message (
Expand
)
Author
Files
Lines
2014-10-02
Revert "DI: Fold constant arguments into a single MDString"
Duncan P. N. Exon Smith
342
-5877
/
+5878
2014-10-02
llvm-readobj: print COFF imported symbols
Rui Ueyama
1
-0
/
+4
2014-10-02
DI: Fold constant arguments into a single MDString
Duncan P. N. Exon Smith
342
-5878
/
+5877
2014-10-02
[x86] Teach the new vector shuffle lowering to widen floating point
Chandler Carruth
2
-10
/
+194
2014-10-02
Remove unused function attribute params.
Sanjay Patel
1
-2
/
+2
2014-10-02
Optimize square root squared (PR21126).
Sanjay Patel
1
-0
/
+29
2014-10-02
[x86] Move the vperm2f128 test to be vperm2x128 and test both the
Chandler Carruth
3
-116
/
+217
2014-10-02
This patch adds a new flag "-coff-imports" to llvm-readobj.
Rui Ueyama
3
-0
/
+24
2014-10-02
Support padding unaligned data in .text.
Joerg Sonnenberger
1
-0
/
+4
2014-10-02
[BUG][INDVAR] Fix for PR21014: wrong SCEV operands commuting for non-commutat...
Zinovy Nis
1
-2
/
+6
2014-10-02
[x86] Just delete the last combine test file.
Chandler Carruth
1
-448
/
+0
2014-10-02
[x86] Merge still more combine tests into the common file. These at
Chandler Carruth
2
-237
/
+382
2014-10-02
[x86] Merge the third combining test into the generic one and add proper
Chandler Carruth
2
-380
/
+1001
2014-10-02
[x86] Merge the second set of vector combining tests into a common test
Chandler Carruth
2
-317
/
+470
2014-10-02
[x86] Merge the bitwise operation shuffle combining into the common test
Chandler Carruth
2
-253
/
+468
2014-10-02
[x86] Update this test to run a full complement of the ISA extensions,
Chandler Carruth
1
-54
/
+92
2014-10-02
[x86] Minimize the parameters to this test for clarity.
Chandler Carruth
1
-2
/
+1
2014-10-02
[x86] Add a comment clarifying that this test should span all manners of
Chandler Carruth
1
-0
/
+5
2014-10-02
[x86] Switch some of the new consolidated vector tests to use
Chandler Carruth
3
-208
/
+239
2014-10-02
Remove test directories with no tests.
Eric Christopher
2
-0
/
+0
2014-10-01
[x86] Improve and correct how the new vector shuffle lowering was
Chandler Carruth
1
-15
/
+6
2014-10-01
Lower FNEG ( FABS (x) ) -> FNABS (x) [X86 codegen] PR20578
Sanjay Patel
1
-0
/
+77
2014-10-01
[x86] Merge the remaining test cases into vector-blend.ll and remove all
Chandler Carruth
4
-218
/
+117
2014-10-01
[x86] Expand the ISA coverage of our blend test in preparation for
Chandler Carruth
1
-86
/
+423
2014-10-01
[x86] Merge the interesting test cases from blend-msb.ll into
Chandler Carruth
2
-40
/
+18
2014-10-01
[x86] Move the AVX blend test to a generic name. I'm going to fold other
Chandler Carruth
1
-0
/
+0
2014-10-01
[x86] Remove a test that wasn't doing anything really. We have plenty of
Chandler Carruth
1
-69
/
+0
2014-10-01
[x86] Add a 32-bit run to the sext test, and remove a sad vec_sext.ll
Chandler Carruth
2
-80
/
+181
2014-10-01
[x86] Teach both sext and zext vector tests to cover a nice wide range
Chandler Carruth
2
-184
/
+662
2014-10-01
Make the sqrt intrinsic return undef for a negative input.
Sanjay Patel
1
-0
/
+9
2014-10-01
[x86] Sort the ISA-specific RUN lines for vector-sext.ll to go from
Chandler Carruth
1
-155
/
+155
2014-10-01
ARM: yes it can (as of r218789)
Tim Northover
1
-3
/
+0
2014-10-01
[x86] Rename avx-{s,z}ext.ll to vector-{s,z}ext.ll.
Chandler Carruth
2
-0
/
+0
2014-10-01
[x86] Cleanup and re-generate the checks for avx-zext.ll using the new
Chandler Carruth
1
-19
/
+32
2014-10-01
[x86] Generate the FileCheck assertions for avx-blend.ll with my new
Chandler Carruth
1
-96
/
+75
2014-10-01
[x86] Clean up and generate detailed FileCheck assertions for
Chandler Carruth
1
-123
/
+365
2014-10-01
ARM: allow copying of CPSR when all else fails.
Tim Northover
1
-0
/
+41
2014-10-01
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
218
-969
/
+967
2014-10-01
LTO: Add missing target triple from r218784
Duncan P. N. Exon Smith
1
-0
/
+2
2014-10-01
Add fptrunc to mips fast-sel
Reed Kotler
1
-0
/
+20
2014-10-01
LTO: Ignore disabled diagnostic remarks
Duncan P. N. Exon Smith
1
-0
/
+38
2014-10-01
Revert r218778 while investigating buldbot breakage.
Adrian Prantl
218
-967
/
+969
2014-10-01
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
218
-969
/
+967
2014-10-01
R600: Call EmitFunctionHeader() in the AsmPrinter to populate the ELF symbol ...
Tom Stellard
265
-1519
/
+1520
2014-10-01
Revert r216862 due to a performance regression
Jingyue Wu
3
-50
/
+7
2014-10-01
[ARM] Allow selecting VRINT[APMXZR] and VCVT[BT] instructions for FPv5
Oliver Stannard
3
-40
/
+65
2014-10-01
[x86] Fix a few more tiny patterns with the new vector shuffle lowering
Chandler Carruth
1
-0
/
+190
2014-10-01
[AArch64] Allow access to all system registers with MRS/MSR instructions.
Tom Coxon
3
-10
/
+18
2014-10-01
Revert r218721, r218735.
Evgeniy Stepanov
2
-128
/
+1
2014-10-01
Add missing natual vector cast.
Asiri Rathnayake
1
-0
/
+65
[next]