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