]> granicus.if.org Git - clang/history - lib/CodeGen
[Modules] In case of lock timeout, fallback and build module
[clang] / lib / CodeGen /
2017-03-17 Eric ChristopherRemove setting LessPreciseFPMADOption on the TargetOpti...
2017-03-16 Reid KlecknerUse arg_begin() instead of getArgumentList().begin...
2017-03-14 Simon PilgrimFix Wdocumentation warning
2017-03-14 Vedant Kumar[ubsan] Use the nicer nullability diagnostic handlers
2017-03-14 Akira Hatanaka[CodeGen][ObjC] Fix a bug where the type of an ivar...
2017-03-14 Vedant Kumar[ubsan] Add a nullability sanitizer
2017-03-13 Reid KlecknerFix -Wunused-lambda-capture warning in new code
2017-03-13 Duncan P. N. Exon... Modules: Use hash of PCM content for SIGNATURE
2017-03-13 Jonas Devlieghere[Linker] Provide callback for internalization
2017-03-12 Sanjay Patel[x86] these aren't the undefs you're looking for (PR32176)
2017-03-10 Yaxun Liu[AMDGPU] Add builtin functions readlane ds_permute...
2017-03-09 Konstantin Zhuravlyov[DebugInfo] Append extended dereferencing mechanism...
2017-03-09 Vedant KumarRetry: [ubsan] Detect UB loads from bitfields
2017-03-09 Vedant KumarRevert "[ubsan] Detect UB loads from bitfields"
2017-03-08 Konstantin Zhuravlyov[DebugInfo] Add address space when creating DIDerivedTypes
2017-03-08 Vedant Kumar[ubsan] Detect UB loads from bitfields
2017-03-08 Roger Ferrer IbanezHonor __unaligned in codegen for declarations and expre...
2017-03-07 Argyrios Kyrtzidis[AST/ObjC] Make ObjCCategoryImplDecl consistent with...
2017-03-06 Reid KlecknerDon't assume cleanup emission preserves dominance in...
2017-03-06 Gor Nishanov[coroutines] Add co_return statement emission
2017-03-06 Reid Kleckner[MS] Add support for __ud2 and __int2c MSVC intrinsics
2017-03-06 John McCallFurther fixes and improvements to the ConstantInitBuild...
2017-03-06 Alex Lorenz[CodeGen][Blocks] Refactor capture handling in code...
2017-03-06 Dean Michael Berris[XRay] [clang] Allow logging the first argument of...
2017-03-06 Vedant Kumar[ubsan] Extend the nonnull arg check to ObjC
2017-03-04 John McCallRefactor ConstantInitBuilder to allow other frontends...
2017-03-02 John McCallPromote ConstantInitBuilder to be a public CodeGen...
2017-02-27 Adrian PrantlPR32042: Create inlined debug info for EmitInlinedInher...
2017-02-27 Vedant Kumar[ubsan] Factor out logic to emit a range check. NFC.
2017-02-25 Richard SmithC++ DR1611, 1658, 2180: implement "potentially construc...
2017-02-25 Vedant KumarFix -Wparentheses warning
2017-02-25 Vedant KumarRetry: [profiling] Fix profile counter increment when...
2017-02-25 Vedant KumarRevert "[profiling] Fix profile counter increment when...
2017-02-25 Vedant Kumar[profiling] Fix profile counter increment when emitting...
2017-02-25 Vedant Kumar[ubsan] Detect signed overflow UB in remainder operations
2017-02-25 Vedant Kumar[ubsan] Omit superflous overflow checks for promoted...
2017-02-24 George Burgess IVRepresent pass_object_size attrs in ExtParameterInfo
2017-02-24 Vedant Kumar[profiling] PR31992: Don't skip interesting non-base...
2017-02-24 Alex LorenzNFC, Remove commented out block of code from CGBlocks.cpp
2017-02-23 Benjamin Kramer[CodeGen] Silence unused variable warning in Release...
2017-02-23 George Burgess IV[CodeGen] Fix ExtParameterInfo bugs in C++ CodeGen...
2017-02-23 Erik Pilkington[ObjC][CodeGen] CodeGen support for @available.
2017-02-23 George Burgess IV[CodeGen] Don't reemit expressions for pass_object_size...
2017-02-23 Vedant KumarRename a helper function, NFC.
2017-02-22 George Burgess IV[CodeGen] Add param info for ctors with ABI args.
2017-02-22 Matt ArsenaultAMDGPU: Add fmed3 half builtin
2017-02-22 Bob Haarmanstop using associative comdats for SEH filter functions
2017-02-22 George Burgess IV[CodeGen] Note where we add ABI-specific args in ctors...
2017-02-22 George Burgess IVCall the correct @llvm.objectsize.
2017-02-22 Richard SmithFix assertion failure when generating debug information...
2017-02-21 Dehao ChenOnly enable AddDiscriminator pass when -fdebug-info...
2017-02-21 Erik PilkingtonFix copy and paste mistake in header comment, NFC.
2017-02-18 Vedant KumarReuse a local variable. NFC.
2017-02-17 Vedant KumarRetry^2: [ubsan] Reduce null checking of C++ object...
2017-02-17 Vedant Kumar[ubsan] Pass a set of checks to skip to EmitTypeCheck...
2017-02-17 Vedant KumarRevert "Retry: [ubsan] Reduce null checking of C++...
2017-02-17 Richard SmithAdd an explicit derived class of FunctionDecl to model...
2017-02-17 Jonas Hahnfeld[OpenMP] Fix cancellation point in task with no cancel
2017-02-17 Jonas Hahnfeld[OpenMP] Remove barriers at cancel and cancellation...
2017-02-17 Justin BognerRename DiagnosticInfoWithDebugLoc to WithLocation to...
2017-02-17 Vedant KumarRetry: [ubsan] Reduce null checking of C++ object point...
2017-02-17 Vedant KumarRevert "[ubsan] Reduce null checking of C++ object...
2017-02-17 Vedant Kumar[ubsan] Reduce null checking of C++ object pointers...
2017-02-16 Arpith Chacko Jacob[OpenMP] Teams reduction on the NVPTX device.
2017-02-16 Arpith Chacko Jacob[OpenMP] Parallel reduction on the NVPTX device.
2017-02-16 Arpith Chacko JacobRevert r295319 while investigating buildbot failure.
2017-02-16 Arpith Chacko Jacob[OpenMP] Parallel reduction on the NVPTX device.
2017-02-16 Anastasia Stulova[OpenCL] Correct ndrange_t implementation
2017-02-15 Hans Wennborg[dllimport] Check for dtor references in functions
2017-02-15 Hans Wennborg[dllimport] Look through typedefs and arrays in HasNonD...
2017-02-15 Simon PilgrimFix spelling mistake - paramater -> parameter. NFCI.
2017-02-14 Akira Hatanaka[CodeGen][ObjC] Use the type of the captured field...
2017-02-13 Nick LewyckyWhen the new expr's array size is an ICE, emit it as...
2017-02-13 Reid Kleckner[CodeGen] Treat auto-generated __dso_handle symbol...
2017-02-13 Davide Italiano[PM] Add support for instrumented PGO in the new pass...
2017-02-11 Saleem AbdulrasoolCodeGen: use # as the comment leader for ARC marker
2017-02-11 Saleem AbdulrasoolCodeGen: annotate ObjC ARC functions with ABI constraints
2017-02-11 Saleem Abdulrasooldocs: update docs for objc_storeStrong behaviour
2017-02-11 Saleem AbdulrasoolCodeGen: rename variables to adhere to naming convention
2017-02-10 Simon PilgrimWdocumentation fixes
2017-02-10 Eric ChristopherUpdate C style comments to C++ style.
2017-02-10 David BlaikieFix the -Werror build by removing an unused default...
2017-02-09 Amjad Aboud[DebugInfo] Added support to Clang FE for generating...
2017-02-09 Davide Italiano[CodeGen] Remove unneeded `private`. NFCI.
2017-02-09 Reid Kleckner[MS] Implement the __fastfail intrinsic as a builtin
2017-02-08 Reid Kleckner[MS] Fix C++ destructor thunk line info for a declaration
2017-02-08 Dylan McKay[AVR] Add support for the 'interrupt' and 'naked' attri...
2017-02-02 Warren RistowPrevent ICE in dllexport class with _Atomic data member
2017-02-02 Saleem AbdulrasoolCodeGen: add a LLVM_FALLTHROUGH to a fallthrough (NFC)
2017-02-01 Dehao ChenChange debug-info-for-profiling from a TargetOption...
2017-02-01 Alex Lorenz[CodeGen][ObjC] Avoid asserting on block pointer types in
2017-02-01 Hans Wennborgclang-cl: Evaluate arguments left-to-right in construct...
2017-01-31 Nirav Dave[X86] Teach Clang about -mfentry flag
2017-01-31 Matt ArsenaultAMDGPU: Add builtin for fmed3 intrinsic
2017-01-30 Vedant KumarRe-apply "[ubsan] Sanity-check shift amounts before...
2017-01-30 Benjamin Kramer[IRGen] Make header standalone.
2017-01-30 Alex LorenzRevert "r293343 - [ubsan] Sanity-check shift amounts...
2017-01-30 David BlaikieReapply "DebugInfo: Omit class definitions even in...
2017-01-30 David BlaikiePrototype of modules codegen
2017-01-29 Arpith Chacko Jacob[OpenMP][NVPTX][CUDA] Adding support for printf for...
next