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
*
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
*
[Simplify] Remove partial write accesses with empty domain.
Michael Kruse
2017-07-22
4
-2
/
+126
*
[ScopInfo] Adapt indentation of instruction list printing.
Michael Kruse
2017-07-22
1
-1
/
+1
*
Fix grammar-o in comment.
Nico Weber
2017-07-22
1
-2
/
+2
*
[ForwardOpTree] Support hoisted invariant loads.
Michael Kruse
2017-07-22
2
-5
/
+65
*
[ForwardOpTree] Introduce the -polly-optree pass.
Michael Kruse
2017-07-22
12
-0
/
+769
*
[Bash-autocompletion] Fixed typo and add '-' after -Wno
Yuka Takahashi
2017-07-22
2
-3
/
+3
*
[NFC, documentation] Prefer the term expansion instead of macro instantiation
Faisal Vali
2017-07-22
1
-2
/
+2
*
Revert "Reland "[LLVM][llvm-objcopy] Added basic plumbing to get things start...
Petr Hosek
2017-07-22
11
-824
/
+0
*
Reland "[LLVM][llvm-objcopy] Added basic plumbing to get things started"
Petr Hosek
2017-07-22
11
-0
/
+824
*
[sanitizer_common] Move filesystem-related code out of sanitizer_common.cc
Vitaly Buka
2017-07-22
24
-223
/
+305
*
[X86] Add nopq instruction which is a rex encoded version of nopl for gas com...
Craig Topper
2017-07-22
4
-0
/
+19
*
[X86] Add register form of NOPL and NOPW for assembler/disassembler.
Craig Topper
2017-07-22
3
-0
/
+19
*
AMDGPU: Remove leftover td file
Matt Arsenault
2017-07-22
2
-16
/
+0
*
Commit missing/empty test file from r308789
David Blaikie
2017-07-22
1
-0
/
+0
*
RA: Remove another assert on empty intervals
Matt Arsenault
2017-07-22
2
-2
/
+36
*
Handle a section being more aligned than a page size.
Rafael Espindola
2017-07-22
2
-1
/
+12
*
[libFuzzer] reimplement experimental_len_control=1: bump the temporary max_le...
Kostya Serebryany
2017-07-22
4
-22
/
+34
*
Don't crash on an empty section with an ALIGN.
Rafael Espindola
2017-07-22
2
-1
/
+7
*
RA: Remove assert on empty live intervals
Matt Arsenault
2017-07-21
2
-1
/
+40
*
clangDaemon: Update libdeps in r308738.
NAKAMURA Takumi
2017-07-21
1
-0
/
+1
*
Revert "[LLVM][llvm-objcopy] Added basic plumbing to get things started"
Petr Hosek
2017-07-21
10
-804
/
+0
*
Reland "[LLVM][llvm-objcopy] Added basic plumbing to get things started"
Petr Hosek
2017-07-21
10
-0
/
+804
*
Move ScopArrayInfo to isl++
Tobias Grosser
2017-07-21
6
-56
/
+51
*
[index] Set SymbolSubKind::Accessor[GS]etter on class methods
Ben Langmuir
2017-07-21
2
-15
/
+21
*
Remove Bitrig: LLVM Changes
Erich Keane
2017-07-21
7
-25
/
+8
*
Remove Bitrig: CompilerRT Changes
Erich Keane
2017-07-21
3
-6
/
+6
*
Remove Bitrig: Clang Changes
Erich Keane
2017-07-21
17
-393
/
+3
*
Break up Targets.cpp into a header/impl pair per target type[NFCI]
Erich Keane
2017-07-21
47
-9599
/
+10925
*
[ProfData] Detect if zlib is available
David Blaikie
2017-07-21
4
-1
/
+22
*
[Analysis] Fix some Clang-tidy modernize and Include What You Use warnings; ...
Eugene Zelenko
2017-07-21
10
-176
/
+299
*
[PGOInstr] Add a debug print
Xinliang David Li
2017-07-21
1
-0
/
+6
*
X86InterleaveAccess: A fix for bug33826
Farhana Aleen
2017-07-21
2
-13
/
+35
*
Inline variable into assert to fix unused warning.
Richard Trieu
2017-07-21
1
-4
/
+2
*
[Hexagon] Attempt to fix selfhost bots
Krzysztof Parzyszek
2017-07-21
1
-1
/
+1
*
AMDGPU: Implement memory model
Konstantin Zhuravlyov
2017-07-21
21
-40
/
+2454
[next]