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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[x86] Move the AVX v4i64 test cases down to group them together.
Chandler Carruth
2014-09-22
1
-92
/
+92
*
Add some documentation stating that the memory allocated by the ASTContext.h ...
Ehsan Akhgari
2014-09-22
1
-6
/
+6
*
Add two thresholds lvi-overdefined-BB-threshold and lvi-overdefined-threshold
Jiangning Liu
2014-09-22
1
-2
/
+32
*
ms-inline-asm: Scope inline asm labels to functions
Ehsan Akhgari
2014-09-22
15
-24
/
+205
*
ms-inline-asm: Add a sema callback for looking up label names
Ehsan Akhgari
2014-09-22
4
-8
/
+46
*
[x86] Back out a bad choice about lowering v4i64 and pave the way for
Chandler Carruth
2014-09-22
2
-264
/
+138
*
run-clang-tidy.py: don't fail when running without -checks=.
Alexander Kornienko
2014-09-22
1
-2
/
+5
*
[x86] Teach the new vector shuffle lowering how to cleverly lower single
Chandler Carruth
2014-09-21
2
-50
/
+118
*
Disable most of the google-readability-casting check for non-C++ files (only
Alexander Kornienko
2014-09-21
3
-1
/
+18
*
[x86] Add a bunch of test cases where we have different shuffle patterns
Chandler Carruth
2014-09-21
1
-0
/
+151
*
Fix typo
Matt Arsenault
2014-09-21
1
-4
/
+3
*
Use llvm_unreachable instead of assert(!)
Matt Arsenault
2014-09-21
1
-2
/
+2
*
R600/SI: Don't use strings for single characters
Matt Arsenault
2014-09-21
1
-18
/
+18
*
Remove redundant if test.
Lang Hames
2014-09-21
1
-4
/
+1
*
Refactor reciprocal square root estimate into target-independent function; NFC.
Sanjay Patel
2014-09-21
4
-58
/
+69
*
mop up: "Don’t duplicate function or class name at the beginning of the com...
Sanjay Patel
2014-09-21
3
-59
/
+45
*
[x86] With the stronger canonicalization of shuffles added in r218216,
Chandler Carruth
2014-09-21
1
-4
/
+0
*
[x86] Teach the new vector shuffle lowering to re-use the SHUFPS
Chandler Carruth
2014-09-21
2
-15
/
+28
*
[x86] Refactor the logic to form SHUFPS instruction patterns to lower
Chandler Carruth
2014-09-21
1
-89
/
+108
*
[x86] Teach the new vector shuffle lowering the basics about insertion
Chandler Carruth
2014-09-21
2
-0
/
+67
*
[x86] Teach the new vector shuffle lowering how to lower to UNPCKLPS and
Chandler Carruth
2014-09-21
2
-8
/
+8
*
[x86] Add test cases for UNPCK instructions with v8f32 AVX vectors in
Chandler Carruth
2014-09-21
1
-0
/
+22
*
[x86] Begin teaching the new vector shuffle lowering among the most
Chandler Carruth
2014-09-21
2
-86
/
+49
*
[x86] Regenerate this test case now that I've improved my script for
Chandler Carruth
2014-09-21
1
-74
/
+74
*
[x86] Explicitly lower to a blend early if it is trivial to do so for
Chandler Carruth
2014-09-21
1
-0
/
+5
*
[x86] Teach the new vector shuffle lowering of v4f64 to prefer a direct
Chandler Carruth
2014-09-21
2
-2
/
+7
*
[x86] Add some more comprehensive tests for v4f64 blending.
Chandler Carruth
2014-09-21
1
-0
/
+45
*
[x86] Re-generate a bunch of the v4f64 test cases with my new script.
Chandler Carruth
2014-09-21
1
-111
/
+249
*
[x86] Switch the blend implementation to use a MVT switch rather than
Chandler Carruth
2014-09-21
1
-18
/
+25
*
[x86] Remove some essentially lying comments from the v4f64 path of the
Chandler Carruth
2014-09-21
1
-6
/
+0
*
[x86] Fix a helper to reflect that what we actually care about is
Chandler Carruth
2014-09-21
1
-9
/
+12
*
[x86] Teach the new vector shuffle lowering the first step toward more
Chandler Carruth
2014-09-21
2
-35
/
+68
*
MC: Support aligned COMMON symbols for COFF
David Majnemer
2014-09-21
4
-8
/
+31
*
[x86] Add some more test cases covering specific blend patterns.
Chandler Carruth
2014-09-21
1
-0
/
+91
*
[x86] Add the beginnings of some tests for our v8f32 shuffle lowering
Chandler Carruth
2014-09-21
1
-0
/
+345
*
Modified per David Blakie suggestion.
Yaron Keren
2014-09-21
2
-5
/
+2
*
Silence these C4715 warnings from Visual C++ (NFC)
Yaron Keren
2014-09-21
2
-0
/
+5
*
Enable libcxx map test on FreeBSD again
Ed Maste
2014-09-21
1
-1
/
+0
*
RTDyldMemoryManager::getSymbolAddress(): Make sure to return 0 if symbol name...
NAKAMURA Takumi
2014-09-20
1
-0
/
+2
*
mop up: "Don’t duplicate function or class name at the beginning of the com...
Sanjay Patel
2014-09-20
1
-25
/
+21
*
[x86] Teach the new vector shuffle lowering to use VPERMILPD for
Chandler Carruth
2014-09-20
3
-7
/
+35
*
[x86] Add an AVX run to the 128-bit v2 tests, teach them to have
Chandler Carruth
2014-09-20
1
-38
/
+75
*
Update tests which broke from r218189
David Majnemer
2014-09-20
9
-19
/
+19
*
[x86] Teach the new vector shuffle lowering to use the AVX VPERMILPS
Chandler Carruth
2014-09-20
2
-24
/
+90
*
MC: Fix MCSectionCOFF::PrintSwitchToSection
David Majnemer
2014-09-20
2
-7
/
+18
*
[x86] Start moving to a fancier check syntax to reduce the need for
Chandler Carruth
2014-09-20
1
-174
/
+102
*
[MCJIT] Make RTDyldMemoryManager::getSymbolAddress's behaviour more consistent.
Lang Hames
2014-09-20
2
-15
/
+21
*
Fix lldb-gdbserver build.
Todd Fiala
2014-09-20
1
-3
/
+3
*
llvm-cov: Allow creating CoverageMappings from filenames
Justin Bogner
2014-09-20
3
-19
/
+20
*
llvm-cov: Disentangle the coverage data logic from the display (NFC)
Justin Bogner
2014-09-20
14
-479
/
+542
[next]