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
/
CodeGenFunction.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[Sanitizers] UBSan unreachable incompatible with ASan in the presence of `nor...
Julian Lettner
2019-01-30
1
-2
/
+2
*
Add a new builtin: __builtin_dynamic_object_size
Erik Pilkington
2019-01-30
1
-2
/
+4
*
Cleanup: replace uses of CallSite with CallBase.
James Y Knight
2019-01-30
1
-11
/
+10
*
[ubsan] Check the correct size when sanitizing array new.
Richard Smith
2019-01-23
1
-2
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Fix cleanup registration for lambda captures.
Richard Smith
2019-01-17
1
-3
/
+3
*
[clang][UBSan] Sanitization for alignment assumptions.
Roman Lebedev
2019-01-15
1
-11
/
+22
*
Revert alignment assumptions changes
Vlad Tsyrklevich
2019-01-15
1
-22
/
+11
*
[clang][UBSan] Sanitization for alignment assumptions.
Roman Lebedev
2019-01-14
1
-11
/
+22
*
Convert some ObjC retain/release msgSends to runtime calls.
Pete Cooper
2018-12-21
1
-0
/
+5
*
Remove unused Args parameter from EmitFunctionBody, NFC
Reid Kleckner
2018-12-13
1
-1
/
+1
*
Move CodeGenOptions from Frontend to Basic
Richard Trieu
2018-12-11
1
-1
/
+1
*
Convert some ObjC msgSends to runtime calls.
Pete Cooper
2018-12-08
1
-0
/
+4
*
[NFC] Move storage of dispatch-version to GlobalDecl
Erich Keane
2018-11-13
1
-4
/
+3
*
Fix a nondeterminism in the debug info for VLA size expressions.
Adrian Prantl
2018-11-09
1
-0
/
+2
*
[CodeGen] Move `emitConstant` from ScalarExprEmitter to CodeGenFunction. NFC.
Volodymyr Sapsai
2018-11-01
1
-0
/
+1
*
Part of PR39508: Emit an @llvm.invariant.start after storing to
Richard Smith
2018-10-31
1
-3
/
+6
*
Create ConstantExpr class
Bill Wendling
2018-10-31
1
-3
/
+5
*
Implement Function Multiversioning for Non-ELF Systems.
Erich Keane
2018-10-25
1
-0
/
+1
*
Remove a pair of unused dispatch multiversion declarations.
Erich Keane
2018-10-24
1
-15
/
+0
*
[X86] Add support for more than 32 features for __builtin_cpu_is
Craig Topper
2018-10-20
1
-2
/
+2
*
Distinguish `__block` variables that are captured by escaping blocks
Akira Hatanaka
2018-10-01
1
-5
/
+6
*
Revert r343518.
Akira Hatanaka
2018-10-01
1
-6
/
+5
*
Distinguish `__block` variables that are captured by escaping blocks
Akira Hatanaka
2018-10-01
1
-5
/
+6
*
[CodeGen] Revert commit https://reviews.llvm.org/rL342717
Calixte Denizet
2018-09-24
1
-1
/
+1
*
[CodeGen] Add to emitted DebugLoc information about coverage when it's required
Calixte Denizet
2018-09-21
1
-1
/
+1
*
[NFC]Refactor MultiVersion Resolver Emission to combine types
Erich Keane
2018-09-13
1
-23
/
+18
*
Revert r341754.
Akira Hatanaka
2018-09-09
1
-6
/
+5
*
Distinguish `__block` variables that are captured by escaping blocks
Akira Hatanaka
2018-09-08
1
-5
/
+6
*
[CodeGen] add rotate builtins that map to LLVM funnel shift
Sanjay Patel
2018-08-19
1
-0
/
+2
*
revert r340137: [CodeGen] add rotate builtins
Sanjay Patel
2018-08-19
1
-2
/
+0
*
[CodeGen] add/fix rotate builtins that map to LLVM funnel shift (retry)
Sanjay Patel
2018-08-19
1
-0
/
+2
*
[CodeGen] Merge equivalent block copy/helper functions.
Akira Hatanaka
2018-08-10
1
-2
/
+24
*
Add Windows support for the GNUstep Objective-C ABI V2.
David Chisnall
2018-08-10
1
-1
/
+3
*
[clang][ubsan] Implicit Conversion Sanitizer - integer truncation - clang part
Roman Lebedev
2018-07-30
1
-0
/
+1
*
[UBSan] Strengthen pointer checks in 'new' expressions
Serge Pavlov
2018-07-28
1
-2
/
+6
*
[CodeGen][ObjC] Make block copy/dispose helper functions exception-safe.
Akira Hatanaka
2018-07-26
1
-1
/
+19
*
Support lifetime-extension of conditional temporaries.
Richard Smith
2018-07-23
1
-104
/
+135
*
Implement cpu_dispatch/cpu_specific Multiversioning
Erich Keane
2018-07-20
1
-7
/
+28
*
[NFC] Switch CodeGenFunction to use value init instead of member init lists
Erich Keane
2018-07-10
1
-37
/
+37
*
Revert -r336726, which included more files than intended.
Erich Keane
2018-07-10
1
-37
/
+37
*
[NFC] Switch CodeGenFunction to use value init instead of member init lists
Erich Keane
2018-07-10
1
-37
/
+37
*
[Builtins][Attributes][X86] Tag all X86 builtins with their required vector w...
Craig Topper
2018-07-09
1
-0
/
+4
*
Implement CFI for indirect calls via a member function pointer.
Peter Collingbourne
2018-06-26
1
-0
/
+2
*
[CodeGen] Provide source locations for UBSan type checks when emitting constr...
Igor Kudrin
2018-06-25
1
-1
/
+2
*
[NFC] Add CreateMemTempWithoutCast and CreateTempAllocaWithoutCast
Yaxun Liu
2018-06-15
1
-13
/
+18
*
[WebAssembly] Use Windows EH instructions for Wasm EH
Heejin Ahn
2018-05-31
1
-1
/
+2
*
Support __iso_volatile_load8 etc on aarch64-win32.
Simon Tatham
2018-05-30
1
-0
/
+4
*
Revert r332982 Call CreateTempMemWithoutCast for ActiveFlag
Yaxun Liu
2018-05-22
1
-18
/
+13
*
Call CreateTempMemWithoutCast for ActiveFlag
Yaxun Liu
2018-05-22
1
-13
/
+18
[prev]
[next]