This revision was automatically updated to reflect the committed changes.
Closed by commit rL271448: FixIt: use getLocForEndOfToken to insert fix-it
after a type name. (authored by mren).
Changed prior to commit:
http://reviews.llvm.org/D20844?vs=59296&id=59315#toc
Repository:
rL LLVM
http:
This revision was automatically updated to reflect the committed changes.
Closed by commit rL271454: [docs] Document the source-based code coverage
feature (authored by vedantk).
Changed prior to commit:
http://reviews.llvm.org/D20715?vs=59078&id=59322#toc
Repository:
rL LLVM
http://reviews
This revision was automatically updated to reflect the committed changes.
Closed by commit rL271498: [Clang][AVX512][INTRINSICS] adding round cvt and fix
regular cvtps_ph (authored by mzuckerm).
Changed prior to commit:
http://reviews.llvm.org/D20870?vs=59232&id=59345#toc
Repository:
rL LLVM
This revision was automatically updated to reflect the committed changes.
Closed by commit rL271499: [X86][AVX512] add intrinsics of Scalar FP to integer
(authored by abadouh).
Changed prior to commit:
http://reviews.llvm.org/D20861?vs=59210&id=59348#toc
Repository:
rL LLVM
http://reviews.l
This revision was automatically updated to reflect the committed changes.
Closed by commit rL271671: [include-fixer] Be smarter about inserting symbols
for a prefix. (authored by d0k).
Changed prior to commit:
http://reviews.llvm.org/D20960?vs=59545&id=59550#toc
Repository:
rL LLVM
http://r
This revision was automatically updated to reflect the committed changes.
Closed by commit rL271832: [Clang][AVX512][Intrinsics] Adding two definitions
_mm512_setzero and… (authored by mzuckerm).
Changed prior to commit:
http://reviews.llvm.org/D20871?vs=59659&id=59665#toc
Repository:
rL LLV
This revision was automatically updated to reflect the committed changes.
Closed by commit rL271835: [Clang][AVX512]Adding set4 intrinsics (authored by
mzuckerm).
Changed prior to commit:
http://reviews.llvm.org/D20866?vs=59379&id=59667#toc
Repository:
rL LLVM
http://reviews.llvm.org/D20866
This revision was automatically updated to reflect the committed changes.
Closed by commit rL271971: [OPENCL] Fix wrongly vla error for OpenCL array.
(authored by pxl).
Changed prior to commit:
http://reviews.llvm.org/D20090?vs=58932&id=59823#toc
Repository:
rL LLVM
http://reviews.llvm.org/
This revision was automatically updated to reflect the committed changes.
Closed by commit rL272012: [clang][AVX512][Intrinsics] Adding intrinsics
reduce_[round]_{ss|sd} to clang (authored by mzuckerm).
Changed prior to commit:
http://reviews.llvm.org/D21014?vs=59697&id=59882#toc
Repository:
This revision was automatically updated to reflect the committed changes.
Closed by commit rL272123: [Clang][AVX512][BUILTIN]Adding intrinsics for
range_round_{sd|ss} (authored by mzuckerm).
Changed prior to commit:
http://reviews.llvm.org/D21002?vs=59664&id=60009#toc
Repository:
rL LLVM
ht
This revision was automatically updated to reflect the committed changes.
Closed by commit rL272141: [AVX512] Emit select instruction instead of using
x86 specific instrinsics. (authored by ibreger).
Changed prior to commit:
http://reviews.llvm.org/D21060?vs=59840&id=60030#toc
Repository:
rL
This revision was automatically updated to reflect the committed changes.
Closed by commit rL272587: [Parser] Only correct delayed typos when needed
(authored by epilk).
Changed prior to commit:
http://reviews.llvm.org/D20490?vs=57980&id=60603#toc
Repository:
rL LLVM
http://reviews.llvm.org
This revision was automatically updated to reflect the committed changes.
Closed by commit rL272658: [Clang][AVX512][intrinsics] Adding missing
intrinsics div_pd and div_ps (authored by mzuckerm).
Changed prior to commit:
http://reviews.llvm.org/D20626?vs=59663&id=60668#toc
Repository:
rL LL
This revision was automatically updated to reflect the committed changes.
Closed by commit rL272667: [Clang][avx512][Intrinsics] adding prefetch gather
intrinsics (authored by mzuckerm).
Changed prior to commit:
http://reviews.llvm.org/D21322?vs=60663&id=60678#toc
Repository:
rL LLVM
http:/
This revision was automatically updated to reflect the committed changes.
Closed by commit rL272777: [ARM] Add mrrc/mrrc2 intrinsics and update existing
mcrr/mcrr2 intrinsics. (authored by rsingh).
Changed prior to commit:
http://reviews.llvm.org/D21179?vs=60504&id=60815#toc
Repository:
rL L
This revision was automatically updated to reflect the committed changes.
Closed by commit rL272820: cc1_main: Do not print statistics twice in
-disable_free mode. (authored by matze).
Changed prior to commit:
http://reviews.llvm.org/D21338?vs=60732&id=60877#toc
Repository:
rL LLVM
http://r
This revision was automatically updated to reflect the committed changes.
Closed by commit rL273193: [Sema] Only define function as move assignment when
needed (authored by epilk).
Changed prior to commit:
http://reviews.llvm.org/D20923?vs=59409&id=61296#toc
Repository:
rL LLVM
http://revie
This revision was automatically updated to reflect the committed changes.
Closed by commit rL273401: [Clang][bmi][intrinsics] Adding _mm_tzcnt_64
_mm_tzcnt_32 intrinsics to clang. (authored by mzuckerm).
Changed prior to commit:
http://reviews.llvm.org/D21373?vs=61351&id=61536#toc
Repository:
This revision was automatically updated to reflect the committed changes.
Closed by commit rL273812: [X86] add _mm_loadu_si64 (authored by abadouh).
Changed prior to commit:
http://reviews.llvm.org/D21504?vs=61903&id=61912#toc
Repository:
rL LLVM
http://reviews.llvm.org/D21504
Files:
cfe/
This revision was automatically updated to reflect the committed changes.
Closed by commit rL274077: [Sema] Disallow ambigious base classes in template
argument deduction (authored by epilk).
Changed prior to commit:
http://reviews.llvm.org/D21653?vs=61691&id=62149#toc
Repository:
rL LLVM
h
This revision was automatically updated to reflect the committed changes.
Closed by commit rL274110: [AVX512] Zero extend cmp intrinsic return value.
(authored by ibreger).
Changed prior to commit:
http://reviews.llvm.org/D21746?vs=61953&id=62185#toc
Repository:
rL LLVM
http://reviews.llvm
This revision was automatically updated to reflect the committed changes.
Closed by commit rL274218: [Clang][Intrinsics][AVX512][BuiltIn] adding
intrinsics for vrangesd… (authored by mzuckerm).
Changed prior to commit:
http://reviews.llvm.org/D21734?vs=61907&id=62342#toc
Repository:
rL LLVM
This revision was automatically updated to reflect the committed changes.
Closed by commit rL274224: [AVX512][BUILTIN][vpermilps][intrinsics] Fixing two
incorrect IMM check. (authored by mzuckerm).
Changed prior to commit:
http://reviews.llvm.org/D21836?vs=62212&id=62353#toc
Repository:
rL L
This revision was automatically updated to reflect the committed changes.
Closed by commit rL274222: [GCC] PR23529 Mangler part of attrbute abi_tag
support (authored by dpolukhin).
Changed prior to commit:
http://reviews.llvm.org/D18035?vs=62213&id=62344#toc
Repository:
rL LLVM
http://revie
This revision was automatically updated to reflect the committed changes.
Closed by commit rL274291: [Sema] Implement C++14's DR1579: Prefer returning by
converting move constructor (authored by epilk).
Changed prior to commit:
http://reviews.llvm.org/D21619?vs=62405&id=62437#toc
Repository:
This revision was automatically updated to reflect the committed changes.
Closed by commit rL274511: [clang-include-fixer] fix PEP8 warnings (authored by
d0k).
Changed prior to commit:
http://reviews.llvm.org/D21974?vs=62680&id=62695#toc
Repository:
rL LLVM
http://reviews.llvm.org/D21974
F
This revision was automatically updated to reflect the committed changes.
Closed by commit rL274532: [Clang][BuiltIn][AVX512] adding… (authored by
mzuckerm).
Changed prior to commit:
http://reviews.llvm.org/D21729?vs=61892&id=62723#toc
Repository:
rL LLVM
http://reviews.llvm.org/D21729
Fil
This revision was automatically updated to reflect the committed changes.
Closed by commit rL274541: [AVX512] minor fix in sqrt{ss|sd} intrinsics
arguments (authored by abadouh).
Changed prior to commit:
http://reviews.llvm.org/D21988?vs=62734&id=62735#toc
Repository:
rL LLVM
http://reviews
This revision was automatically updated to reflect the committed changes.
Closed by commit rL274542: [X86][AVX512F] add float/double abs intrinsics
(authored by abadouh).
Changed prior to commit:
http://reviews.llvm.org/D21973?vs=62679&id=62737#toc
Repository:
rL LLVM
http://reviews.llvm.o
This revision was automatically updated to reflect the committed changes.
Closed by commit rL274559: [Clang][Feature] Adding CLFLUSHOPT feature and
intrinsic to clang (authored by mzuckerm).
Changed prior to commit:
http://reviews.llvm.org/D21792?vs=62088&id=62759#toc
Repository:
rL LLVM
ht
This revision was automatically updated to reflect the committed changes.
Closed by commit rL274566: [Sema] Fix a bug where pack expansion was not
expanded in type alias (authored by epilk).
Changed prior to commit:
http://reviews.llvm.org/D21030?vs=60908&id=62771#toc
Repository:
rL LLVM
ht
This revision was automatically updated to reflect the committed changes.
Closed by commit rL274744: [libunwind][ARM] Improve unwinder stack usage - Make
WMMX support optional (authored by asiri).
Changed prior to commit:
http://reviews.llvm.org/D21991?vs=62890&id=63049#toc
Repository:
rL LL
This revision was automatically updated to reflect the committed changes.
Closed by commit rL274759: [clang-rename] add basic vim integration (authored
by d0k).
Changed prior to commit:
http://reviews.llvm.org/D22087?vs=63058&id=63072#toc
Repository:
rL LLVM
http://reviews.llvm.org/D22087
This revision was automatically updated to reflect the committed changes.
Closed by commit rL275095: [NFC] Reorder fields of VersionTuple to reduce size
(authored by epilk).
Changed prior to commit:
http://reviews.llvm.org/D19934?vs=56171&id=63560#toc
Repository:
rL LLVM
http://reviews.llvm
This revision was automatically updated to reflect the committed changes.
Closed by commit rL275290: [analyzer] Implement a methond to discover origin
region of a symbol. (authored by dergachev).
Changed prior to commit:
http://reviews.llvm.org/D22242?vs=63688&id=63828#toc
Repository:
rL LLV
This revision was automatically updated to reflect the committed changes.
Closed by commit rL275306: [OpenMP] add more tests for 'distribute simd' pragma
(authored by kli).
Changed prior to commit:
http://reviews.llvm.org/D22176?vs=63323&id=63845#toc
Repository:
rL LLVM
http://reviews.llvm.
This revision was automatically updated to reflect the committed changes.
Closed by commit rL275315: [OpenMP] add more tests for 'distribute parallel for
simd' pragma (authored by kli).
Changed prior to commit:
http://reviews.llvm.org/D22169?vs=63312&id=63855#toc
Repository:
rL LLVM
http://
This revision was automatically updated to reflect the committed changes.
Closed by commit rL275388: [clang-rename] add documentation (authored by d0k).
Changed prior to commit:
http://reviews.llvm.org/D22129?vs=63646&id=63944#toc
Repository:
rL LLVM
http://reviews.llvm.org/D22129
Files:
This revision was automatically updated to reflect the committed changes.
Closed by commit rL275387: [clang-rename] exit code-related bugfix and code
cleanup (authored by d0k).
Changed prior to commit:
http://reviews.llvm.org/D22091?vs=63931&id=63943#toc
Repository:
rL LLVM
http://reviews.l
This revision was automatically updated to reflect the committed changes.
Closed by commit rL275405: [OpenCL] Actually activate Frontend/opencl.cl test
and fix test bugs (authored by d0k).
Changed prior to commit:
https://reviews.llvm.org/D22349?vs=63959&id=63961#toc
Repository:
rL LLVM
htt
This revision was automatically updated to reflect the committed changes.
Closed by commit rL275428: [OpenCL] In test/Driver/opencl.cl, don't require
name of Clang binary to… (authored by d0k).
Changed prior to commit:
https://reviews.llvm.org/D22359?vs=63976&id=63981#toc
Repository:
rL LLVM
This revision was automatically updated to reflect the committed changes.
Closed by commit rL275529: [OpenMP] add check for both simdlen and safelen
clauses specified (authored by kli).
Changed prior to commit:
https://reviews.llvm.org/D22384?vs=64048&id=64087#toc
Repository:
rL LLVM
https:
This revision was automatically updated to reflect the committed changes.
Closed by commit rL275654: [ObjC] Implement @available in the Parser and AST
(authored by epilk).
Changed prior to commit:
https://reviews.llvm.org/D22171?vs=63603&id=64215#toc
Repository:
rL LLVM
https://reviews.llvm
This revision was automatically updated to reflect the committed changes.
Closed by commit rL275805: [OpenMP] update test cases for -std=c++11 compile
(authored by kli).
Changed prior to commit:
https://reviews.llvm.org/D22417?vs=64270&id=64336#toc
Repository:
rL LLVM
https://reviews.llvm.o
This revision was automatically updated to reflect the committed changes.
Closed by commit rL262228: AMDGPU: Add missing Volcanic Islands targets
(authored by tstellar).
Changed prior to commit:
http://reviews.llvm.org/D17645?vs=49184&id=49372#toc
Repository:
rL LLVM
http://reviews.llvm.org
This revision was automatically updated to reflect the committed changes.
Closed by commit rL262595: [clang-tidy] Add "clang-tidy as a clang plugin"
skeleton. (authored by d0k).
Changed prior to commit:
http://reviews.llvm.org/D17807?vs=49615&id=49718#toc
Repository:
rL LLVM
http://reviews.
This revision was automatically updated to reflect the committed changes.
Closed by commit rL262596: [libclang] Link clang-tidy plugin into libclang if
present. (authored by d0k).
Changed prior to commit:
http://reviews.llvm.org/D17808?vs=49616&id=49719#toc
Repository:
rL LLVM
http://review
This revision was automatically updated to reflect the committed changes.
Closed by commit rL262894: [analyzer] Fix missed leak from MSVC specific
allocation functions (authored by zaks).
Changed prior to commit:
http://reviews.llvm.org/D17688?vs=49845&id=50013#toc
Repository:
rL LLVM
http:
This revision was automatically updated to reflect the committed changes.
Closed by commit rL263015: [GCC] PR23529 Sema part of attrbute abi_tag support
(authored by dpolukhin).
Changed prior to commit:
http://reviews.llvm.org/D17567?vs=50113&id=50137#toc
Repository:
rL LLVM
http://reviews.
This revision was automatically updated to reflect the committed changes.
Closed by commit rL263149: Add TreatUnavailableAsInvalid for the
verification-only mode in InitListChecker. (authored by mren).
Changed prior to commit:
http://reviews.llvm.org/D15314?vs=48228&id=50312#toc
Repository:
This revision was automatically updated to reflect the committed changes.
Closed by commit rL263245: Add tests for ARM Cortex-R8 (authored by alelab01).
Changed prior to commit:
http://reviews.llvm.org/D18052?vs=50303&id=50429#toc
Repository:
rL LLVM
http://reviews.llvm.org/D18052
Files:
This revision was automatically updated to reflect the committed changes.
Closed by commit rL263552: [OpenMP] Base support for target directive codegen
on NVPTX device. (authored by arpith).
Changed prior to commit:
http://reviews.llvm.org/D17877?vs=50143&id=50737#toc
Repository:
rL LLVM
ht
This revision was automatically updated to reflect the committed changes.
Closed by commit rL263567: [Driver] [Darwin] Fix linking
libclang_rt.profile_*sim.a (authored by cbieneman).
Changed prior to commit:
http://reviews.llvm.org/D17947?vs=50055&id=50755#toc
Repository:
rL LLVM
http://rev
This revision was automatically updated to reflect the committed changes.
Closed by commit rL263632: Add more ARM Cortex-R8 regression tests to Clang.
(authored by pabbar01).
Changed prior to commit:
http://reviews.llvm.org/D18193?vs=50758&id=50812#toc
Repository:
rL LLVM
http://reviews.llv
This revision was automatically updated to reflect the committed changes.
Closed by commit rL263652: Add an optional string argument to DeprecatedAttr
for Fix-It. (authored by mren).
Changed prior to commit:
http://reviews.llvm.org/D17865?vs=50682&id=50844#toc
Repository:
rL LLVM
http://rev
This revision was automatically updated to reflect the committed changes.
Closed by commit rL263726: Fix Clang-tidy modernize-deprecated-headers
warnings; other minor fixes. (authored by eugenezelenko).
Changed prior to commit:
http://reviews.llvm.org/D18231?vs=50881&id=50951#toc
Repository:
This revision was automatically updated to reflect the committed changes.
Closed by commit rL264155: Combine identical check-prefixes in Clang
test/Preprocessor/arm-target… (authored by askrobov).
Changed prior to commit:
http://reviews.llvm.org/D18391?vs=51400&id=51410#toc
Repository:
rL LL
This revision was automatically updated to reflect the committed changes.
Closed by commit rL264241: [OpenCL] Add ocl and spir version for spir target
(authored by pxl).
Changed prior to commit:
http://reviews.llvm.org/D17596?vs=51253&id=51509#toc
Repository:
rL LLVM
http://reviews.llvm.org
This revision was automatically updated to reflect the committed changes.
Closed by commit rL264251: [clang-tidy] misc-assign-operator-signature checker
checks return value of… (authored by xazax).
Changed prior to commit:
http://reviews.llvm.org/D18264?vs=51521&id=51527#toc
Repository:
rL L
This revision was automatically updated to reflect the committed changes.
Closed by commit rL26: [ObjCXX] Warn undeclared identifiers. (authored by
mren).
Changed prior to commit:
http://reviews.llvm.org/D18461?vs=51598&id=51667#toc
Repository:
rL LLVM
http://reviews.llvm.org/D18461
Fi
This revision was automatically updated to reflect the committed changes.
Closed by commit rL256822: [ARM] [AARCH64] Add CodeGen IR tests for
{VS}QRDML{AS}H v8.1a intrinsics. (authored by alelab01).
Changed prior to commit:
http://reviews.llvm.org/D15223?vs=43885&id=43969#toc
Repository:
rL
This revision was automatically updated to reflect the committed changes.
Closed by commit rL256887: [analyzer] Fix false warning about memory leak for
QApplication::postEvent (authored by zaks).
Changed prior to commit:
http://reviews.llvm.org/D14170?vs=40596&id=44070#toc
Repository:
rL LLV
This revision was automatically updated to reflect the committed changes.
Closed by commit rL257175: Driver: Use the new ELF lld linker for AMDGPU
(authored by tstellar).
Changed prior to commit:
http://reviews.llvm.org/D15953?vs=44249&id=44327#toc
Repository:
rL LLVM
http://reviews.llvm.or
This revision was automatically updated to reflect the committed changes.
Closed by commit rL257341: [clang-format] Fix comment aligning when there are
changes within the comment (authored by d0k).
Changed prior to commit:
http://reviews.llvm.org/D16058?vs=44513&id=44517#toc
Repository:
rL L
This revision was automatically updated to reflect the committed changes.
Closed by commit rL257598: [analyzer] Fix SVal/SymExpr/MemRegion class and enum
names for consistency. (authored by dergachev).
Changed prior to commit:
http://reviews.llvm.org/D16062?vs=44628&id=44745#toc
Repository:
This revision was automatically updated to reflect the committed changes.
Closed by commit rL257605: [analyzer] Provide .def-files and visitors for
SVal/SymExpr/MemRegion. (authored by dergachev).
Changed prior to commit:
http://reviews.llvm.org/D15448?vs=44734&id=44752#toc
Repository:
rL LL
This revision was automatically updated to reflect the committed changes.
Closed by commit rL257754: PR25910: clang allows two var definitions with the
same mangled name (authored by asbokhan).
Changed prior to commit:
http://reviews.llvm.org/D15686?vs=44425&id=44845#toc
Repository:
rL LLVM
This revision was automatically updated to reflect the committed changes.
Closed by commit rL257756: Correct setting of UserLabelPrefix for MCU target.
(authored by asbokhan).
Changed prior to commit:
http://reviews.llvm.org/D16138?vs=44726&id=44849#toc
Repository:
rL LLVM
http://reviews.ll
This revision was automatically updated to reflect the committed changes.
Closed by commit rL258039: [analyzer] Fix an off-by-one in evalIntegralCast()
(authored by dergachev).
Changed prior to commit:
http://reviews.llvm.org/D16178?vs=44842&id=45159#toc
Repository:
rL LLVM
http://reviews.l
This revision was automatically updated to reflect the committed changes.
Closed by commit rL258424: [Coverage] Reduce complexity of adding function
mapping records (authored by vedantk).
Changed prior to commit:
http://reviews.llvm.org/D16395?vs=45491&id=45574#toc
Repository:
rL LLVM
http:
This revision was automatically updated to reflect the committed changes.
Closed by commit rL258425 (authored by arpith).
Changed prior to commit:
http://reviews.llvm.org/D16341?vs=45332&id=45579#toc
Repository:
rL LLVM
http://reviews.llvm.org/D16341
Files:
cfe/trunk/lib/Sema/SemaOpenMP.c
This revision was automatically updated to reflect the committed changes.
Closed by commit rL258441: [OpenMP] Parsing + Sema for nowait clause on target
directive (authored by arpith).
Changed prior to commit:
http://reviews.llvm.org/D16358?vs=45399&id=45595#toc
Repository:
rL LLVM
http://r
This revision was automatically updated to reflect the committed changes.
Closed by commit rL258457: [OpenMP] Parsing + Sema for nowait clause on target
enter data directive. (authored by arpith).
Changed prior to commit:
http://reviews.llvm.org/D16361?vs=45409&id=45610#toc
Repository:
rL LL
This revision was automatically updated to reflect the committed changes.
Closed by commit rL258459: [OpenMP] Parsing + Sema for nowait clause on target
exit data directive. (authored by arpith).
Changed prior to commit:
http://reviews.llvm.org/D16362?vs=45410&id=45614#toc
Repository:
rL LLV
This revision was automatically updated to reflect the committed changes.
Closed by commit rL258460: [OpenMP] Sema for depend clause on target directive.
(authored by arpith).
Changed prior to commit:
http://reviews.llvm.org/D16375?vs=45447&id=45616#toc
Repository:
rL LLVM
http://reviews.ll
This revision was automatically updated to reflect the committed changes.
Closed by commit rL258466: [OpenMP] Sema for depend clause on target enter data
directive. (authored by arpith).
Changed prior to commit:
http://reviews.llvm.org/D16400?vs=45525&id=45621#toc
Repository:
rL LLVM
http:/
This revision was automatically updated to reflect the committed changes.
Closed by commit rL258502: [OpenMP] Sema for depend clause on target exit data
directive. (authored by arpith).
Changed prior to commit:
http://reviews.llvm.org/D16401?vs=45532&id=45684#toc
Repository:
rL LLVM
http://
This revision was automatically updated to reflect the committed changes.
Closed by commit rL258504: Change of UserLabelPrefix default value from "_" to
"" (authored by asbokhan).
Changed prior to commit:
http://reviews.llvm.org/D16295?vs=45177&id=45687#toc
Repository:
rL LLVM
http://review
This revision was automatically updated to reflect the committed changes.
Closed by commit rL258562: [clang-tidy] Handle decayed types and other
improvements in VirtualNearMiss… (authored by xazax).
Changed prior to commit:
http://reviews.llvm.org/D16179?vs=45482&id=45739#toc
Repository:
rL
This revision was automatically updated to reflect the committed changes.
Closed by commit rL258572: [analyzer] Utility to match function calls.
(authored by xazax).
Changed prior to commit:
http://reviews.llvm.org/D15921?vs=44721&id=45748#toc
Repository:
rL LLVM
http://reviews.llvm.org/D15
This revision was automatically updated to reflect the committed changes.
Closed by commit rL258679: Fix printing of types in initializers with
suppressed tags. (authored by d0k).
Changed prior to commit:
http://reviews.llvm.org/D16438?vs=45658&id=45849#toc
Repository:
rL LLVM
http://review
This revision was automatically updated to reflect the committed changes.
Closed by commit rL258817: [OpenMP] Parsing + sema for defaultmap clause.
(authored by arpith).
Changed prior to commit:
http://reviews.llvm.org/D16527?vs=45856&id=46000#toc
Repository:
rL LLVM
http://reviews.llvm.org
This revision was automatically updated to reflect the committed changes.
Closed by commit rL258836: Fix Clang-tidy modernize-use-nullptr warnings; other
minor fixes. (authored by eugenezelenko).
Changed prior to commit:
http://reviews.llvm.org/D16567?vs=45941&id=46016#toc
Repository:
rL LLV
This revision was automatically updated to reflect the committed changes.
Closed by commit rL258864: Remove autoconf support (authored by cbieneman).
Changed prior to commit:
http://reviews.llvm.org/D16475?vs=45709&id=46045#toc
Repository:
rL LLVM
http://reviews.llvm.org/D16475
Files:
cla
This revision was automatically updated to reflect the committed changes.
Closed by commit rL258870: Fix Clang-tidy modernize-use-override warning in
unittests/clang… (authored by eugenezelenko).
Changed prior to commit:
http://reviews.llvm.org/D16566?vs=45938&id=46054#toc
Repository:
rL LLV
This revision was automatically updated to reflect the committed changes.
Closed by commit rL259095: Implementation of PS4 ABI, Round 1 (authored by
ssrivastava).
Changed prior to commit:
http://reviews.llvm.org/D16607?vs=46060&id=46310#toc
Repository:
rL LLVM
http://reviews.llvm.org/D16607
This revision was automatically updated to reflect the committed changes.
Closed by commit rL259116: Check for frontend errors after releasing the
Builder. (authored by mren).
Changed prior to commit:
http://reviews.llvm.org/D16564?vs=46301&id=46320#toc
Repository:
rL LLVM
http://reviews.ll
This revision was automatically updated to reflect the committed changes.
Closed by commit rL259187: Add an optional ToolName argument to… (authored by
d0k).
Changed prior to commit:
http://reviews.llvm.org/D16718?vs=46370&id=46372#toc
Repository:
rL LLVM
http://reviews.llvm.org/D16718
Fil
This revision was automatically updated to reflect the committed changes.
Closed by commit rL259284: Avoid overly large SmallPtrSet/SmallSet (authored by
matze).
Changed prior to commit:
http://reviews.llvm.org/D16705?vs=46337&id=46457#toc
Repository:
rL LLVM
http://reviews.llvm.org/D16705
This revision was automatically updated to reflect the committed changes.
Closed by commit rL259345: [analyzer] Use a wider integer type for an array
index. (authored by dergachev).
Changed prior to commit:
http://reviews.llvm.org/D16063?vs=44606&id=46513#toc
Repository:
rL LLVM
http://revi
This revision was automatically updated to reflect the committed changes.
Closed by commit rL252904: Cull non-standard variants of ARM architectures
(NFC) (authored by askrobov).
Changed prior to commit:
http://reviews.llvm.org/D14578?vs=39943&id=40052#toc
Repository:
rL LLVM
http://reviews
This revision was automatically updated to reflect the committed changes.
Closed by commit rL253207: Handle ARMv6KZ naming (authored by askrobov).
Changed prior to commit:
http://reviews.llvm.org/D14570?vs=39901&id=40280#toc
Repository:
rL LLVM
http://reviews.llvm.org/D14570
Files:
cfe/tr
This revision was automatically updated to reflect the committed changes.
Closed by commit rL253466: [libclang] Add entry points that take a full command
line including argv[0]. (authored by d0k).
Changed prior to commit:
http://reviews.llvm.org/D14695?vs=40269&id=40513#toc
Repository:
rL LL
This revision was automatically updated to reflect the committed changes.
Closed by commit rL253532: [analyzer] Improve modeling of static initializers.
(authored by zaks).
Changed prior to commit:
http://reviews.llvm.org/D14652?vs=40144&id=40582#toc
Repository:
rL LLVM
http://reviews.llvm.
This revision was automatically updated to reflect the committed changes.
Closed by commit rL253610: AMDGPU: Add support for 's' and 'v' asm constraints
(authored by tstellar).
Changed prior to commit:
http://reviews.llvm.org/D14307?vs=39121&id=40704#toc
Repository:
rL LLVM
http://reviews.l
This revision was automatically updated to reflect the committed changes.
Closed by commit rL253625: Support CMake's clang_rt.profile library naming
scheme (authored by cbieneman).
Changed prior to commit:
http://reviews.llvm.org/D14847?vs=40712&id=40717#toc
Repository:
rL LLVM
http://revie
This revision was automatically updated to reflect the committed changes.
Closed by commit rL253677: Handle ARMv6-J as an alias, instead of fake
architecture (authored by askrobov).
Changed prior to commit:
http://reviews.llvm.org/D14756?vs=40431&id=40789#toc
Repository:
rL LLVM
http://revi
This revision was automatically updated to reflect the committed changes.
Closed by commit rL253693: Honor system specific paths of MAN pages (authored
by cbieneman).
Changed prior to commit:
http://reviews.llvm.org/D14800?vs=40588&id=40804#toc
Repository:
rL LLVM
http://reviews.llvm.org/D1
This revision was automatically updated to reflect the committed changes.
Closed by commit rL254081: Fix problem with Clang-tidy parallel configure
build. (authored by eugenezelenko).
Changed prior to commit:
http://reviews.llvm.org/D14964?vs=41076&id=41160#toc
Repository:
rL LLVM
http://re
This revision was automatically updated to reflect the committed changes.
Closed by commit rL254195: [x86] Exclusion of incorrect include headers paths
for MCU target (authored by asbokhan).
Changed prior to commit:
http://reviews.llvm.org/D14954?vs=41045&id=41286#toc
Repository:
rL LLVM
ht
401 - 500 of 230028 matches
Mail list logo