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
...
*
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
*
Revert "Migrate the target attribute parsing code into an extension off of"
Eric Christopher
2015-09-01
1
-8
/
+29
*
Migrate the target attribute parsing code into an extension off of
Eric Christopher
2015-09-01
1
-29
/
+8
*
Use hasAttr, not getAttr if we're just checking for presence.
Eric Christopher
2015-09-01
1
-1
/
+1
*
Revert "Pull the target attribute parsing out of CGCall and onto TargetInfo."
Eric Christopher
2015-08-31
1
-9
/
+35
*
Pull the target attribute parsing out of CGCall and onto TargetInfo.
Eric Christopher
2015-08-31
1
-35
/
+9
*
Revert r246214 and r246213
Steven Wu
2015-08-28
1
-2
/
+1
*
Merge the two feature map setting functions into a single function
Eric Christopher
2015-08-28
1
-2
/
+1
*
Use an explicit assignment.
Eric Christopher
2015-08-27
1
-2
/
+2
*
Generating assumption loads of vptr after ctor call (fixed)
Piotr Padlewski
2015-08-27
1
-1
/
+2
*
Target attribute syntax compatibility fix - gcc uses no- rather than mno-.
Eric Christopher
2015-08-27
1
-1
/
+1
*
Rewrite the code generation handling for function feature and cpu attributes.
Eric Christopher
2015-08-27
1
-62
/
+70
*
Revert r245879. Speculative, might have caused crbug.com/524604
Nico Weber
2015-08-25
1
-1
/
+15
*
[MS ABI] Don't emit stackrestore in cleanups
David Majnemer
2015-08-24
1
-15
/
+1
*
Revert "Generating assumption loads of vptr after ctor call (fixed)"
Piotr Padlewski
2015-08-21
1
-2
/
+1
*
Generating assumption loads of vptr after ctor call (fixed)
Piotr Padlewski
2015-08-21
1
-1
/
+2
*
Properly provide alignment of 'byval' arguments down to llvm.
James Y Knight
2015-08-21
1
-3
/
+18
*
Devirtualize EHScopeStack::Cleanup's dtor because it's never destroyed polymo...
David Blaikie
2015-08-18
1
-1
/
+1
*
Revert "Generating assumption loads of vptr after ctor call (fixed)"
Justin Bogner
2015-08-18
1
-2
/
+1
*
Generating assumption loads of vptr after ctor call (fixed)
Piotr Padlewski
2015-08-18
1
-1
/
+2
*
Untabify.
Eric Christopher
2015-08-11
1
-12
/
+12
*
Use llvm::reverse to make a bunch of loops use foreach. NFC.
Pete Cooper
2015-07-30
1
-4
/
+3
*
Pass an iterator range to EmitCallArgs
David Blaikie
2015-07-21
1
-9
/
+8
*
[MS Compat] Add support for __declspec(noalias)
David Majnemer
2015-07-20
1
-1
/
+4
*
[AST] Cleanup ExprIterator.
Benjamin Kramer
2015-07-18
1
-2
/
+2
*
Respect alignment when loading up a coerced function argument
Ulrich Weigand
2015-07-10
1
-36
/
+56
*
Update target attribute support for post-commit feedback.
Eric Christopher
2015-07-06
1
-1
/
+1
*
Handle arbitrary whitespace in the target attribute support.
Eric Christopher
2015-07-06
1
-1
/
+5
*
Attach attribute "trap-func-name" to call sites of llvm.trap and llvm.debugtrap.
Akira Hatanaka
2015-07-02
1
-0
/
+2
*
[CodeGen] Use llvm::join to simplify string joining.
Benjamin Kramer
2015-07-02
1
-8
/
+2
*
Use a stable sort to guarantee target feature ordering in the IR
Eric Christopher
2015-07-01
1
-0
/
+1
*
Fix a TODO dealing with canonicalizing attributes on functions by
Eric Christopher
2015-07-01
1
-9
/
+21
[prev]
[next]