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
...
*
Format some case labels and shrink an anonymous namespace NFC
Reid Kleckner
2017-07-24
1
-15
/
+12
*
NFC. Fixed typos in the comments.
Ilya Biryukov
2017-07-24
2
-2
/
+2
*
[ForwardOpTree] Properly indent enumeration in comment. NFC.
Michael Kruse
2017-07-24
1
-4
/
+4
*
[ForwardOpTree] Rename FD_CanForward to FD_CanForwardLeaf. NFC.
Michael Kruse
2017-07-24
1
-4
/
+4
*
[ForwardOpTree] Add comments to ForwardingDecision items. NFC.
Michael Kruse
2017-07-24
1
-0
/
+30
*
[scudo] Quarantine overhaul
Kostya Kortchinsky
2017-07-24
5
-65
/
+154
*
[OPENMP] Fix the restrictions for in_reduction clause.
Alexey Bataev
2017-07-24
2
-38
/
+61
*
[clang-format] Fix comment levels between '} else {' and PPDirective.
Krasimir Georgiev
2017-07-24
4
-11
/
+150
*
[compiler-rt] Add missing const specifier to MemoryMappedSegment functions
Francis Ricci
2017-07-24
1
-4
/
+4
*
make sure that we don't call basic_streambuf::gbump with a value bigger than ...
Marshall Clow
2017-07-24
1
-1
/
+2
*
[mips] Add support for -m(no-)extern-data.
Simon Dardis
2017-07-24
3
-0
/
+32
*
[DOTGraphTraits] Propagate Graph template argument, NFC
Alexandre Isoard
2017-07-24
1
-4
/
+4
*
Fix spelling in comments. NFCI.
Simon Pilgrim
2017-07-24
1
-4
/
+4
*
[ForwardOpTree] Support read-only value uses.
Michael Kruse
2017-07-24
6
-7
/
+149
*
[Polly] [NFC] [ScopDetection] Make `polly-only-func` perform regex scop name ...
Siddharth Bhat
2017-07-24
2
-6
/
+145
*
[ForwardOpTree] Fix mixup in comment. NFC.
Michael Kruse
2017-07-24
1
-2
/
+2
*
[ScopInfo] Fix typo in method name. NFC.
Michael Kruse
2017-07-24
2
-2
/
+2
*
[LoopInterchange] Update code to use range-based for loops (NFC).
Florian Hahn
2017-07-24
1
-28
/
+21
*
[libunwind] Handle .ARM.exidx tables without sentinel last entry
Momchil Velikov
2017-07-24
1
-2
/
+9
*
Convert GPUNodeBuilder::getArraySize to islcpp.
Siddharth Bhat
2017-07-24
1
-8
/
+11
*
[NFC] Move PPCGCodeGeneration::pollyBuildAstExprForStmt to isl++.
Siddharth Bhat
2017-07-24
1
-19
/
+21
*
[X86][AVX512] Add patterns for masked AVX512 floating point compare instructi...
Ayman Musa
2017-07-24
2
-130
/
+4555
*
[X86][InlineAsm][Ms Compatibility]Prefer variable name over a register when t...
Coby Tayree
2017-07-24
1
-0
/
+12
*
[X86][InlineAsm][Ms Compatibility]Prefer variable name over a register when t...
Coby Tayree
2017-07-24
1
-1
/
+12
*
[AVR] Remove the instrumentation pass
Dylan McKay
2017-07-23
5
-288
/
+0
*
[AVR] Improve the 'icall-func-pointer-correct-addr-space.ll' test
Dylan McKay
2017-07-23
1
-8
/
+20
*
[Driver] Fuchsia defaults to -fno-math-errno
Petr Hosek
2017-07-23
2
-0
/
+3
*
[CodeGen][X86] Fuchsia supports sincos* libcalls and sin+cos->sincos optimiza...
Petr Hosek
2017-07-23
3
-4
/
+9
*
Fix typo: GETTER to SETTER (NFC)
Momchil Velikov
2017-07-23
1
-1
/
+1
*
[AArch64] Add test for function alignment for a optsize function (NFC).
Florian Hahn
2017-07-23
1
-17
/
+24
*
Revert "Fix PR33875 by distinguishing between DWO and clang modules"
Adrian Prantl
2017-07-23
2
-6
/
+2
*
Fix PR33875 by distinguishing between DWO and clang modules
Adrian Prantl
2017-07-23
2
-2
/
+6
*
[AArch64] Redundant Copy Elimination - remove more zero copies.
Chad Rosier
2017-07-23
2
-65
/
+725
*
Remove Driver::UseStdLib.
Nico Weber
2017-07-23
3
-7
/
+2
*
[SCEV] Limit max size of AddRecExpr during evolving
Max Kazantsev
2017-07-23
2
-0
/
+44
*
RuntimeDyldELF.cpp: Prune unused "TargetRegistry.h"
NAKAMURA Takumi
2017-07-23
1
-1
/
+0
*
Simplify: Adopt for translation of MemoryAccess::getAccessRelation
Tobias Grosser
2017-07-23
1
-1
/
+1
*
[Modules] Rework r274270. Let Clang targets depend on intrinsics_gen.
NAKAMURA Takumi
2017-07-23
2
-9
/
+7
*
Move MemoryAccess::get*ArrayId to isl++
Tobias Grosser
2017-07-23
3
-14
/
+12
*
Move applyScheduleToAccessRelation to isl++
Tobias Grosser
2017-07-23
4
-15
/
+15
*
Move MemoryAccess::getAddressFunction to isl++
Tobias Grosser
2017-07-23
4
-6
/
+7
*
Move MemoryAccess::NewAccessRelation to isl++
Tobias Grosser
2017-07-23
10
-61
/
+55
*
Move MemoryAccess::getOriginalAccessRelation to isl++
Tobias Grosser
2017-07-23
2
-8
/
+8
*
Move MemoryAccess::AccessRelation to isl++
Tobias Grosser
2017-07-23
2
-43
/
+36
*
Move MemoryAccess::createBasicAccessMap to isl++
Tobias Grosser
2017-07-23
2
-9
/
+9
*
Move MemoryAccess::id to isl++
Tobias Grosser
2017-07-23
6
-67
/
+72
*
[X86] Add some hasSideEffects=0 flags.
Craig Topper
2017-07-23
2
-1
/
+4
*
[X86] Add patterns for memory forms of SARX/SHLX/SHRX with careful complexity...
Craig Topper
2017-07-23
3
-15
/
+68
*
[DAG] Fix typo preventing some stores merges to truncated stores.
Nirav Dave
2017-07-23
3
-12
/
+9
*
clang/module.modulemap: Split out Clang_ToolingCore from Clang_Tooling.
NAKAMURA Takumi
2017-07-23
1
-0
/
+5
[prev]
[next]