summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.h
Commit message (Expand)AuthorAgeFilesLines
...
* Add the `pass_object_size` attribute to clang.George Burgess IV2015-12-021-0/+18
* [OpenMP] Update target directive codegen to use 4.5 implicit data mappings.Samuel Antao2015-12-021-5/+2
* [OPENMP 4.5] Parsing/sema analysis for 'taskloop' directive.Alexey Bataev2015-12-011-0/+1
* CodeGenFunction.h: Prune a \param in r253926. [-Wdocumentation]NAKAMURA Takumi2015-11-231-3/+0
* Preserve exceptions information during calls code generation.Samuel Antao2015-11-231-6/+4
* In preparation to use it in more places renameEric Christopher2015-11-121-3/+1
* Extract out a function onto CodeGenModule for getting the map ofEric Christopher2015-11-111-0/+2
* Atomics: support __c11_* calls on _Atomic struct types.Tim Northover2015-11-091-1/+1
* [WinEH] Mark calls inside cleanups as noinlineReid Kleckner2015-10-281-0/+5
* Unify the ObjC entrypoint caches.John McCall2015-10-211-0/+1
* Add an error when calling a builtin that requires features that don'tEric Christopher2015-10-151-0/+2
* [CodeGen] Remove dead code. NFC.Benjamin Kramer2015-10-151-42/+0
* [OpenMP] Target directive host codegen.Samuel Antao2015-10-021-2/+5
* Support __builtin_ms_va_list.Charles Davis2015-09-171-3/+20
* Decorating vptr load & stores with !invariant.groupPiotr Padlewski2015-09-151-1/+2
* Generating assumption loads of vptr after ctor call (fixed)Piotr Padlewski2015-09-151-13/+27
* Revert "Generating assumption loads of vptr after ctor call (fixed)"Piotr Padlewski2015-09-101-27/+13
* [OPENMP] Outlined function for parallel and other regions with list of captur...Alexey Bataev2015-09-101-2/+3
* Generating assumption loads of vptr after ctor call (fixed)Piotr Padlewski2015-09-091-13/+27
* Introduce __builtin_nontemporal_store and __builtin_nontemporal_load.Michael Zolotukhin2015-09-081-2/+3
* Compute and preserve alignment more faithfully in IR-generation.John McCall2015-09-081-191/+352
* [OPENMP] Fix for http://llvm.org/PR24674: assertion failed and and abort trapAlexey Bataev2015-09-041-1/+9
* [WebAssembly] Initial WebAssembly support in clangDan Gohman2015-09-031-0/+2
* [OPENMP 4.0] Codegen for array sections.Alexey Bataev2015-08-311-0/+3
* Revert "[OPENMP 4.0] Codegen for array sections."Daniel Jasper2015-08-281-3/+0
* Revert r246214 and r246213Steven Wu2015-08-281-28/+13
* [OPENMP 4.0] Codegen for array sections.Alexey Bataev2015-08-281-0/+3
* Generating assumption loads of vptr after ctor call (fixed)Piotr Padlewski2015-08-271-13/+28
* Revert "Generating assumption loads of vptr after ctor call (fixed)"Piotr Padlewski2015-08-211-28/+13
* Generating assumption loads of vptr after ctor call (fixed)Piotr Padlewski2015-08-211-13/+28
* Revert "Generating assumption loads of vptr after ctor call (fixed)"Justin Bogner2015-08-181-28/+13
* Generating assumption loads of vptr after ctor call (fixed)Piotr Padlewski2015-08-181-13/+28
* Revert r245257 "Generating assumption loads of vptr after ctor call"Hans Wennborg2015-08-181-28/+13
* Generating assumption loads of vptr after ctor callPiotr Padlewski2015-08-171-13/+28
* Propagate SourceLocations through to get a Loc on float_cast_overflowFilipe Cabecinhas2015-08-111-3/+3
* Don't repeat function names in comments. NFC.Filipe Cabecinhas2015-08-051-5/+4
* [MS ABI] Hook clang up to the new EH instructionsDavid Majnemer2015-07-311-0/+1
* Use CGLoopInfo to emit metadata for loop hint pragmas.Tyler Nowicki2015-07-271-2/+0
* Fix GCC build due to shadowingDavid Blaikie2015-07-211-2/+2
* Pass an iterator range to EmitCallArgsDavid Blaikie2015-07-211-12/+10
* Commit for http://reviews.llvm.org/D10765Michael Wong2015-07-211-0/+1
* [AST] Cleanup ExprIterator.Benjamin Kramer2015-07-181-1/+1
* Set the linkage before setting the visibility.Rafael Espindola2015-07-131-2/+2
* Update clang for intrinsic rename of framerecover to localrecoverReid Kleckner2015-07-071-3/+3
* Silence -Wparentheses warnings (and ran it through clang-format); NFC.Aaron Ballman2015-07-071-9/+10
* Substitute type arguments into uses of Objective-C interface members.Douglas Gregor2015-07-071-0/+26
* Revert "Revert 241171, 241187, 241199 (32-bit SEH)."Reid Kleckner2015-07-071-8/+20
* [OPENMP 4.0] Fixed codegen for 'cancellation point' construct.Alexey Bataev2015-07-031-0/+2
* Attach attribute "trap-func-name" to call sites of llvm.trap and llvm.debugtrap.Akira Hatanaka2015-07-021-0/+4
* [OPENMP 4.0] Initial support for 'omp cancel' construct.Alexey Bataev2015-07-021-0/+1
OpenPOWER on IntegriCloud