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
*
Avoid ambiguity in calling atom_add functions.
Jan Vesely
2016-09-07
4
-4
/
+4
*
Fix some Clang-tidy modernize-use-using and Include What You Use warnings; ot...
Eugene Zelenko
2016-09-07
9
-100
/
+377
*
[CUDA] Rework "optimizations" and "publication" section in CompileCudaWithLLV...
Justin Lebar
2016-09-07
1
-52
/
+45
*
[CUDA] Clarify that -l and -L only need to be passed when linking, in Compile...
Justin Lebar
2016-09-07
1
-0
/
+5
*
[CUDA] Further reformat "invoking clang" section of CompileCudaWithLLVM.rst.
Justin Lebar
2016-09-07
1
-16
/
+16
*
[SimplifyCFG] Don't try to create metadata-valued PHIs
Hal Finkel
2016-09-07
2
-0
/
+55
*
[LoopUnroll] Correct a debug message. NFC.
Haicheng Wu
2016-09-07
1
-1
/
+1
*
ELF: Add -Qy as ignored option
Ed Maste
2016-09-07
1
-0
/
+1
*
[compiler-rt] Allow sanitizers to be compiled for windows with clang
Francis Ricci
2016-09-07
2
-2
/
+10
*
Shift-left (ISD::SHL) operation crashes on "DAG Legalization" phase.
Elena Demikhovsky
2016-09-07
2
-21
/
+60
*
[InstCombine] allow icmp (and X, C2), C1 folds for splat constant vectors
Sanjay Patel
2016-09-07
2
-55
/
+55
*
Fix inconsistent indentation.
Rui Ueyama
2016-09-07
5
-112
/
+30
*
[CUDA] Fix typo in link in CompileCudaWithLLVM.
Justin Lebar
2016-09-07
1
-1
/
+1
*
Move field to the base class. NFC.
Rafael Espindola
2016-09-07
1
-1
/
+2
*
[CUDA] Move AXPY example into gist.
Justin Lebar
2016-09-07
1
-86
/
+59
*
Delete dead field. NFC.
Rafael Espindola
2016-09-07
4
-15
/
+15
*
[RDF] Fix liveness analysis for phi nodes with shadow uses
Krzysztof Parzyszek
2016-09-07
3
-37
/
+146
*
[compiler-rt] Fix library suffixes on windows
Francis Ricci
2016-09-07
2
-2
/
+17
*
Don't reuse a variable name in a nested scope. NFC.
Michael Kuperstein
2016-09-07
1
-6
/
+6
*
Move CHECK right before the function it describes.
George Burgess IV
2016-09-07
1
-1
/
+1
*
[RDF] Introduce "undef" flag for ref nodes
Krzysztof Parzyszek
2016-09-07
3
-24
/
+74
*
[CUDA] Simplify build/install instructions in CompileCudaWithLLVM.rst.
Justin Lebar
2016-09-07
1
-43
/
+25
*
[CUDA] Call it "CUDA", not "CUDA C/C++" in our docs.
Justin Lebar
2016-09-07
1
-4
/
+4
*
[CUDA] Expand upon --cuda-gpu-arch flag in CompileCudaWithLLVM doc.
Justin Lebar
2016-09-07
1
-0
/
+7
*
[Sema] Compare bad conversions in overload resolution.
George Burgess IV
2016-09-07
4
-7
/
+66
*
[powerpc] Move #if to appease warnings-as-errors tests
Bill Seurer
2016-09-07
1
-3
/
+4
*
Add a few more test for []-style uuid attributes.
Nico Weber
2016-09-07
1
-0
/
+27
*
Fix a few oversights in the clang-tidy VS plugin.
Zachary Turner
2016-09-07
4
-9
/
+2
*
Rename test pr30298.ll to shrink_vmul_sse.ll, to make the name more meaningfu...
Wei Mi
2016-09-07
1
-0
/
+4
*
Do not validate pch when -fno-validate-pch is set
Yaxun Liu
2016-09-07
3
-5
/
+79
*
AMDGPU: Remove a useless variable which caused build failure for lld.
Yaxun Liu
2016-09-07
1
-1
/
+1
*
Add a clang-tidy visual studio extension.
Zachary Turner
2016-09-07
38
-0
/
+3309
*
Resubmit "Add a test for clang-tidy using the clang-cl driver."
Zachary Turner
2016-09-07
1
-0
/
+17
*
Try contextually converting condition of constexpr if to Boolean value
Ismail Pazarbasi
2016-09-07
3
-5
/
+29
*
Don't reduce the width of vector mul if the target doesn't support SSE2.
Wei Mi
2016-09-07
2
-1
/
+45
*
[MS] Fix prologue this adjustment when 'this' is passed indirectly
Reid Kleckner
2016-09-07
6
-10
/
+45
*
Add more triple to conditional-tailcall.ll test
Hans Wennborg
2016-09-07
1
-1
/
+1
*
Typo. NFC.
Chad Rosier
2016-09-07
1
-1
/
+1
*
CodeGen: ensure that libcalls are always AAPCS CC
Saleem Abdulrasool
2016-09-07
3
-9
/
+171
*
X86: Fold tail calls into conditional branches where possible (PR26302)
Hans Wennborg
2016-09-07
8
-17
/
+201
*
ELF: add version script void function test case
Ed Maste
2016-09-07
1
-2
/
+21
*
[lib/LTO] Add a way to run a custom pipeline
Davide Italiano
2016-09-07
5
-1
/
+84
*
AMDGPU: Add hidden kernel arguments to runtime metadata
Yaxun Liu
2016-09-07
3
-114
/
+1483
*
[clang-offload-bundler] Fix some Clang-tidy modernize-use-override and Includ...
Eugene Zelenko
2016-09-07
1
-80
/
+120
*
Add missing include. White space.
Vassil Vassilev
2016-09-07
1
-1
/
+2
*
Add MS __nop intrinsic to intrin.h
Reid Kleckner
2016-09-07
2
-0
/
+6
*
Parsing MS pragma intrinsic
Reid Kleckner
2016-09-07
5
-2
/
+82
*
[include-fixer] Support finding headers for the symbol under cursor.
Haojian Wu
2016-09-07
5
-12
/
+111
*
[powerpc] Disable ManyThreadsWithStatsStressTest test for ppc64
Bill Seurer
2016-09-07
1
-0
/
+4
*
[codeview] Add new directives to record inlined call site line info
Reid Kleckner
2016-09-07
23
-176
/
+741
[next]