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
*
Add support for __declspec(guard(nocf))
Andrew Paverd
2020-01-10
1
-0
/
+11
*
[clang] Turn -fno-builtin flag into an IR Attribute
Guillaume Chatelet
2019-12-12
1
-11
/
+14
*
Fix bug 44190 - wrong code with #pragma pack(1)
Yaxun (Sam) Liu
2019-12-10
1
-3
/
+2
*
Avoid Attr.h includes, CodeGen edition
Reid Kleckner
2019-12-09
1
-1
/
+2
*
Reapply af57dbf12e54 "Add support for options -frounding-math, ftrapp...
Melanie Blower
2019-12-05
1
-0
/
+14
*
Revert " Reapply af57dbf12e54 "Add support for options -frounding-math...
Melanie Blower
2019-12-04
1
-14
/
+0
*
Reapply af57dbf12e54 "Add support for options -frounding-math, ftrapp...
Melanie Blower
2019-12-04
1
-0
/
+14
*
[CodeGen][ObjC] Emit a primitive store to store a __strong field in
Akira Hatanaka
2019-12-03
1
-1
/
+6
*
[NFC] Pass a reference to CodeGenFunction to methods of LValue and
Akira Hatanaka
2019-12-03
1
-17
/
+17
*
Revert "[NFC] Pass a reference to CodeGenFunction to methods of LValue and"
Akira Hatanaka
2019-12-03
1
-17
/
+17
*
[NFC] Pass a reference to CodeGenFunction to methods of LValue and
Akira Hatanaka
2019-12-03
1
-17
/
+17
*
Work on cleaning up denormal mode handling
Matt Arsenault
2019-11-19
1
-2
/
+3
*
[hip] Enable pointer argument lowering through coercing type.
Michael Liao
2019-11-05
1
-0
/
+9
*
[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
*
[clang] Add no_builtin attribute
Guillaume Chatelet
2019-10-28
1
-4
/
+20
*
[Alignment] Migrate Attribute::getWith(Stack)Alignment
Guillaume Chatelet
2019-10-15
1
-2
/
+2
*
Reland r374450 with Richard Smith's comments and test fixed.
Erich Keane
2019-10-11
1
-1
/
+1
*
Revert 374450 "Fix __builtin_assume_aligned with too large values."
Nico Weber
2019-10-10
1
-1
/
+1
*
Fix __builtin_assume_aligned with too large values.
Erich Keane
2019-10-10
1
-1
/
+1
*
[IRGen] Emit lifetime markers for temporary struct allocas
Francis Visoiu Mistrih
2019-10-08
1
-0
/
+22
*
[SVE][IR] Scalable Vector size queries and IR instruction support
Graham Hunter
2019-10-08
1
-4
/
+4
*
[Alignment][Clang][NFC] Add CharUnits::getAsAlign
Guillaume Chatelet
2019-10-03
1
-1
/
+1
*
Silence static analyzer getAs<RecordType> null dereference warnings. NFCI.
Simon Pilgrim
2019-10-03
1
-2
/
+2
*
[Alignment][NFC] Remove AllocaInst::setAlignment(unsigned)
Guillaume Chatelet
2019-09-30
1
-1
/
+1
*
For P0784R7: compute whether a variable has constant destruction if it
Richard Smith
2019-09-29
1
-1
/
+1
*
[Alignment] fix build
Guillaume Chatelet
2019-09-23
1
-5
/
+6
*
[Clang] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-4
/
+4
*
[OpenCL] Improve destructor support in C++ for OpenCL
Marco Antognini
2019-07-22
1
-1
/
+1
*
[Clang] Replace cc1 options '-mdisable-fp-elim' and '-momit-leaf-frame-pointer'
Yuanfang Chen
2019-07-20
1
-9
/
+12
*
Revert r366422: [OpenCL] Improve destructor support in C++ for OpenCL
Ilya Biryukov
2019-07-18
1
-1
/
+1
*
[OpenCL] Improve destructor support in C++ for OpenCL
Marco Antognini
2019-07-18
1
-1
/
+1
*
Fix parameter name comments using clang-tidy. NFC.
Rui Ueyama
2019-07-16
1
-3
/
+3
*
Ensure Target Features always_inline error happens in C++ cases.
Erich Keane
2019-06-21
1
-0
/
+10
*
LLVM IR: Generate new-style byval-with-Type from Clang
Tim Northover
2019-06-05
1
-1
/
+1
*
[COFF, ARM64] Fix ABI implementation of struct returns
Mandeep Singh Grang
2019-05-03
1
-2
/
+1
*
Change the metadata for heapallocsite calls when the type is cast.
Amy Huang
2019-05-02
1
-1
/
+0
*
Relanding r357928 with fixed debuginfo check.
Amy Huang
2019-04-12
1
-7
/
+9
*
Don't emit an unreachable return block.
John McCall
2019-04-10
1
-9
/
+0
*
Revert "[MS] Add metadata for __declspec(allocator)"
Amy Huang
2019-04-08
1
-9
/
+7
*
[MS] Add metadata for __declspec(allocator)
Amy Huang
2019-04-08
1
-7
/
+9
*
[IR] Refactor attribute methods in Function class (NFC)
Evandro Menezes
2019-04-04
1
-1
/
+1
*
[IR] Create new method in `Function` class (NFC)
Evandro Menezes
2019-04-03
1
-2
/
+1
*
IRGen: Remove StructorType; thread GlobalDecl through more code. NFCI.
Peter Collingbourne
2019-03-22
1
-23
/
+9
*
Add a spelling of pass_object_size that uses __builtin_dynamic_object_size
Erik Pilkington
2019-03-19
1
-1
/
+1
*
[opaque pointer types] Cleanup CGBuilder's Create*GEP.
James Y Knight
2019-02-09
1
-38
/
+16
*
[opaque pointer types] Make EmitCall pass Function Types to
James Y Knight
2019-02-07
1
-20
/
+30
*
[opaque pointer types] Pass function types for runtime function calls.
James Y Knight
2019-02-05
1
-22
/
+24
*
[opaque pointer types] Fix the CallInfo passed to EmitCall in some
James Y Knight
2019-02-05
1
-15
/
+38
*
[Sanitizers] UBSan unreachable incompatible with Kernel ASan
Julian Lettner
2019-02-04
1
-1
/
+2
[next]