summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen
Commit message (Expand)AuthorAgeFilesLines
...
* Reland: [Remarks] Refactor optimization remarks setupFrancis Visoiu Mistrih2019-06-141-27/+24
* [AMDGPU] Enable the implicit arguments for HIP (CLANG)Yaxun Liu2019-06-141-1/+2
* Revert 363295, it caused PR42276. Also revert follow-ups 363337, 363340.Nico Weber2019-06-145-143/+54
* Revert "[Remarks] Refactor optimization remarks setup"Francis Visoiu Mistrih2019-06-141-24/+27
* [AMDGPU] gfx1010 wave32 clang supportStanislav Mekhanoshin2019-06-131-4/+20
* PR23833, DR2140: an lvalue-to-rvalue conversion on a glvalue of typeRichard Smith2019-06-132-3/+4
* Use fully qualified name when printing S_CONSTANT recordsAmy Huang2019-06-131-2/+7
* [Remarks] Refactor optimization remarks setupFrancis Visoiu Mistrih2019-06-131-27/+24
* C++ DR712 and others: handle non-odr-use resulting from an lvalue-to-rvalue c...Richard Smith2019-06-133-51/+139
* PR42182: Allow thread-local to use __cxa_thread_atexit whenErich Keane2019-06-131-5/+7
* [clang][NewPM] Fix split debug testLeonard Chan2019-06-131-1/+2
* [clang][NewPM] Fix broken profile testLeonard Chan2019-06-131-0/+6
* [clang][NewPM] Fix broken -O0 test from the AlwaysInlinerLeonard Chan2019-06-131-2/+4
* [X86] [ABI] Fix i386 ABI "__m64" type bugPengfei Wang2019-06-121-20/+36
* Remove redundant check for whether a DeclRefExpr that names a captureRichard Smith2019-06-111-10/+1
* For DR712: store on a MemberExpr whether it constitutes an odr-use.Richard Smith2019-06-111-7/+1
* For DR712: store on a DeclRefExpr whether it constitutes an odr-use.Richard Smith2019-06-112-8/+15
* [X86] Enable intrinsics that convert float and bf16 data to each otherPengfei Wang2019-06-111-0/+14
* DebugInfo: Add support for 'nodebug' attribute on typedefs and alias templatesDavid Blaikie2019-06-081-8/+16
* Driver, IRGen: Set partitions on GlobalValues according to -fsymbol-partition...Peter Collingbourne2019-06-073-7/+10
* LLVM IR: Generate new-style byval-with-Type from ClangTim Northover2019-06-052-2/+2
* Reduce memory consumption of coverage dumpsSerge Guelton2019-06-051-4/+13
* Initial support for vectorization using MASSV (IBM MASS vector library)Nemanja Ivanovic2019-06-051-0/+3
* PR42111: Use guarded initialization for thread-local variables withRichard Smith2019-06-051-1/+7
* [CodeGen][ObjC] Convert '[self alloc]' in a class method to a call toAkira Hatanaka2019-06-041-11/+33
* Re-check in clang support gun asm goto after fixing tests.Jennifer Yu2019-06-031-44/+82
* [X86] Add VP2INTERSECT instructionsPengfei Wang2019-05-311-0/+42
* Revert "[X86] Fix i386 struct and union parameter alignment"Pengfei Wang2019-05-311-11/+2
* Fix -DBUILD_SHARED_LIBS=ON build after rL362160Sam Clegg2019-05-311-0/+1
* Add enums as global variables in the IR metadata.Amy Huang2019-05-301-5/+7
* [Remarks][NFC] Move the serialization to lib/RemarksFrancis Visoiu Mistrih2019-05-301-1/+2
* Revert "clang support gnu asm goto."Erich Keane2019-05-301-82/+44
* [OpenCL] Fix OpenCL/SPIR version metadata in C++ mode.Anastasia Stulova2019-05-301-4/+9
* Add the `objc_class_stub` attribute.John McCall2019-05-301-13/+90
* clang support gnu asm goto.Jennifer Yu2019-05-301-44/+82
* CodeView - add static data members to global variable debug info.Amy Huang2019-05-291-4/+14
* [CUDA][HIP] Skip setting `externally_initialized` for static device variables.Michael Liao2019-05-291-1/+2
* [X86] Fix i386 struct and union parameter alignmentPengfei Wang2019-05-291-2/+11
* [CUDA][HIP] Emit dependent libs for host onlyYaxun Liu2019-05-281-1/+6
* [clang] Handle lrint/llrint builtinsAdhemerval Zanella2019-05-281-0/+16
* [NewPassManager] Add tuning option: LoopUnrolling [clang-change]Alina Sbirlea2019-05-241-0/+1
* [OPENMP]Do not crash for const firstprivates.Alexey Bataev2019-05-231-1/+19
* [NewPassManager] Add tuning option: SLPVectorization [clang-change]Alina Sbirlea2019-05-231-1/+8
* [OPENMP]Simplify codegen for the outlined regions.Alexey Bataev2019-05-231-40/+19
* Delete default constructors, copy constructors, move constructors, copy assig...Dmitri Gribenko2019-05-231-11/+8
* Modules: Code generation of enum constants for merged enum definitionsDavid Blaikie2019-05-221-1/+1
* Fixed a -Wunused-variable warning when assertions are disabledDmitri Gribenko2019-05-221-0/+1
* Combine two if cases because the second one is never reached.Amy Huang2019-05-221-6/+4
* [CGOpenMPRuntime] emitX86DeclareSimdFunction - assert simdlen/cdtsize is not ...Simon Pilgrim2019-05-221-2/+3
* [ARM][AArch64] Fix incorrect handling of alignment in va_arg code generationJohn Brawn2019-05-221-14/+14
OpenPOWER on IntegriCloud