summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGCall.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Remove support for pnaclcall attributeDerek Schuff2015-01-281-3/+0
* DebugInfo: Remove forced column-info workaround for inlined callsDavid Blaikie2015-01-211-2/+1
* Re-apply "r226548 - Introduce SPIR calling conventions" reverted in r226558.Alexander Kornienko2015-01-201-0/+2
* Reverting r226548 as one of the tests fails in some configurations.Alexander Kornienko2015-01-201-2/+0
* Introduce SPIR calling conventions.Sameer Sahasrabuddhe2015-01-201-0/+2
* Recommit r225083 (reverted in r225361) now that calls to aggregate initialize...David Blaikie2015-01-181-8/+0
* Revert r225085, it caused PR22096.Nico Weber2015-01-071-0/+8
* DebugInfo: Remove some now-unnecessary location handling around function argu...David Blaikie2015-01-021-8/+0
OpenPOWER on IntegriCloud