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
*
Make llvm-dwarfdump -name work on type units.
Paul Robinson
2018-10-24
2
-2
/
+102
*
[SourceMgr][FileCheck] Obey -color by extending WithColor
Joel E. Denny
2018-10-24
6
-86
/
+179
*
[AArch64] Refactor Exynos machine model
Evandro Menezes
2018-10-24
4
-70
/
+86
*
[DAG] check more operands for cycles when merging stores.
Tim Northover
2018-10-24
1
-8
/
+8
*
Revert "Teach __libcpp_is_floating_point that __fp16 and _Float16 are"
Petr Hosek
2018-10-24
2
-30
/
+0
*
Add gfx909 to GPU Arch
Tim Renouf
2018-10-24
3
-0
/
+7
*
[X86] Add *SP to tailcall register class to fix verifier error
Reid Kleckner
2018-10-24
6
-32
/
+54
*
[MIR] Add hasWinCFI field
Sanjin Sijaric
2018-10-24
3
-0
/
+4
*
[ExecutionEngine] Remove some dead code from JITEventListener.h.
Lang Hames
2018-10-24
1
-22
/
+0
*
[clang-query] Refactor Output settings to booleans
Stephen Kelly
2018-10-24
6
-19
/
+45
*
[clang-query] Add 'detailed-ast' output as an alias for 'dump'
Stephen Kelly
2018-10-24
5
-10
/
+20
*
[clang-query] Re-word command help
Stephen Kelly
2018-10-24
1
-5
/
+11
*
[clant-tidy] abseil: Add clangTooling to CMakeLists.txt
Heejin Ahn
2018-10-24
1
-0
/
+1
*
[llvm-mca] Replace InstRef::isValid with operator bool. NFC.
Matt Davis
2018-10-24
6
-17
/
+12
*
[MC] Separate masm integer literal lexer support from inline asm
Reid Kleckner
2018-10-24
11
-26
/
+47
*
AArch64: add a pass to compress jump-table entries when possible.
Tim Northover
2018-10-24
18
-42
/
+693
*
[AArch64] Refactor Exynos machine model (NFC)
Evandro Menezes
2018-10-24
4
-42
/
+42
*
[AArch64] Fix overlapping instructions
Evandro Menezes
2018-10-24
1
-5
/
+1
*
[llvm-mca] Simplify the logic in FetchStage. NFCI
Andrea Di Biagio
2018-10-24
3
-22
/
+18
*
Fix MSVC "truncation from 'double' to 'float'" warnings. NFCI.
Simon Pilgrim
2018-10-24
1
-3
/
+3
*
[X86] Explicitly list all KNL features of inheriting from IVB. NFC
Craig Topper
2018-10-24
1
-1
/
+23
*
[X86][SSE] Add SimplifyDemandedBitsForTargetNode PMULDQ/PMULUDQ handling
Simon Pilgrim
2018-10-24
4
-66
/
+70
*
AMDGPU: Handle gfx909 in AMDGPUTargetInfo::initFeatureMap
Konstantin Zhuravlyov
2018-10-24
3
-0
/
+10
*
Do not always request an implicit taskgroup region inside the kmpc_taskloop f...
Alexey Bataev
2018-10-24
11
-36
/
+36
*
[TargetLowering] Add SimplifyDemandedBitsForTargetNode callback
Simon Pilgrim
2018-10-24
2
-1
/
+36
*
[hot-cold-split] Name split functions with ".cold" suffix
Teresa Johnson
2018-10-24
35
-79
/
+94
*
[OPENMP]Fix PR39366: do not try to private field if it is not captured.
Alexey Bataev
2018-10-24
2
-2
/
+21
*
[CodeGen] Update test checks missed in r345168.
Craig Topper
2018-10-24
2
-41
/
+41
*
[CostModel][X86] Add vXi8 vector division by constants costs.
Simon Pilgrim
2018-10-24
4
-193
/
+209
*
[sanitizer] Avoid calling a nullptr in MonotonicNanoTime if interceptors are ...
Kuba Mracek
2018-10-24
1
-2
/
+5
*
Fix use of libc++ specific macro in support/test_macros.h
Eric Fiselier
2018-10-24
1
-3
/
+4
*
Include input section name and output section name in an error message.
Rui Ueyama
2018-10-24
2
-2
/
+3
*
ARM: Use BKPT instead of TRAP to implement llvm.debugtrap.
Peter Collingbourne
2018-10-24
6
-9
/
+82
*
[Hexagon] Flip hexagon-autohvx to be true by default
Krzysztof Parzyszek
2018-10-24
2
-5
/
+5
*
[Hexagon] Flip hexagon-autohvx to be true by default
Krzysztof Parzyszek
2018-10-24
1
-1
/
+1
*
[CodeGen] Update min-legal-vector width based on function argument and return...
Craig Topper
2018-10-24
17
-591
/
+723
*
[clang-tidy] Add the abseil-duration-factory-float check
Jonas Toth
2018-10-24
8
-0
/
+318
*
[docs] Add rawspeed to test-suite proposals.
Michael Kruse
2018-10-24
1
-0
/
+7
*
[X86] Bring back the MOV64r0 pseudo instruction
Craig Topper
2018-10-24
17
-472
/
+523
*
[CostModel][X86] Enable non-uniform vector division by constants costs.
Simon Pilgrim
2018-10-24
4
-128
/
+660
*
[CodeGen] skip lifetime end marker in isInTailCallPosition
Robert Lougher
2018-10-24
2
-0
/
+31
*
[InstCombine] add test for ComputeNumSignBits with shuffle; NFC
Sanjay Patel
2018-10-24
1
-25
/
+58
*
[llvm-mca] Remove dependency from InstrBuilder in class InstructionTables.
Andrea Di Biagio
2018-10-24
6
-12
/
+9
*
CodeGen: extract some local variables in CFConstantString creation (NFC)
Saleem Abdulrasool
2018-10-24
1
-19
/
+18
*
AST: unindent CFConstantStringDecl by inverting condition (NFC)
Saleem Abdulrasool
2018-10-24
1
-42
/
+40
*
[LegalizeDAG] ExpandLegalINT_TO_FP - cleanup UINT_TO_FP i64 -> f32 expansion.
Simon Pilgrim
2018-10-24
1
-11
/
+12
*
Revert rL345127: [LLDB] - Add support for DW_RLE_base_address and DW_RLE_offs...
George Rimar
2018-10-24
7
-185
/
+54
*
[InstCombine] add test for select with shuffled condition (PR37549); NFC
Sanjay Patel
2018-10-24
1
-0
/
+35
*
[lldb] Remove enableThreadSanitizer from shared Xcode schemes
Kuba Mracek
2018-10-24
2
-2
/
+0
*
Refactor assignFileOffsets. NFC.
Rui Ueyama
2018-10-24
1
-30
/
+29
[next]