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
/
Sema
/
SemaChecking.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Range-style std::find{,_if} -> llvm::find{,_if}. NFC
Fangrui Song
2019-03-31
1
-2
/
+1
*
[Sema] Avoid sending a dependent expression to the constant evaluator.
Erik Pilkington
2019-03-29
1
-0
/
+3
*
[Sema] Fix a crash when nonnull checking
Michael Liao
2019-03-29
1
-0
/
+3
*
Emit -Wfortify-source using DiagRuntimeBehaviour
Erik Pilkington
2019-03-26
1
-3
/
+4
*
[Sema] Don't check for array bounds when the types in the base expression are...
Bruno Ricci
2019-03-25
1
-0
/
+2
*
[Sema] Add some compile time _FORTIFY_SOURCE diagnostics
Erik Pilkington
2019-03-18
1
-77
/
+138
*
[Fixed Point Arithmetic] Fixed Point and Integer Conversions
Leonard Chan
2019-03-06
1
-3
/
+42
*
[Sema] Diagnose floating point conversions based on target semantics
Erik Pilkington
2019-02-16
1
-11
/
+14
*
[Sema] Fix-up a -Wfloat-conversion diagnostic
Erik Pilkington
2019-02-14
1
-10
/
+10
*
[Builtins] Treat `bcmp` as a builtin.
Clement Courbet
2019-02-14
1
-8
/
+8
*
Add a new builtin: __builtin_dynamic_object_size
Erik Pilkington
2019-01-30
1
-0
/
+1
*
OpenCL: Use length modifier for warning on vector printf arguments
Matt Arsenault
2019-01-29
1
-2
/
+4
*
Tentative fix for r351701 and gcc 6.2 build on ubuntu
Serge Guelton
2019-01-20
1
-4
/
+4
*
Replace llvm::isPodLike<...> by llvm::is_trivially_copyable<...>
Serge Guelton
2019-01-20
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[Fixed Point Arithmetic] Fixed Point Addition Constant Expression Evaluation
Leonard Chan
2019-01-18
1
-0
/
+22
*
[Sema] Change std::sort to llvm::sort
Mandeep Singh Grang
2019-01-14
1
-3
/
+3
*
Fix false positive unsequenced access and modification warning in array subsc...
Nicolas Lesser
2019-01-10
1
-16
/
+28
*
[Sema] Diagnose array access preceding the array bounds even when the base ty...
Bruno Ricci
2019-01-08
1
-6
/
+9
*
[Sema][NFC] Remove some unnecessary calls to getASTContext.
Bruno Ricci
2018-12-21
1
-2
/
+0
*
[Sema] Don't try to account for the size of an incomplete type in CheckArrayA...
Bruno Ricci
2018-12-20
1
-2
/
+10
*
Emit -Wformat properly for bit-field promotions.
Aaron Ballman
2018-12-18
1
-4
/
+28
*
[Clang] Add __builtin_launder
Eric Fiselier
2018-12-14
1
-0
/
+62
*
Revert r348889; it fails some tests.
Aaron Ballman
2018-12-11
1
-22
/
+4
*
Emit -Wformat properly for bit-field promotions.
Aaron Ballman
2018-12-11
1
-4
/
+22
*
Misc typos fixes in ./lib folder
Raphael Isemann
2018-12-10
1
-1
/
+1
*
[Hexagon] Add intrinsics for Hexagon V66
Krzysztof Parzyszek
2018-12-05
1
-735
/
+747
*
Do not check for parameters shadowing fields in function declarations.
Aaron Ballman
2018-12-05
1
-0
/
+12
*
Revert "Revert r347417 "Re-Reinstate 347294 with a fix for the failures.""
Fangrui Song
2018-11-30
1
-18
/
+29
*
Revert r347417 "Re-Reinstate 347294 with a fix for the failures."
Fangrui Song
2018-11-30
1
-29
/
+18
*
Re-commit r347417 "Re-Reinstate 347294 with a fix for the failures."
Hans Wennborg
2018-11-28
1
-18
/
+29
*
Derive builtin return type from its definition
Marco Antognini
2018-11-27
1
-2
/
+0
*
Revert r347417 "Re-Reinstate 347294 with a fix for the failures."
Hans Wennborg
2018-11-27
1
-29
/
+18
*
Re-Reinstate 347294 with a fix for the failures.
Bill Wendling
2018-11-21
1
-18
/
+29
*
Revert r347364 again, the fix was incomplete.
Nico Weber
2018-11-21
1
-29
/
+18
*
Reinstate 347294 with a fix for the failures.
Bill Wendling
2018-11-20
1
-18
/
+29
*
Reverted D52835 to fix review comments
David Bolvansky
2018-11-14
1
-40
/
+8
*
[Diagnostics] Check integer to floating point number implicit conversions
David Bolvansky
2018-11-14
1
-8
/
+40
*
[mips][msa] Fix msa_[st/ld] offset check
Aleksandar Beserminji
2018-11-07
1
-8
/
+8
*
os_log: Allow specifying mask type in format string.
Akira Hatanaka
2018-11-06
1
-0
/
+6
*
Reapply Logging: make os_log buffer size an integer constant expression.
Tim Northover
2018-11-02
1
-1
/
+1
*
NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)
Erik Pilkington
2018-10-30
1
-1
/
+1
*
PR26547: alignof should return ABI alignment, not preferred alignment
Richard Smith
2018-10-26
1
-2
/
+3
*
Avoid std::map&vector in hexagon builtin code to save code size
Reid Kleckner
2018-10-25
1
-763
/
+808
*
[COFF, ARM64] Add _ReadStatusReg and_WriteStatusReg intrinsics
Mandeep Singh Grang
2018-10-18
1
-0
/
+7
*
[COFF, ARM64] Add __getReg intrinsic
Mandeep Singh Grang
2018-10-04
1
-0
/
+3
*
Added warning for unary minus used with unsigned type
David Bolvansky
2018-10-02
1
-0
/
+13
*
[Sema] Handle __va_start for Windows/ARM64 in the same way as for ARM
Martin Storsjo
2018-09-27
1
-0
/
+1
*
[OpenCL] Diagnose redundant address space conversion
Sven van Haastregt
2018-09-20
1
-0
/
+7
*
[PowerPC] [Clang] Add vector int128 pack/unpack builtins
QingShan Zhang
2018-09-20
1
-0
/
+12
[next]