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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add an option to disable tail-call optimization for escaping blocks.
Akira Hatanaka
2018-03-02
1
-4
/
+15
*
Always set dso_local in CodeGenModule::setDSOLocal.
Rafael Espindola
2018-03-02
1
-2
/
+7
*
[Driver] Pass -f[no-]emulated-tls and set up ExplicitEmulatedTLS
Chih-Hung Hsieh
2018-03-01
1
-0
/
+1
*
Remove redundant casts. NFC
George Burgess IV
2018-03-01
11
-24
/
+15
*
Start setting dllimport/dllexport in setGVProperties.
Rafael Espindola
2018-03-01
10
-140
/
+81
*
Pass a GlobalDecl to SetCommonAttributes. NFC.
Rafael Espindola
2018-03-01
2
-6
/
+6
*
Inline a trivial function. NFC.
Rafael Espindola
2018-03-01
3
-10
/
+2
*
Pass a GlobalDecl to setNonAliasAttributes. NFC.
Rafael Espindola
2018-02-28
2
-4
/
+5
*
Pass a GlobalDecl to SetInternalFunctionAttributes. NFC.
Rafael Espindola
2018-02-28
7
-26
/
+27
*
[OpenMP] Extend NVPTX SPMD implementation of combined constructs
Carlo Bertolli
2018-02-28
2
-21
/
+14
*
CodeGenObjCXX: handle inalloca appropriately for msgSend variant
Saleem Abdulrasool
2018-02-28
1
-1
/
+2
*
Fix gcc -Wreturn-type warnings after r326307.
Nico Weber
2018-02-28
1
-0
/
+2
*
[CUDA] Include single GPU binary, NFCI.
Jonas Hahnfeld
2018-02-28
1
-75
/
+60
*
[ObjC] Allow declaring __strong pointer fields in structs in Objective-C
Akira Hatanaka
2018-02-28
8
-71
/
+1076
*
Inline trivial function. NFC.
Rafael Espindola
2018-02-28
1
-7
/
+1
*
Pass a GlobalDecl to setAliasAttributes. NFC.
Rafael Espindola
2018-02-28
4
-6
/
+6
*
Pass a GlobalDecl to setFunctionDefinitionAttributes. NFC.
Rafael Espindola
2018-02-27
3
-6
/
+5
*
[DebugInfo] Support DWARF v5 source code embedding extension
Scott Linder
2018-02-26
2
-5
/
+27
*
[CodeGen][DebugInfo] Refactor duplicated code, NFC
Scott Linder
2018-02-26
1
-6
/
+2
*
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
4
-3
/
+20
*
Revert "Start setting dso_local for COFF."
Rafael Espindola
2018-02-23
4
-20
/
+3
*
Start setting dso_local for COFF.
Rafael Espindola
2018-02-23
4
-3
/
+20
*
Support for the mno-stack-arg-probe flag
Hans Wennborg
2018-02-23
1
-10
/
+9
*
[mips] Revert r325872
Stefan Maksimovic
2018-02-23
1
-8
/
+0
*
[mips] Reland r310704
Stefan Maksimovic
2018-02-23
1
-0
/
+8
*
Simplify setting dso_local. NFC.
Rafael Espindola
2018-02-23
3
-12
/
+12
*
[OpenMP] Limit reduction support for pragma 'distribute' when combined with p...
Carlo Bertolli
2018-02-22
1
-19
/
+23
*
[OPENMP] Require valid SourceLocation in function call, NFC.
Alexey Bataev
2018-02-22
2
-8
/
+7
*
[OpenCL] Add '-cl-uniform-work-group-size' compile option
Alexey Sotkin
2018-02-22
1
-0
/
+15
*
CodeGen: handle blocks correctly when inalloca'ed
Saleem Abdulrasool
2018-02-21
1
-2
/
+5
*
[CodeGen] Fix generation of TBAA tags for may-alias accesses
Ivan A. Kosarev
2018-02-20
3
-7
/
+20
*
[CodeGen] Initialize large arrays by copying from a global
Ivan A. Kosarev
2018-02-19
1
-6
/
+30
*
[ThinLTO] Allow indexing to request backend to ignore the module
Vitaly Buka
2018-02-16
1
-5
/
+17
*
[ThinLTO] Ignore object files with no ThinLTO modules if -fthinlto-index= is set
Vitaly Buka
2018-02-16
2
-10
/
+25
*
[Coverage] Handle break/continue outside of loop bodies
Vedant Kumar
2018-02-16
1
-8
/
+16
*
[OPENMP] Fix PR36399: Crash on C code with ordered doacross construct.
Alexey Bataev
2018-02-15
1
-0
/
+2
*
[OpenCL] Fix __enqueue_block for block with captures
Yaxun Liu
2018-02-15
4
-39
/
+56
*
Update for llvm change. NFC.
Rafael Espindola
2018-02-14
1
-2
/
+2
*
Implement function attribute artificial
Erich Keane
2018-02-14
1
-1
/
+1
*
[DebugInfo] Avoid name conflict of generated VLA expression variable.
Sander de Smalen
2018-02-13
1
-2
/
+3
*
[X86] Reverse the operand order of the implementation of the kunpack builtins.
Craig Topper
2018-02-12
1
-1
/
+2
*
[AArch64] Fixes for ARMv8.2-A FP16 scalar intrinsic - clang portion
Abderrazek Zaafrani
2018-02-12
1
-17
/
+98
*
[DebugInfo] Update Checksum handling in CGDebugInfo
Scott Linder
2018-02-12
2
-12
/
+16
*
Make attribute-target on a Definition-after-use update the LLVM attributes
Erich Keane
2018-02-12
3
-40
/
+59
*
Re-commit r324490: [DebugInfo] Improvements to representation of enumeration ...
Momchil Velikov
2018-02-12
1
-5
/
+7
*
ASan+operator new[]: Add an option for more thorough operator new[] cookie po...
Filipe Cabecinhas
2018-02-12
1
-1
/
+2
*
[X86] Change the signature of the AVX512 packed fp compare intrinsics to retu...
Craig Topper
2018-02-10
1
-17
/
+64
*
[CodeGen] Use the zero initializer instead of storing an all zero representat...
Matt Davis
2018-02-09
1
-2
/
+10
*
[WinEH] Put funclet bundles on inline asm calls
Reid Kleckner
2018-02-09
3
-16
/
+19
[prev]
[next]