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
/
CGCall.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "[CodeGen] Fix crash when a function taking transparent union is redec...
Volodymyr Sapsai
2017-12-21
1
-5
/
+5
*
[CodeGen] Fix crash when a function taking transparent union is redeclared.
Volodymyr Sapsai
2017-12-21
1
-5
/
+5
*
[ubsan] Diagnose noreturn functions which return
Vedant Kumar
2017-12-21
1
-2
/
+17
*
Silence a bunch of implicit fallthrough warnings
Adrian Prantl
2017-12-19
1
-2
/
+2
*
[Driver][CodeGen] Add -mprefer-vector-width driver option and attribute durin...
Craig Topper
2017-12-11
1
-0
/
+5
*
CodeGen: Fix invalid bitcasts for memcpy
Yaxun Liu
2017-12-07
1
-4
/
+4
*
[Target] Make a copy of TargetOptions feature list before sorting during CodeGen
Craig Topper
2017-11-28
1
-18
/
+11
*
[CodeGen] Move Reciprocals option from TargetOptions to CodeGenOptions
Craig Topper
2017-11-20
1
-1
/
+1
*
New clang option -fno-plt which avoids the PLT and lazy binding while making ...
Sriraman Tallam
2017-11-07
1
-0
/
+10
*
Replace a few usages of llvm::join with range-version[NFC]
Erich Keane
2017-10-27
1
-3
/
+3
*
Filter out invalid 'target' items from being passed to LLVM
Erich Keane
2017-10-27
1
-2
/
+3
*
OpenCL: Assume functions are convergent
Matt Arsenault
2017-10-06
1
-5
/
+8
*
Add support for attribute 'noescape'.
Akira Hatanaka
2017-09-22
1
-1
/
+8
*
Revert "Add support for attribute 'noescape'."
Akira Hatanaka
2017-09-20
1
-8
/
+1
*
Add support for attribute 'noescape'.
Akira Hatanaka
2017-09-20
1
-1
/
+8
*
Revert "Add support for attribute 'noescape'."
Akira Hatanaka
2017-09-20
1
-8
/
+1
*
Add support for attribute 'noescape'.
Akira Hatanaka
2017-09-20
1
-1
/
+8
*
clang fix for LLVM API change: isKnownNonNull -> isKnownNonZero
Nuno Lopes
2017-09-09
1
-2
/
+4
*
Fix creating bitcasts with wrong address space
Matt Arsenault
2017-08-01
1
-2
/
+4
*
Convert attribute 'target' parsing from a 'pair' to a 'struct' to make furthe...
Erich Keane
2017-07-18
1
-2
/
+2
*
[AArch64] Add support for __builtin_ms_va_list on aarch64
Martin Storsjo
2017-07-17
1
-2
/
+2
*
Update use of llvm::CallingConv:X86_64_Win64 after LLVM commit r308208
Martin Storsjo
2017-07-17
1
-1
/
+1
*
fix trivial typos in comments; NFC
Hiroshi Inoue
2017-07-03
1
-1
/
+1
*
CodeGen: Fix invalid bitcast for coerced function argument
Yaxun Liu
2017-06-29
1
-3
/
+2
*
[CodeGen] Fix assertion failure in EmitCallArg.
Akira Hatanaka
2017-06-28
1
-1
/
+8
*
[ubsan] Improve diagnostics for return value checks (clang)
Vedant Kumar
2017-06-23
1
-21
/
+23
*
CodeGen: Cast temporary variable to proper address space
Yaxun Liu
2017-06-19
1
-2
/
+4
*
Preserve cold attribute for function decls
Xinliang David Li
2017-06-13
1
-0
/
+2
*
Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.
Galina Kistanova
2017-06-03
1
-0
/
+1
*
[OpenCL] Makes kernels use the SPIR_KERNEL CC by default.
Pekka Jaaskelainen
2017-06-01
1
-4
/
+14
*
Re-land r301697 "[IR] Make add/remove Attributes use AttrBuilder instead of A...
Reid Kleckner
2017-05-02
1
-3
/
+1
*
[X86] Support of no_caller_saved_registers attribute
Oren Ben Simhon
2017-04-27
1
-0
/
+3
*
Prefer addAttr(Attribute::AttrKind) over the AttributeList overload
Reid Kleckner
2017-04-19
1
-11
/
+5
*
Use less temporary AttributeLists NFC
Reid Kleckner
2017-04-18
1
-38
/
+24
*
CodeGen: Let byval parameter use alloca address space
Yaxun Liu
2017-04-17
1
-2
/
+3
*
Update for AllocaInst construction changes
Matt Arsenault
2017-04-10
1
-2
/
+4
*
Clang changes for alloc_align attribute
Erich Keane
2017-03-30
1
-0
/
+4
*
Revert r298491 and r298494 which changed Clang's handling of 'nonnull'
Chandler Carruth
2017-03-24
1
-56
/
+34
*
Remove all uses of std::mem_fun and std::bind1st removed in C++17.
Richard Smith
2017-03-23
1
-1
/
+1
*
Remove an overly aggressive assert in r298491 and leave a comment
Chandler Carruth
2017-03-22
1
-1
/
+5
*
[nonnull] Teach Clang to attach the nonnull LLVM attribute to
Chandler Carruth
2017-03-22
1
-34
/
+52
*
Update Clang for LLVM rename AttributeSet -> AttributeList
Reid Kleckner
2017-03-21
1
-38
/
+34
*
[ubsan] Use the nicer nullability diagnostic handlers
Vedant Kumar
2017-03-14
1
-5
/
+8
*
[ubsan] Add a nullability sanitizer
Vedant Kumar
2017-03-14
1
-20
/
+90
*
[ubsan] Extend the nonnull arg check to ObjC
Vedant Kumar
2017-03-06
1
-9
/
+8
*
Represent pass_object_size attrs in ExtParameterInfo
George Burgess IV
2017-02-24
1
-39
/
+44
*
[CodeGen] Fix ExtParameterInfo bugs in C++ CodeGen code.
George Burgess IV
2017-02-23
1
-9
/
+33
*
[CodeGen] Don't reemit expressions for pass_object_size params.
George Burgess IV
2017-02-23
1
-16
/
+32
*
[CodeGen] Add param info for ctors with ABI args.
George Burgess IV
2017-02-22
1
-1
/
+11
*
Fix spelling mistake - paramater -> parameter. NFCI.
Simon Pilgrim
2017-02-15
1
-1
/
+1
[next]