]> granicus.if.org Git - clang/shortlog
clang
2015-09-08 John McCallMove BlockByrefHelpers back to CodeGenModule.h to placa...
2015-09-08 John McCallCompute and preserve alignment more faithfully in IR...
2015-09-08 Ted Kremenek[analyzer] Apply whitespace cleanups by Honggyu Kim.
2015-09-07 Simon Pilgrim[X86][SSE4A] Added SSE4A IR + assembly codegen builtin...
2015-09-06 Simon Pilgrim[X86][SSSE3] Added SSSE3 IR + assembly codegen builtin...
2015-09-06 Simon Pilgrim[X86]][SSE3] Added SSE41 IR + assembly codegen builtin...
2015-09-06 Alexandros... Refactoring of how ARMTargetInfo handles default target...
2015-09-06 Simon Pilgrim[X86]][SSE3] Added SSE3 IR + assembly codegen builtin...
2015-09-06 Simon Pilgrim[X86]][SSE42] Added SSE42 IR + assembly codegen builtin...
2015-09-05 Saleem AbdulrasoolIndex: expose visibility attribute
2015-09-04 George Burgess IVFix a bug in __builtin_object_size cast removal
2015-09-04 Reid KlecknerRelax partial-init test case for ARM
2015-09-04 Hal FinkelDon't crash on a self-alias declaration
2015-09-04 Richard SmithFix crash on invalid if we can't find a suitable PCH...
2015-09-04 Reid KlecknerDon't use unreachable as a placeholder, it confuses...
2015-09-04 George Burgess IVIncrease accuracy of __builtin_object_size.
2015-09-04 Hans WennborgDon't allow dllexport/import on static local variables
2015-09-04 Aaron BallmanFixing a bug where hasType(decl()) would fail to match...
2015-09-04 Ed SchoutenPut ext_implicit_lib_function_decl in ImplicitFunctionD...
2015-09-04 Alexey Bataev[OPENMP] Fix false diagnostic on instantiation-dependen...
2015-09-04 NAKAMURA Takumiclang/test/SemaCXX/sourceranges.cpp: Fix silly expressi...
2015-09-04 NAKAMURA Takumiclang/test/SemaCXX/sourceranges.cpp: Appease win32...
2015-09-04 Alexey Bataev[OPENMP] Fix for http://llvm.org/PR24674: assertion...
2015-09-04 Olivier GoffartFix the perentheses location when the constructor is...
2015-09-04 NAKAMURA TakumiFix a couple of \param(s) in r246815. [-Wdocumentation]
2015-09-04 Richard SmithCleanups, no functionality change.
2015-09-04 Alexey Bataev[X86-64] Allow additional register names in inline...
2015-09-04 Richard SmithFix a potential APInt memory leak when using __attribut...
2015-09-04 Eric ChristopherUntabify.
2015-09-03 Gabor Horvath[Static Analyzer] Remove sinks from nullability checks.
2015-09-03 Naomi MusgraveRefactored dtor sanitizing into EHScopeStack
2015-09-03 Dan Gohman[WebAssembly] Initial WebAssembly support in clang
2015-09-03 DeLesley HutchinsThread safety analysis: the NO_THREAD_SAFETY_ANALYSIS...
2015-09-03 Alexey SamsonovAdd target flag to clang-cl invocation in this test.
2015-09-03 Yaron KerenFix PR23472þ by emitting initialized variable and its...
2015-09-03 Alexey SamsonovAdd -target flag to Clang invocations in this test.
2015-09-03 Manuel Klimek[libclang] Return deduced type for auto type, not the...
2015-09-03 Alexandros... Implement ACLE 2.0 macros of chapters 6.4 and 6.5 for...
2015-09-03 Daniel Sanders[mips] Added support for choosing between traps and...
2015-09-03 Oliver Stannard[ARM] Allow passing/returning of __fp16 arguments
2015-09-03 Oliver StannardRevert 246755 as it breaks buildbots
2015-09-03 Alexey Bataev[OPENMP] Fix for http://llvm.org/PR24687: ICE on compil...
2015-09-03 Oliver Stannard[ARM] Allow passing/returning of __fp16 arguments
2015-09-03 Alexey Bataev[OPENMP 4.1] Codegen for extended format of 'if' clause.
2015-09-03 Alexey Bataev[OPENMP 4.1] Parsing/sema analysis for extended format...
2015-09-02 Douglas KatzmanRemove inadvertent debug output from prior change.
2015-09-02 Douglas KatzmanUse new utility function to clean leading junk from...
2015-09-02 Anton Yartsev[analyzer] Refactoring: bring together scan-build optio...
2015-09-02 Eric ChristopherMigrate the target attribute parsing code to returning...
2015-09-02 Sean Silva[modules] Tighten up this test a bit.
2015-09-02 Eric ChristopherUpdate comment for AdditionalMembers with a note to...
2015-09-02 Ivan KrasinDo not include default sanitizer blacklists into -M...
2015-09-02 Sanjay Pateladd __builtin_unpredictable and convert to metadata
2015-09-02 Richard Smith[modules] Don't waste time reading in the names the...
2015-09-02 David Majnemer[MS ABI] Number unnamed TagDecls which aren't externall...
2015-09-02 Benjamin Kramer[OpenMP] Make helper functoin static. NFC.
2015-09-02 Douglas Katzman[Shave]: pass through more clang options to moviCompile
2015-09-02 Douglas Katzman[Sparc]: GCCInstallationDetector should not care if...
2015-09-02 Aaron BallmanSilence a -Wsign-compare warning; NFC.
2015-09-02 Vedant Kumar[Sema] Avoid crash on tag-type mismatch (Fixes PR24610)
2015-09-02 Eric ChristopherMigrate the target attribute parsing code into an exten...
2015-09-01 Hubert TongFix assertion failure in TransformOpaqueValueExpr
2015-09-01 Eric ChristopherRevert "Migrate the target attribute parsing code into...
2015-09-01 Eric ChristopherMigrate the target attribute parsing code into an exten...
2015-09-01 Eric ChristopherUse hasAttr, not getAttr if we're just checking for...
2015-09-01 David Majnemer[MS ABI] Switch to the CRC implementation in LLVM
2015-09-01 Nico WeberMake trunk release notes point to 3.7, not 3.6
2015-09-01 Richard SmithRe-commit r246497 (and dependent changes r246524 and...
2015-09-01 Eli BenderskyFix typo in test
2015-09-01 Eric ChristopherPull initFeatureMap out of line now that it's used...
2015-09-01 Aaron BallmanAdd a new frontend warning for referencing members...
2015-09-01 Aaron BallmanReverting r246497 (which requires also reverting r24652...
2015-09-01 Richard Smith[modules] When emitting line tables, only emit filename...
2015-09-01 Richard SmithDon't use fprintf to emit this diagnostic!
2015-09-01 Richard SmithUse a more appropriate way of writing 1.
2015-09-01 David Majnemer[MS ABI] Cleanup get*ForUnnamedTagDecl
2015-09-01 Richard Smith[modules] Preserve DeclID order when merging lookup...
2015-09-01 Yaron KerenFix path seperator for Windows.
2015-08-31 Hal Finkel[PowerPC] Support __builtin_ppc_get_timebase
2015-08-31 Eric ChristopherRevert "Pull the target attribute parsing out of CGCall...
2015-08-31 Richard Smith[modules] Add some missing blockinfo records.
2015-08-31 Richard Smith[modules] Rework serialized DeclContext lookup table...
2015-08-31 Hans WennborgFix CHECK directives that weren't checking.
2015-08-31 Gabor HorvathRevert r246345 until an assertion is fixed.
2015-08-31 Rafael EspindolaStop hardcoding GCC paths in crt/ld.so lookup.
2015-08-31 David Majnemer[MS ABI] Correctly mangle classes without names for...
2015-08-31 Eric ChristopherPull the target attribute parsing out of CGCall and...
2015-08-31 Eric ChristopherPull out the ppc incompatible features check into a...
2015-08-31 Jingyue Wu[CUDA] fix codegen for __nvvm_atom_min/max_gen_u*
2015-08-31 Benjamin Kramer[OpenMP] base specific_clause_iterator on iterator_adap...
2015-08-31 Andrey BokhankoPR17829: Proper diagnostic of mangled names conflicts
2015-08-31 Igor BregerAVX-512: Changed cnt parameter in valignq/d intrinsic...
2015-08-31 Alexey Bataev[OPENMP 4.0] Codegen for array sections.
2015-08-30 Alexey Bader[OpenCL] Improve diagnostics detecting implicit vector...
2015-08-30 Yaron KerenFix test for Release builds, the label form is <label...
2015-08-30 Yaron KerenMake test resistant to false matches of numbered (unnam...
2015-08-30 Benjamin Kramer[OpenMP] Make the filetered clause iterator a real...
2015-08-30 Chandler CarruthUpdate for several APIs in LLVM that now use StringRefs...
2015-08-30 Chandler CarruthUpdate for API change in LLVM: ARMTargetParser class...
2015-08-29 Simon Pilgrim[X86] Reapplied r246204, r246206, r246211, r246223
next