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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
ARM MTE stack sanitizer.
Evgeniy Stepanov
2019-07-15
1
-0
/
+2
*
Ensure Target Features always_inline error happens in C++ cases.
Erich Keane
2019-06-21
1
-2
/
+9
*
Store a pointer to the return value in a static alloca and let the debugger u...
Amy Huang
2019-06-20
1
-0
/
+8
*
Refactor: split Uninitialized state on APValue into an "Absent" state
Richard Smith
2019-05-21
1
-1
/
+1
*
[OpenCL] Make global ctor init function a kernel
Anastasia Stulova
2019-05-09
1
-200
/
+1
*
Recommit r359859 "[Attribute/Diagnostics] Print macro if definition is an att...
Leonard Chan
2019-05-07
1
-0
/
+1
*
Revert "[Attribute/Diagnostics] Print macro if definition is an attribute dec...
Leonard Chan
2019-05-03
1
-1
/
+0
*
[Attribute/Diagnostics] Print macro if definition is an attribute declaration
Leonard Chan
2019-05-02
1
-0
/
+1
*
Don't emit an unreachable return block.
John McCall
2019-04-10
1
-0
/
+15
*
[opaque pointer types] Trivial changes towards CallInst requiring
James Y Knight
2019-02-03
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[clang][UBSan] Sanitization for alignment assumptions.
Roman Lebedev
2019-01-15
1
-0
/
+98
*
Revert alignment assumptions changes
Vlad Tsyrklevich
2019-01-15
1
-98
/
+0
*
[clang][UBSan] Sanitization for alignment assumptions.
Roman Lebedev
2019-01-14
1
-0
/
+98
*
[AST] Remove ASTContext from getThisType (NFC)
Brian Gesiak
2019-01-11
1
-2
/
+2
*
[NFC] Fix usage of Builder.insert(new Bitcast...)in CodeGenFunction
Erich Keane
2018-12-18
1
-1
/
+1
*
Remove unused Args parameter from EmitFunctionBody, NFC
Reid Kleckner
2018-12-13
1
-3
/
+2
*
Teach __builtin_unpredictable to work through implicit casts.
Erich Keane
2018-12-12
1
-1
/
+1
*
Move CodeGenOptions from Frontend to Basic
Richard Trieu
2018-12-11
1
-1
/
+1
*
Fix thunks returning memptrs via sret by emitting also scalar return values d...
Hans Wennborg
2018-12-07
1
-3
/
+2
*
Remove CodeGen dependencies on Sema.
Richard Trieu
2018-12-06
1
-1
/
+1
*
Revert "Revert r347417 "Re-Reinstate 347294 with a fix for the failures.""
Fangrui Song
2018-11-30
1
-2
/
+3
*
Revert r347417 "Re-Reinstate 347294 with a fix for the failures."
Fangrui Song
2018-11-30
1
-3
/
+2
*
Re-commit r347417 "Re-Reinstate 347294 with a fix for the failures."
Hans Wennborg
2018-11-28
1
-2
/
+3
*
Revert r347417 "Re-Reinstate 347294 with a fix for the failures."
Hans Wennborg
2018-11-27
1
-3
/
+2
*
Re-Reinstate 347294 with a fix for the failures.
Bill Wendling
2018-11-21
1
-2
/
+3
*
Revert r347364 again, the fix was incomplete.
Nico Weber
2018-11-21
1
-3
/
+2
*
Reinstate 347294 with a fix for the failures.
Bill Wendling
2018-11-20
1
-2
/
+3
*
[NFC] Move storage of dispatch-version to GlobalDecl
Erich Keane
2018-11-13
1
-1
/
+1
*
Implement Function Multiversioning for Non-ELF Systems.
Erich Keane
2018-10-25
1
-3
/
+31
*
[CodeGen] Always emit the 'min-legal-vector-width' attribute even when the va...
Craig Topper
2018-10-25
1
-3
/
+1
*
[CodeGen] Update min-legal-vector width based on function argument and return...
Craig Topper
2018-10-24
1
-1
/
+18
*
Use llvm::{all,any,none}_of instead std::{all,any,none}_of. NFC
Fangrui Song
2018-10-20
1
-8
/
+7
*
[CodeGen] Revert commit https://reviews.llvm.org/rL342717
Calixte Denizet
2018-09-24
1
-3
/
+3
*
[CodeGen] Add to emitted DebugLoc information about coverage when it's required
Calixte Denizet
2018-09-21
1
-3
/
+3
*
[XRay][clang] Emit "never-instrument" attribute
Dean Michael Berris
2018-09-14
1
-12
/
+12
*
[NFC]Refactor MultiVersion Resolver Emission to combine types
Erich Keane
2018-09-13
1
-59
/
+21
*
[MSan] add KMSAN support to Clang driver
Alexander Potapenko
2018-09-07
1
-1
/
+1
*
[CodeGen] Implicitly set stackrealign on the main function, if custom stack a...
Martin Storsjo
2018-08-21
1
-0
/
+7
*
[CodeGen] Merge equivalent block copy/helper functions.
Akira Hatanaka
2018-08-10
1
-7
/
+5
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
1
-5
/
+4
*
Implement cpu_dispatch/cpu_specific Multiversioning
Erich Keane
2018-07-20
1
-6
/
+46
*
[NFC] Switch CodeGenFunction to use value init instead of member init lists
Erich Keane
2018-07-10
1
-19
/
+3
*
Revert -r336726, which included more files than intended.
Erich Keane
2018-07-10
1
-3
/
+19
*
[NFC] Switch CodeGenFunction to use value init instead of member init lists
Erich Keane
2018-07-10
1
-19
/
+3
*
[Builtins][Attributes][X86] Tag all X86 builtins with their required vector w...
Craig Topper
2018-07-09
1
-1
/
+12
*
[CodeGen] Improve diagnostics related to target attributes
Gabor Buella
2018-06-07
1
-0
/
+10
*
[CodeGenFunction] Use the StringRef::split function that takes a char separat...
Craig Topper
2018-05-03
1
-2
/
+2
*
[XRay] Add clang builtin for xray typed events.
Keith Wyss
2018-04-17
1
-1
/
+8
*
[CodeView] Initial support for emitting S_THUNK32 symbols for compiler...
Brock Wyma
2018-04-16
1
-1
/
+2
[next]