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
/
CodeGenModule.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
IRGen: Remove StructorType; thread GlobalDecl through more code. NFCI.
Peter Collingbourne
2019-03-22
1
-13
/
+4
*
[OPENMP]Codegen support for allocate directive on global variables.
Alexey Bataev
2019-03-21
1
-0
/
+5
*
Add XCOFF triple object format type for AIX
Jason Liu
2019-03-12
1
-0
/
+2
*
[OPENMP 5.0]Add initial support for 'allocate' directive.
Alexey Bataev
2019-03-07
1
-0
/
+3
*
[PGO] Use the explicit parameter in ProfileSummary API. NFC
Rong Xu
2019-03-01
1
-1
/
+4
*
[HIP] change kernel stub name
Yaxun Liu
2019-02-27
1
-2
/
+11
*
[CodeGen] Fix string literal address space casting.
Michael Liao
2019-02-21
1
-2
/
+4
*
[CUDA][HIP] Use device side kernel and variable names when registering them
Yaxun Liu
2019-02-14
1
-1
/
+1
*
[AMDGPU] Require at least protected visibility for certain symbols
Scott Linder
2019-02-12
1
-0
/
+3
*
Fix r350643 to limit COFF emission to <= 32 BYTES instead of BITS.
Erich Keane
2019-02-07
1
-3
/
+5
*
[opaque pointer types] Pass function types for runtime function calls.
James Y Knight
2019-02-05
1
-10
/
+2
*
Remove redundant FunctionDecl argument from a couple functions.
James Y Knight
2019-02-02
1
-4
/
+2
*
[OpenMP 5.0] Parsing/sema support for "omp declare mapper" directive.
Michael Kruse
2019-02-01
1
-0
/
+8
*
Cleanup: replace uses of CallSite with CallBase.
James Y Knight
2019-01-30
1
-22
/
+21
*
Add -fapply-global-visibility-to-externs for -cc1
Scott Linder
2019-01-28
1
-2
/
+4
*
[CodeGen] Implement isTriviallyRecursive with StmtVisitor instead of Recursiv...
Reid Kleckner
2019-01-25
1
-19
/
+21
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Emit !callback metadata and introduce the callback attribute
Johannes Doerfert
2019-01-19
1
-0
/
+17
*
CodeGen: Remove debug printf unintentionally added in r351228.
Peter Collingbourne
2019-01-15
1
-4
/
+2
*
[MSP430] Provide a toolchain description
Anton Korobeynikov
2019-01-15
1
-2
/
+4
*
[CodeGen] Clarify comment about COFF common symbol alignment
Shoaib Meenai
2019-01-09
1
-2
/
+6
*
Limit COFF 'common' emission to <=32 alignment types.
Erich Keane
2019-01-08
1
-0
/
+5
*
CodeGen: fix autolink emission on ELF
Saleem Abdulrasool
2019-01-05
1
-5
/
+15
*
CodeGen: switch iteration to range based for loop (NFC)
Saleem Abdulrasool
2019-01-05
1
-6
/
+4
*
[CUDA] Treat extern global variable shadows same as regular extern vars.
Artem Belevich
2018-12-22
1
-10
/
+5
*
Implement -frecord-command-line (-frecord-gcc-switches)
Scott Linder
2018-12-14
1
-0
/
+13
*
[CUDA] Make all host-side shadows of device-side variables undef.
Artem Belevich
2018-12-13
1
-2
/
+9
*
Move CodeGenOptions from Frontend to Basic
Richard Trieu
2018-12-11
1
-1
/
+1
*
Make CPUDispatch resolver emit dependent functions.
Erich Keane
2018-12-07
1
-2
/
+13
*
Remove CodeGen dependencies on Sema.
Richard Trieu
2018-12-06
1
-1
/
+1
*
Correct 'target' default behavior on redecl, allow forward declaration.
Erich Keane
2018-11-28
1
-2
/
+4
*
[NFC] Move MultIversioning::Type into Decl so that it can be used in
Erich Keane
2018-11-28
1
-2
/
+9
*
[codeview] Expose -gcodeview-ghash for global type hashing
Reid Kleckner
2018-11-16
1
-0
/
+3
*
[NFC] Move storage of dispatch-version to GlobalDecl
Erich Keane
2018-11-13
1
-47
/
+46
*
Use the correct address space when emitting the ctor function list
Dylan McKay
2018-11-09
1
-2
/
+3
*
CPU-Dispatch- Fix type of a member function, prevent deferrals
Erich Keane
2018-11-01
1
-2
/
+8
*
CPU-Dispatch-- Fix conflict between 'generic' and 'pentium'
Erich Keane
2018-11-01
1
-0
/
+16
*
NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)
Erik Pilkington
2018-10-30
1
-2
/
+2
*
PR31978: Don't crash if CodeGen sees a top-level BindingDecl.
Richard Smith
2018-10-26
1
-0
/
+1
*
CodeGen: correct the case for swift 4.2, 5.0
Saleem Abdulrasool
2018-10-26
1
-4
/
+4
*
Change keep-static-consts to work on static storage duration, not
Erich Keane
2018-10-25
1
-2
/
+3
*
Implement Function Multiversioning for Non-ELF Systems.
Erich Keane
2018-10-25
1
-34
/
+65
*
CodeGen: alter CFConstantString class name for swift 5.0
Saleem Abdulrasool
2018-10-25
1
-1
/
+6
*
Driver,CodeGen: introduce support for Swift CFString layout
Saleem Abdulrasool
2018-10-24
1
-6
/
+46
*
CodeGen: extract some local variables in CFConstantString creation (NFC)
Saleem Abdulrasool
2018-10-24
1
-19
/
+18
*
[CodeGen] Attach InlineHint to more functions
Richard Trieu
2018-10-23
1
-3
/
+13
*
Give Multiversion-inline functions linkonce linkage
Erich Keane
2018-10-22
1
-0
/
+4
*
NFC: Remove trailing space from CodeGenModule.cpp
Takuto Ikuta
2018-10-17
1
-8
/
+8
*
Add a flag to remap manglings when reading profile data information.
Richard Smith
2018-10-10
1
-1
/
+1
*
clang: Allow ifunc resolvers to accept arguments
Ed Maste
2018-10-10
1
-2
/
+0
[prev]
[next]