summaryrefslogtreecommitdiffstats
path: root/lib/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Merging r298177:Tom Stellard2017-05-311-0/+7
* Merging r302817:Tom Stellard2017-05-161-6/+14
* Merging r295474:Hans Wennborg2017-02-241-1/+3
* Revert r296139; it accidentally merged multiple thingsHans Wennborg2017-02-241-3/+1
* Merging r295474:Hans Wennborg2017-02-241-1/+3
* Merging r295473:Hans Wennborg2017-02-231-6/+0
* Merging r294855:Hans Wennborg2017-02-141-1/+1
* Merging r293787:Hans Wennborg2017-02-011-1/+1
* Merging r292590:Hans Wennborg2017-01-271-2/+1
* Merging r292555, r292558 and r292559:Hans Wennborg2017-01-231-0/+4
* Merging r291865:Hans Wennborg2017-01-132-14/+31
* Revert r291774 which caused buildbot failure.Dehao Chen2017-01-121-5/+2
* Pass -fprofile-sample-use to lto backends.Dehao Chen2017-01-121-2/+5
* Module: Do not add any link flags when an implementation TU of a module importsManman Ren2017-01-111-1/+7
* [ARM] Use generic bitreverse intrinsic, rather than ARM specific rbit.Chad Rosier2017-01-101-3/+3
* [OpenMP] Sema and parsing for 'target teams distribute simd’ pragmaKelvin Li2017-01-103-0/+16
* CGDecl: Skip static variable initializers in unreachable codeMatthias Braun2017-01-101-2/+2
* [AArch64] Use generic bitreverse intrinsic, rather than AArch64 specific.Chad Rosier2017-01-101-2/+2
* [OpenMP] Basic support for a parallel directive in a target region on an NVPT...Arpith Chacko Jacob2017-01-104-27/+294
* Use the correct ObjC EH personalityBenjamin Kramer2017-01-082-0/+10
* [ThinLTO] Optionally ignore empty index fileTeresa Johnson2017-01-061-16/+21
* Add a cc1 option to force disabling lifetime-markers emission from clangMehdi Amini2017-01-062-1/+5
* Use CodegenOpts::less when creating a TargetMachine for clang `-O1`Mehdi Amini2017-01-061-4/+15
* Clean up redundant isa<T> before getAs<T>. NFC.George Burgess IV2017-01-061-4/+2
* [ubsan] Minimize size of data for type_mismatch (Redo of D19667)Filipe Cabecinhas2017-01-062-6/+7
* Add vec_insert4b and vec_extract4b functions to altivec.hSean Fertile2017-01-051-0/+84
* [OpenMP] Add fields for flags in the offload entry descriptor.Samuel Antao2017-01-054-22/+43
* CodeGen: plumb header search down to the IASSaleem Abdulrasool2017-01-053-19/+36
* [OpenMP] Update target codegen for NVPTX device.Arpith Chacko Jacob2017-01-052-162/+153
* Correct Vectorcall Register passing and HVA BehaviorErich Keane2017-01-051-26/+180
* Reverting commit r290983 while debugging test failure on windows.Arpith Chacko Jacob2017-01-042-153/+162
* [OpenMP] Update target codegen for NVPTX device.Arpith Chacko Jacob2017-01-042-162/+153
* Add -f[no-]strict-return flag that can be used to avoid undefined behaviourAlex Lorenz2017-01-041-4/+23
* [Win64] Don't widen integer literal zero arguments to unprototyped function c...Reid Kleckner2017-01-031-1/+1
* [OpenMP] Code cleanup for NVPTX OpenMP codegenArpith Chacko Jacob2017-01-032-65/+31
* [OPENMP] Private, firstprivate, and lastprivate clauses for distribute, host ...Carlo Bertolli2017-01-031-0/+18
* [OpenMP] Sema and parsing for 'target teams distribute parallel for simd’ p...Kelvin Li2017-01-033-0/+16
* CodeGen: update comment about RTTI fieldSaleem Abdulrasool2017-01-011-1/+1
* CodeGen: use a StringSwitch instead of cascasding ifsSaleem Abdulrasool2016-12-301-15/+8
* [OpenMP] Sema and parsing for 'target teams distribute parallel for’ pragmaKelvin Li2016-12-293-0/+16
* [ItaniumABI] NFC changesPiotr Padlewski2016-12-281-2/+3
* [ThinLTO] No need to rediscover imports in distributed backendTeresa Johnson2016-12-281-4/+16
* Fix format. NFCKelvin Li2016-12-281-5/+8
* [CodeGen] Unique constant CompoundLiterals.George Burgess IV2016-12-282-4/+32
* DebugInfo: Don't include size/alignment on class declarationsDavid Blaikie2016-12-271-6/+0
* [PH] Teach the new PM code path to support -disable-llvm-passes.Chandler Carruth2016-12-271-10/+13
* [DebugInfo] Added support for Checksum debug info feature.Amjad Aboud2016-12-252-5/+48
* [OpenMP] Sema and parsing for 'target teams distribute' pragmaKelvin Li2016-12-253-0/+14
* Deduplicate several GD.getDecl() calls into Decl * local variable.Yaron Keren2016-12-241-8/+9
* clangCodeGen: Add LLVMPasses to libdeps. r290450 introduced it.NAKAMURA Takumi2016-12-241-0/+1