]> granicus.if.org Git - clang/shortlog
clang
2014-04-15 Chandler Carruth[Allocator] Make the ContentCache object actually carry...
2014-04-15 Justin BognerCodeGen: Emit warnings for out of date profile data...
2014-04-15 Justin BognerCodeGen: Remove a comment that isn't in the right place
2014-04-15 Richard SmithMove comment back to being next to the thing it's descr...
2014-04-15 Justin BognerAST: Respect alignment attributes on typedef'd arrays
2014-04-15 Quentin Colombet[ARM64] Update tests to reflect the change of the defau...
2014-04-15 Ben LangmuirHonour -ivfsoverlay in ASTUnit to match clang
2014-04-15 Eli BenderskyReplace push_back()s by initializer list for shorter...
2014-04-15 Eli BenderskyAdd test case for r206302
2014-04-15 Eli BenderskyAdd support for CUDA __launch_bounds__ attribute to...
2014-04-15 Duncan P. N... verify-di: Call debug info verifier from clang
2014-04-15 Alp TokerFix a comment to match the implementation
2014-04-15 Tim NorthoverARM64: track alignment padding registers on AAPCS targets
2014-04-15 Alexander KornienkoFix assertion when breaking string literals with tab...
2014-04-15 NAKAMURA TakumiMark clang/test/Index/pch-with-errors.c as XFAIL:mingw...
2014-04-15 Fraser CormackAllow address space qualifiers on OpenCL array parameters
2014-04-15 Nikola SmiljanicPR19178 __is_constructible returns true for abstract...
2014-04-15 Daniel Jasperclang-format: Understand proto text format without...
2014-04-15 Daniel Jasperx
2014-04-15 Fraser CormackTest commit: minor formatting
2014-04-15 Daniel Jasperclang-format: Basic support for C++1y.
2014-04-15 Daniel Jasperclang-format: Early cut-off for inlining nested blocks.
2014-04-15 Daniel Jasperclang-format: Cache results of formatting nested blocks.
2014-04-15 David MajnemerAST: Elaborated type specifier mangling occurs before...
2014-04-15 Aaron BallmanPartial revert of r206229, to get the build bots green...
2014-04-15 Richard TrieuFix typo from r206232
2014-04-15 Richard TrieuFix a bad interaction between -Wtautological-overlap...
2014-04-15 Justin BognerCodeGen: Handle CapturedStmt in instrumentation based...
2014-04-15 Aaron BallmanFixing a typo, updating the diagnostic wording and...
2014-04-15 Quentin Colombet[Driver][ARM64] Make sure the default CPU is passed...
2014-04-14 Reid KlecknerFix warning in ms-x86-vtordisp test case
2014-04-14 Richard SmithEnsure we evaluate VLA bounds if a variably-modified...
2014-04-14 Nick LewyckyMake sure these two files are distinct, or else the...
2014-04-14 Ben LangmuirAdd module name and module map file to -module-file...
2014-04-14 Richard SmithPR19415: Converting 'constexpr' to 'const' in a non...
2014-04-14 Richard SmithPR19411: Walk lexical parents, not semantic parents...
2014-04-14 Ben LangmuirFix find command in test/Modules/prune.m broken by...
2014-04-14 Ben LangmuirAdd clang:: qualifier back to Module
2014-04-14 Ben LangmuirAllow multiple modules with the same name to coexist...
2014-04-14 Aaron BallmanProperly diagnose Microsoft __declspec attributes which...
2014-04-14 Justin BognerOnDiskHashTable: Make the iterable version separate.
2014-04-14 Justin BognerOnDiskHashTable: clang-format and consistent naming
2014-04-14 Aaron BallmanProperly diagnose standard C++ attributes which have...
2014-04-14 Samuel BenzaquenAdd support for named values in the parser.
2014-04-14 Daniel Jasperclang-format: Fix regression caused by r206165.
2014-04-14 Daniel Jasperclang-format: Fix incorrect &&-detection in macros.
2014-04-14 Daniel Jasperclang-format: Improve array literal formatting fix...
2014-04-14 Daniel Jasperclang-format: With ColumnLimit=0, keep short array...
2014-04-14 Daniel Jasperclang-format: Don't allow hanging indentation for opera...
2014-04-14 Manuel KlimekFormat code around VCS conflict markers.
2014-04-14 Daniel Jasperclang-format: Improve formatting of annotated variables.
2014-04-13 Serge PavlovImprove error recovery around colon.
2014-04-13 Logan ChienFix diagnostics for C-style cast to function type.
2014-04-13 David MajnemerMS ABI: Bitfields FielDecls only align if they allocate
2014-04-13 Richard SmithPR19339: Disambiguate lambdas with init-captures from...
2014-04-13 David Majnemer[-fms-extensions] Add tests for __FUNCDNAME__
2014-04-13 David MajnemerMS ABI: #pragma vtordisp(0) only disables new vtordisps
2014-04-13 Richard SmithTests for DR501-525.
2014-04-12 Benjamin KramerReplace llvm::array_endof with C++11's std::end.
2014-04-12 Hal FinkelFix test/Modules/cxx-irgen.cpp for PPC64
2014-04-12 Yunzhong GaoAdd description about the __is_identifier() macro
2014-04-12 Justin BognerCodeGen: Test instrumentation based profiling of templates
2014-04-12 Warren Hunt[MS-ABI] Fix warning introduced in r206087
2014-04-11 Adrian PrantlFollow-up to r205999: Emit an artificial location ...
2014-04-11 Warren Hunt[MS-ABI] Fixed alias-avoidance padding in the presence...
2014-04-11 Justin BognerCodeGen: Fix handling of C++11 lambdas in profiling
2014-04-11 Warren Hunt[MS-ABI] Update to vtordisp computation
2014-04-11 Yunzhong GaoAdd a test to distinguish between reserved tokens and...
2014-04-11 Bob Wilson[PGO] Change MapRegionCounters to be a RecursiveASTVisitor.
2014-04-11 Reid KlecknerSimplify RecordLayoutBuilder with getAsCXXRecordDecl()
2014-04-11 Manuel KlimekCorrectly handle escaped newlines when the next token...
2014-04-11 Daniel JasperAdd -fmodules-strict-decluse to check that all headers...
2014-04-11 Justin BognerCodeGen: Handle binary conditional operators in PGO...
2014-04-11 Adrian PrantlCleanup: Add default arguments to CodeGenFunction:...
2014-04-11 Richard SmithFix handling of redeclaration lookup for using declarat...
2014-04-11 Warren Hunt[MS-ABI] Update Comments in RecordLayoutBuilder - no...
2014-04-11 Duncan P. N... Switch from constexpr to const char *const
2014-04-11 Warren Hunt[MS-ABI] Update virtual base padding rules to match...
2014-04-10 Duncan P. N... InstrProf: Rename Decl parameters from S to D
2014-04-10 Duncan P. N... InstrProf: Read unsigned numbers with strtoul and strtoull
2014-04-10 Warren Hunt[MS-ABI] Fix to vbptr injection site calculation.
2014-04-10 Adrian PrantlDebug info: (Bugfix) Make sure artificial functions...
2014-04-10 Reid KlecknerUpdate Clang for LLVM split stack API changes in r205997
2014-04-10 Warren Hunt[MS-ABI] Fixed __declspec(align()) on bitfields under...
2014-04-10 Reid Klecknerinalloca: Pad the struct *after* inserting each arg
2014-04-10 Justin BognerCodeGen: Move PGO initialization into Release()
2014-04-10 Aaron BallmanSome minor improvements to the thread safety intermedia...
2014-04-10 Ben LangmuirWhen module umbrellas change, rebuild them
2014-04-10 David MajnemerCodeGen: Clean up CommonLinkage calculation
2014-04-10 Christian PirkerARM: Add command line option to select big or little...
2014-04-10 Christian PirkerAArch64: Add command line option to select big or littl...
2014-04-10 Richard Sandiford[SystemZ] Don't indent SystemZTargetInfo relative to...
2014-04-10 Daniel Jasperclang-format: Fix false positive in braced list detecti...
2014-04-10 Eric ChristopherAdd global static variables for anonymous union fields...
2014-04-10 Reid KlecknerAvoid crashing when failing to emit a thunk
2014-04-10 Reid KlecknerFix the build with LLVM_DELETED_FUNCTION instead of...
2014-04-10 David MajnemerRemove Unicode introduced in r205943
2014-04-10 David MajnemerAST: Implement proposal for dependent elaborated type...
2014-04-10 Ben LangmuirMove search for header in umbrella directories into...
2014-04-09 DeLesley HutchinsThread Safety Analysis: reorganized SExpr header files...
next