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
...
*
Recommit "[CodeView] Add option to disable inline line tables."
Amy Huang
2019-11-04
1
-0
/
+4
*
[opaque pointer types] Add element type argument to IRBuilder CreatePreserveS...
Craig Topper
2019-11-03
2
-2
/
+3
*
make -ftime-trace also trace time spent creating debug info
Luboš Luňák
2019-11-02
1
-0
/
+33
*
[NFC]: Removed an implicit capture argument from lambda.
Sourabh Singh Tomar
2019-11-02
1
-1
/
+1
*
[WebAssembly] Add experimental SIMD dot product instruction
Thomas Lively
2019-11-01
1
-0
/
+6
*
[WebAssembly] SIMD integer min and max instructions
Thomas Lively
2019-10-31
1
-0
/
+42
*
clang: Fix assert on void pointer arithmetic with address_space
Matt Arsenault
2019-10-31
1
-1
/
+1
*
[CodeGen] Fix invalid llvm.linker.options about pragma detect_mismatch
Yaxun (Sam) Liu
2019-10-31
1
-0
/
+2
*
[cfi] Add flag to always generate .debug_frame
David Candler
2019-10-31
1
-0
/
+1
*
Run clang-format on lib/CodeGen/CGCall.h and fix indentation
Akira Hatanaka
2019-10-30
1
-308
/
+304
*
Revert "[CodeView] Add option to disable inline line tables."
Amy Huang
2019-10-30
1
-4
/
+0
*
[CodeView] Add option to disable inline line tables.
Amy Huang
2019-10-30
1
-0
/
+4
*
[OPENMP50]Add support for parallel master taskloop simd directive.
Alexey Bataev
2019-10-30
5
-1
/
+40
*
[MS] Fix constexpr data member pointer conversions
Reid Kleckner
2019-10-29
1
-2
/
+18
*
Replace std::function in PrintingPolicy with a callbacks object.
Richard Smith
2019-10-29
2
-2
/
+13
*
[DWARF5] Added support for deleted C++ special member functions.
Adrian Prantl
2019-10-29
1
-0
/
+23
*
[clang] Add no_builtin attribute
Guillaume Chatelet
2019-10-29
1
-4
/
+20
*
Revert "[clang] Add no_builtin attribute"
Vlad Tsyrklevich
2019-10-28
1
-20
/
+4
*
Revert "Use -fdebug-compilation-dir to form absolute paths in coverage mappings"
Reid Kleckner
2019-10-28
2
-24
/
+9
*
[clang] Add no_builtin attribute
Guillaume Chatelet
2019-10-28
1
-4
/
+20
*
Add Windows Control Flow Guard checks (/guard:cf).
Andrew Paverd
2019-10-28
1
-2
/
+5
*
[ARM][AArch64] Implement __cls, __clsl and __clsll intrinsics from ACLE
vhscampos
2019-10-28
1
-0
/
+21
*
OpenMP: Add convergent to more runtime functions
Matt Arsenault
2019-10-27
1
-2
/
+2
*
OpenMP: Add helper function for convergent runtime calls
Matt Arsenault
2019-10-27
3
-11
/
+25
*
Fix compilation warning. NFC.
Michael Liao
2019-10-25
1
-0
/
+1
*
[hip] Allow the declaration of functions with variadic arguments in HIP.
Michael Liao
2019-10-25
1
-0
/
+7
*
Revert "Recommit "[Clang] Pragma vectorize_width() implies vectorize(enable)""
Jordan Rupprecht
2019-10-24
1
-8
/
+0
*
[clang]Fixup clang -Werror,,-Wcovered-switch-default build failures
Jinsong Ji
2019-10-24
1
-3
/
+0
*
[clang,ARM] Initial ACLE intrinsics for MVE.
Simon Tatham
2019-10-24
2
-6
/
+121
*
[HIP] Add option -fgpu-allow-device-init
Yaxun (Sam) Liu
2019-10-22
1
-1
/
+6
*
PCH debug info: Avoid appending the source directory to an absolute path
Adrian Prantl
2019-10-21
1
-3
/
+3
*
[AMDGPU] Fix assertion due to initializer list
Yaxun Liu
2019-10-20
1
-10
/
+6
*
[c++20] Add CXXRewrittenBinaryOperator to represent a comparison
Richard Smith
2019-10-19
4
-0
/
+13
*
DebugInfo: Render the canonical name of a class template specialization, even...
David Blaikie
2019-10-18
1
-1
/
+3
*
[OPENMP50]Add support for master taskloop simd.
Alexey Bataev
2019-10-18
5
-0
/
+25
*
[OPENMP]Improve use of the global tid parameter.
Alexey Bataev
2019-10-17
1
-9
/
+14
*
[OPENMP]Fix thread id passed to outlined region in sequential parallel
Alexey Bataev
2019-10-17
1
-5
/
+3
*
[OpenCL] Preserve addrspace in CGClass (PR43145)
Sven van Haastregt
2019-10-17
1
-2
/
+5
*
Reland: Dead Virtual Function Elimination
Oliver Stannard
2019-10-17
4
-42
/
+126
*
Revert Tag CFI-generated data structures with "#pragma clang section" attribu...
Dmitry Mikulin
2019-10-17
3
-30
/
+5
*
Tag CFI-generated data structures with "#pragma clang section" attributes.
Dmitry Mikulin
2019-10-16
3
-5
/
+30
*
[OPENMP]Use different addresses for zeroed thread_id/bound_id.
Alexey Bataev
2019-10-16
2
-19
/
+26
*
[DWARF5] Added support for DW_AT_noreturn attribute to be emitted for
Adrian Prantl
2019-10-16
1
-0
/
+2
*
CGDebugInfo - silence static analyzer dyn_cast<> null dereference warnings. N...
Simon Pilgrim
2019-10-16
1
-4
/
+5
*
CGExprConstant - silence static analyzer getAs<> null dereference warning. NFCI.
Simon Pilgrim
2019-10-16
1
-2
/
+2
*
CGBuiltin - silence static analyzer getAs<> null dereference warnings. NFCI.
Simon Pilgrim
2019-10-16
1
-5
/
+4
*
[Clang][OpenMP Offload] Move offload registration code to the wrapper
Sergey Dmitriev
2019-10-15
3
-191
/
+7
*
Added support for "#pragma clang section relro=<name>"
Dmitry Mikulin
2019-10-15
2
-0
/
+5
*
CFI: wrong type passed to llvm.type.test with multiple inheritance devirtuali...
Dmitry Mikulin
2019-10-15
1
-1
/
+1
*
[Concepts] Concept Specialization Expressions
Saar Raz
2019-10-15
1
-0
/
+4
[prev]
[next]