- 0ed11a9 Revert "[DebugInfo] Generate debug information for labels. (Fix PR37395)" by Shiva Chen · 7 years ago
- c50fbb9 [DebugInfo] Generate debug information for labels. (Fix PR37395) by Shiva Chen · 7 years ago
- 404f414 Patch to fix pragma metadata for do-while loops by Bjorn Pettersson · 7 years ago
- ef2f694 Revert r331843 "[DebugInfo] Generate debug information for labels." by Hans Wennborg · 8 years ago
- 667fbe2 [DebugInfo] Generate debug information for labels. by Shiva Chen · 8 years ago
- 2a8c18d Fix typos in clang by Alexander Kornienko · 8 years ago
- e78fac5 PR36992: do not store beyond the dsize of a class object unless we know by Richard Smith · 8 years ago
- ac1263c [AMDGPU] Fix codegen for inline assembly by Yaxun Liu · 8 years ago
- a8e2bb3 Fix codegen for structured binding binding in conditions by Zhihao Yuan · 8 years ago
- b75a3f0 [WinEH] Put funclet bundles on inline asm calls by Reid Kleckner · 8 years ago
- 1860b52 [CodeGen] Decorate aggregate accesses with TBAA tags by Ivan A. Kosarev · 8 years ago
- a8a9153a [OPENMP] Support for -fopenmp-simd option with compilation of simd loops only. by Alexey Bataev · 8 years ago
- 989a65c Fix some -Wunused-variable warnings by Hans Wennborg · 8 years ago
- a5888a7 OpenCL: Assume inline asm is convergent by Matt Arsenault · 8 years ago
- bbef124e [MS-InlineAsm] Fix cast assertion with vector spills (PR34021) by Simon Pilgrim · 8 years ago
- 33e205a Debug info: Fixed faulty debug locations for attributed statements by Karl-Johan Karlsson · 8 years ago
- c34d343 [ubsan] Improve diagnostics for return value checks (clang) by Vedant Kumar · 8 years ago
- 61e14d8 [CodeGen] Use preincrement version of APInt::operator++ instead of postincrement to avoid creating and immediately discarding a temporary APInt. by Craig Topper · 9 years ago
- de86482 Update Clang for LLVM rename AttributeSet -> AttributeList by Reid Kleckner · 9 years ago
- 90be121 [coroutines] Add co_return statement emission by Gor Nishanov · 9 years ago
- da68118 [OpenMP] Sema and parsing for 'target teams distribute simd’ pragma by Kelvin Li · 9 years ago
- 1851df5 [OpenMP] Sema and parsing for 'target teams distribute parallel for simd’ pragma by Kelvin Li · 9 years ago
- 80e8f56 [OpenMP] Sema and parsing for 'target teams distribute parallel for’ pragma by Kelvin Li · 9 years ago
- 83c451e [OpenMP] Sema and parsing for 'target teams distribute' pragma by Kelvin Li · 9 years ago
- bf594a5 [OpenMP] Sema and parsing for 'target teams' pragma by Kelvin Li · 9 years ago
- 30e304e Remove custom handling of array copies in lambda by-value array capture and by Richard Smith · 9 years ago
- 7ade93f [OpenMP] Sema and parsing for 'teams distribute parallel for' pragma by Kelvin Li · 9 years ago
- 579e41c [OpenMP] Sema and parsing for 'teams distribute parallel for simd' pragma by Kelvin Li · 9 years ago
- 08ebbce [MS] Mangle a unique ID into all MS inline asm labels by Reid Kleckner · 9 years ago
- 652795d Add the loop end location to the loop metadata. This additional information by Amara Emerson · 9 years ago
- 8df64e9 [coroutines] Add allocation and deallocation substatements. by Gor Nishanov · 9 years ago
- 4e325f7 Re-apply patch r279045. by Kelvin Li · 9 years ago
- d8e3ac3 Fix a couple of wrong-code bugs in switch-on-constant optimization: by Richard Smith · 9 years ago
- 8b44bbc Revert "[OpenMP] Sema and parsing for 'teams distribute simd’ pragma" by Diana Picus · 9 years ago
- 0e3bde8 [OpenMP] Sema and parsing for 'teams distribute simd’ pragma by Kelvin Li · 9 years ago
- 0253287 [OpenMP] Sema and parsing for 'teams distribute' pragma by Kelvin Li · 9 years ago
- 24e0334 Reverting r275115 which caused PR28634. by Wolfgang Pieb · 9 years ago
- 1ac8adf [CodeGen] Fix a crash when constant folding switch statement by Erik Pilkington · 9 years ago
- 986330c [OpenMP] Sema and parsing for 'target simd' pragma by Kelvin Li · 9 years ago
- a579b91 [OpenMP] Sema and parsing for 'target parallel for simd' pragma by Kelvin Li · 9 years ago
- a547eb2 P0305R0: Semantic analysis and code generation for C++17 init-statement for 'if' and 'switch': by Richard Smith · 9 years ago
- 5675c96 Prevent the creation of empty (forwarding) blocks resulting from nested ifs. by Wolfgang Pieb · 9 years ago
- 787f3fc [OpenMP] Sema and parsing for 'distribute simd' pragma by Kelvin Li · 9 years ago
- 4a39add [OpenMP] Sema and parse for 'distribute parallel for simd' by Kelvin Li · 9 years ago
- 9925f15 Resubmission of http://reviews.llvm.org/D21564 after fixes. by Carlo Bertolli · 9 years ago
- b8503d5 Revert r273705 by Carlo Bertolli · 9 years ago
- e77d6e0 [OpenMP] Initial implementation of parse and sema for composite pragma 'distribute parallel for' by Carlo Bertolli · 9 years ago
- b130fe7 Implement p0292r2 (constexpr if), a likely C++1z feature. by Richard Smith · 9 years ago
- 61deb4d Revert accidential "[MSVC] Late parsing of in-class defined member functions in template" by Alexey Bataev · 9 years ago
- 86e786b [MSVC] Late parsing of in-class defined member functions in template classes. by Alexey Bataev · 9 years ago
- f179364 [CUDA] Conservatively mark inline asm as convergent. by Justin Lebar · 10 years ago
- 686c70c [OpenMP] Parsing and sema support for target update directive by Samuel Antao · 10 years ago
- c07e19b Add a loop's debug location to its llvm.loop metadata by Hal Finkel · 10 years ago
- 341890a reduce indentation; NFCI by Sanjay Patel · 10 years ago
- 01694c3 P0184R0: Allow types of 'begin' and 'end' expressions in range-based for loops to differ. by Richard Smith · 10 years ago
- c56a8b3 Preserve ExtParameterInfos into CGFunctionInfo. by John McCall · 10 years ago
- 9837ef5 [PGO] cc1 option name change for profile instrumentation by Rong Xu · 10 years ago
- 05bebb5 [OpenMP] Parsing + sema for target parallel for directive. by Arpith Chacko Jacob · 10 years ago
- b0dd911 Fix strange indent. by Nico Weber · 10 years ago
- e955b3d [OpenMP] Parsing + sema for target parallel directive. by Arpith Chacko Jacob · 10 years ago
- 7259076 [OpenMP] Parsing + sema for "target exit data" directive. by Samuel Antao · 10 years ago
- df67fc4 [OpenMP] Parsing + sema for "target enter data" directive. by Samuel Antao · 10 years ago
- 229158c [Microsoft][C++] Clang doesn't support a use of "this" pointer inside inline asm by Michael Zuckerman · 10 years ago
- 6200a3d Add parse and sema of OpenMP distribute directive with all clauses except dist_schedule by Carlo Bertolli · 10 years ago
- 2edb8fc Mark MS inline ASM 'nodplicate' it it has labels (PR23715) by Hans Wennborg · 10 years ago
- efb116f PR25416: Improve performance of processing inline assembly consisting of many by Richard Smith · 10 years ago
- 2d5c6dd Revert r255001, "Add parse and sema for OpenMP distribute directive and all its clauses excluding dist_schedule." by NAKAMURA Takumi · 10 years ago
- b9bfa75 Add parse and sema for OpenMP distribute directive and all its clauses excluding dist_schedule. by Carlo Bertolli · 10 years ago
- 3a56145 [PGO] Instrument only base constructors and destructors. by Serge Pavlov · 10 years ago
- 0a6ed84 [OPENMP 4.5] Parsing/sema support for 'omp taskloop simd' directive. by Alexey Bataev · 10 years ago
- 49f6e78 [OPENMP 4.5] Parsing/sema analysis for 'taskloop' directive. by Alexey Bataev · 10 years ago
- 9f5260a CodeGen: Remove implicit ilist iterator conversions, NFC by Duncan P. N. Exon Smith · 10 years ago
- 9f690bd [coroutines] Creation of promise object, lookup of operator co_await, building by Richard Smith · 10 years ago
- 55765ca Use ArrayRef and MutableArrayRef instead of a pointer and size. NFC by Craig Topper · 10 years ago
- daf34e9 convert builtin_unpredictable on a switch into metadata for LLVM by Sanjay Patel · 10 years ago
- 7f416cc Compute and preserve alignment more faithfully in IR-generation. by John McCall · 10 years ago
- 54c020d Use CGLoopInfo to emit metadata for loop hint pragmas. by Tyler Nowicki · 10 years ago
- 65f367f Commit for http://reviews.llvm.org/D10765 by Michael Wong · 10 years ago
- 53c7616 Fix alignment issues in Clang. by James Y Knight · 10 years ago
- 10bdb2b [inlineasm] Attach readonly and readnone to inline-asm instructions. by Akira Hatanaka · 10 years ago
- 8090987 [OPENMP 4.0] Initial support for 'omp cancel' construct. by Alexey Bataev · 10 years ago
- 6d4ed05 [OPENMP 4.0] Initial support for 'omp cancellation point' construct. by Alexey Bataev · 10 years ago
- d157d47 Proper changing/restoring for CapturedStmtInfo, NFC. by Alexey Bataev · 10 years ago
- c30dd2d [OPENMP] Support for '#pragma omp taskgroup' directive. by Alexey Bataev · 10 years ago
- f6a9f0e [CodeGen] Don't evaluate immediate inlineasm arguments using isICE(). by Ahmed Bougacha · 10 years ago
- 9d268e1 Add assume_safety option for pragma loop vectorize and interleave. by Tyler Nowicki · 10 years ago
- ff75f3d [CodeGen] Emit Constants for immediate inlineasm arguments. by Ahmed Bougacha · 10 years ago
- 6551264 InstrProf: Cede ownership of createProfileWeights to CGF by Justin Bogner · 11 years ago
- 66242d6 InstrProf: Stop using RegionCounter outside of CodeGenPGO (NFC) by Justin Bogner · 11 years ago
- ebaf28d Reland r234613 (and follow-ups 234614, 234616, 234618) by Reid Kleckner · 11 years ago
- ad10833 Revert r234613 (and follow-ups 234614, 234616, 234618), it caused PR23216. by Nico Weber · 11 years ago
- f2a39a7 Revert r234786, it contained a bunch of stuff I did not mean to commit. by Nico Weber · 11 years ago
- b31abb0 Revert r234613 (and follow-ups 234614, 234616, 234618), it caused PR23216. by Nico Weber · 11 years ago
- 11859af [SEH] Re-land r234532, but use internal linkage for all SEH helpers by Reid Kleckner · 11 years ago
- bd51a6a Revert r234532 for a bit, it very likely caused http://crbug.com/475768 by Nico Weber · 11 years ago
- 0dbecf2 [SEH] Outline finally blocks using the new variable capture support by Reid Kleckner · 11 years ago
- 36bf011 [OPENMP] Improved code for generating debug info + generation of all OpenMP regions in termination scope by Alexey Bataev · 11 years ago
- eb26ddf Revert "[OPENMP] Improved code for generating debug info + generation of all OpenMP regions in termination scope Patch adds proper generation of debug info for all OpenMP regions. Also, all OpenMP regions are generated in a termination scope, because standard does not allow to throw exceptions out of structured blocks, associated with the OpenMP regions Differential Revision: http://reviews.llvm.org/D7935" by Rafael Espindola · 11 years ago
- 7ab2cc1 [OPENMP] Improved code for generating debug info + generation of all OpenMP regions in termination scope by Alexey Bataev · 11 years ago
- 5779f84 [ms] Implement codegen for __leave. by Nico Weber · 11 years ago