index
:
~jwrdegoede/clang
master
Hans' clang repository
jwrdegoede
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
CGCall.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-24
Use more ArrayRefs
David Majnemer
1
-1
/
+1
2016-06-16
[CodeGen] Fix a segfault caused by pass_object_size.
George Burgess IV
1
-7
/
+9
2016-06-14
Remove nonsense and simplify. To forward a reference, we always just load the
Richard Smith
1
-14
/
+6
2016-05-04
[SystemZ] Add -mbackchain option.
Marcin Koscielnicki
1
-0
/
+2
2016-05-02
Fix argument expansion of reference fields of structs
Reid Kleckner
1
-1
/
+1
2016-04-08
revert SVN r265702, r265640
Saleem Abdulrasool
1
-2
/
+2
2016-04-07
Basic: move CodeGenOptions from Frontend
Saleem Abdulrasool
1
-2
/
+2
2016-04-05
[CUDA] Add -fcuda-flush-denormals-to-zero.
Justin Lebar
1
-0
/
+4
2016-04-04
IRGen-level lowering for the Swift calling convention.
John McCall
1
-23
/
+155
2016-03-28
[PGO] More comments how function pointers for indirect calls are mapped
Adam Nemet
1
-1
/
+3
2016-03-16
Add attributes for preserve_mostcc/preserve_allcc calling conventions to the ...
Roman Levenstein
1
-0
/
+8
2016-03-13
Remove compile time PreserveName in favor of a runtime cc1 -discard-value-nam...
Mehdi Amini
1
-1
/
+1
2016-03-12
Temporarily revert these patches:
Eric Christopher
1
-1
/
+1
2016-03-11
Remove compile time PreserveName switch based on NDEBUG
Mehdi Amini
1
-1
/
+1
2016-03-11
Add a coerce-and-expand ABIArgInfo as a generalization of some
John McCall
1
-5
/
+122
2016-03-11
Preserve ExtParameterInfos into CGFunctionInfo.
John McCall
1
-46
/
+182
2016-03-07
Resolved Bug 26414.
Amjad Aboud
1
-3
/
+6
2016-02-24
[CUDA] Mark all CUDA device-side function defs, decls, and calls as convergent.
Justin Lebar
1
-0
/
+8
2016-02-24
[WinEH] Make sure terminate handlers have funclet operands
David Majnemer
1
-10
/
+13
2016-02-17
[CodeGen] Fix an assert in CodeGenFunction::EmitFunctionEpilog
Akira Hatanaka
1
-1
/
+19
2016-02-13
RValue refs do not work that way.
Benjamin Kramer
1
-1
/
+2
2016-02-09
Fix undefined behavior when compiling in C++14 due to sized operator delete
Richard Smith
1
-2
/
+1
2016-01-26
[WinEH] Annotate calls to __RTtypeid with a funclet bundle
David Majnemer
1
-2
/
+5
2016-01-23
Clang changes for value profiling
Betul Buyukkurt
1
-0
/
+5
2016-01-18
fix formatting; NFC
Sanjay Patel
1
-7
/
+5
2016-01-06
[Driver] Add support for -fno-builtin-foo options.
Chad Rosier
1
-8
/
+8
2015-12-15
[WinEH] Update clang to use operand bundles on call sites
David Majnemer
1
-4
/
+30
2015-12-12
Update clang to use the updated LLVM EH instructions
David Majnemer
1
-13
/
+18
2015-12-02
Add the `pass_object_size` attribute to clang.
George Burgess IV
1
-10
/
+55
2015-11-23
Preserve exceptions information during calls code generation.
Samuel Antao
1
-9
/
+29
2015-11-13
Add support for function attribute 'disable_tail_calls'.
Akira Hatanaka
1
-1
/
+5
2015-11-11
Extract out a function onto CodeGenModule for getting the map of
Eric Christopher
1
-18
/
+8
2015-11-08
Replace tab with 8 spaces, NFC.
Yaron Keren
1
-1
/
+1
2015-11-06
Add support for function attribute 'not_tail_called'.
Akira Hatanaka
1
-0
/
+4
2015-11-06
CodeGen: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
1
-3
/
+3
2015-10-28
[WinEH] Mark calls inside cleanups as noinline
Reid Kleckner
1
-2
/
+8
2015-10-28
Move global classes into anonymous namespaces. NFC.
Benjamin Kramer
1
-2
/
+2
2015-10-21
Unify the ObjC entrypoint caches.
John McCall
1
-5
/
+5
2015-10-20
Roll-back r250822.
Angel Garcia Gomez
1
-1
/
+1
2015-10-20
Apply modernize-use-default to clang.
Angel Garcia Gomez
1
-1
/
+1
2015-10-15
Add an error when calling a builtin that requires features that don't
Eric Christopher
1
-0
/
+1
2015-10-15
[CodeGen] Remove dead code. NFC.
Benjamin Kramer
1
-6
/
+0
2015-10-08
Don't emit exceptional stackrestore cleanups around inalloca functions
Reid Kleckner
1
-14
/
+1
2015-09-17
Support __builtin_ms_va_list.
Charles Davis
1
-1
/
+7
2015-09-15
Generating assumption loads of vptr after ctor call (fixed)
Piotr Padlewski
1
-1
/
+2
2015-09-11
Record function attribute "stackrealign" instead of using backend option
Akira Hatanaka
1
-2
/
+2
2015-09-10
[MS ABI] Make member pointers return true for isIncompleteType
David Majnemer
1
-2
/
+2
2015-09-10
Revert "Generating assumption loads of vptr after ctor call (fixed)"
Piotr Padlewski
1
-2
/
+1
2015-09-10
Don't crash when emitting a block under returns_nonnull.
John McCall
1
-2
/
+2
2015-09-09
Generating assumption loads of vptr after ctor call (fixed)
Piotr Padlewski
1
-1
/
+2
[next]