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 getBeginLoc API to replace getStartLoc
Stephen Kelly
2018-08-09
1
-1
/
+2
*
Correctly initialise global blocks on Windows.
David Chisnall
2018-08-09
1
-2
/
+26
*
[Builtins] Implement __builtin_clrsb to be compatible with gcc
Craig Topper
2018-08-08
1
-0
/
+20
*
[CodeGen][Timers] Enable llvm::TimePassesIsEnabled when -ftime-report is spec...
Craig Topper
2018-08-08
1
-0
/
+1
*
[DebugInfo][OpenCL] Address post-commit review for r338299
Scott Linder
2018-08-08
2
-55
/
+97
*
[CGObjCGNU] Rename GetSelector helper method to fix -Woverloaded-virtual warn...
Simon Pilgrim
2018-08-08
1
-8
/
+8
*
[CodeGen] IncompleteArray Support
Balaji V. Iyer
2018-08-08
1
-0
/
+10
*
[NFC] CGDecl factor out constant emission
JF Bastien
2018-08-07
1
-47
/
+56
*
[OPENMP] Mark variables captured in declare target region as implicitly
Alexey Bataev
2018-08-07
3
-1
/
+28
*
[OpenCL] Restore r338899 (reverted in r338904), fixing stack-use-after-return
Scott Linder
2018-08-07
1
-21
/
+35
*
[objc-gnustep] Don't emit .guess ivar offset vars.
David Chisnall
2018-08-07
1
-34
/
+4
*
Revert "[DebugInfo] Generate debug information for labels. (Fix PR37395)"
Hsiangkai Wang
2018-08-06
3
-39
/
+0
*
[DebugInfo] Generate debug information for labels. (Fix PR37395)
Hsiangkai Wang
2018-08-06
3
-0
/
+39
*
[DebugInfo] Use DbgVariableIntrinsic as the base class of variables.
Hsiangkai Wang
2018-08-06
1
-1
/
+1
*
Avoid creating conditional cleanup blocks that contain only @llvm.lifetime.en...
Richard Smith
2018-08-04
1
-7
/
+40
*
[OpenMP] Encode offload target triples into comdat key for offload initializa...
Sergey Dmitriev
2018-08-03
1
-1
/
+13
*
[NFC] Initialize a variable to prevent future invalid deref.
Erich Keane
2018-08-03
1
-1
/
+1
*
Revert "[OpenCL] Always emit alloca in entry block for enqueue_kernel builtin"
Vlad Tsyrklevich
2018-08-03
1
-33
/
+20
*
[OpenCL] Always emit alloca in entry block for enqueue_kernel builtin
Scott Linder
2018-08-03
1
-20
/
+33
*
[CodeGen] Emit parallel_loop_access for each loop in the loop stack.
Michael Kruse
2018-08-03
1
-2
/
+13
*
[WebAssembly] Support for atomic.wait / atomic.wake builtins
Heejin Ahn
2018-08-02
1
-0
/
+20
*
Try to make builtin address space declarations not useless
Matt Arsenault
2018-08-02
1
-44
/
+18
*
[UnrollAndJam] Add unroll_and_jam pragma handling
David Green
2018-08-01
2
-5
/
+63
*
[OPENMP] Change linkage of offloading symbols to support dropping
Alexey Bataev
2018-07-31
1
-2
/
+4
*
[OPENMP] Prevent problems with linking of the static variables.
Alexey Bataev
2018-07-31
1
-0
/
+13
*
Revert "Add a definition for FieldSize that seems to make sense here."
Eric Christopher
2018-07-30
1
-1
/
+0
*
Add a definition for FieldSize that seems to make sense here.
Eric Christopher
2018-07-30
1
-0
/
+1
*
Fix use of uninitialized variable in r338299
Scott Linder
2018-07-30
1
-1
/
+1
*
[DebugInfo][OpenCL] Generate correct block literal debug info for OpenCL
Scott Linder
2018-07-30
1
-34
/
+48
*
Remove trailing space
Fangrui Song
2018-07-30
38
-486
/
+486
*
[clang][ubsan] Implicit Conversion Sanitizer - integer truncation - clang part
Roman Lebedev
2018-07-30
2
-16
/
+90
*
[ARM, AArch64]: Use unadjusted alignment when passing composites as arguments
Momchil Velikov
2018-07-30
1
-5
/
+14
*
[mips64][clang] Provide the signext attribute for i32 return values
Stefan Maksimovic
2018-07-30
1
-2
/
+8
*
Revert r337456: [CodeGen] Disable aggressive structor optimizations at -O0, t...
Chandler Carruth
2018-07-29
1
-14
/
+4
*
[UBSan] Strengthen pointer checks in 'new' expressions
Serge Pavlov
2018-07-28
4
-26
/
+69
*
[CUDA][HIP] Allow function-scope static const variable
Yaxun Liu
2018-07-28
1
-0
/
+4
*
[AST] Add a convenient getter from QualType to RecordDecl
George Karpenkov
2018-07-28
2
-5
/
+3
*
[ARM64] [Windows] Follow MS X86_64 C++ ABI when passing structs
Sanjin Sijaric
2018-07-26
1
-0
/
+1
*
[COFF, ARM64] Decide when to mark struct returns as SRet
Mandeep Singh Grang
2018-07-26
2
-1
/
+14
*
[RISCV] Add support for interrupt attribute
Ana Pazos
2018-07-26
1
-0
/
+21
*
[CodeGen][ObjC] Make block copy/dispose helper functions exception-safe.
Akira Hatanaka
2018-07-26
3
-61
/
+103
*
[OPENMP] ThreadId in serialized parallel regions is 0.
Alexey Bataev
2018-07-25
2
-9
/
+16
*
CodeGen: use non-zero memset when possible for automatic variables
JF Bastien
2018-07-25
1
-26
/
+141
*
Revert "[DebugInfo] Generate debug information for labels. (Fix PR37395)"
Shiva Chen
2018-07-24
3
-39
/
+0
*
[DebugInfo] Generate debug information for labels. (Fix PR37395)
Shiva Chen
2018-07-24
3
-0
/
+39
*
Borrow visibility from __fundamental_type_info for generated fundamental type...
Thomas Anderson
2018-07-24
1
-60
/
+67
*
Support lifetime-extension of conditional temporaries.
Richard Smith
2018-07-23
3
-109
/
+148
*
[CodeGen] Record if a C++ record is a trivial type
Aaron Smith
2018-07-23
1
-0
/
+4
*
[NEON] Fix support for vrndi_f32(), vrndiq_f32() and vrndns_f32() intrinsics
Ivan A. Kosarev
2018-07-23
1
-6
/
+13
*
[HIP] Support -fcuda-flush-denormals-to-zero for amdgcn
Yaxun Liu
2018-07-21
2
-2
/
+2
[prev]
[next]