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
*
[CorrelatedValuePropagation] Use SelectInst::getCondition/getTrueValue/getFal...
Craig Topper
2018-03-16
1
-3
/
+3
*
[analyzer] Fix crashes in RetainCountChecker when underlying region is not a var
George Karpenkov
2018-03-16
2
-8
/
+37
*
[AMDGPU] Supported ds_write_b128 generation.
Farhana Aleen
2018-03-16
10
-23
/
+59
*
[docs] ReleaseNotes: document -Wextra-semi changes.
Roman Lebedev
2018-03-16
1
-1
/
+7
*
[X86] Post process the DAG after isel to remove vector moves that were added ...
Craig Topper
2018-03-16
6
-66
/
+65
*
[AMDGPU][MC][GFX8][GFX9][DISASSEMBLER] Added "_e32" suffix to 32-bit VINTRP o...
Dmitry Preobrazhensky
2018-03-16
7
-90
/
+107
*
[LICM/mustexec] Extend first iteration must execute logic to fcmps
Philip Reames
2018-03-16
2
-10
/
+37
*
This patch fixes the invalid usage of OptSize in Machine Combiner.
Andrew V. Tischenko
2018-03-16
1
-3
/
+3
*
[AMDGPU][MC] Corrected default values for unused SDWA operands
Dmitry Preobrazhensky
2018-03-16
10
-30678
/
+62388
*
Revert "Mmap interceptor new option, Write Exec runtime detector"
Jonas Devlieghere
2018-03-16
5
-47
/
+0
*
[InstCombine] add nnan requirement to potential fabs folds tests; NFC
Sanjay Patel
2018-03-16
1
-20
/
+20
*
[clangd] Handle multiple callbacks from Sema's completion
Ilya Biryukov
2018-03-16
2
-1
/
+45
*
[clang-format] Disallow breaks before ']' in text proto extensions
Krasimir Georgiev
2018-03-16
2
-4
/
+24
*
[SystemZ] Make AnyRegBitRegClass unallocatable.
Jonas Paulsson
2018-03-16
1
-1
/
+1
*
[GISel]: Remove unused header include in MachineIRBuilder.h
Aditya Nandakumar
2018-03-16
1
-1
/
+0
*
[JumpThreading] Track unreachable BBs to avoid processing
Brian M. Rzycki
2018-03-16
3
-52
/
+53
*
[Hexagon] Fix zero-extending non-HVX bool vectors
Krzysztof Parzyszek
2018-03-16
3
-12
/
+96
*
Move DraftMgr from ClangdServer to ClangdLSPServer
Simon Marchi
2018-03-16
7
-126
/
+75
*
[ARM] Convert more invalid NEON immediate loads
Mikhail Maltsev
2018-03-16
4
-137
/
+272
*
[clang-format] Fix raw string prefix penalty
Krasimir Georgiev
2018-03-16
2
-1
/
+35
*
[X86][Btver2] Add correct mul/imul schedule costs
Simon Pilgrim
2018-03-16
2
-5
/
+18
*
[X86][Btver2] Add correct lzcnt/tzcnt/popcnt schedule costs
Simon Pilgrim
2018-03-16
4
-18
/
+41
*
Implement C++ DR727, which permits explicit specializations at class scope.
Richard Smith
2018-03-16
27
-293
/
+157
*
[ARM] Fix a check in vmov/vmvn immediate parsing
Mikhail Maltsev
2018-03-16
2
-20
/
+23
*
[dotest] Clean up test folder clean-up
Pavel Labath
2018-03-16
17
-73
/
+31
*
[AArch64] Implement getArithmeticReductionCost
Matthew Simpson
2018-03-16
4
-8
/
+39
*
HashTableTest: squelch some "comparison of integers of different signs" warnings
Pavel Labath
2018-03-16
1
-9
/
+9
*
tsan: revert: Update buildgo.sh to pass -isysroot on Darwin.
Dmitry Vyukov
2018-03-16
1
-1
/
+1
*
DWARFVerifier: Enhance validation of .debug_names hash tables
Pavel Labath
2018-03-16
6
-27
/
+432
*
[TTI, AArch64] Allow the cost model analysis to test vector reduce intrinsics
Matthew Simpson
2018-03-16
2
-0
/
+326
*
FreeBSD TSan support update
Vitaly Buka
2018-03-16
1
-3
/
+3
*
Mmap interceptor new option, Write Exec runtime detector
Vitaly Buka
2018-03-16
5
-0
/
+47
*
[ARM] FP16 codegen support for VSEL
Sjoerd Meijer
2018-03-16
3
-3
/
+42
*
Fix compilation warning introduced in r327654
Mikael Holmen
2018-03-16
1
-1
/
+1
*
[NFC] Void variables used for asserts only
Max Kazantsev
2018-03-16
1
-0
/
+2
*
Skip more lldb-mi tests which time out on Darwin
Vedant Kumar
2018-03-16
1
-0
/
+3
*
[cmake] Copy system debugserver from the right place when only CommandLineTools
Vedant Kumar
2018-03-16
1
-2
/
+9
*
[demangler] Support for <template-param>s in generic lambdas.
Erik Pilkington
2018-03-16
2
-13
/
+17
*
[InstCombine] add more tests for fcmp+select -> fabs; NFC
Sanjay Patel
2018-03-16
1
-11
/
+160
*
Revert r327248, "For most Targets the _GLOBAL_OFFSET_TABLE_ symbol is expecte...
Peter Collingbourne
2018-03-16
17
-85
/
+42
*
[Analysis] Fix some Clang-tidy modernize and Include What You Use warnings; o...
Eugene Zelenko
2018-03-16
3
-345
/
+341
*
[X86][Btver2] Add support for multiple pipelines stages for x86 scalar schedu...
Simon Pilgrim
2018-03-15
1
-22
/
+11
*
[X86][Btver2] Tweak pipes test to remove register dependencies
Simon Pilgrim
2018-03-15
1
-34
/
+34
*
Fix linker script operator precedence.
Rui Ueyama
2018-03-15
2
-5
/
+10
*
[SelectionDAG][ARM][X86] Teach PromoteIntRes_SETCC to do a better job picking...
Craig Topper
2018-03-15
5
-341
/
+434
*
[X86][Btver2] Fix ymm div/sqrt to use fmul unit
Simon Pilgrim
2018-03-15
2
-39
/
+38
*
Use standard `print(dbgs())` pattern to implement DebugLoc::dump
Sean Silva
2018-03-15
1
-13
/
+1
*
[InstCombine] add tests for fcmp+select -> fabs; NFC
Sanjay Patel
2018-03-15
1
-24
/
+57
*
Fix PDB injected sources test.
Zachary Turner
2018-03-15
2
-5
/
+15
*
MSan, FreeBSD few tests fixes
Vitaly Buka
2018-03-15
2
-2
/
+13
[next]