]> granicus.if.org Git - clang/shortlog
clang
2015-06-18 Daniel Jasperclang-format: Make AlwaysBreakBeforeMultilineStrings...
2015-06-18 Alexey Bataev[OPENMP] Add support for 'omp for simd' directive.
2015-06-18 Alexey Samsonov[Driver] Remove unused class member. NFC.
2015-06-18 Alexey Samsonov[Driver] Simplify code choosing between MacOS and iOS...
2015-06-17 Anton Yartsev[analyzer] Cleanup: $Status is always 0 here.
2015-06-17 Anton Yartsev[analyzer] Close file handle before output to file...
2015-06-17 Richard Smith[modules] Ensure that if we merge the definitions of...
2015-06-17 Alexey Samsonov[Driver] Add an assert to Darwin::isTargetMacOS() for...
2015-06-17 Alexey SamsonovRevert "[Sanitizers] Provide better diagnostic for...
2015-06-17 Richard Smith[modules] Fix typo in default argument merging.
2015-06-17 Alexey Samsonov[Sanitizers] Provide better diagnostic for sanitizers...
2015-06-17 David MajnemerUpdate clang to take into account the changes to person...
2015-06-17 Richard Smith[modules] If we merge a template, also track that its...
2015-06-17 Richard Smith[modules] Improve diagnostic for a template-id that...
2015-06-17 Ranjeet Singh[ARM] Replace hard coded metadata arguments in tests...
2015-06-17 Peter CollingbourneCodeGen: Factor out some of the bitset entry creation...
2015-06-17 Eric ChristopherMove xtest to its own file to match the gcc header...
2015-06-17 Eric ChristopherUpdate comments on HLE, RTM, and ADX support for intrin...
2015-06-17 Reid Kleckner[fixit] Use overwriteChangedFiles() to deal with Window...
2015-06-17 Daniel Jasperclang-format: clang-format (NFC)
2015-06-17 Alexander KornienkoQualify all types used in AST matcher macros.
2015-06-17 Daniel Jasperclang-format: Don't generate unnecessary replacements...
2015-06-17 NAKAMURA TakumiFix clang/test/Headers/x86intrin-2.c. _readfsbase_u32...
2015-06-17 Alexey Bataev[OPENMP] Fixed failed test for reduction clause in...
2015-06-17 Daniel Jasperclang-format: [JS] Don't put top-level typescript enums...
2015-06-17 Daniel Jasperclang-format: [JS] Fix typescript enum formatting.
2015-06-17 Daniel Jasperclang-format: NFC. Add a function to test whether an...
2015-06-17 Alexey Bataev[OPENMP] Code reformatting for omp simd codegen, NFC.
2015-06-17 Eric ChristopherUpdate the intel intrinsic headers to use the target...
2015-06-17 Eric ChristopherUse a define for per-file function attributes for the...
2015-06-17 Alexey Bataev[OPENMP] Supported reduction clause in omp simd construct.
2015-06-17 Saleem Abdulrasoolparser: wordsmith diagnostic message
2015-06-17 Saleem AbdulrasoolBasic: tweak whitespace in Attr.td
2015-06-17 Sean Silva[.gitignore] ignore vim swap files harder
2015-06-16 Rafael EspindolaUpdate for llvm api change.
2015-06-16 Richard Smith[modules] Fix merging of default template arguments...
2015-06-16 Douglas GregorHonor the objc_runtime_name attribute when encoding...
2015-06-16 Philip ReamesAdjust clang side tests effected by 239795 before reapp...
2015-06-16 Saleem Abdulrasoolparser: diagnose empty attribute blocks
2015-06-16 Douglas KatzmanRemove duplicated alteration to getProgramPaths().
2015-06-16 Douglas KatzmanIf/else looks nicer when both branches have (or don...
2015-06-16 Colin LeMahieu[Hexagon] unused-local-typedef warning test is passing.
2015-06-16 Ulrich Weigand[SystemZ] Mangle long double as __float128
2015-06-16 Toma Tabacu[mips] Don't propagate -mfpxx by default if soft/single...
2015-06-16 Daniel JasperAvoid using set::emplace as it is apparently not suppor...
2015-06-16 Alexey Bataev[OPENMP] Support lastprivate clause in omp simd directive.
2015-06-16 Daniel SandersRecommit r239721: Replace string GNU Triples with llvm...
2015-06-16 Alexey Bataev[OPENMP] Remove last iteration separation for loop...
2015-06-16 Daniel JasperTooling: When applying a set of replacements, do deleti...
2015-06-16 Justin BognerInstrProf: Fix coverage mapping when "if" is a macro
2015-06-16 Richard Smith[modules] Rename -fmodule-maps to -fimplicit-module...
2015-06-16 Richard SmithCommit some test changes somehow missed in r239789.
2015-06-16 Richard Smith[modules] Simplify -cc1 interface for enabling implicit...
2015-06-15 Richard Smith[modules] Remove non-functional driver options -f[no...
2015-06-15 Samuel AntaoAccording to the OpenMP spec, all the preprocessor...
2015-06-15 Richard Smith[modules] Re-enable accidentally-disabled test.
2015-06-15 Eric ChristopherUse a macro for the omnipresent attributes on header...
2015-06-15 Adrian PrantlDebug Info: Turn on ODR type uniquing for (the C++...
2015-06-15 Reid KlecknerFix submodule test to pass on content addressable files...
2015-06-15 Peter CollingbourneProtection against stack-based memory corruption errors...
2015-06-15 Saleem Abdulrasoolparser: improve diagnostics for MS attributes
2015-06-15 Reid KlecknerWildcard out some SSA value names from the ACLE intrins...
2015-06-15 James Y Knight[Sparc] Make soft-float emit an error.
2015-06-15 Richard Smith[modules] Better support for redefinitions of an entity...
2015-06-15 Luke CheesemanThis patch implements clang support for the ACLE specia...
2015-06-15 Daniel Jasperclang-format: NFC. Move testing of selective formatting...
2015-06-15 Douglas KatzmanFix spelling in comment.
2015-06-15 Daniel SandersRevert r239721 - Replace string GNU Triples with llvm...
2015-06-15 Daniel Jasperclang-format: [JS] Tweak behavior for multiline array...
2015-06-15 Daniel SandersReplace string GNU Triples with llvm::Triple in InitMCO...
2015-06-15 Devin Coughlin[analyzer] Remove ObjCContainersChecker size informatio...
2015-06-14 Michael KupersteinAdd test for parsing the XOR operator in Intel syntax...
2015-06-14 Daniel Jasperclang-format: [JS] Fix corner case in template string...
2015-06-13 Ed SchoutenAdd some basic support for CloudABI on i686.
2015-06-13 Rafael EspindolaDon't use std::errc.
2015-06-13 Rafael EspindolaUpdate for llvm api change.
2015-06-13 Eric FiselierAdd `-verify-ignore-unexpected` option to ignore unexpe...
2015-06-13 Hans WennborgRevert r239213: "clang-cl: Implement /GL in terms of...
2015-06-13 Saleem Abdulrasooldocs: grammar adjustments in clang manpage
2015-06-13 Ahmed Bougacha[CodeGen] Don't evaluate immediate inlineasm arguments...
2015-06-12 Alexey Samsonov[CodeGen] Use IRBuilder to create llvm.lifetime intrinsics.
2015-06-12 Hans Wennborg[ms] Don't try to delay lookup for failures in SFINAE...
2015-06-12 Alexey Samsonov[CGCall] Fix potential invalid iterator decrement in...
2015-06-12 Eric ChristopherQuote the user provided string in the warning message...
2015-06-12 Tim NorthoverDriver: only set -mlinker-version based on host if...
2015-06-12 David Majnemer[MS ABI] Lock-in the derived memptr rep. for base-to...
2015-06-12 Gabor BallabasAllow case-insensitive values for -mcpu for AArch64...
2015-06-12 Greg BedwellUse Clang version numbers for the Windows VERSIONINFO...
2015-06-12 Luke CheesemanThis patch makes the NEON intrinsics vget_lane_f16...
2015-06-12 Sylvestre Ledruscan-build: Remove useless whitespace in File path
2015-06-12 Douglas KatzmanAllow ToolChain to decide if Clang is not the right...
2015-06-12 Benjamin Kramerpush_back() loop -> append() for random access iterators.
2015-06-12 Benjamin Kramer[clang-format] Use in-class initializers to simplify...
2015-06-12 Benjamin Kramer[clang-format] Reorder and pack ParenState members...
2015-06-12 Benjamin Kramer[clang-format] Hoist vector allocation out of loop...
2015-06-12 Daniel Jasperclang-format: Always add space before lambda-{
2015-06-12 Daniel Jasperclang-format: Understand C-style case in case label.
2015-06-12 Daniel Jasperclang-format: [JS] Support "export enum" declarations.
2015-06-12 Daniel Jasperclang-format: [JS] Add tests to ensure clang-format...
2015-06-12 Daniel Jasperclang-format: [JS] Fix regression caused by r239592.
next