Saleem Abdulrasool
|
4159746b2c
CodeGen: fix autolink emission on ELF
|
6 vuotta sitten |
Saleem Abdulrasool
|
270a792402
CodeGen: switch iteration to range based for loop (NFC)
|
6 vuotta sitten |
Artem Belevich
|
5ce73e9a79
[CUDA] Treat extern global variable shadows same as regular extern vars.
|
6 vuotta sitten |
Scott Linder
|
8172697690
Implement -frecord-command-line (-frecord-gcc-switches)
|
6 vuotta sitten |
Artem Belevich
|
1323eaec10
[CUDA] Make all host-side shadows of device-side variables undef.
|
6 vuotta sitten |
Richard Trieu
|
27ce6b3918
Move CodeGenOptions from Frontend to Basic
|
6 vuotta sitten |
Erich Keane
|
28ce64f123
Make CPUDispatch resolver emit dependent functions.
|
6 vuotta sitten |
Richard Trieu
|
afb9431053
Remove CodeGen dependencies on Sema.
|
6 vuotta sitten |
Erich Keane
|
517d5ea128
Correct 'target' default behavior on redecl, allow forward declaration.
|
6 vuotta sitten |
Erich Keane
|
9438d4a932
[NFC] Move MultIversioning::Type into Decl so that it can be used in
|
6 vuotta sitten |
Reid Kleckner
|
9bb670a6fd
[codeview] Expose -gcodeview-ghash for global type hashing
|
6 vuotta sitten |
Erich Keane
|
43f8ad7966
[NFC] Move storage of dispatch-version to GlobalDecl
|
6 vuotta sitten |
Dylan McKay
|
e4084593e0
Use the correct address space when emitting the ctor function list
|
6 vuotta sitten |
Erich Keane
|
ed4a11b99a
CPU-Dispatch- Fix type of a member function, prevent deferrals
|
6 vuotta sitten |
Erich Keane
|
f21fb22a02
CPU-Dispatch-- Fix conflict between 'generic' and 'pentium'
|
6 vuotta sitten |
Erik Pilkington
|
e1dcbc21bc
NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)
|
6 vuotta sitten |
Richard Smith
|
f5c1e73379
PR31978: Don't crash if CodeGen sees a top-level BindingDecl.
|
6 vuotta sitten |
Saleem Abdulrasool
|
74203139fd
CodeGen: correct the case for swift 4.2, 5.0
|
6 vuotta sitten |
Erich Keane
|
77c1d483b0
Change keep-static-consts to work on static storage duration, not
|
6 vuotta sitten |
Erich Keane
|
a906279b79
Implement Function Multiversioning for Non-ELF Systems.
|
6 vuotta sitten |
Saleem Abdulrasool
|
ffebdf1067
CodeGen: alter CFConstantString class name for swift 5.0
|
6 vuotta sitten |
Saleem Abdulrasool
|
925e04d232
Driver,CodeGen: introduce support for Swift CFString layout
|
6 vuotta sitten |
Saleem Abdulrasool
|
200207c0f1
CodeGen: extract some local variables in CFConstantString creation (NFC)
|
6 vuotta sitten |
Richard Trieu
|
8377fd8a5d
[CodeGen] Attach InlineHint to more functions
|
6 vuotta sitten |
Erich Keane
|
ffdcec1c81
Give Multiversion-inline functions linkonce linkage
|
6 vuotta sitten |
Takuto Ikuta
|
1098494463
NFC: Remove trailing space from CodeGenModule.cpp
|
6 vuotta sitten |
Richard Smith
|
58ae985211
Add a flag to remap manglings when reading profile data information.
|
6 vuotta sitten |
Ed Maste
|
8937b441bd
clang: Allow ifunc resolvers to accept arguments
|
6 vuotta sitten |
Fangrui Song
|
7d6dc15f6c
Use the container form llvm::sort(C, ...)
|
6 vuotta sitten |
Fangrui Song
|
2bc7aaa80d
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
|
7 vuotta sitten |