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
...
*
[DebugInfo] Emit DW_TAG_enumeration_type for referenced global enumerator.
Yuanfang Chen
2019-09-04
1
-9
/
+17
*
[NewPM][Sancov] Make Sancov a Module Pass instead of 2 Passes
Leonard Chan
2019-09-04
1
-8
/
+0
*
[AMDGPU] Set default flat work group size to (1,256) for HIP
Yaxun Liu
2019-09-03
1
-3
/
+4
*
[WebAssembly] Add SIMD QFMA/QFMS
Thomas Lively
2019-08-31
1
-1
/
+23
*
[CodeGen]: fix error message for "=r" asm constraint
Alexander Potapenko
2019-08-30
1
-1
/
+1
*
[CodeGen]: don't treat structures returned in registers as memory inputs
Alexander Potapenko
2019-08-29
1
-5
/
+36
*
Fix always_inline 'target' compatibility check code for Lambdas
Erich Keane
2019-08-28
1
-1
/
+1
*
Debug Info: Support for DW_AT_export_symbols for anonymous structs
Shafik Yaghmour
2019-08-27
1
-1
/
+6
*
AMDGPU: Always emit amdgpu-flat-work-group-size
Matt Arsenault
2019-08-27
1
-2
/
+8
*
Implement codegen for MSVC unions with reference members.
Aaron Ballman
2019-08-27
1
-14
/
+16
*
hwasan, codegen: Keep more lifetime markers used for hwasan
Vitaly Buka
2019-08-26
2
-0
/
+2
*
msan, codegen, instcombine: Keep more lifetime markers used for msan
Vitaly Buka
2019-08-26
2
-11
/
+6
*
[OPENMP][NVPTX]Fix critical region codegen.
Alexey Bataev
2019-08-26
1
-2
/
+24
*
Do a sweep of symbol internalization. NFC.
Benjamin Kramer
2019-08-23
1
-1
/
+1
*
[OPENMP5]Use nonmonotonic modifier by default for non-static and
Alexey Bataev
2019-08-23
1
-8
/
+21
*
[OPENMP5.0]Add support for device_type clause in declare target
Alexey Bataev
2019-08-23
3
-5
/
+32
*
[Clang][CodeGen] set alias linkage on QualType
Nick Desaulniers
2019-08-22
1
-4
/
+9
*
IR. Change strip* family of functions to not look through aliases.
Peter Collingbourne
2019-08-22
1
-2
/
+1
*
Revert r369458 "[DebugInfo] Add debug location to dynamic atexit destructor"
Hans Wennborg
2019-08-22
2
-4
/
+1
*
[LTO] Always mark regular LTO units with EnableSplitLTOUnit=1 under the new p...
Leonard Chan
2019-08-21
1
-1
/
+1
*
[DebugInfo] Add debug location to dynamic atexit destructor
Alexandre Ganea
2019-08-20
2
-1
/
+4
*
[Support][Time profiler] Make FE codegen blocks to be inside frontend blocks
Anton Afanasyev
2019-08-19
1
-0
/
+2
*
Don't keep stale pointers to LoopInfos.
Aaron Ballman
2019-08-19
2
-7
/
+8
*
[WebAssembly] Correctly handle va_arg of zero-sized structures
Guanzhong Chen
2019-08-15
1
-2
/
+3
*
Replace llvm::integer_sequence and friends with the C++14 standard version
Benjamin Kramer
2019-08-15
1
-2
/
+2
*
[Clang] Pragma vectorize_predicate implies vectorize
Sjoerd Meijer
2019-08-15
1
-6
/
+15
*
[Clang] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
7
-16
/
+16
*
[OPENMP]Support for non-rectangular loops.
Alexey Bataev
2019-08-14
1
-0
/
+30
*
[clang] - An update after LLVM change.
George Rimar
2019-08-14
1
-1
/
+5
*
[NewPM][PassInstrumentation] IR printing support from clang driver
Taewook Oh
2019-08-14
1
-1
/
+5
*
[WebAssembly] Make clang emit correct va_arg code for structs
Guanzhong Chen
2019-08-13
1
-2
/
+4
*
[CodeGen] Disable UBSan for coroutine functions
Brian Gesiak
2019-08-13
1
-0
/
+9
*
cfi-icall: Allow the jump table to be optionally made non-canonical.
Peter Collingbourne
2019-08-09
2
-14
/
+25
*
[OpenMP] Add support for close map modifier in Clang
Gheorghe-Teodor Bercea
2019-08-09
1
-2
/
+8
*
CodeGen: ensure 8-byte aligned String Swift CF ABI
Saleem Abdulrasool
2019-08-09
1
-1
/
+4
*
Add SVE opaque built-in types
Richard Sandiford
2019-08-09
3
-0
/
+35
*
[clang] Add no-warn support for Wa
Brian Cain
2019-08-08
1
-0
/
+1
*
Recommit Devirtualize destructor of final class.
Hiroshi Yamauchi
2019-08-08
1
-3
/
+27
*
Delay diagnosing asm constraints that require immediates until after inlining
Bill Wendling
2019-08-06
1
-5
/
+3
*
Builtins: Start adding half versions of math builtins
Matt Arsenault
2019-08-06
1
-0
/
+21
*
[OpenMP 5.0] Codegen support for user-defined mappers.
Michael Kruse
2019-08-05
4
-26
/
+503
*
Move LangStandard*, InputKind::Language to Basic
Rainer Orth
2019-08-05
1
-1
/
+2
*
Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC
Fangrui Song
2019-08-05
1
-1
/
+1
*
Revert "[OpenMP 5.0] Codegen support for user-defined mappers."
Michael Kruse
2019-08-04
4
-503
/
+26
*
[OpenMP 5.0] Codegen support for user-defined mappers.
Michael Kruse
2019-08-04
4
-26
/
+503
*
[BPF] annotate DIType metadata for builtin preseve_array_access_index()
Yonghong Song
2019-08-02
1
-3
/
+9
*
[PGO] Add PGO support at -O0 in the experimental new pass manager
Rong Xu
2019-08-01
1
-0
/
+10
*
[clang] Adopt new FileManager error-returning APIs
Harlan Haskins
2019-08-01
1
-2
/
+2
*
[OpenMP] Fix declare target link implementation
Gheorghe-Teodor Bercea
2019-08-01
1
-32
/
+40
*
[COFF][ARM64] Reorder handling of aarch64 MSVC builtins
David Major
2019-07-30
1
-145
/
+145
[prev]
[next]