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
*
[CodeGen] Do not construct complete LValue base info in trivial cases
Ivan A. Kosarev
2017-10-10
1
-8
/
+32
*
Split X86::BI__builtin_cpu_init handling into own function[NFC]
Erich Keane
2017-10-06
1
-0
/
+1
*
Refine generation of TBAA information in clang
Ivan A. Kosarev
2017-10-06
1
-4
/
+18
*
[CodeGen] Emit a helper function for __builtin_os_log_format to reduce
Akira Hatanaka
2017-10-06
1
-0
/
+11
*
Revert r314977 "[CodeGen] Unify generation of scalar and struct-path TBAA tags"
Ivan A. Kosarev
2017-10-05
1
-18
/
+4
*
[CodeGen] Unify generation of scalar and struct-path TBAA tags
Ivan A. Kosarev
2017-10-05
1
-4
/
+18
*
[CodeGen] Introduce generic TBAA access descriptors
Ivan A. Kosarev
2017-10-03
1
-6
/
+3
*
[ubsan] Add helpers to decide when null/vptr checks are required. NFC.
Vedant Kumar
2017-10-03
1
-0
/
+6
*
[CodeGen] Do not refer to complete TBAA info where we actually deal with just...
Ivan A. Kosarev
2017-10-02
1
-5
/
+5
*
[OPENMP] Generate implicit map|firstprivate clauses for target-based
Alexey Bataev
2017-09-26
1
-0
/
+3
*
[CodeGen][ObjC] Build the global block structure before emitting the
Akira Hatanaka
2017-09-22
1
-1
/
+2
*
[OPENMP] Handle re-declaration of captured variables in CodeGen.
Alexey Bataev
2017-09-22
1
-3
/
+3
*
[ubsan] Function Sanitizer: Don't require writable text segments
Vedant Kumar
2017-09-13
1
-0
/
+9
*
Updated two annotations for Store.h and CodeGenFunction.h.
Krasimir Georgiev
2017-09-08
1
-2
/
+1
*
Debug info: Fixed faulty debug locations for attributed statements
Karl-Johan Karlsson
2017-09-06
1
-1
/
+1
*
[CodeGen]Refactor CpuSupports/CPUIs Builtin Code Gen to better work with
Erich Keane
2017-09-01
1
-0
/
+4
*
[IRGen] Evaluate constant static variables referenced through member
Alex Lorenz
2017-08-25
1
-0
/
+1
*
[OPENMP] Fix for PR34014: OpenMP 4.5: Target construct in static method
Alexey Bataev
2017-08-22
1
-0
/
+2
*
[OPENMP] Fix for PR28581: OpenMP linear clause - wrong results.
Alexey Bataev
2017-08-16
1
-1
/
+3
*
Clean up some lambda conversion operator code, NFC
Reid Kleckner
2017-08-04
1
-2
/
+1
*
[ubsan] Diagnose invalid uses of builtins (clang)
Vedant Kumar
2017-07-29
1
-0
/
+12
*
Fix double destruction of objects when OpenMP construct is canceled
Erich Keane
2017-07-27
1
-1
/
+1
*
Add branch weights to branches for static initializers.
Richard Smith
2017-07-26
1
-0
/
+8
*
[ubsan] Teach the pointer overflow check that "p - <unsigned> <= p" (PR33430)
Vedant Kumar
2017-07-13
1
-0
/
+7
*
[Sema] Mark a virtual CXXMethodDecl as used if a call to it can be
Akira Hatanaka
2017-07-13
1
-5
/
+0
*
CodeGen: Fix address space of global variable
Yaxun Liu
2017-07-08
1
-4
/
+3
*
[ubsan] Improve diagnostics for return value checks (clang)
Vedant Kumar
2017-06-23
1
-3
/
+14
*
CodeGen: Cast temporary variable to proper address space
Yaxun Liu
2017-06-19
1
-8
/
+34
*
[coroutines] Allow co_await and co_yield expressions that return an lvalue to...
Eric Fiselier
2017-06-15
1
-0
/
+2
*
[ubsan] Detect invalid unsigned pointer index expression (clang)
Vedant Kumar
2017-06-12
1
-0
/
+2
*
[ubsan] Add a check for pointer overflow UB
Vedant Kumar
2017-06-01
1
-0
/
+8
*
Restore and update documentation comment for EmitPointerWithAlignment
Krzysztof Parzyszek
2017-05-19
1
-5
/
+16
*
CodeGenFunction::EmitPointerWithAlignment(): Prune a \param in r303358, possi...
NAKAMURA Takumi
2017-05-19
1
-15
/
+0
*
[CodeGen] Propagate LValueBaseInfo instead of AlignmentSource
Krzysztof Parzyszek
2017-05-18
1
-14
/
+17
*
[OpenCL] Add intel_reqd_sub_group_size attribute support
Xiuli Pan
2017-05-04
1
-10
/
+2
*
Adapt to LLVM's rename of WeakVH to WeakTrackingVH; NFC
Sanjoy Das
2017-05-01
1
-3
/
+4
*
[CodeGen][ObjC] Don't retain captured Objective-C pointers at block
Akira Hatanaka
2017-04-28
1
-0
/
+1
*
Revert "Update to LLVM's use of WeakTrackingVH; NFC"
Sanjoy Das
2017-04-26
1
-4
/
+3
*
Update to LLVM's use of WeakTrackingVH; NFC
Sanjoy Das
2017-04-26
1
-3
/
+4
*
Recommit of
Carlo Bertolli
2017-04-25
1
-16
/
+80
*
Revert r301223
Carlo Bertolli
2017-04-24
1
-80
/
+16
*
[OpenMP] Initial implementation of code generation for pragma 'distribute par...
Carlo Bertolli
2017-04-24
1
-16
/
+80
*
[ubsan] Reduce alignment checking of C++ object pointers
Vedant Kumar
2017-04-14
1
-3
/
+2
*
[cfi] Emit __cfi_check stub in the frontend.
Evgeniy Stepanov
2017-04-07
1
-0
/
+3
*
Clang changes for alloc_align attribute
Erich Keane
2017-03-30
1
-0
/
+6
*
[coroutines] Add codegen for await and yield expressions
Gor Nishanov
2017-03-26
1
-1
/
+7
*
[ubsan] Use the nicer nullability diagnostic handlers
Vedant Kumar
2017-03-14
1
-1
/
+5
*
[ubsan] Add a nullability sanitizer
Vedant Kumar
2017-03-14
1
-0
/
+17
*
Retry: [ubsan] Detect UB loads from bitfields
Vedant Kumar
2017-03-09
1
-1
/
+1
*
Revert "[ubsan] Detect UB loads from bitfields"
Vedant Kumar
2017-03-09
1
-1
/
+1
[next]