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
*
[OPENMP, NVPTX] Added support for L2 parallelism.
Alexey Bataev
2018-05-07
1
-2
/
+11
*
[OPENMP] Support C++ member functions in the device constructs.
Alexey Bataev
2018-05-02
1
-1
/
+1
*
Revert rC330794 and some dependent tiny bug fixes
Faisal Vali
2018-04-26
1
-1
/
+0
*
[c++2a] [concepts] Add rudimentary parsing support for template concept decla...
Faisal Vali
2018-04-25
1
-0
/
+1
*
[CodeGen] Reland r330442: Add an option to suppress output of llvm.ident
Mikhail Maltsev
2018-04-23
1
-1
/
+2
*
Revert r330442, CodeGen/no-ident-version.c is failing on PPC
Mikhail Maltsev
2018-04-20
1
-2
/
+1
*
[CUDA] Set LLVM calling convention for CUDA kernel
Yaxun Liu
2018-04-20
1
-0
/
+3
*
[CodeGen] Add an option to suppress output of llvm.ident
Mikhail Maltsev
2018-04-20
1
-1
/
+2
*
Implement proper support for `-falign-functions`
Saleem Abdulrasool
2018-04-19
1
-0
/
+4
*
Add a command line option 'fregister_global_dtors_with_atexit' to
Akira Hatanaka
2018-04-17
1
-0
/
+6
*
Use export_as for autolinking frameworks
Bruno Cardoso Lopes
2018-04-16
1
-0
/
+6
*
hwasan: add -fsanitize=kernel-hwaddress flag
Andrey Konovalov
2018-04-13
1
-1
/
+2
*
[XRay][clang] Add flag to choose instrumentation bundles
Dean Michael Berris
2018-04-13
1
-1
/
+2
*
Fix typos in clang
Alexander Kornienko
2018-04-06
1
-4
/
+4
*
[OPENMP] Added emission of offloading data sections for declare target
Alexey Bataev
2018-03-30
1
-1
/
+9
*
Set dso_local when clearing dllimport.
Rafael Espindola
2018-03-29
1
-1
/
+3
*
Disable emitting static extern C aliases for amdgcn target for CUDA
Yaxun Liu
2018-03-29
1
-3
/
+1
*
[clang] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-03-27
1
-1
/
+1
*
Set dso_local on builtin functions.
Rafael Espindola
2018-03-22
1
-7
/
+1
*
Set dso_local on runtime variables.
Rafael Espindola
2018-03-21
1
-1
/
+4
*
Delete BuiltinCC. NFC.
Rafael Espindola
2018-03-20
1
-2
/
+1
*
Set dso_local on string literals.
Rafael Espindola
2018-03-20
1
-0
/
+1
*
Set dso_local for runtime function.
Rafael Espindola
2018-03-20
1
-0
/
+1
*
Set dso_local for CFConstantStringClassReference.
Rafael Espindola
2018-03-20
1
-7
/
+7
*
Set dso_local for guid decls.
Rafael Espindola
2018-03-20
1
-0
/
+1
*
[MS] Fix bug in r327732 with devirtualized complete destructor calls
Reid Kleckner
2018-03-16
1
-0
/
+10
*
[MS] Don't escape MS C++ names with \01
Reid Kleckner
2018-03-16
1
-1
/
+1
*
[MS] Always use base dtors in place of complete/vbase dtors when possible
Reid Kleckner
2018-03-16
1
-13
/
+5
*
[OPENMP] Codegen for `omp declare target` construct.
Alexey Bataev
2018-03-15
1
-0
/
+12
*
Set dso_local on external rtti GVs.
Rafael Espindola
2018-03-14
1
-2
/
+3
*
Always set dso_local in CodeGenModule::setDSOLocal.
Rafael Espindola
2018-03-02
1
-2
/
+7
*
Remove redundant casts. NFC
George Burgess IV
2018-03-01
1
-1
/
+1
*
Start setting dllimport/dllexport in setGVProperties.
Rafael Espindola
2018-03-01
1
-50
/
+46
*
Pass a GlobalDecl to SetCommonAttributes. NFC.
Rafael Espindola
2018-03-01
1
-5
/
+5
*
Inline a trivial function. NFC.
Rafael Espindola
2018-03-01
1
-6
/
+1
*
Pass a GlobalDecl to setNonAliasAttributes. NFC.
Rafael Espindola
2018-02-28
1
-3
/
+4
*
Pass a GlobalDecl to SetInternalFunctionAttributes. NFC.
Rafael Espindola
2018-02-28
1
-1
/
+2
*
Pass a GlobalDecl to setAliasAttributes. NFC.
Rafael Espindola
2018-02-28
1
-3
/
+3
*
Pass a GlobalDecl to setFunctionDefinitionAttributes. NFC.
Rafael Espindola
2018-02-27
1
-3
/
+3
*
Set Module Metadata "RtLibUseGOT" when fno-plt is used.
Sriraman Tallam
2018-02-23
1
-0
/
+3
*
Bring r325915 back.
Rafael Espindola
2018-02-23
1
-1
/
+13
*
Revert "Start setting dso_local for COFF."
Rafael Espindola
2018-02-23
1
-13
/
+1
*
Start setting dso_local for COFF.
Rafael Espindola
2018-02-23
1
-1
/
+13
*
Simplify setting dso_local. NFC.
Rafael Espindola
2018-02-23
1
-9
/
+9
*
[CodeGen] Fix generation of TBAA tags for may-alias accesses
Ivan A. Kosarev
2018-02-20
1
-7
/
+3
*
Make attribute-target on a Definition-after-use update the LLVM attributes
Erich Keane
2018-02-12
1
-0
/
+56
*
Fix improper indentation issue in CodeGenModule [NFC]
Erich Keane
2018-02-08
1
-2
/
+2
*
Don't try to use copy relocations with tls variables.
Rafael Espindola
2018-02-07
1
-3
/
+4
*
Recommit r324107 again.
Rafael Espindola
2018-02-07
1
-5
/
+62
*
Revert "Recommit r324107."
Rafael Espindola
2018-02-07
1
-61
/
+5
[next]