index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use conventional syntax for branches.
Anton Korobeynikov
2013-07-14
2
-2
/
+2
*
Properly lower jump tables on MSP430. Patch by Job Noorman!
Anton Korobeynikov
2013-07-14
1
-5
/
+5
*
The archive update test has a subtle race condition in it: if the test
Chandler Carruth
2013-07-14
1
-7
/
+15
*
Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...
Stephen Lin
2013-07-14
937
-8028
/
+8028
*
Teach indvars to generate nsw/nuw flags when widening an induction variable.
Andrew Trick
2013-07-14
1
-0
/
+29
*
Fixup to r186268 and r186269: don't append -LABEL to CHECK-NOT. No functional...
Stephen Lin
2013-07-14
4
-5
/
+5
*
Catch more CHECK that can be converted to CHECK-LABEL in Transforms for easie...
Stephen Lin
2013-07-14
63
-301
/
+301
*
Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...
Stephen Lin
2013-07-14
444
-2477
/
+2477
*
Modify two Transforms tests to explicitly check for full function names in so...
Stephen Lin
2013-07-14
2
-2
/
+2
*
Convert Windows to Unix line endings, no functionality change.
Stephen Lin
2013-07-13
2
-45
/
+45
*
Add newlines at end of test files, no functionality change
Stephen Lin
2013-07-13
10
-10
/
+10
*
Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging....
Stephen Lin
2013-07-13
255
-1492
/
+1492
*
LoopVectorizer: Disallow reductions whose header phi is used outside the loop
Arnold Schwaighofer
2013-07-13
1
-0
/
+25
*
Convert a couple of grep tests to FileCheck.
Benjamin Kramer
2013-07-13
6
-31
/
+109
*
Only verify the length in archive test, we can't make assumptions on the spac...
Benjamin Kramer
2013-07-13
1
-2
/
+2
*
Make the new vectorizer test immune to TTI
Andrew Trick
2013-07-13
1
-1
/
+1
*
LoopVectorize fix: LoopInfo must be valid when invoking utils like SCEVExpander.
Andrew Trick
2013-07-13
1
-0
/
+113
*
Add r186216 back, but make the test tolerant of different uids and gids.
Rafael Espindola
2013-07-13
1
-0
/
+22
*
Add a microoptimization for urem.
Nick Lewycky
2013-07-13
1
-0
/
+9
*
Revert commit r186216 -- it's breaking bots:
Chandler Carruth
2013-07-13
1
-22
/
+0
*
[mips] Remove trailing whitespace.
Akira Hatanaka
2013-07-12
1
-4
/
+4
*
Fix logic error optimizing "icmp pred (urem X, Y), Y" where pred is signed.
Nick Lewycky
2013-07-12
1
-1
/
+9
*
[mips] Implement MipsTargetMachine::getInstrItineraryData().
Akira Hatanaka
2013-07-12
8
-84
/
+89
*
Fix ARM paired GPR COPY lowering
JF Bastien
2013-07-12
1
-0
/
+17
*
Fix a crash in EvaluateInDifferentElementOrder where it would generate an
Joey Gouly
2013-07-12
1
-0
/
+15
*
Fix a off by one error about which members need to use the string table.
Rafael Espindola
2013-07-12
1
-0
/
+22
*
LFTR improvement to avoid truncation.
Andrew Trick
2013-07-12
1
-0
/
+44
*
R600: Reapply testcase from r186178, the big endian issue should be fixed by ...
Benjamin Kramer
2013-07-12
1
-0
/
+12
*
Change archive-update.test to create a new file on the fly.
Rafael Espindola
2013-07-12
2
-3
/
+6
*
Rename directory to avoid problems on windows.
Rafael Espindola
2013-07-12
2
-2
/
+2
*
Change llvm-ar to use lib/Object.
Rafael Espindola
2013-07-12
2
-3
/
+5
*
Add a test for llvm-ar's u option.
Rafael Espindola
2013-07-12
2
-0
/
+26
*
R600: Remove the fpconst64.ll test which was failing on non-x86 buildbots
Tom Stellard
2013-07-12
1
-12
/
+0
*
X86 cost model: Add cost for vectorized gather/scather
Arnold Schwaighofer
2013-07-12
1
-0
/
+86
*
ARM cost model: Add cost for gather/scather
Arnold Schwaighofer
2013-07-12
1
-0
/
+88
*
Relax the test a bit more to handle different UIDs and GIDs.
Rafael Espindola
2013-07-12
1
-1
/
+1
*
Relax test a bit to handle umask differences.
Rafael Espindola
2013-07-12
1
-1
/
+1
*
Add a test for the 'o' option in llvm-ar.
Rafael Espindola
2013-07-12
1
-0
/
+10
*
R600/SI: Add support for f64 kernel arguments
Tom Stellard
2013-07-12
1
-0
/
+9
*
R600/SI: Implement select and compares for SI
Tom Stellard
2013-07-12
1
-0
/
+79
*
R600/SI: Add fsqrt pattern for SI
Tom Stellard
2013-07-12
1
-0
/
+24
*
R600/SI: Add double precision fsub pattern for SI
Tom Stellard
2013-07-12
1
-0
/
+13
*
R600/SI: SI support for 64bit ConstantFP
Tom Stellard
2013-07-12
1
-0
/
+12
*
R600/SI: Add initial double precision support for SI
Tom Stellard
2013-07-12
4
-0
/
+60
*
X86: Shrink certain forms of movsx.
Benjamin Kramer
2013-07-12
4
-6
/
+27
*
X86: fold SSE2/AVX2 logical shift by immediate amount into zero vector when p...
Stephen Lin
2013-07-12
2
-0
/
+494
*
Start using CHECK-LABEL in some tests.
Stephen Lin
2013-07-12
12
-110
/
+111
*
Add new directive called CHECK-LABEL to FileCheck.
Stephen Lin
2013-07-12
1
-0
/
+51
*
Don't reject an empty archive.
Rafael Espindola
2013-07-12
2
-0
/
+4
*
Revert "indvars: Improve LFTR by eliminating truncation when comparing
Chandler Carruth
2013-07-12
1
-25
/
+0
[next]