summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGCall.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Move global classes into anonymous namespaces. NFC.Benjamin Kramer2015-10-281-2/+2
* Unify the ObjC entrypoint caches.John McCall2015-10-211-5/+5
* Roll-back r250822.Angel Garcia Gomez2015-10-201-1/+1
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-1/+1
* Add an error when calling a builtin that requires features that don'tEric Christopher2015-10-151-0/+1
* [CodeGen] Remove dead code. NFC.Benjamin Kramer2015-10-151-6/+0
* Don't emit exceptional stackrestore cleanups around inalloca functionsReid Kleckner2015-10-081-14/+1
* Support __builtin_ms_va_list.Charles Davis2015-09-171-1/+7
* Generating assumption loads of vptr after ctor call (fixed)Piotr Padlewski2015-09-151-1/+2
* Record function attribute "stackrealign" instead of using backend optionAkira Hatanaka2015-09-111-2/+2
* [MS ABI] Make member pointers return true for isIncompleteTypeDavid Majnemer2015-09-101-2/+2
* Revert "Generating assumption loads of vptr after ctor call (fixed)"Piotr Padlewski2015-09-101-2/+1
* Don't crash when emitting a block under returns_nonnull.John McCall2015-09-101-2/+2
* Generating assumption loads of vptr after ctor call (fixed)Piotr Padlewski2015-09-091-1/+2
* [MS ABI] Don't crash on references to pointers to members in argsDavid Majnemer2015-09-091-2/+2
* findDominatingStoreToReturn in CGCall.cpp didn't check if a candidate storeJakub Kuderski2015-09-081-11/+14
* Compute and preserve alignment more faithfully in IR-generation.John McCall2015-09-081-323/+289
* Migrate the target attribute parsing code to returning an instanceEric Christopher2015-09-021-11/+11
* Migrate the target attribute parsing code into an extension off ofEric Christopher2015-09-021-29/+8
* Revert "Migrate the target attribute parsing code into an extension off of"Eric Christopher2015-09-011-8/+29
* Migrate the target attribute parsing code into an extension off ofEric Christopher2015-09-011-29/+8
* Use hasAttr, not getAttr if we're just checking for presence.Eric Christopher2015-09-011-1/+1
* Revert "Pull the target attribute parsing out of CGCall and onto TargetInfo."Eric Christopher2015-08-311-9/+35
* Pull the target attribute parsing out of CGCall and onto TargetInfo.Eric Christopher2015-08-311-35/+9
* Revert r246214 and r246213Steven Wu2015-08-281-2/+1
* Merge the two feature map setting functions into a single functionEric Christopher2015-08-281-2/+1
* Use an explicit assignment.Eric Christopher2015-08-271-2/+2
* Generating assumption loads of vptr after ctor call (fixed)Piotr Padlewski2015-08-271-1/+2
* Target attribute syntax compatibility fix - gcc uses no- rather than mno-.Eric Christopher2015-08-271-1/+1
* Rewrite the code generation handling for function feature and cpu attributes.Eric Christopher2015-08-271-62/+70
* Revert r245879. Speculative, might have caused crbug.com/524604Nico Weber2015-08-251-1/+15
* [MS ABI] Don't emit stackrestore in cleanupsDavid Majnemer2015-08-241-15/+1
* Revert "Generating assumption loads of vptr after ctor call (fixed)"Piotr Padlewski2015-08-211-2/+1
* Generating assumption loads of vptr after ctor call (fixed)Piotr Padlewski2015-08-211-1/+2
* Properly provide alignment of 'byval' arguments down to llvm.James Y Knight2015-08-211-3/+18
* Devirtualize EHScopeStack::Cleanup's dtor because it's never destroyed polymo...David Blaikie2015-08-181-1/+1
* Revert "Generating assumption loads of vptr after ctor call (fixed)"Justin Bogner2015-08-181-2/+1
* Generating assumption loads of vptr after ctor call (fixed)Piotr Padlewski2015-08-181-1/+2
* Untabify.Eric Christopher2015-08-111-12/+12
* Use llvm::reverse to make a bunch of loops use foreach. NFC.Pete Cooper2015-07-301-4/+3
* Pass an iterator range to EmitCallArgsDavid Blaikie2015-07-211-9/+8
* [MS Compat] Add support for __declspec(noalias)David Majnemer2015-07-201-1/+4
* [AST] Cleanup ExprIterator.Benjamin Kramer2015-07-181-2/+2
* Respect alignment when loading up a coerced function argumentUlrich Weigand2015-07-101-36/+56
* Update target attribute support for post-commit feedback.Eric Christopher2015-07-061-1/+1
* Handle arbitrary whitespace in the target attribute support.Eric Christopher2015-07-061-1/+5
* Attach attribute "trap-func-name" to call sites of llvm.trap and llvm.debugtrap.Akira Hatanaka2015-07-021-0/+2
* [CodeGen] Use llvm::join to simplify string joining.Benjamin Kramer2015-07-021-8/+2
* Use a stable sort to guarantee target feature ordering in the IREric Christopher2015-07-011-0/+1
* Fix a TODO dealing with canonicalizing attributes on functions byEric Christopher2015-07-011-9/+21
OpenPOWER on IntegriCloud