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
/
CGDecl.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert r326946. It caused stack overflows by significantly increasing the siz...
Richard Smith
2018-03-10
1
-16
/
+0
*
CodeGen: Fix address space of indirect function argument
Yaxun Liu
2018-03-07
1
-0
/
+16
*
Start setting dllimport/dllexport in setGVProperties.
Rafael Espindola
2018-03-01
1
-7
/
+0
*
[ObjC] Allow declaring __strong pointer fields in structs in Objective-C
Akira Hatanaka
2018-02-28
1
-3
/
+25
*
Bring r325915 back.
Rafael Espindola
2018-02-23
1
-1
/
+2
*
Revert "Start setting dso_local for COFF."
Rafael Espindola
2018-02-23
1
-2
/
+1
*
Start setting dso_local for COFF.
Rafael Espindola
2018-02-23
1
-1
/
+2
*
CodeGen: handle blocks correctly when inalloca'ed
Saleem Abdulrasool
2018-02-21
1
-2
/
+5
*
[DebugInfo] Avoid name conflict of generated VLA expression variable.
Sander de Smalen
2018-02-13
1
-2
/
+3
*
Fix crash on array initializer with non-0 alloca addrspace
Matt Arsenault
2018-02-08
1
-1
/
+2
*
Recommit r324107 again.
Rafael Espindola
2018-02-07
1
-1
/
+2
*
Revert "Recommit r324107."
Rafael Espindola
2018-02-07
1
-2
/
+1
*
Recommit r324107.
Rafael Espindola
2018-02-07
1
-1
/
+2
*
Don't pass ForDefinition_t in places it is redundant.
Rafael Espindola
2018-02-07
1
-1
/
+1
*
Add support for attribute 'trivial_abi'.
Akira Hatanaka
2018-02-05
1
-1
/
+1
*
Recommit rL323952: [DebugInfo] Enable debug information for C99 VLA types.
Sander de Smalen
2018-02-03
1
-14
/
+68
*
Revert "Start setting dso_local in clang."
Rafael Espindola
2018-02-02
1
-2
/
+1
*
Start setting dso_local in clang.
Rafael Espindola
2018-02-02
1
-1
/
+2
*
Reverting patch rL323952 due to build errors that I
Sander de Smalen
2018-02-01
1
-68
/
+14
*
[DebugInfo] Enable debug information for C99 VLA types
Sander de Smalen
2018-02-01
1
-14
/
+68
*
Reland "Fix vtable not receiving hidden visibility when using push(visibility)"
Jake Ehrlich
2017-11-29
1
-1
/
+1
*
Revert "[CodeGen] Fix vtable not receiving hidden visibility when using push(...
Petr Hosek
2017-11-22
1
-1
/
+1
*
[CodeGen] Fix vtable not receiving hidden visibility when using push(visibility)
Petr Hosek
2017-11-22
1
-1
/
+1
*
[MS] Apply adjustments after storing 'this'
Reid Kleckner
2017-11-16
1
-18
/
+0
*
[OpenCL] Fix code generation of function-scope constant samplers.
Alexey Bader
2017-11-15
1
-0
/
+4
*
CodeGen: Fix invalid bitcast in partial initialization of automatic arrary va...
Yaxun Liu
2017-10-23
1
-1
/
+1
*
Convert clang::LangAS to a strongly typed enum
Alexander Richardson
2017-10-15
1
-2
/
+2
*
[OpenCL] Add LangAS::opencl_private to represent private address space in AST
Yaxun Liu
2017-10-13
1
-1
/
+3
*
Extract IRGen's constant-emitter into its own helper class and clean up
John McCall
2017-08-15
1
-2
/
+6
*
CodeGen: Fix address space of global variable
Yaxun Liu
2017-07-08
1
-12
/
+10
*
CodeGen: load indirect ObjC ARC arguments in prologue
Saleem Abdulrasool
2017-06-27
1
-0
/
+4
*
CodeGen: Cast temporary variable to proper address space
Yaxun Liu
2017-06-19
1
-21
/
+3
*
Add support for #pragma clang section
Javed Absar
2017-06-05
1
-0
/
+7
*
CodeGen: Cast alloca to expected address space
Yaxun Liu
2017-05-18
1
-1
/
+17
*
[OpenCL] Emit function-scope variable in constant address space as static var...
Yaxun Liu
2017-05-15
1
-5
/
+8
*
CodeGen: Let lifetime intrinsic use alloca address space
Yaxun Liu
2017-04-17
1
-4
/
+4
*
[ObjC] Fix lifetime markers of loop variable in EmitObjCForCollectionStmt [ta...
Kuba Mracek
2017-04-14
1
-7
/
+6
*
Update for lifetime intrinsic signature change
Matt Arsenault
2017-04-10
1
-4
/
+6
*
Fix Wdocumentation warning
Simon Pilgrim
2017-03-14
1
-1
/
+1
*
[ubsan] Use the nicer nullability diagnostic handlers
Vedant Kumar
2017-03-14
1
-3
/
+2
*
[ubsan] Add a nullability sanitizer
Vedant Kumar
2017-03-14
1
-0
/
+38
*
Add an explicit derived class of FunctionDecl to model deduction guides rather
Richard Smith
2017-02-17
1
-0
/
+1
*
[CodeGen] Suppress emission of lifetime markers if a label has been seen
Akira Hatanaka
2017-01-25
1
-5
/
+15
*
CGDecl: Skip static variable initializers in unreachable code
Matthias Braun
2017-01-10
1
-2
/
+2
*
[c++1z] P0195R2: Support pack-expansion of using-declarations.
Richard Smith
2016-12-20
1
-0
/
+4
*
Revert "[c++1z] P0195R2: Support pack-expansion of using-declarations."
Daniel Jasper
2016-12-19
1
-4
/
+0
*
[c++1z] P0195R2: Support pack-expansion of using-declarations.
Richard Smith
2016-12-19
1
-0
/
+4
*
Re-commit r289252 and r289285, and fix PR31374
Yaxun Liu
2016-12-15
1
-1
/
+1
*
Revert 289252 (and follow-up 289285), it caused PR31374
Nico Weber
2016-12-14
1
-1
/
+1
*
Add support for non-zero null pointer for C and OpenCL
Yaxun Liu
2016-12-09
1
-1
/
+1
[next]