summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Reapply r281276 with passing -emit-llvm in one of the testsAdam Nemet2016-09-131-1/+9
* Update Clang for D20147 ("DebugInfo: New metadata representation for global v...Peter Collingbourne2016-09-135-13/+17
* Revert "Add -fdiagnostics-show-hotness"Adam Nemet2016-09-131-9/+1
* [DebugInfo] Deduplicate debug info limiting logicReid Kleckner2016-09-131-21/+10
* Add -fdiagnostics-show-hotnessAdam Nemet2016-09-121-1/+9
* CodeGen: use some range-based for loopsSaleem Abdulrasool2016-09-121-14/+10
* [MS ABI] Add /include directives for dynamic TLSDavid Majnemer2016-09-121-0/+8
* CodeGen: remove unnecessary else caseSaleem Abdulrasool2016-09-111-6/+3
* [DebugInfo] Ensure complete type is emitted with -fstandalone-debugReid Kleckner2016-09-091-3/+7
* [codeview] Extend the heuristic for detecting classes imported from DLLsReid Kleckner2016-09-091-3/+15
* Update clang for D21514. NFCAmaury Sechet2016-09-091-4/+5
* C++ Modules TS: Add parsing and some semantic analysis support forRichard Smith2016-09-083-16/+18
* Implement MS _rot intrinsicsAlbert Gutowski2016-09-081-0/+52
* Moved unreachable to appease msvc, gcc and clangSimon Pilgrim2016-09-081-3/+2
* Fixed a 'not all control paths return a value' warning on MSVC buildsSimon Pilgrim2016-09-081-19/+22
* CodeGen: Clean up implementation of vtable initializer builder. NFC.Peter Collingbourne2016-09-085-139/+121
* [MS] Fix prologue this adjustment when 'this' is passed indirectlyReid Kleckner2016-09-072-7/+19
* [MS] Fix 'this' type when calling virtual methods with inallocaReid Kleckner2016-09-071-5/+9
* Fix whitespace issuesMatt Arsenault2016-09-071-2/+1
* Formatting with clang-format patch r280701Leny Kholodov2016-09-061-23/+24
* DebugInfo: use llvm::DINode::DIFlags type for debug info flagsLeny Kholodov2016-09-062-34/+40
* [OpenCL] Remove access qualifiers on images in arg info metadata.Alexey Bader2016-09-061-2/+31
* [Frontend] Fix mcount inlining bugHonggyu Kim2016-09-011-9/+5
* Remove whitespace to test commit accessHonggyu Kim2016-09-011-1/+1
* Add -fprofile-dir= to clang.Nick Lewycky2016-08-311-12/+18
* [codeview] Don't emit vshape info for classes without vfptrsReid Kleckner2016-08-311-1/+8
* [codeview] Pass through vftable shape informationReid Kleckner2016-08-312-11/+39
* [Coverage] Suppress creating a code region if the same area is covered by an ...Igor Kudrin2016-08-311-5/+23
* This adds new options -fdenormal-fp-math and passes through option -ffast-mathSjoerd Meijer2016-08-301-0/+7
* [PowerPC] Update the DWARF register-size tableHal Finkel2016-08-301-3/+9
* [sanitizer-coverage] add two more modes of instrumentation: trace-div and tra...Kostya Serebryany2016-08-301-0/+2
* [Coverage] Prevent creating a redundant counter if a nested body ends with a ...Igor Kudrin2016-08-291-1/+2
* Widen type of __offset_flags in RTTI on Mingw64Reid Kleckner2016-08-251-4/+14
* [MS] Win64 va_arg should expect large arguments to be passed indirectlyReid Kleckner2016-08-251-1/+11
* [MS] Pass non-trivially-copyable objects indirectly on Windows ARMReid Kleckner2016-08-251-0/+6
* DebugInfo: Add flag to CU to disable emission of inline debug info into the s...David Blaikie2016-08-241-1/+2
* [Pragma] Clear loop distribution attribute between loopsAdam Nemet2016-08-241-0/+1
* Add comments. NFCAdrian Prantl2016-08-221-0/+2
* Module debug info: Don't assert when encountering an incomplete definitionAdrian Prantl2016-08-221-1/+2
* AMDGPU: Handle structs directly in AMDGPUABIInfoMatt Arsenault2016-08-221-1/+41
* PR29086: DebugInfo: Improve support for fixed array dimensions in variable le...David Blaikie2016-08-221-0/+5
* Re-commit [OpenCL] AMDGCN: Fix size_t typeYaxun Liu2016-08-193-7/+18
* AMDGPU: Add clang builtin for ds_swizzle.Changpeng Fang2016-08-181-0/+3
* CodeGen: Rename a variable to better fit LLVM style. NFCJustin Bogner2016-08-181-6/+6
* CodeGen: use range based for loop, NFCSaleem Abdulrasool2016-08-181-3/+2
* Revert [OpenCL] AMDGCN: Fix size_t typeYaxun Liu2016-08-183-18/+7
* [OpenCL] AMDGCN: Fix size_t typeYaxun Liu2016-08-183-7/+18
* Revert "[OpenMP] Sema and parsing for 'teams distribute simd’ pragma"Diana Picus2016-08-183-19/+0
* Support object-file-wrapped modules in clang -module-file-info.Adrian Prantl2016-08-171-13/+17
* [OpenMP] Sema and parsing for 'teams distribute simd’ pragmaKelvin Li2016-08-173-0/+19
OpenPOWER on IntegriCloud