summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Forward ns_consumed delegate arguments with a move.John McCall2016-11-181-3/+21
* [CUDA] Use the right section and constant names for fatbins when compiling fo...Justin Lebar2016-11-181-3/+8
* [OPENMP] Fixed codegen for 'omp cancel' construct.Alexey Bataev2016-11-172-8/+112
* Insert a type check before reading vtable.Ivan Krasin2016-11-171-11/+22
* Fix PR31029 by attaching an artificial debug location to msabi thunks.Adrian Prantl2016-11-161-0/+3
* Add a little endian variant of TCE.Pekka Jaaskelainen2016-11-161-0/+1
* Improve handling of __FUNCTION__ and other predefined expression for Objectiv...Mehdi Amini2016-11-161-3/+13
* Revert "[OPENMP] Fixed codegen for 'omp cancel' construct."Vitaly Buka2016-11-162-63/+6
* Revert "Improve handling of __FUNCTION__ and other predefined expression for ...Mehdi Amini2016-11-151-13/+3
* Improve handling of __FUNCTION__ and other predefined expression for Objectiv...Mehdi Amini2016-11-151-3/+13
* [OPENMP] Fix stack use after delete, NFC.Alexey Bataev2016-11-151-5/+4
* vector load store with length (left justified) clang portionZaara Syeda2016-11-151-7/+32
* [PowerPC] Implement BE VSX load/store builtins - clang portion.Tony Jiang2016-11-151-2/+18
* [OPENMP] Fixed codegen for 'omp cancel' construct.Alexey Bataev2016-11-152-6/+64
* [OpenCL] Fix for integer parameters of enqueue_kernelAnastasia Stulova2016-11-141-23/+13
* [OpenCL] Change to clk_event parameter in enqueue_kernel.Anastasia Stulova2016-11-141-13/+9
* [OpenCL] always use SPIR address spaces for kernel_arg_addr_space MDPekka Jaaskelainen2016-11-141-3/+19
* Bitcode: Change module reader functions to return an llvm::Expected.Peter Collingbourne2016-11-132-5/+8
* [AMDGPU] Add f16 builtin functions (VI+)Konstantin Zhuravlyov2016-11-131-4/+12
* [tsan][clang] Introduce a function attribute to disable TSan checking at run ...Anna Zaks2016-11-111-0/+14
* Bitcode: Change getModuleSummaryIndex() to return an llvm::Expected.Peter Collingbourne2016-11-111-8/+6
* [X86] Merge (near) duplicate scalar non-temporal store code. NFCI.Simon Pilgrim2016-11-111-20/+10
* Mirror the llvm changes that split Bitcode/ReaderWriter.hTeresa Johnson2016-11-113-3/+4
* PR30937: don't devirtualize if we find that the callee is a pure virtualRichard Smith2016-11-111-23/+20
* Accept nullability qualifiers on array parameters.Jordan Rose2016-11-101-6/+9
* Add the loop end location to the loop metadata. This additional informationAmara Emerson2016-11-108-26/+65
* Use an artificial debug location for non-virtual thunks.Adrian Prantl2016-11-092-5/+9
* Emit debug info for global constants whose address is taken exactly once.Adrian Prantl2016-11-091-0/+7
* [X86][AVX512][Clang] Add support for mask_{move|store|load}_s{s/d} and int2ma...Ayman Musa2016-11-081-0/+8
* IR, Bitcode: Change bitcode reader to no longer own its memory buffer.Peter Collingbourne2016-11-081-1/+1
* Bitcode: Decouple block info block state from reader.Peter Collingbourne2016-11-081-7/+7
* Make a const variable static. NFC.George Burgess IV2016-11-081-1/+1
* Name some anonymous structs to avoid using a (very common) extension.John McCall2016-11-071-7/+10
* Use -fsanitize-recover instead of -mllvm -msan-keep-going: clang.Evgeniy Stepanov2016-11-071-1/+3
* [OPENMP] Fixed codegen for __real/__imag expressions in atomicAlexey Bataev2016-11-071-2/+4
* Fix use-of-temporary with StringRef in code coverageJordan Rose2016-11-071-2/+7
* [OPENMP] Fixed capturing of VLA variables.Alexey Bataev2016-11-072-7/+6
* Revert "[OPENMP] Fixed capturing of VLA variables."Diana Picus2016-11-072-6/+7
* [OPENMP] Fixed capturing of VLA variables.Alexey Bataev2016-11-072-7/+6
* Add debug info support for C++11 inline namespaces.Adrian Prantl2016-11-031-2/+2
* Improve obvious-most-derived-type devirtualization:Richard Smith2016-11-031-37/+15
* [CodeGen] Use StringRef. NFC.George Burgess IV2016-11-033-7/+7
* regcall: Implement regcall Calling Conv in clangErich Keane2016-11-024-27/+140
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-022-4/+3
* Bitcode: Change reader interface to take memory buffers.Peter Collingbourne2016-11-021-4/+3
* [OpenCL] Mark group functions as convergent in opencl-c.hYaxun Liu2016-11-011-0/+2
* Implement ABI proposal for throwing noexcept function pointers, per discussionRichard Smith2016-11-011-4/+109
* [cfi] Fix missing !type annotation.Evgeniy Stepanov2016-10-311-5/+9
* DebugInfo: support for DW_TAG_atomic_typeVictor Leschuk2016-10-311-3/+2
* Use toCharUnitsFromBits instead of TargetInfo::getCharWidthDavid Majnemer2016-10-311-6/+8
OpenPOWER on IntegriCloud