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
*
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
*
[NFC] avoid AlignedCharArray in clang
JF Bastien
2019-07-29
1
-3
/
+4
*
[DebugInfo] Don't emit incorrect descriptions of thunk params (PR42627)
Vedant Kumar
2019-07-29
1
-2
/
+3
*
Revert "Revert "CodeGen: ensure placeholder instruction for cleanup is created""
Saleem Abdulrasool
2019-07-25
1
-8
/
+11
*
Reland the "[NewPM] Port Sancov" patch from rL365838. No functional
Leonard Chan
2019-07-25
1
-7
/
+40
*
Revert "CodeGen: ensure placeholder instruction for cleanup is created"
JF Bastien
2019-07-25
1
-11
/
+8
*
CodeGen: ensure placeholder instruction for cleanup is created
Saleem Abdulrasool
2019-07-25
1
-8
/
+11
*
Allow prefetching from non-zero address spaces
JF Bastien
2019-07-25
1
-4
/
+4
*
[Clang] New loop pragma vectorize_predicate
Sjoerd Meijer
2019-07-25
2
-1
/
+35
*
Updated the signature for some stack related intrinsics (CLANG)
Christudasan Devadasan
2019-07-22
2
-11
/
+16
*
[OpenCL] Improve destructor support in C++ for OpenCL
Marco Antognini
2019-07-22
8
-65
/
+118
*
[Clang] Replace cc1 options '-mdisable-fp-elim' and '-momit-leaf-frame-pointer'
Yuanfang Chen
2019-07-20
1
-9
/
+12
*
[WebAssembly] Compute and export TLS block alignment
Guanzhong Chen
2019-07-19
1
-0
/
+5
*
[LTO] Always mark regular LTO units with EnableSplitLTOUnit=1
Teresa Johnson
2019-07-19
1
-1
/
+1
*
[NFC] Remove unused variable
Denis Bakhvalov
2019-07-19
1
-1
/
+1
*
[sanitizers] Use covering ObjectFormatType switches
Hubert Tong
2019-07-19
1
-2
/
+6
*
Fix formatting of inline argument comments. NFC.
Sam Clegg
2019-07-19
1
-7
/
+6
*
[RISCV] Hard float ABI support
Alex Bradbury
2019-07-18
1
-13
/
+276
*
[WebAssembly] Implement __builtin_wasm_tls_base intrinsic
Guanzhong Chen
2019-07-18
1
-0
/
+4
*
Revert "[RISCV] Hard float ABI support" r366450
Alex Bradbury
2019-07-18
1
-272
/
+13
*
[RISCV] Hard float ABI support
Alex Bradbury
2019-07-18
1
-13
/
+272
*
[OPENMP][NVPTX]Mark barrier functions calls as convergent.
Alexey Bataev
2019-07-18
1
-2
/
+5
*
Revert r366422: [OpenCL] Improve destructor support in C++ for OpenCL
Ilya Biryukov
2019-07-18
8
-116
/
+65
*
[OpenCL] Improve destructor support in C++ for OpenCL
Marco Antognini
2019-07-18
8
-65
/
+116
*
hwasan: Initialize the pass only once.
Peter Collingbourne
2019-07-17
1
-28
/
+10
*
AMDGPU: Add some missing builtins
Matt Arsenault
2019-07-17
1
-0
/
+6
*
[WebAssembly] Implement thread-local storage (local-exec model)
Guanzhong Chen
2019-07-16
1
-0
/
+5
*
fix unnamed fiefield issue and add tests for __builtin_preserve_access_index ...
Yonghong Song
2019-07-16
2
-2
/
+22
*
[AArch64] Implement __jcvt intrinsic from Armv8.3-A
Kyrylo Tkachov
2019-07-16
1
-0
/
+8
*
Finish "Adapt -fsanitize=function to SANITIZER_NON_UNIQUE_TYPEINFO"
Stephan Bergmann
2019-07-16
2
-2
/
+2
*
Fix parameter name comments using clang-tidy. NFC.
Rui Ueyama
2019-07-16
20
-73
/
+73
*
Temporarily Revert "fix unnamed fiefield issue and add tests for __builtin_pr...
Eric Christopher
2019-07-15
2
-22
/
+2
*
Revert "[NewPM] Port Sancov"
Leonard Chan
2019-07-15
1
-40
/
+7
*
ARM MTE stack sanitizer.
Evgeniy Stepanov
2019-07-15
4
-14
/
+19
*
fix unnamed fiefield issue and add tests for __builtin_preserve_access_index ...
Yonghong Song
2019-07-15
2
-2
/
+22
*
[OpenCL][PR41727] Prevent ICE on global dtors
Anastasia Stulova
2019-07-15
4
-13
/
+41
*
[SystemZ] Add support for new cpu architecture - arch13
Ulrich Weigand
2019-07-12
1
-0
/
+17
*
CodeGet: Init 32bit pointers with 0xFFFFFFFF
Vitaly Buka
2019-07-12
1
-18
/
+10
[next]