summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen
Commit message (Expand)AuthorAgeFilesLines
...
* Make CPUDispatch resolver emit dependent functions.Erich Keane2018-12-071-2/+13
* Fix thunks returning memptrs via sret by emitting also scalar return values d...Hans Wennborg2018-12-072-5/+3
* Reapply "Avoid emitting redundant or unusable directories in DIFile metadata ...Adrian Prantl2018-12-062-15/+48
* [OPENMP][NVPTX] Fix globalization of the mapped array sections.Alexey Bataev2018-12-061-3/+5
* Remove unnecessary include.Richard Trieu2018-12-061-1/+0
* Remove CodeGen dependencies on Sema.Richard Trieu2018-12-064-4/+3
* Honor -fdebug-prefix-map when creating function names for the debug info.Adrian Prantl2018-12-052-3/+6
* Revert: Honor -fdebug-prefix-map when creating function names for the debug i...Renato Golin2018-12-052-6/+3
* [asan] Add clang flag -fsanitize-address-use-odr-indicatorVitaly Buka2018-12-051-2/+4
* Revert "Avoid emitting redundant or unusable directories in DIFile metadata e...Ilya Biryukov2018-12-042-48/+15
* [OPENMP][NVPTX]Fixed emission of the critical region.Alexey Bataev2018-12-041-2/+4
* [OPENMP][NVPTX]Mark __kmpc_barrier functions as convergent.Alexey Bataev2018-12-044-7/+53
* Remove unnecessary include.Richard Trieu2018-12-041-1/+0
* Avoid emitting redundant or unusable directories in DIFile metadata entries.Adrian Prantl2018-12-032-15/+48
* Correct indentation.Bill Wendling2018-12-011-1/+1
* Specify constant context in constant emitterBill Wendling2018-12-012-1/+5
* Honor -fdebug-prefix-map when creating function names for the debug info.Adrian Prantl2018-12-012-3/+6
* Revert "Revert r347417 "Re-Reinstate 347294 with a fix for the failures.""Fangrui Song2018-11-307-30/+67
* Revert r347417 "Re-Reinstate 347294 with a fix for the failures."Fangrui Song2018-11-307-67/+30
* Revert r348029. I was git-ing and jumped the gun.Bill Wendling2018-11-301-2/+1
* We're in a constant context in the ConstantEmitter.Bill Wendling2018-11-301-1/+2
* [-gmodules] Honor -fdebug-prefix-map in the debug info inside PCMs.Adrian Prantl2018-11-291-0/+2
* [OPENMP][NVPTX]Call get __kmpc_global_thread_num in worker afterAlexey Bataev2018-11-291-0/+4
* [OpenMP] Add a new version of the SPMD deinit kernel functionGheorghe-Teodor Bercea2018-11-291-7/+11
* [ThinLTO] Allow importing of multiple symbols with same GUIDTeresa Johnson2018-11-291-9/+8
* Ensure sanitizer check function calls have a !dbg locationAdrian Prantl2018-11-281-0/+5
* Correct 'target' default behavior on redecl, allow forward declaration.Erich Keane2018-11-281-2/+4
* [Coverage] Do not visit artificial stmts in defaulted methods (PR39822)Vedant Kumar2018-11-281-4/+16
* [NFC] Move MultIversioning::Type into Decl so that it can be used inErich Keane2018-11-281-2/+9
* Re-commit r347417 "Re-Reinstate 347294 with a fix for the failures."Hans Wennborg2018-11-287-30/+67
* Move LoopHint.h from Sema to ParseRichard Trieu2018-11-282-2/+0
* [CodeGen] Fix included headers.Richard Trieu2018-11-281-1/+2
* [OPENMP][NVPTX]Basic support for reductions across the teams.Alexey Bataev2018-11-272-379/+118
* [clang][slh] add attribute for speculative load hardeningZola Bridges2018-11-271-0/+4
* [clang][ARC] Add ARCTargetInfoTatyana Krasnukha2018-11-271-0/+133
* Don't speculatively emit VTTs for classes unless we are able to correctly emi...Richard Smith2018-11-271-2/+40
* Revert r347417 "Re-Reinstate 347294 with a fix for the failures."Hans Wennborg2018-11-277-67/+30
* Revert "[clang][slh] add attribute for speculative load hardening"Zola Bridges2018-11-271-4/+0
* [clang][slh] add attribute for speculative load hardeningZola Bridges2018-11-271-0/+4
* Revert "[clang][slh] add attribute for speculative load hardening"Zola Bridges2018-11-261-4/+0
* [clang][slh] add attribute for speculative load hardeningZola Bridges2018-11-261-0/+4
* [OPENMP][NVPTX]Emit default locations with the correct Exec|RuntimeAlexey Bataev2018-11-262-15/+47
* [AArch64] Add aarch64_vector_pcs function attribute to ClangSander de Smalen2018-11-262-0/+5
* [CodeGen] translate MS rotate builtins to LLVM funnel-shift intrinsicsSanjay Patel2018-11-251-40/+10
* A __builtin_constant_p() returns 0 with a function type.Bill Wendling2018-11-221-1/+1
* The result of is.constant() is unsigned.Bill Wendling2018-11-221-1/+1
* [OPENMP][NVPTX]Emit default locations as constant with undefined mode.Alexey Bataev2018-11-214-9/+50
* Re-Reinstate 347294 with a fix for the failures.Bill Wendling2018-11-217-30/+67
* Revert r347364 again, the fix was incomplete.Nico Weber2018-11-217-67/+30
* Reinstate 347294 with a fix for the failures.Bill Wendling2018-11-207-30/+67
OpenPOWER on IntegriCloud