summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen
Commit message (Expand)AuthorAgeFilesLines
...
* Silence static analyzer getAs<VectorType> null dereference warnings. NFCI.Simon Pilgrim2019-10-022-4/+4
* Log2_32 returns an unsigned. NFCI.Simon Pilgrim2019-10-021-1/+2
* Rename TypeNodes.def to TypeNodes.inc for consistency across allJohn McCall2019-10-024-6/+6
* Fix unused variable warning. NFCI.Michael Liao2019-10-021-4/+4
* [clang][OpenMP][NFC] #include GlobalDecl.h to avoid incomplete class typeJordan Rupprecht2019-10-011-1/+1
* CGVTables - silence static analyzer getAs<FunctionProtoType> null dereference...Simon Pilgrim2019-10-011-3/+2
* CGExprAgg - remove duplicate code. NFCI.Simon Pilgrim2019-10-011-1/+1
* [OPENMP50]Initial codegen for declare variant implementation vendor.Alexey Bataev2019-10-013-0/+150
* [OPENMP]Fix PR43330: OpenMP target: Mapping of partial arrays fails.Alexey Bataev2019-10-011-8/+27
* Don't elide the use of the thread wrapper for a thread_local constinitRichard Smith2019-10-011-2/+3
* [Clang] Use -main-file-name for source filename if not setTeresa Johnson2019-09-301-2/+10
* [Alignment][NFC] Remove AllocaInst::setAlignment(unsigned)Guillaume Chatelet2019-09-304-5/+5
* [Alignment][NFC] Remove LoadInst::setAlignment(unsigned)Guillaume Chatelet2019-09-301-1/+1
* For P0784R7: compute whether a variable has constant destruction if itRichard Smith2019-09-296-23/+13
* [TimeProfiler] Fix "OptModule" section and add new "Backend" sectionsAnton Afanasyev2019-09-281-0/+3
* [Clang][OpenMP Offload] Create start/end symbols for the offloading entry tab...Sergey Dmitriev2019-09-271-9/+8
* [HIP] Support new kernel launching APIYaxun Liu2019-09-241-6/+11
* Support for DWARF-5 C++ language tags.Adrian Prantl2019-09-242-1/+9
* Revert "Support for DWARF-5 C++ language tags."Jonas Devlieghere2019-09-232-9/+1
* Support for DWARF-5 C++ language tags.Adrian Prantl2019-09-232-1/+9
* [OPENMP]Use standard parsing for 'match' clause, NFC.Alexey Bataev2019-09-231-0/+1
* [OPENMP]Fix PR43355: DO not emit target calls if only -fopenmp-targetsAlexey Bataev2019-09-231-0/+4
* [OPENMP]Call __kmpc_push_tripcount in task context.Alexey Bataev2019-09-233-58/+71
* [Alignment] fix buildGuillaume Chatelet2019-09-231-5/+6
* [OPENMP]Fix for PR43349: Crash for privatized loop bound.Alexey Bataev2019-09-181-0/+16
* Revert r372082 "[Clang] Pragma vectorize_width() implies vectorize(enable)"Hans Wennborg2019-09-181-8/+0
* Add SpellingNotCalculated to Attribute Enums to suppress UBSan warningsErich Keane2019-09-171-0/+2
* [Clang] Pragma vectorize_width() implies vectorize(enable)Sjoerd Meijer2019-09-171-0/+8
* [WebAssembly] Narrowing and widening SIMD opsThomas Lively2019-09-131-0/+57
* [OPENMP5.0]Add basic support for declare variant directive.Alexey Bataev2019-09-132-0/+9
* [NFCI]Create CommonAttributeInfo Type as base type of *Attr and ParsedAttr.Erich Keane2019-09-131-2/+3
* Improve code generation for thread_local variables:Richard Smith2019-09-124-14/+79
* [WebAssembly] Add -fwasm-exceptions for wasm EHHeejin Ahn2019-09-122-4/+3
* Reland "clang-misexpect: Profile Guided Validation of Performance Annotations...Petr Hosek2019-09-111-0/+26
* Revert "clang-misexpect: Profile Guided Validation of Performance Annotations...Dmitri Gribenko2019-09-111-26/+0
* [CodeGen] Add alias for cpu_dispatch function with IFunc & Fix resolver linka...Fangrui Song2019-09-111-3/+24
* clang-misexpect: Profile Guided Validation of Performance Annotations in LLVMPetr Hosek2019-09-111-0/+26
* Fix for PR43175: compiler crash when trying to emit noncapturableAlexey Bataev2019-09-101-0/+5
* Revert "clang-misexpect: Profile Guided Validation of Performance Annotations...Petr Hosek2019-09-101-26/+0
* clang-misexpect: Profile Guided Validation of Performance Annotations in LLVMPetr Hosek2019-09-101-0/+26
* [NewPM][Sancov] Create the Sancov Pass after building the pipelinesLeonard Chan2019-09-081-17/+7
* Remove stale TLI Module level pass registrationTeresa Johnson2019-09-071-1/+0
* Use musttail for variadic method thunks when possibleReid Kleckner2019-09-061-11/+41
* [NFC][CodeGen][UBSan] EmitCheckedInBoundsGEP(): pass a vector to EmitCheck()Roman Lebedev2019-09-061-2/+6
* [NFC][CodeGen][UBSan] EmitCheckedInBoundsGEP(): refactor EmitGEPOffsetInBytes...Roman Lebedev2019-09-061-25/+52
* [NFC][CodeGen][UBSan] EmitCheckedInBoundsGEP(): add some comments to pointer-...Roman Lebedev2019-09-061-8/+18
* [X86] Prevent passing vectors of __int128 as <X x i128> in llvm IRCraig Topper2019-09-061-2/+40
* Revert: [DebugInfo] Add debug location to stubs generated by CGDeclCXX and ma...Alexandre Ganea2019-09-052-14/+5
* [DebugInfo] Add debug location to stubs generated by CGDeclCXX and mark them ...Alexandre Ganea2019-09-052-5/+14
* Add -m(no)-spe to clangJustin Hibbits2019-09-051-1/+2
OpenPOWER on IntegriCloud