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
*
[Clang][AVX512][BuiltIn] Adding intrinsics for cvtps2pd instruction set
Michael Zuckerman
2016-05-02
3
-0
/
+85
*
[SystemZ] Fix in restoreCalleeSavedRegisters()
Jonas Paulsson
2016-05-02
1
-1
/
+2
*
[SystemZ] Mark CC defs as dead whenever possible.
Jonas Paulsson
2016-05-02
3
-5
/
+25
*
[Clang][avx512][builtin] Adding intrinsics for vexpand{d|q|ps|pd} instrctuon set
Michael Zuckerman
2016-05-02
3
-0
/
+218
*
[Clang][BuiltIn][avx512] Adding intrinsics for vpshufd instruction set
Michael Zuckerman
2016-05-02
5
-0
/
+91
*
[X86] Fix a bug in LOCK arithmetic operation pattern matching where the wrong...
Craig Topper
2016-05-02
1
-1
/
+1
*
Fix grammar and correct comment - the debug information wasn't incorrect, rat...
Eric Christopher
2016-05-02
1
-2
/
+2
*
[llvm-readobj] Dump hash as part of -version-info.
Davide Italiano
2016-05-02
2
-0
/
+4
*
[CodeGen] Add OPC_MoveChild0-OPC_MoveChild7 opcodes to isel matching tables t...
Craig Topper
2016-05-02
3
-3
/
+24
*
Add support for synthetic child providers to optionally return a customized t...
Enrico Granata
2016-05-02
6
-0
/
+94
*
[GlobalDCE] Modernize. Use FileCheck instead of grep.
Davide Italiano
2016-05-01
6
-7
/
+15
*
[InstCombine][SSE] Added support to VPERMD/VPERMPS to shuffle combine to acce...
Simon Pilgrim
2016-05-01
2
-13
/
+18
*
Dropped FIXME comment
Simon Pilgrim
2016-05-01
1
-1
/
+1
*
[InstCombine][SSE] Added support to VPERMILVAR to shuffle combine to accept U...
Simon Pilgrim
2016-05-01
2
-28
/
+35
*
[InstCombine][AVX] Fixed PERMILVAR identity tests and added additional decode...
Simon Pilgrim
2016-05-01
1
-13
/
+47
*
[InstCombine][SSE] Added support to PSHUFB to shuffle combine to accept UNDEF...
Simon Pilgrim
2016-05-01
2
-22
/
+21
*
[InstCombine][SSE] Regenerate MOVSX/MOVZX tests
Simon Pilgrim
2016-05-01
2
-114
/
+116
*
[AVX512] VPACKUSWB/VPACKSSWB should not be encoded with EVEX.W=1. While there...
Craig Topper
2016-05-01
4
-214
/
+214
*
[InstCombine][AVX2] Combine VPERMD/VPERMPS intrinsics with constant masks to ...
Simon Pilgrim
2016-05-01
2
-15
/
+50
*
Fixed MSVC 'not all control paths return a value' warning
Simon Pilgrim
2016-05-01
1
-0
/
+1
*
Document the LLVM_ENABLE_EXPENSIVE_CHECKS cmake option introduced in r268050
Simon Pilgrim
2016-05-01
1
-0
/
+3
*
[clang][Builtin][AVX512] Adding intrinsics for vmovshdup and vmovsldup instru...
Michael Zuckerman
2016-05-01
5
-0
/
+210
*
getelementptr instruction, support index vector of EVT.
Igor Breger
2016-05-01
2
-1
/
+11
*
Update test for r268192.
Kuba Brecka
2016-05-01
1
-3
/
+3
*
Improve wording and capitalization of TSan thread names.
Kuba Brecka
2016-05-01
1
-7
/
+7
*
Add thread numbers into ASan thread names.
Kuba Brecka
2016-05-01
1
-5
/
+8
*
Fix NetBSD build with CMake 3.5.2
Kamil Rytarowski
2016-05-01
2
-2
/
+2
*
Change AVX512 braodcastsd/ss patterns interaction with spilling . New impleme...
Igor Breger
2016-05-01
6
-110
/
+329
*
[AVX512] Prefer AVX512 VPACK instructions over AVX/AVX2 instructions when VLX...
Craig Topper
2016-05-01
2
-11
/
+11
*
[AVX512] Add HasVLX to the 128/256-bit versions of VPACKSSDW/USDW/SSWB/USWB a...
Craig Topper
2016-05-01
1
-13
/
+14
*
Should fix all remaining MSVC problems.
Peter Collingbourne
2016-05-01
1
-5
/
+5
*
[AVX512] Make sure 128/256-bit DQI versions of VAND/VANDN/VOR/VXOR are also m...
Craig Topper
2016-05-01
1
-16
/
+16
*
Further MSVC appeasement.
Peter Collingbourne
2016-05-01
2
-6
/
+6
*
[X86] Add an AddedComplexity to another pattern to put it near similar in the...
Craig Topper
2016-05-01
1
-2
/
+1
*
[X86] Remove a seemlingly unused pattern. The same pattern appears elsewhere ...
Craig Topper
2016-05-01
1
-2
/
+0
*
Try to fix MSVC build.
Peter Collingbourne
2016-05-01
1
-1
/
+2
*
[X86] Add AddedComplexity to keep some similar patterns near each other in th...
Craig Topper
2016-05-01
1
-0
/
+1
*
[X86] Remove some redundant selection patterns.
Craig Topper
2016-05-01
2
-11
/
+0
*
[AVX512] Replace vector_extract with extractelt in some patterns. They mean t...
Craig Topper
2016-05-01
1
-5
/
+5
*
ELF: New symbol table design.
Peter Collingbourne
2016-05-01
14
-504
/
+632
*
[SCEV] When printing via -analysis, dump loop disposition
Sanjoy Das
2016-05-01
2
-0
/
+98
*
Properly name LLVMSetIsInBounds's argument. NFC
Amaury Sechet
2016-05-01
2
-3
/
+3
*
Capitalize align argument in the C API as per convention. NFC
Amaury Sechet
2016-05-01
1
-2
/
+2
*
[AVX512] Add hasSideEffects/mayLoad/mayStore flags to some instructions.
Craig Topper
2016-05-01
1
-4
/
+7
*
[ORC] Save AArch64 NEON state in the JIT reentry block.
Lang Hames
2016-05-01
2
-43
/
+75
*
ELF: --reproduce: quote pathnames for -L and other options.
Rui Ueyama
2016-04-30
2
-14
/
+23
*
ELF: --reproduce: Copy files referenced by linker scripts.
Rui Ueyama
2016-04-30
4
-11
/
+35
*
Attempt to fix Windows buildbots.
Rui Ueyama
2016-04-30
1
-2
/
+2
*
ELF: Make --reproduce to produce a response file.
Rui Ueyama
2016-04-30
4
-45
/
+92
*
[lit] Add %:[STpst] to represent paths without colons on Windows.
Rui Ueyama
2016-04-30
1
-0
/
+18
[next]