summaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/CGCall.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge part of r246985, which disables this assertionupstream/release_37Reid Kleckner2015-11-171-6/+1
* 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
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* Fix "the the" in comments/documentation/etc.Eric Christopher2015-06-191-1/+1
* [CGCall] Fix potential invalid iterator decrement in findDominatingStoreToRet...Alexey Samsonov2015-06-121-5/+4
* Handle fpmath= in the target attribute.Eric Christopher2015-06-121-0/+5
* Handle -mno-<feature> in target attribute strings by replacing theEric Christopher2015-06-121-2/+4
* Add support for tune= to the target attribute support by ignoring it.Eric Christopher2015-06-121-0/+3
* Add support for the the target attribute.Eric Christopher2015-06-121-11/+39
* Attach attribute "disable-tail-calls" to the functions in the IR.Akira Hatanaka2015-06-091-0/+2
* [CodeGen] Reuse stack space from unused function results (with more accurate ...Leny Kholodov2015-06-081-3/+20
* ubsan: Check for null pointers given to certain builtins, suchNuno Lopes2015-05-301-12/+13
* [MIPS] Re-land the change r238200 to fix extension of integer typesPetar Jovanovic2015-05-261-2/+6
* Revert r238200: "[MIPS] fix extension of integer types (function calls)"Hans Wennborg2015-05-261-6/+2
* [MIPS] fix extension of integer types (function calls)Petar Jovanovic2015-05-261-2/+6
* API update for streamlining of IRBuilder::CreateCall to just use ArrayRef/ini...David Blaikie2015-05-181-1/+1
* Revert r237385, "[CodeGen] Reuse stack space from unused function results"NAKAMURA Takumi2015-05-151-20/+3
* [CodeGen] Reuse stack space from unused function resultsSergey Dmitrouk2015-05-141-3/+20
* InstrProf: This call does nothing, remove itJustin Bogner2015-05-011-1/+0
* Always add the target-cpu and target-features sets if they're non-null.Eric Christopher2015-04-271-9/+9
* [MS ABI] Fix the preferred alignment of member pointersDavid Majnemer2015-04-241-2/+1
* Revert "Revert r234581, it might have caused a few miscompiles in Chromium."David Majnemer2015-04-221-2/+26
* Revert r234581, it might have caused a few miscompiles in Chromium.Nico Weber2015-04-111-26/+2
* Don't rely on implicit CallSite construction.Benjamin Kramer2015-04-101-1/+1
* Remove threshold for inserting lifetime markers for named temporariesArnaud A. de Grandmaison2015-04-101-2/+26
* clang-format my last commitDavid Blaikie2015-04-051-8/+13
* [opaque pointer type] More GEP API migrationsDavid Blaikie2015-04-051-9/+10
* [opaque pointer type] More GEP API migrationsDavid Blaikie2015-04-041-7/+9
* [opaque pointer type] Explicitly specify some types for GEPDavid Blaikie2015-04-031-4/+5
* DebugInfo: Use new LLVM API for DebugLocDuncan P. N. Exon Smith2015-03-301-1/+1
* Reapply r232888 after applying a fix for -msse4 code generation.Eric Christopher2015-03-251-0/+21
* Revert "Add CodeGen support for adding cpu attributes on functions based on"Daniel Jasper2015-03-231-21/+0
* Add CodeGen support for adding cpu attributes on functions based onEric Christopher2015-03-211-0/+21
* MS ABI: Generate default constructor closuresDavid Majnemer2015-03-131-2/+6
* MS ABI: Implement copy-ctor closures, finish implementing throwDavid Majnemer2015-03-111-0/+16
* Update for LLVM API change: getOrEnforceKnownAlignment() requires a DataLayoutMehdi Amini2015-03-101-2/+2
* Prefer SmallVector::append/insert over push_back loops. Clang edition.Benjamin Kramer2015-02-171-4/+2
* SEH: Use the SEHTryEpilogueStack instead of a separate boolReid Kleckner2015-02-121-1/+1
* Add the 'noinline' attribute to call sites within __try bodiesReid Kleckner2015-02-111-0/+6
* Emit landing pads for SEH even if nounwind is presentReid Kleckner2015-02-111-1/+2
* DebugInfo: Refactor default arg handling into a common place (instead of hand...David Blaikie2015-02-091-0/+14
* CodeGen: Move DebugLocs.Benjamin Kramer2015-02-071-1/+1
* Sema: Add support for __declspec(restrict)David Majnemer2015-02-041-1/+1