summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen
Commit message (Expand)AuthorAgeFilesLines
...
* [clang] Preserve names of addrspacecast'ed values.Vyacheslav Zakharin2019-07-101-1/+3
* [AMDGPU] Increased the number of implicit argument bytes for both OpenCL and ...Christudasan Devadasan2019-07-101-1/+1
* [AMDGPU] gfx908 clang targetStanislav Mekhanoshin2019-07-091-0/+2
* Revert Revert Devirtualize destructor of final class.Hiroshi Yamauchi2019-07-091-3/+27
* Ignore trailing NullStmts in StmtExprs for GCC compatibility.Aaron Ballman2019-07-091-32/+36
* [NFC] [X86] Fix scan-build complainingPengfei Wang2019-07-091-3/+2
* [BPF] Preserve debuginfo array/union/struct type/access indexYonghong Song2019-07-094-4/+85
* Revert "[BPF] Preserve debuginfo array/union/struct type/access index"Yonghong Song2019-07-094-85/+4
* [BPF] Preserve debuginfo array/union/struct type/access indexYonghong Song2019-07-094-4/+85
* Treat the range of representable values of floating-point types as [-inf, +in...Richard Smith2019-07-061-120/+58
* NFC: Add an explicit return for safety and consistencyHamza Sood2019-07-051-0/+2
* Silence gcc warning "control reaches end of non-void function" [NFCI]Mikael Holmen2019-07-051-0/+2
* [NFC] Make some ObjectFormatType switches coveringHubert Tong2019-07-041-1/+5
* [Bitcode] Move Bitstream to a separate libraryFrancis Visoiu Mistrih2019-07-031-1/+1
* Change std::{lower,upper}_bound to llvm::{lower,upper}_bound or llvm::partiti...Fangrui Song2019-07-032-3/+2
* [C++2a] Add __builtin_bit_cast, used to implement std::bit_castErik Pilkington2019-07-025-0/+39
* Revert "[clang][NewPM] Fix broken profile test"Leonard Chan2019-06-291-6/+0
* [OPENMP]Generate correctly implicit flags for mapped data.Alexey Bataev2019-06-271-7/+19
* [clang] Add DISuprogram and DIE for a func declDjordje Todorovic2019-06-273-6/+56
* [NFC] Return early for types with size zeroVitaly Buka2019-06-271-3/+4
* [NFC] Remove unneeded local variablesVitaly Buka2019-06-271-9/+5
* Fix formatting after r364479Aaron Puchert2019-06-261-4/+2
* [Clang] Remove unused -split-dwarf and obsolete -enable-split-dwarfAaron Puchert2019-06-262-9/+4
* Make CodeGen depend on ASTMatchersMichael Liao2019-06-261-0/+1
* [clang/DIVar] Emit the flag for params that have unmodified valueDjordje Todorovic2019-06-262-0/+43
* [CC1Option] Add the option to enable the debug entry valuesDjordje Todorovic2019-06-262-1/+5
* [HIP] Support attribute hip_pinned_shadowYaxun Liu2019-06-262-6/+26
* Revert Devirtualize destructor of final class.Rumeet Dhindsa2019-06-251-27/+3
* [OPENMP]Fix PR41966: type mismatch in runtime functions.Alexey Bataev2019-06-252-54/+71
* [cxx2a] P1236R1: the validity of a left shift does not depend on theRichard Smith2019-06-251-1/+2
* [CUDA][HIP] Don't set comdat attribute for CUDA device stub functions.\nDiffe...Konstantin Pyzhov2019-06-241-0/+5
* Fix TBAA representation for zero-sized fields and unnamed bit-fields.Richard Smith2019-06-221-0/+4
* Remove reliance on toCharUnitsFromBits rounding down.Richard Smith2019-06-221-1/+2
* Ensure Target Features always_inline error happens in C++ cases.Erich Keane2019-06-214-13/+20
* Devirtualize destructor of final class.Hiroshi Yamauchi2019-06-211-3/+27
* Rename CodeGenFunction::overlapFor* to getOverlapFor*.Richard Smith2019-06-206-15/+15
* P0840R2: support for [[no_unique_address]] attributeRichard Smith2019-06-206-32/+77
* Fix passing structs and AVX vectors through sysv_abiReid Kleckner2019-06-201-8/+18
* [clang][NewPM] Move EntryExitInstrumenterPass to the start of the pipelineLeonard Chan2019-06-201-0/+6
* [OpenMP] Add support for handling declare target to clause when unified memor...Gheorghe-Teodor Bercea2019-06-205-36/+76
* Store a pointer to the return value in a static alloca and let the debugger u...Amy Huang2019-06-205-11/+44
* Revert r363116 "[X86] [ABI] Fix i386 ABI "__m64" type bug"Hans Wennborg2019-06-191-36/+20
* [OPENMP][NVPTX]Correct codegen for 128 bit long double.Alexey Bataev2019-06-181-1/+3
* [CodeGen][ARM] Fix FP16 vector coercionMikhail Maltsev2019-06-181-3/+33
* Fix compiler warning by removing unused variableMikael Holmen2019-06-181-1/+1
* Rewrite ConstStructBuilder with a mechanism that can cope with splitting and ...Richard Smith2019-06-171-495/+636
* PR42205: DebugInfio: Do not attempt to emit debug info metadata for static me...David Blaikie2019-06-171-0/+3
* [Remarks] Extend -fsave-optimization-record to specify the formatFrancis Visoiu Mistrih2019-06-172-0/+6
* [clang][CodeGen] Remove std::move on temporaryKadir Cetinkaya2019-06-171-1/+1
* [HIP] Add the interface deriving the stub name of device kernels.Michael Liao2019-06-173-10/+31
OpenPOWER on IntegriCloud