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
path:
root
/
clang
/
lib
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[OPENMP] Do not cast captured by value variables with pointer types in
Alexey Bataev
2018-04-23
1
-1
/
+2
*
[CodeGen] Reland r330442: Add an option to suppress output of llvm.ident
Mikhail Maltsev
2018-04-23
2
-2
/
+4
*
Use special new Clang flag 'FrontendTimesIsEnabled' instead of 'llvm::TimePas...
Andrew V. Tischenko
2018-04-23
2
-11
/
+11
*
[Atomics] warn about atomic accesses using libcalls
Tim Northover
2018-04-23
1
-6
/
+10
*
Revert r330442, CodeGen/no-ident-version.c is failing on PPC
Mikhail Maltsev
2018-04-20
2
-4
/
+2
*
[CUDA] Set LLVM calling convention for CUDA kernel
Yaxun Liu
2018-04-20
3
-0
/
+11
*
[CodeGen] Add an option to suppress output of llvm.ident
Mikhail Maltsev
2018-04-20
2
-2
/
+4
*
[CUDA] Register relocatable GPU binaries
Jonas Hahnfeld
2018-04-20
1
-19
/
+102
*
[OpenCL] Add 'denorms-are-zero' function attribute
Alexey Sotkin
2018-04-20
1
-0
/
+4
*
Implement proper support for `-falign-functions`
Saleem Abdulrasool
2018-04-19
1
-0
/
+4
*
Fix __attribute__((force_align_arg_pointer)) misalignment bug
Erich Keane
2018-04-19
1
-20
/
+5
*
Lowering x86 adds/addus/subs/subus intrinsics (clang)
Alexander Ivchenko
2018-04-19
1
-1
/
+98
*
[CodeGen] Do not push a destructor cleanup for a struct that doesn't
Akira Hatanaka
2018-04-18
1
-2
/
+9
*
[MS] Fix unprototyped thunk emission for incomplete return types
Reid Kleckner
2018-04-18
1
-5
/
+9
*
[NVPTX, CUDA] Added support for m8n32k16 and m32n8k16 variants of wmma instru...
Artem Belevich
2018-04-18
1
-16
/
+134
*
[XRay] Add clang builtin for xray typed events.
Keith Wyss
2018-04-17
3
-1
/
+50
*
Move the visitor classes that are used to traverse non-trivial C structs
Akira Hatanaka
2018-04-17
1
-118
/
+89
*
Add a command line option 'fregister_global_dtors_with_atexit' to
Akira Hatanaka
2018-04-17
5
-0
/
+68
*
[ThinLTO] Pass -save-temps to LTO backend for distributed ThinLTO builds
Teresa Johnson
2018-04-17
1
-0
/
+9
*
Add modifiers for unsigned char and signed char field printing for __builtin_...
Aaron Ballman
2018-04-17
1
-0
/
+2
*
Add checks for format specifiers used by __builtin_dump_struct and added a ne...
Aaron Ballman
2018-04-17
1
-0
/
+1
*
[OPENMP] Allow to use declare target variables in map clauses
Alexey Bataev
2018-04-16
1
-10
/
+7
*
[CodeGen] Fix a crash that occurs when a non-trivial C struct with a
Akira Hatanaka
2018-04-16
1
-15
/
+25
*
[OPENMP] General code improvements.
Alexey Bataev
2018-04-16
2
-133
/
+137
*
Revert "[CodeGen] Fix a crash that occurs when a non-trivial C struct with a"
Akira Hatanaka
2018-04-16
1
-25
/
+15
*
Use export_as for autolinking frameworks
Bruno Cardoso Lopes
2018-04-16
1
-0
/
+6
*
[CodeGen] Fix a crash that occurs when a non-trivial C struct with a
Akira Hatanaka
2018-04-16
1
-15
/
+25
*
[OPENMP] General code improvements.
Alexey Bataev
2018-04-16
2
-718
/
+861
*
[CodeView] Initial support for emitting S_THUNK32 symbols for compiler...
Brock Wyma
2018-04-16
3
-3
/
+10
*
Clean carriage returns from lib/ and include/. NFC.
Malcolm Parsons
2018-04-16
1
-23
/
+23
*
hwasan: add -fsanitize=kernel-hwaddress flag
Andrey Konovalov
2018-04-13
5
-10
/
+34
*
[OPENMP] Replace push_back by emplace_back, NFC.
Alexey Bataev
2018-04-13
2
-11
/
+11
*
[OPENMP] Code cleanup + formatting, NFC.
Alexey Bataev
2018-04-13
2
-477
/
+492
*
[NEON] Support vrndns_f32 intrinsic
Ivan A. Kosarev
2018-04-13
1
-0
/
+6
*
[XRay][clang] Add flag to choose instrumentation bundles
Dean Michael Berris
2018-04-13
3
-3
/
+14
*
Remove -cc1 option "-backend-option".
Eli Friedman
2018-04-12
1
-2
/
+0
*
[NFC] Fix terrible formatting of CGRecordLower constructor.
Erich Keane
2018-04-12
1
-6
/
+7
*
ObjCGNU: Fix empty v3 protocols being emitted two fields short
David Chisnall
2018-04-12
1
-5
/
+7
*
[CodeGen] Handle __func__ inside __finally
Shoaib Meenai
2018-04-11
1
-1
/
+1
*
Introduce a new builtin, __builtin_dump_struct, that is useful for dumping st...
Aaron Ballman
2018-04-10
1
-0
/
+100
*
[OPENMP] Additional attributes for the pointer parameters.
Alexey Bataev
2018-04-10
3
-1
/
+16
*
Revert r329684 (and follow-ups 329693, 329714). See discussion on https://rev...
Nico Weber
2018-04-10
1
-37
/
+46
*
-ftime-report switch support in Clang.
Andrew V. Tischenko
2018-04-10
1
-46
/
+37
*
asan: kernel: make no_sanitize("address") attribute work with -fsanitize=kern...
Vitaly Buka
2018-04-09
1
-2
/
+8
*
[X86] Emit native IR for pmuldq/pmuludq builtins.
Craig Topper
2018-04-09
1
-0
/
+36
*
Generalize the swiftcall API since being passed indirectly isn't
John McCall
2018-04-07
1
-6
/
+4
*
Make CodeGen depend just once on clangAnalysis.
Nico Weber
2018-04-07
1
-1
/
+0
*
[OPENMP, NVPTX] Fix codegen for the teams reduction.
Alexey Bataev
2018-04-06
1
-25
/
+19
*
Fix typos in clang
Alexander Kornienko
2018-04-06
23
-47
/
+47
*
[Hexagon] Remove default values from lambda parameters
Krzysztof Parzyszek
2018-04-06
1
-24
/
+24
[prev]
[next]