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] Fix r335097
Clement Courbet
2018-06-20
1
-1
/
+5
*
[X86] Add sched class WriteLAHFSAHF and fix values.
Clement Courbet
2018-06-20
22
-35
/
+112
*
[NFC] fix trivial typos in comments
Hiroshi Inoue
2018-06-20
6
-43
/
+43
*
[DAGCombiner] Add some comments to some true/false arguments to make it obvio...
Craig Topper
2018-06-20
1
-2
/
+2
*
[X86] Remove a fptosi from the test_mm512_mask_reduce_max_pd fast-isel test.
Craig Topper
2018-06-20
1
-10
/
+5
*
[SelectionDAG] Don't crash on inline assembly errors when the inline assembly...
Craig Topper
2018-06-20
2
-2
/
+28
*
[X86] Use binary search of the EVEX->VEX static tables instead of populating ...
Craig Topper
2018-06-20
1
-38
/
+29
*
Add more test cases for deopt-operands via regalloc
Philip Reames
2018-06-20
1
-0
/
+55
*
[ELF] Support -z initfirst
Fangrui Song
2018-06-20
4
-4
/
+8
*
[asan] Add flushes to try to fix test
Reid Kleckner
2018-06-20
1
-1
/
+2
*
Add a test to verify the x86 intrinsic headers compile cleanly with no warnin...
Douglas Yung
2018-06-20
1
-0
/
+14
*
[asan] Add Windows test for handle_segv and SetUnhandledExceptionFilter
Reid Kleckner
2018-06-20
1
-0
/
+35
*
[X86] Undefine _mm512_mask_reduce_operator macro in avx512fintrin.h before re...
Craig Topper
2018-06-20
1
-0
/
+1
*
Revert r334980 and 334983
Vlad Tsyrklevich
2018-06-20
48
-1126
/
+110
*
Append new attributes to the end of an AttributeList.
Michael Kruse
2018-06-19
36
-188
/
+146
*
[IR] Introduce helpers to skip debug instructions (NFC)
Vedant Kumar
2018-06-19
6
-11
/
+78
*
clang-cl: Emit narrowing diag for initializer lists if -fmsc-version is at le...
Nico Weber
2018-06-19
2
-19
/
+40
*
Recommit r335063: [Darwin] Add a warning for missing include path for libstdc++
Alex Lorenz
2018-06-19
6
-38
/
+63
*
[llvm] Document "%T" as deprecated in TestingGuide.rst
Kuba Mracek
2018-06-19
1
-1
/
+4
*
Correct the pathname that PlatformDarwinKernel::ExamineKextForMatchingUUID
Jason Molenda
2018-06-19
2
-4
/
+4
*
Refactor OnExit utility class in ClangUserExpression
Raphael Isemann
2018-06-19
1
-24
/
+15
*
[InlineSpiller] Fix a crash due to lack of forward progress from remat specif...
Philip Reames
2018-06-19
2
-0
/
+97
*
[MachineOutliner] NFC: Remove insertOutlinerPrologue, rename insertOutlinerEp...
Jessica Paquette
2018-06-19
6
-37
/
+9
*
Recommit r335070 "[X86] Rewrite the max and min reduction intrinsics to make ...
Craig Topper
2018-06-19
2
-2512
/
+2525
*
[WebAssembly] Fix liveness tracking info after drop insertion
Heejin Ahn
2018-06-19
2
-2
/
+31
*
Revert r335063 as it causes bot failures
Alex Lorenz
2018-06-19
4
-60
/
+35
*
Revert r335070 "[X86] Rewrite the max and min reduction intrinsics to make be...
Craig Topper
2018-06-19
2
-2716
/
+2510
*
[X86] Update fast-isel tests for clang's avx512f reduction intrinsics to matc...
Craig Topper
2018-06-19
1
-551
/
+552
*
[X86] Rewrite the max and min reduction intrinsics to make better use of othe...
Craig Topper
2018-06-19
2
-2510
/
+2716
*
Remove liboffload from repository
Jonas Hahnfeld
2018-06-19
60
-136205
/
+2
*
[X86] Add fast-isel tests for clang's AVX512F vector reduction intrinsics.
Craig Topper
2018-06-19
1
-0
/
+2396
*
[IR] move shuffle mask queries from TTI to ShuffleVectorInst
Sanjay Patel
2018-06-19
4
-172
/
+377
*
[MIRParser] Update a diagnostic message to use the correct register sigil. NFC
Matt Davis
2018-06-19
4
-4
/
+4
*
[Hexagon] Fix the value of HexagonII::TypeCVI_FIRST
Krzysztof Parzyszek
2018-06-19
2
-1
/
+13
*
[X86] Initialize FMA3Info directly in its constructor instead of relying on s...
Craig Topper
2018-06-19
2
-27
/
+2
*
[Darwin] Add a warning for missing include path for libstdc++
Alex Lorenz
2018-06-19
4
-35
/
+60
*
[X86] Don't fold unaligned loads into SSE ROUNDPS/ROUNDPD for ceil/floor/near...
Craig Topper
2018-06-19
2
-122
/
+164
*
[Hexagon] Enforce restrictions on packetizing cache instructions
Krzysztof Parzyszek
2018-06-19
2
-0
/
+20
*
Scalar: Use llvm integer conversion functions
Pavel Labath
2018-06-19
3
-10
/
+40
*
[ELF][MIPS] Temporarily mark failed MIPS tests as XFAIL.
Simon Atanasyan
2018-06-19
2
-0
/
+12
*
docs: document CodeView directives
Saleem Abdulrasool
2018-06-19
1
-0
/
+67
*
[mips] Mark microMIPS64 as being unsupported.
Simon Dardis
2018-06-19
7
-53
/
+20
*
Remove empty unused folders. NFC
Simon Atanasyan
2018-06-19
0
-0
/
+0
*
[XRay] Fix error message. NFC
Fangrui Song
2018-06-19
1
-2
/
+2
*
[scudo] Move noinline functions definitions out of line
Kostya Kortchinsky
2018-06-19
1
-63
/
+67
*
[mips] Fix the predicates of some aliases
Simon Dardis
2018-06-19
3
-3
/
+8
*
Replace HostInfo::GetLLDBPath with specific functions
Pavel Labath
2018-06-19
21
-228
/
+204
*
Make TestCommandScript.py NO_DEBUG_INFO_TESTCASE
Pavel Labath
2018-06-19
1
-0
/
+1
*
Implement semantic checking for __builtin_signbit.
Aaron Ballman
2018-06-19
2
-4
/
+34
*
Reverting due to line ending changes; will reapply after addressing that.
Aaron Ballman
2018-06-19
2
-1039
/
+1009
[next]