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
/
CGCall.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[opaque pointer types] Trivial changes towards CallInst requiring
James Y Knight
2019-02-03
1
-1
/
+1
*
[ASan] Do not instrument other runtime functions with `__asan_handle_no_return`
Julian Lettner
2019-02-02
1
-2
/
+2
*
Remove redundant FunctionDecl argument from a couple functions.
James Y Knight
2019-02-02
1
-16
/
+12
*
[Sanitizers] UBSan unreachable incompatible with ASan in the presence of `nor...
Julian Lettner
2019-02-01
1
-0
/
+13
*
Revert "[Sanitizers] UBSan unreachable incompatible with ASan in the presence...
Eric Liu
2019-01-31
1
-13
/
+0
*
[Sanitizers] UBSan unreachable incompatible with ASan in the presence of `nor...
Julian Lettner
2019-01-30
1
-0
/
+13
*
Add a new builtin: __builtin_dynamic_object_size
Erik Pilkington
2019-01-30
1
-1
/
+2
*
Cleanup: replace uses of CallSite with CallBase.
James Y Knight
2019-01-30
1
-29
/
+23
*
Rename getTypeQualifiers to getMethodQualifiers.
Anastasia Stulova
2019-01-28
1
-1
/
+1
*
Revert "[Sanitizers] UBSan unreachable incompatible with ASan in the presence...
Julian Lettner
2019-01-24
1
-5
/
+1
*
[Sanitizers] UBSan unreachable incompatible with ASan in the presence of `nor...
Julian Lettner
2019-01-24
1
-1
/
+5
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[clang][slh] add Clang attr no_speculative_load_hardening
Zola Bridges
2019-01-18
1
-4
/
+10
*
[clang][UBSan] Sanitization for alignment assumptions.
Roman Lebedev
2019-01-15
1
-7
/
+11
*
Revert alignment assumptions changes
Vlad Tsyrklevich
2019-01-15
1
-11
/
+7
*
[clang][UBSan] Sanitization for alignment assumptions.
Roman Lebedev
2019-01-14
1
-7
/
+11
*
[OpenCL] Set generic addr space of 'this' in special class members.
Anastasia Stulova
2019-01-14
1
-1
/
+1
*
hwasan: Implement lazy thread initialization for the interceptor ABI.
Peter Collingbourne
2019-01-04
1
-0
/
+6
*
[OpenCL] Add generic AS to 'this' pointer
Mikael Nilsson
2018-12-13
1
-7
/
+9
*
Emit a proper diagnostic when attempting to forward inalloca arguments
Reid Kleckner
2018-12-12
1
-2
/
+3
*
Revert "[OpenCL] Add generic AS to 'this' pointer"
Mikael Nilsson
2018-12-12
1
-9
/
+7
*
[OpenCL] Add generic AS to 'this' pointer
Mikael Nilsson
2018-12-12
1
-7
/
+9
*
Move CodeGenOptions from Frontend to Basic
Richard Trieu
2018-12-11
1
-1
/
+1
*
[OpenCL][CodeGen] Fix replacing memcpy with addrspacecast
Andrew Savonichev
2018-12-10
1
-4
/
+17
*
[clang][slh] add attribute for speculative load hardening
Zola Bridges
2018-11-27
1
-0
/
+4
*
Revert "[clang][slh] add attribute for speculative load hardening"
Zola Bridges
2018-11-27
1
-4
/
+0
*
[clang][slh] add attribute for speculative load hardening
Zola Bridges
2018-11-27
1
-0
/
+4
*
Revert "[clang][slh] add attribute for speculative load hardening"
Zola Bridges
2018-11-26
1
-4
/
+0
*
[clang][slh] add attribute for speculative load hardening
Zola Bridges
2018-11-26
1
-0
/
+4
*
[AArch64] Add aarch64_vector_pcs function attribute to Clang
Sander de Smalen
2018-11-26
1
-0
/
+4
*
[NFC] Move storage of dispatch-version to GlobalDecl
Erich Keane
2018-11-13
1
-6
/
+9
*
Fix bitcast to address space cast for coerced load/stores
Yaxun Liu
2018-11-08
1
-4
/
+4
*
[CodeGen] Update min-legal-vector width based on function argument and return...
Craig Topper
2018-10-24
1
-0
/
+12
*
Use llvm::{all,any,none}_of instead std::{all,any,none}_of. NFC
Fangrui Song
2018-10-20
1
-2
/
+2
*
Add support for -mno-tls-direct-seg-refs to Clang
Kristina Brooks
2018-10-18
1
-0
/
+2
*
Revert "[CodeGenCXX] Treat 'this' as noalias in constructors"
Sean Fertile
2018-10-15
1
-16
/
+0
*
[CodeGenCXX] Treat 'this' as noalias in constructors
Anton Bikineev
2018-10-10
1
-0
/
+16
*
[x86/SLH] Add a real Clang flag and LLVM IR attribute for Speculative
Chandler Carruth
2018-09-04
1
-0
/
+3
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
1
-4
/
+4
*
Remove trailing space
Fangrui Song
2018-07-30
1
-10
/
+10
*
[COFF, ARM64] Decide when to mark struct returns as SRet
Mandeep Singh Grang
2018-07-26
1
-1
/
+2
*
[HIP] Support -fcuda-flush-denormals-to-zero for amdgcn
Yaxun Liu
2018-07-21
1
-1
/
+1
*
[clang]: Add support for "-fno-delete-null-pointer-checks"
Manoj Gupta
2018-07-19
1
-6
/
+14
*
[NFC] Add CreateMemTempWithoutCast and CreateTempAllocaWithoutCast
Yaxun Liu
2018-06-15
1
-6
/
+4
*
[CUDA][HIP] Set kernel calling convention before arrange function
Yaxun Liu
2018-06-12
1
-1
/
+14
*
Update for an LLVM header file move
David Blaikie
2018-06-04
1
-1
/
+1
*
Revert r332982 Call CreateTempMemWithoutCast for ActiveFlag
Yaxun Liu
2018-05-22
1
-4
/
+6
*
Call CreateTempMemWithoutCast for ActiveFlag
Yaxun Liu
2018-05-22
1
-6
/
+4
*
CodeGen: Fix invalid bitcast for lifetime.start/end
Yaxun Liu
2018-05-17
1
-9
/
+15
*
Address post-commit review comments after r328731. NFC.
Akira Hatanaka
2018-05-15
1
-2
/
+4
[prev]
[next]