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
*
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
*
hwasan: add -fsanitize=kernel-hwaddress flag
Andrey Konovalov
2018-04-13
1
-1
/
+5
*
[XRay][clang] Add flag to choose instrumentation bundles
Dean Michael Berris
2018-04-13
1
-2
/
+7
*
asan: kernel: make no_sanitize("address") attribute work with -fsanitize=kern...
Vitaly Buka
2018-04-09
1
-2
/
+8
*
Add the -fsanitize=shadow-call-stack flag
Vlad Tsyrklevich
2018-04-03
1
-0
/
+2
*
[libFuzzer] Use OptForFuzzing attribute with -fsanitize=fuzzer.
Matt Morehouse
2018-03-23
1
-0
/
+4
*
[OpenMP] Add OpenMP data sharing infrastructure using global memory
Gheorghe-Teodor Bercea
2018-03-14
1
-0
/
+5
*
Do not generate calls to fentry with __attribute__((no_instrument_function))
Manoj Gupta
2018-03-02
1
-4
/
+6
*
Remove redundant casts. NFC
George Burgess IV
2018-03-01
1
-2
/
+1
*
Recommit rL323952: [DebugInfo] Enable debug information for C99 VLA types.
Sander de Smalen
2018-02-03
1
-11
/
+22
*
Reverting patch rL323952 due to build errors that I
Sander de Smalen
2018-02-01
1
-22
/
+11
[next]