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
...
*
Track the result of evaluating a computed noexcept specification on the
Richard Smith
2018-05-03
1
-1
/
+1
*
[CodeGen] Fix typo in comment form->from. NFC
Craig Topper
2018-04-30
1
-1
/
+1
*
[Driver, CodeGen] rename options to disable an FP cast optimization
Sanjay Patel
2018-04-30
1
-2
/
+4
*
[Driver, CodeGen] add options to enable/disable an FP cast optimization
Sanjay Patel
2018-04-27
1
-0
/
+3
*
[CodeGen] Avoid destructing a callee-destructued struct type in a
Akira Hatanaka
2018-04-27
1
-0
/
+12
*
Revert "[CodeGen] Avoid destructing a callee-destructued struct type in a"
Akira Hatanaka
2018-04-27
1
-16
/
+0
*
[CodeGen] Avoid destructing a callee-destructued struct type in a
Akira Hatanaka
2018-04-27
1
-0
/
+16
*
[OpenCL] Add 'denorms-are-zero' function attribute
Alexey Sotkin
2018-04-20
1
-0
/
+4
*
[CodeGen] Do not push a destructor cleanup for a struct that doesn't
Akira Hatanaka
2018-04-18
1
-2
/
+9
*
PR36992: do not store beyond the dsize of a class object unless we know
Richard Smith
2018-04-05
1
-3
/
+6
*
Revert "Set calling convention for CUDA kernel"
Artem Belevich
2018-04-03
1
-1
/
+0
*
[MS] Emit vftable thunks for functions with incomplete prototypes
Reid Kleckner
2018-04-02
1
-2
/
+2
*
Add helper to determine if a field is a zero-length bitfield.
Richard Smith
2018-04-02
1
-4
/
+2
*
Set calling convention for CUDA kernel
Yaxun Liu
2018-03-29
1
-0
/
+1
*
[ObjC++] Make parameter passing and function return compatible with ObjC
Akira Hatanaka
2018-03-28
1
-13
/
+2
*
Fix for LLVM change (Transforms/Utils/Local.h -> Analysis/Utils/Local.h)
David Blaikie
2018-03-21
1
-3
/
+3
*
Adding nocf_check attribute for cf-protection fine tuning
Oren Ben Simhon
2018-03-17
1
-0
/
+3
*
Recommit r326946 after reducing CallArgList memory footprint
Yaxun Liu
2018-03-15
1
-77
/
+120
*
Reland "[Attr] Fix parameter indexing for several attributes"
Joel E. Denny
2018-03-13
1
-5
/
+4
*
Revert r326946. It caused stack overflows by significantly increasing the siz...
Richard Smith
2018-03-10
1
-119
/
+77
*
[CodeGen] Emit lifetime.ends in both EH and non-EH blocks
George Burgess IV
2018-03-08
1
-9
/
+15
*
CodeGen: Fix address space of indirect function argument
Yaxun Liu
2018-03-07
1
-77
/
+119
*
Revert r326602, it caused PR36620.
Nico Weber
2018-03-07
1
-4
/
+5
*
[CodeGen] Don't emit lifetime.end without lifetime.start
George Burgess IV
2018-03-06
1
-3
/
+1
*
[Attr] Fix parameter indexing for several attributes
Joel E. Denny
2018-03-02
1
-5
/
+4
*
Add an option to disable tail-call optimization for escaping blocks.
Akira Hatanaka
2018-03-02
1
-4
/
+15
*
CodeGenObjCXX: handle inalloca appropriately for msgSend variant
Saleem Abdulrasool
2018-02-28
1
-1
/
+2
*
[ObjC] Allow declaring __strong pointer fields in structs in Objective-C
Akira Hatanaka
2018-02-28
1
-10
/
+20
*
[OpenCL] Add '-cl-uniform-work-group-size' compile option
Alexey Sotkin
2018-02-22
1
-0
/
+15
*
Make attribute-target on a Definition-after-use update the LLVM attributes
Erich Keane
2018-02-12
1
-40
/
+1
*
[WinEH] Put funclet bundles on inline asm calls
Reid Kleckner
2018-02-09
1
-15
/
+14
*
Pass around function pointers as CGCallees, not bare llvm::Value*s.
John McCall
2018-02-06
1
-8
/
+13
*
IRGen: Move vtable load after argument evaluation.
Peter Collingbourne
2018-02-05
1
-2
/
+9
*
Add support for attribute 'trivial_abi'.
Akira Hatanaka
2018-02-05
1
-4
/
+3
*
[CodeGen] Decorate aggregate accesses with TBAA tags
Ivan A. Kosarev
2018-01-25
1
-4
/
+6
*
Reland "[CodeGen] Fix crash when a function taking transparent union is redec...
Volodymyr Sapsai
2018-01-22
1
-1
/
+6
*
Refactor handling of signext/zeroext in ABIArgInfo
Alex Bradbury
2018-01-12
1
-9
/
+5
*
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
[prev]
[next]