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
...
*
Reland: [Remarks] Refactor optimization remarks setup
Francis Visoiu Mistrih
2019-06-14
1
-27
/
+24
*
[AMDGPU] Enable the implicit arguments for HIP (CLANG)
Yaxun Liu
2019-06-14
1
-1
/
+2
*
Revert 363295, it caused PR42276. Also revert follow-ups 363337, 363340.
Nico Weber
2019-06-14
5
-143
/
+54
*
Revert "[Remarks] Refactor optimization remarks setup"
Francis Visoiu Mistrih
2019-06-14
1
-24
/
+27
*
[AMDGPU] gfx1010 wave32 clang support
Stanislav Mekhanoshin
2019-06-13
1
-4
/
+20
*
PR23833, DR2140: an lvalue-to-rvalue conversion on a glvalue of type
Richard Smith
2019-06-13
2
-3
/
+4
*
Use fully qualified name when printing S_CONSTANT records
Amy Huang
2019-06-13
1
-2
/
+7
*
[Remarks] Refactor optimization remarks setup
Francis Visoiu Mistrih
2019-06-13
1
-27
/
+24
*
C++ DR712 and others: handle non-odr-use resulting from an lvalue-to-rvalue c...
Richard Smith
2019-06-13
3
-51
/
+139
*
PR42182: Allow thread-local to use __cxa_thread_atexit when
Erich Keane
2019-06-13
1
-5
/
+7
*
[clang][NewPM] Fix split debug test
Leonard Chan
2019-06-13
1
-1
/
+2
*
[clang][NewPM] Fix broken profile test
Leonard Chan
2019-06-13
1
-0
/
+6
*
[clang][NewPM] Fix broken -O0 test from the AlwaysInliner
Leonard Chan
2019-06-13
1
-2
/
+4
*
[X86] [ABI] Fix i386 ABI "__m64" type bug
Pengfei Wang
2019-06-12
1
-20
/
+36
*
Remove redundant check for whether a DeclRefExpr that names a capture
Richard Smith
2019-06-11
1
-10
/
+1
*
For DR712: store on a MemberExpr whether it constitutes an odr-use.
Richard Smith
2019-06-11
1
-7
/
+1
*
For DR712: store on a DeclRefExpr whether it constitutes an odr-use.
Richard Smith
2019-06-11
2
-8
/
+15
*
[X86] Enable intrinsics that convert float and bf16 data to each other
Pengfei Wang
2019-06-11
1
-0
/
+14
*
DebugInfo: Add support for 'nodebug' attribute on typedefs and alias templates
David Blaikie
2019-06-08
1
-8
/
+16
*
Driver, IRGen: Set partitions on GlobalValues according to -fsymbol-partition...
Peter Collingbourne
2019-06-07
3
-7
/
+10
*
LLVM IR: Generate new-style byval-with-Type from Clang
Tim Northover
2019-06-05
2
-2
/
+2
*
Reduce memory consumption of coverage dumps
Serge Guelton
2019-06-05
1
-4
/
+13
*
Initial support for vectorization using MASSV (IBM MASS vector library)
Nemanja Ivanovic
2019-06-05
1
-0
/
+3
*
PR42111: Use guarded initialization for thread-local variables with
Richard Smith
2019-06-05
1
-1
/
+7
*
[CodeGen][ObjC] Convert '[self alloc]' in a class method to a call to
Akira Hatanaka
2019-06-04
1
-11
/
+33
*
Re-check in clang support gun asm goto after fixing tests.
Jennifer Yu
2019-06-03
1
-44
/
+82
*
[X86] Add VP2INTERSECT instructions
Pengfei Wang
2019-05-31
1
-0
/
+42
*
Revert "[X86] Fix i386 struct and union parameter alignment"
Pengfei Wang
2019-05-31
1
-11
/
+2
*
Fix -DBUILD_SHARED_LIBS=ON build after rL362160
Sam Clegg
2019-05-31
1
-0
/
+1
*
Add enums as global variables in the IR metadata.
Amy Huang
2019-05-30
1
-5
/
+7
*
[Remarks][NFC] Move the serialization to lib/Remarks
Francis Visoiu Mistrih
2019-05-30
1
-1
/
+2
*
Revert "clang support gnu asm goto."
Erich Keane
2019-05-30
1
-82
/
+44
*
[OpenCL] Fix OpenCL/SPIR version metadata in C++ mode.
Anastasia Stulova
2019-05-30
1
-4
/
+9
*
Add the `objc_class_stub` attribute.
John McCall
2019-05-30
1
-13
/
+90
*
clang support gnu asm goto.
Jennifer Yu
2019-05-30
1
-44
/
+82
*
CodeView - add static data members to global variable debug info.
Amy Huang
2019-05-29
1
-4
/
+14
*
[CUDA][HIP] Skip setting `externally_initialized` for static device variables.
Michael Liao
2019-05-29
1
-1
/
+2
*
[X86] Fix i386 struct and union parameter alignment
Pengfei Wang
2019-05-29
1
-2
/
+11
*
[CUDA][HIP] Emit dependent libs for host only
Yaxun Liu
2019-05-28
1
-1
/
+6
*
[clang] Handle lrint/llrint builtins
Adhemerval Zanella
2019-05-28
1
-0
/
+16
*
[NewPassManager] Add tuning option: LoopUnrolling [clang-change]
Alina Sbirlea
2019-05-24
1
-0
/
+1
*
[OPENMP]Do not crash for const firstprivates.
Alexey Bataev
2019-05-23
1
-1
/
+19
*
[NewPassManager] Add tuning option: SLPVectorization [clang-change]
Alina Sbirlea
2019-05-23
1
-1
/
+8
*
[OPENMP]Simplify codegen for the outlined regions.
Alexey Bataev
2019-05-23
1
-40
/
+19
*
Delete default constructors, copy constructors, move constructors, copy assig...
Dmitri Gribenko
2019-05-23
1
-11
/
+8
*
Modules: Code generation of enum constants for merged enum definitions
David Blaikie
2019-05-22
1
-1
/
+1
*
Fixed a -Wunused-variable warning when assertions are disabled
Dmitri Gribenko
2019-05-22
1
-0
/
+1
*
Combine two if cases because the second one is never reached.
Amy Huang
2019-05-22
1
-6
/
+4
*
[CGOpenMPRuntime] emitX86DeclareSimdFunction - assert simdlen/cdtsize is not ...
Simon Pilgrim
2019-05-22
1
-2
/
+3
*
[ARM][AArch64] Fix incorrect handling of alignment in va_arg code generation
John Brawn
2019-05-22
1
-14
/
+14
[prev]
[next]