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
*
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
*
[DebugInfo] Enable debug information for C99 VLA types
Sander de Smalen
2018-02-01
1
-11
/
+22
*
Allocate and access NormalCleanupDest with the natural alignment of i32.
John McCall
2018-01-12
1
-4
/
+5
*
Added Control Flow Protection Flag
Oren Ben Simhon
2018-01-09
1
-1
/
+2
*
Implement Attribute Target MultiVersioning
Erich Keane
2018-01-08
1
-0
/
+54
*
No -fsanitize=function warning when calling noexcept function through non-noe...
Stephan Bergmann
2018-01-05
1
-1
/
+6
*
[WinEH] Allow for multiple terminatepads
Reid Kleckner
2018-01-02
1
-0
/
+3
*
[Driver, CodeGen] pass through and apply -fassociative-math
Sanjay Patel
2017-12-16
1
-0
/
+3
*
[OPENMP] Codegen `declare simd` for function declarations.
Alexey Bataev
2017-12-15
1
-4
/
+0
*
Hardware-assisted AddressSanitizer (clang part).
Evgeniy Stepanov
2017-12-09
1
-0
/
+2
*
[XRay][clang] Introduce -fxray-always-emit-customevents
Dean Michael Berris
2017-11-30
1
-0
/
+6
*
Add -finstrument-function-entry-bare flag
Hans Wennborg
2017-11-21
1
-9
/
+15
*
Switch -mcount and -finstrument-functions to emit EnterExitInstrumenter attri...
Hans Wennborg
2017-11-14
1
-32
/
+18
*
[coroutines] Promote cleanup.dest.slot allocas to registers to avoid storing ...
Gor Nishanov
2017-11-11
1
-0
/
+14
*
[CodeGen] match new fast-math-flag method: isFast()
Sanjay Patel
2017-11-06
1
-1
/
+1
*
[CodeGen] Propagate may-alias'ness of lvalues with TBAA info
Ivan A. Kosarev
2017-10-31
1
-2
/
+2
*
[CodeGen] EmitPointerWithAlignment() to generate TBAA info along with LValue ...
Ivan A. Kosarev
2017-10-17
1
-3
/
+3
*
Convert clang::LangAS to a strongly typed enum
Alexander Richardson
2017-10-15
1
-2
/
+2
*
[ubsan] Don't emit function signatures for non-static member functions
Vedant Kumar
2017-10-14
1
-2
/
+10
*
Revert "[CodeGen] EmitPointerWithAlignment() to generate TBAA info along with...
Ivan A. Kosarev
2017-10-13
1
-3
/
+3
*
[CodeGen] EmitPointerWithAlignment() to generate TBAA info along with LValue ...
Ivan A. Kosarev
2017-10-13
1
-3
/
+3
*
[CodeGen] getNaturalTypeAlignment() to generate TBAA info along with LValue b...
Ivan A. Kosarev
2017-10-13
1
-6
/
+13
*
[CodeGen] Generate TBAA info along with LValue base info
Ivan A. Kosarev
2017-10-12
1
-1
/
+2
*
Refine generation of TBAA information in clang
Ivan A. Kosarev
2017-10-06
1
-1
/
+1
*
Revert r314977 "[CodeGen] Unify generation of scalar and struct-path TBAA tags"
Ivan A. Kosarev
2017-10-05
1
-1
/
+1
*
[CodeGen] Unify generation of scalar and struct-path TBAA tags
Ivan A. Kosarev
2017-10-05
1
-1
/
+1
*
[CodeGen] Do not refer to complete TBAA info where we actually deal with just...
Ivan A. Kosarev
2017-10-02
1
-1
/
+1
*
Allow specifying sanitizers in blacklists
Vlad Tsyrklevich
2017-09-25
1
-2
/
+13
*
[ubsan] Function Sanitizer: Don't require writable text segments
Vedant Kumar
2017-09-13
1
-1
/
+41
*
Expose -mllvm -accurate-sample-profile to clang.
Dehao Chen
2017-08-24
1
-0
/
+4
*
[ubsan] PR34266: When sanitizing the 'this' value for a member function that ...
Richard Smith
2017-08-24
1
-2
/
+14
*
Revert "[ubsan] PR34266: When sanitizing the 'this' value for a member functi...
Adrian Prantl
2017-08-24
1
-2
/
+2
*
[ubsan] PR34266: When sanitizing the 'this' value for a member function that ...
Richard Smith
2017-08-23
1
-2
/
+2
*
Clean up some lambda conversion operator code, NFC
Reid Kleckner
2017-08-04
1
-8
/
+3
*
Reland "CFI: blacklist STL allocate() from unrelated-casts"
Vlad Tsyrklevich
2017-08-04
1
-0
/
+28
*
Revert "Reland "CFI: blacklist STL allocate() from unrelated-casts""
Vlad Tsyrklevich
2017-08-04
1
-27
/
+0
*
Reland "CFI: blacklist STL allocate() from unrelated-casts"
Vlad Tsyrklevich
2017-08-04
1
-0
/
+27
*
Revert "CFI: blacklist STL allocate() from unrelated-casts"
Vlad Tsyrklevich
2017-08-04
1
-27
/
+0
*
CFI: blacklist STL allocate() from unrelated-casts
Vlad Tsyrklevich
2017-08-04
1
-0
/
+27
*
[OpenCL] Fix access qualifiers metadata for kernel arguments with typedef
Alexey Sotkin
2017-07-26
1
-1
/
+4
*
[ubsan] Improve diagnostics for return value checks (clang)
Vedant Kumar
2017-06-23
1
-0
/
+7
*
[Clang] Handle interaction of -pg and no_instrument_function attribute.
Manoj Gupta
2017-06-19
1
-2
/
+4
*
[DebugInfo] Add kind of ImplicitParamDecl for emission of FlagObjectPointer.
Alexey Bataev
2017-06-09
1
-3
/
+2
*
[CGDebugInfo] Finalize SubPrograms when we're done with them
Keno Fischer
2017-06-01
1
-1
/
+1
*
[CodeGen] Propagate LValueBaseInfo instead of AlignmentSource
Krzysztof Parzyszek
2017-05-18
1
-11
/
+13
*
[OpenCL] Add intel_reqd_sub_group_size attribute support
Xiuli Pan
2017-05-04
1
-12
/
+20
*
[ubsan] Reduce alignment checking of C++ object pointers
Vedant Kumar
2017-04-14
1
-4
/
+5
[next]