summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen
Commit message (Expand)AuthorAgeFilesLines
...
* [OPENMP] Do not cast captured by value variables with pointer types inAlexey Bataev2018-04-231-1/+2
* [CodeGen] Reland r330442: Add an option to suppress output of llvm.identMikhail Maltsev2018-04-232-2/+4
* Use special new Clang flag 'FrontendTimesIsEnabled' instead of 'llvm::TimePas...Andrew V. Tischenko2018-04-232-11/+11
* [Atomics] warn about atomic accesses using libcallsTim Northover2018-04-231-6/+10
* Revert r330442, CodeGen/no-ident-version.c is failing on PPCMikhail Maltsev2018-04-202-4/+2
* [CUDA] Set LLVM calling convention for CUDA kernelYaxun Liu2018-04-203-0/+11
* [CodeGen] Add an option to suppress output of llvm.identMikhail Maltsev2018-04-202-2/+4
* [CUDA] Register relocatable GPU binariesJonas Hahnfeld2018-04-201-19/+102
* [OpenCL] Add 'denorms-are-zero' function attributeAlexey Sotkin2018-04-201-0/+4
* Implement proper support for `-falign-functions`Saleem Abdulrasool2018-04-191-0/+4
* Fix __attribute__((force_align_arg_pointer)) misalignment bugErich Keane2018-04-191-20/+5
* Lowering x86 adds/addus/subs/subus intrinsics (clang)Alexander Ivchenko2018-04-191-1/+98
* [CodeGen] Do not push a destructor cleanup for a struct that doesn'tAkira Hatanaka2018-04-181-2/+9
* [MS] Fix unprototyped thunk emission for incomplete return typesReid Kleckner2018-04-181-5/+9
* [NVPTX, CUDA] Added support for m8n32k16 and m32n8k16 variants of wmma instru...Artem Belevich2018-04-181-16/+134
* [XRay] Add clang builtin for xray typed events.Keith Wyss2018-04-173-1/+50
* Move the visitor classes that are used to traverse non-trivial C structsAkira Hatanaka2018-04-171-118/+89
* Add a command line option 'fregister_global_dtors_with_atexit' toAkira Hatanaka2018-04-175-0/+68
* [ThinLTO] Pass -save-temps to LTO backend for distributed ThinLTO buildsTeresa Johnson2018-04-171-0/+9
* Add modifiers for unsigned char and signed char field printing for __builtin_...Aaron Ballman2018-04-171-0/+2
* Add checks for format specifiers used by __builtin_dump_struct and added a ne...Aaron Ballman2018-04-171-0/+1
* [OPENMP] Allow to use declare target variables in map clausesAlexey Bataev2018-04-161-10/+7
* [CodeGen] Fix a crash that occurs when a non-trivial C struct with aAkira Hatanaka2018-04-161-15/+25
* [OPENMP] General code improvements.Alexey Bataev2018-04-162-133/+137
* Revert "[CodeGen] Fix a crash that occurs when a non-trivial C struct with a"Akira Hatanaka2018-04-161-25/+15
* Use export_as for autolinking frameworksBruno Cardoso Lopes2018-04-161-0/+6
* [CodeGen] Fix a crash that occurs when a non-trivial C struct with aAkira Hatanaka2018-04-161-15/+25
* [OPENMP] General code improvements.Alexey Bataev2018-04-162-718/+861
* [CodeView] Initial support for emitting S_THUNK32 symbols for compiler...Brock Wyma2018-04-163-3/+10
* Clean carriage returns from lib/ and include/. NFC.Malcolm Parsons2018-04-161-23/+23
* hwasan: add -fsanitize=kernel-hwaddress flagAndrey Konovalov2018-04-135-10/+34
* [OPENMP] Replace push_back by emplace_back, NFC.Alexey Bataev2018-04-132-11/+11
* [OPENMP] Code cleanup + formatting, NFC.Alexey Bataev2018-04-132-477/+492
* [NEON] Support vrndns_f32 intrinsicIvan A. Kosarev2018-04-131-0/+6
* [XRay][clang] Add flag to choose instrumentation bundlesDean Michael Berris2018-04-133-3/+14
* Remove -cc1 option "-backend-option".Eli Friedman2018-04-121-2/+0
* [NFC] Fix terrible formatting of CGRecordLower constructor.Erich Keane2018-04-121-6/+7
* ObjCGNU: Fix empty v3 protocols being emitted two fields shortDavid Chisnall2018-04-121-5/+7
* [CodeGen] Handle __func__ inside __finallyShoaib Meenai2018-04-111-1/+1
* Introduce a new builtin, __builtin_dump_struct, that is useful for dumping st...Aaron Ballman2018-04-101-0/+100
* [OPENMP] Additional attributes for the pointer parameters.Alexey Bataev2018-04-103-1/+16
* Revert r329684 (and follow-ups 329693, 329714). See discussion on https://rev...Nico Weber2018-04-101-37/+46
* -ftime-report switch support in Clang.Andrew V. Tischenko2018-04-101-46/+37
* asan: kernel: make no_sanitize("address") attribute work with -fsanitize=kern...Vitaly Buka2018-04-091-2/+8
* [X86] Emit native IR for pmuldq/pmuludq builtins.Craig Topper2018-04-091-0/+36
* Generalize the swiftcall API since being passed indirectly isn'tJohn McCall2018-04-071-6/+4
* Make CodeGen depend just once on clangAnalysis.Nico Weber2018-04-071-1/+0
* [OPENMP, NVPTX] Fix codegen for the teams reduction.Alexey Bataev2018-04-061-25/+19
* Fix typos in clangAlexander Kornienko2018-04-0623-47/+47
* [Hexagon] Remove default values from lambda parametersKrzysztof Parzyszek2018-04-061-24/+24
OpenPOWER on IntegriCloud