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
*
[Hexagon] Fix the order of operands when selecting QCAT
Krzysztof Parzyszek
2018-05-16
1
-2
/
+2
*
[Hexagon] Mark HVX vector predicate bitwise ops as legal, add patterns
Krzysztof Parzyszek
2018-05-16
4
-35
/
+277
*
[X86][SSE] Reduce instruction/register usages for v4i32 vector shifts (PR37441)
Simon Pilgrim
2018-05-16
8
-401
/
+356
*
AMDGPU : Recalculate SGPRs when trap handler is supported
Konstantin Zhuravlyov
2018-05-16
3
-6
/
+81
*
Fix small grammar-o.
Eric Christopher
2018-05-16
1
-1
/
+1
*
Fix up a misleading format warning.
Eric Christopher
2018-05-16
1
-1
/
+1
*
Second attempt to fix buildbot failure caused by r332363
Eric Liu
2018-05-16
1
-2
/
+3
*
Add a new check, readability-simplify-subscript-expr, that diagnoses array su...
Aaron Ballman
2018-05-16
8
-0
/
+255
*
[clang-move] Fix a potential bug where realpath doesn't work on VFS.
Eric Liu
2018-05-16
1
-5
/
+9
*
[WebAssembly] MC: Ensure that FUNCTION_OFFSET relocations are always against ...
Sam Clegg
2018-05-16
2
-4
/
+27
*
[clang-tidy/google-readability-casting] Disable check for Objective-C++
Ben Hamilton
2018-05-16
2
-1
/
+181
*
Attempt to fix buildbot failure caused by r332363
Eric Liu
2018-05-16
1
-3
/
+2
*
[MachineOutliner] Don't save/restore LR for tail calls.
Eli Friedman
2018-05-16
2
-3
/
+26
*
[OR1K] Add the EPCR special-purpose register to register state.
whitequark
2018-05-16
4
-1
/
+14
*
[OR1K] Add a dedicated PC register to register state.
whitequark
2018-05-16
3
-7
/
+12
*
Fix FileSpecTest after LLVM changes to remove_dots (https://reviews.llvm.org/...
Greg Clayton
2018-05-16
1
-4
/
+4
*
[X86] Fix typo in instregex for CVTSI642SDrr
Simon Pilgrim
2018-05-16
3
-5
/
+5
*
[Sema] Fix assertion when constructor is disabled with partially specialized ...
Volodymyr Sapsai
2018-05-16
2
-102
/
+155
*
Fix llvm::sys::path::remove_dots() to return "." instead of an empty path.
Greg Clayton
2018-05-16
2
-2
/
+7
*
[libFuzzer] add a symbolic execution puzzle (difficult for today's libFuzzer).
Max Moroz
2018-05-16
1
-0
/
+4129
*
[Timers] TimerGroup: add constructor from StringMap<TimeRecord>
Roman Lebedev
2018-05-16
2
-0
/
+14
*
[Timers] TimerGroup: make printJSONValues() method public
Roman Lebedev
2018-05-16
2
-1
/
+4
*
[Timers] TimerGroup::printJSONValue(): print doubles with no precision loss
Roman Lebedev
2018-05-16
1
-3
/
+7
*
[Timers] TimerGroup::printJSONValues(): print mem timer with .mem suffix
Roman Lebedev
2018-05-16
1
-1
/
+1
*
[scudo] Quarantine optimization
Kostya Kortchinsky
2018-05-16
1
-1
/
+2
*
[x86] preserve test intent by removing undef
Sanjay Patel
2018-05-16
1
-29
/
+32
*
[x86] preserve test intent by removing undef
Sanjay Patel
2018-05-16
1
-11
/
+11
*
[x86] preserve test intent by removing undef
Sanjay Patel
2018-05-16
1
-2
/
+2
*
[X86][AVX512DQ] Use packed instructions for scalar FP<->i64 conversions on 32...
Craig Topper
2018-05-16
4
-238
/
+555
*
[Debugify] Tighten up the test for -debugify-each, NFC
Vedant Kumar
2018-05-16
1
-12
/
+17
*
Signal handling should be signal-safe
JF Bastien
2018-05-16
4
-85
/
+212
*
[libomptarget-nvptx-bc] Pass found CUDA installations
Jonas Hahnfeld
2018-05-16
1
-1
/
+1
*
[libomptarget-nvptx] Test bitcode compiler flags and enable by default
Jonas Hahnfeld
2018-05-16
3
-105
/
+184
*
[llvm-mca] Move the RegisterFile class into its own translation unit. NFC
Matt Davis
2018-05-16
5
-371
/
+428
*
Add lit tests forgotten for R332470
Erich Keane
2018-05-16
6
-0
/
+593
*
[Modules] Do not diagnose missing import in recovery mode if there isn't a de...
Bruno Cardoso Lopes
2018-05-16
1
-1
/
+1
*
[DAG] Prune cycle check in store merge.
Nirav Dave
2018-05-16
1
-18
/
+54
*
[DAG] Defer merge store cycle checking to just before merge. NFCI.
Nirav Dave
2018-05-16
1
-8
/
+20
*
[DeLICM] Avoid assertion on out-of-quota.
Michael Kruse
2018-05-16
2
-0
/
+135
*
Give shared modules in unittests the platform-native extension, make PipSquea...
Nico Weber
2018-05-16
4
-14
/
+10
*
[x86] add run with unsafe global param; NFC
Sanjay Patel
2018-05-16
1
-207
/
+356
*
[AMDGPU] Change llvm.debugtrap to be a debug breakpoint that can resume execu...
Tony Tye
2018-05-16
4
-54
/
+83
*
[x86] add tests for DAG FP undef operands; NFC
Sanjay Patel
2018-05-16
1
-0
/
+497
*
[AArch64][SVE] Improve diagnostics for vectors with incorrect element-size.
Sander de Smalen
2018-05-16
49
-164
/
+185
*
[AArch64] Gangup loads and stores for pairing.
Sirish Pande
2018-05-16
10
-27
/
+122
*
[Attr] Don't print fake MSInheritance argument
Joel E. Denny
2018-05-16
2
-2
/
+12
*
Revert r332474: [Attr] Don't print fake MSInheritance argument
Joel E. Denny
2018-05-16
2
-12
/
+2
*
[InstCombine] allow more binop (shuffle X), C transforms
Sanjay Patel
2018-05-16
2
-8
/
+23
*
[sanitizer] Minor 32-bit primary improvements
Kostya Kortchinsky
2018-05-16
2
-16
/
+13
*
[OPENMP] DO not crash on combined constructs in declare target
Alexey Bataev
2018-05-16
2
-2
/
+2
[next]