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
*
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
*
Use the container form llvm::sort(C, ...)
Fangrui Song
2018-09-30
1
-3
/
+2
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-26
1
-1
/
+1
*
[OPENMP] Add support for OMP5 requires directive + unified_address clause
Kelvin Li
2018-09-26
1
-0
/
+4
*
Reland "[Clang][CodeGen][ObjC]: Fix CoreFoundation on ELF with `-fconstant-cf...
Kristina Brooks
2018-09-25
1
-24
/
+39
*
Revert "rL342883: [Clang][CodeGen][ObjC]: Fix CoreFoundation on ELF with `-fc...
Kristina Brooks
2018-09-24
1
-39
/
+24
*
[Clang][CodeGen][ObjC]: Fix CoreFoundation on ELF with `-fconstant-cfstrings`.
Kristina Brooks
2018-09-24
1
-24
/
+39
*
Add necessary support for storing code-model to module IR.
Caroline Tice
2018-09-21
1
-0
/
+16
*
[XRay][clang] Emit "never-instrument" attribute
Dean Michael Berris
2018-09-14
1
-3
/
+0
*
[NFC]Refactor MultiVersion Resolver Emission to combine types
Erich Keane
2018-09-13
1
-11
/
+36
*
[CodeGen] Align rtti and vtable data
David Green
2018-09-12
1
-4
/
+5
*
Re-land r334417 "[MS] Use mangled names and comdats for string merging with A...
Reid Kleckner
2018-09-06
1
-7
/
+5
*
[OPENMP] Fix PR38710: static functions are not emitted as implicitly
Alexey Bataev
2018-08-30
1
-11
/
+10
*
[MinGW] Don't mark external variables as DSO local
Martin Storsjo
2018-08-29
1
-0
/
+8
*
Currently clang does not emit unused static constants. GCC emits these
Elizabeth Andrews
2018-08-22
1
-0
/
+13
*
[OPENMP] Fix crash on the emission of the weak function declaration.
Alexey Bataev
2018-08-20
1
-9
/
+11
*
[OPENMP] FIx processing of declare target variables.
Alexey Bataev
2018-08-15
1
-1
/
+16
[next]