]> granicus.if.org Git - clang/history - lib
Add support for /Ob1 and -finline-hint-functions flags
[clang] / lib /
2016-06-22 Hans WennborgAdd support for /Ob1 and -finline-hint-functions flags
2016-06-22 Hans WennborgWiden EHScope::ClenupBitFields::FixupDepth to avoid...
2016-06-22 Yaxun Liu[OpenCL] Use function metadata to represent kernel...
2016-06-22 Martin Probstclang-format: [JS] Do not break before 'as'.
2016-06-22 Michael Zuckerman[Clang][bmi][intrinsics] Adding _mm_tzcnt_64 _mm_tzcnt_...
2016-06-22 Craig Topper[AVX512] Use a __v8hi vector inside of _mm_setzero_hi...
2016-06-22 Craig Topper[AVX512] Fix _mm_setzero_di to not require avx512vl...
2016-06-22 Craig Topper[AVX512] Add missing typecasts to intrinsics.
2016-06-22 Craig Topper[AVX512] Replace masked integer cmp and ucmp builtins...
2016-06-22 Devin Coughlin[analyzer] Teach trackNullOrUndefValue() about class...
2016-06-21 Rafael EspindolaDelete dead code.
2016-06-21 Pirama Arumuga NainarEmit the DWARF tag for the RenderScript language
2016-06-21 Eric LiuTrying to fix a buffer overflow that broke buildbot...
2016-06-21 Tim ShenRe-commit "[Temporary] Add an ExprWithCleanups for...
2016-06-21 Richard SmithRefactor scope building in JumpDiagnostics for simplici...
2016-06-21 Reid KlecknerRevert "[MS] Don't expect vftables to be provided for...
2016-06-21 Rafael EspindolaDelete dead code.
2016-06-21 Dehao ChenInvoke PruneEH pass before Sample Profile pass.
2016-06-21 Reid Kleckner[MS] Don't expect vftables to be provided for extern...
2016-06-21 Eric LiuAdded calculateRangesAfterReplaments() to calculate...
2016-06-21 Daniel Jasperclang-format: [JS] Add a Closure Compiler JSDoc tags...
2016-06-21 Evandro Menezes[AArch64] Change the preferred alignment for char and...
2016-06-21 Craig Topper[AVX512] Move the 128-bit and 256-bit lzcnt intrinsics...
2016-06-21 David Majnemer[CodeGen] Do not run initializers for imported variables
2016-06-20 Rafael EspindolaAdd a ENABLE_X86_RELAX_RELOCATIONS cmake option.
2016-06-20 Easwaran RamanRemove MaxFunctionCount module flag annotation.
2016-06-20 Daniel Jasperclang-format: [Proto] Fix "import public" after r273179.
2016-06-20 Erik Pilkington[Sema] Only define function as move assignment when...
2016-06-20 Yaxun Liu[OpenCL] Include opencl-c.h by default as a clang module
2016-06-20 Daniel Jasperclang-format: [Proto] Don't do bad things if imports...
2016-06-20 Matt ArsenaultUpdate for DiagnosticInfoStackSize changes
2016-06-20 Vassil Vassilev[modules] Allow emission of update records for predefin...
2016-06-20 Andrey Turetskiy[X86] Add -mno-iamcu option.
2016-06-18 Zvi Rackover[X86] _MM_ALIGN16 attribute support for non-windows...
2016-06-17 Reid Kleckner[MS] Put member pointer representation flags in our...
2016-06-17 Vedant Kumar[Coverage] Adopt llvm::coverage::encodeFilenamesAndRawM...
2016-06-17 Jan VeselyNVPTX: Add supported CL features
2016-06-17 David Majnemer[CodeGen] Use pointer-sized integers for ptrtoint sources
2016-06-17 Saleem AbdulrasoolDriver: introduce and use `-isystem-after` for cross...
2016-06-17 Yaxun Liu[OpenCL] Allow -std={cl|CL}{|1.1|1.2|2.0} in driver
2016-06-17 Bryan Chan[Driver] Adapt Linux::GCCVersion::Parse to match GCC...
2016-06-17 Reid Kleckner[codeview] Stop emitting fully qualified subprogram...
2016-06-17 Simon Pilgrim[X86][SSE4A] Use native IR for mask movntsd/movntss...
2016-06-17 Jan VeselyAMDGPU: Fix supported CL features
2016-06-17 Ranjeet Singh[ARM] Add mrrc/mrrc2 intrinsics and update existing...
2016-06-17 Saleem AbdulrasoolHeaders: wordsmith error message
2016-06-16 George Burgess IV[CodeGen] Fix a segfault caused by pass_object_size.
2016-06-16 Olivier GoffartFix a few issues while skipping function bodies
2016-06-16 Olivier GoffartKeep invalid functions as part of the AST
2016-06-16 Olivier GoffartFunctions declared in a scope should not hide previous...
2016-06-16 Reid Kleckner[DebugInfo] Put the vftable index in the debug info
2016-06-16 Sanjay Patel[x86] generate IR for AVX2 integer min/max builtins
2016-06-16 Samuel AntaoRe-apply r272900 - [OpenMP] Cast captures by copy when...
2016-06-16 Samuel AntaoRevert r272900 - [OpenMP] Cast captures by copy when...
2016-06-16 Samuel Antao[OpenMP] Cast captures by copy when passed to fork...
2016-06-16 Marcin Koscielnicki[Builtin] Make __builtin_thread_pointer target-independent.
2016-06-16 Andrey TuretskiyCompilation for Intel MCU (Part 3/3)
2016-06-16 Andrey TuretskiyCompilation for Intel MCU (Part 2/3)
2016-06-16 George Burgess IV[Lex] Try to fix a 'comparison is always false' warning...
2016-06-16 Reid Kleckner[DebugInfo] Enable generation of unique identifiers...
2016-06-16 Paul RobinsonAllow 'nodebug' on local variables.
2016-06-15 Justin Lebar[CUDA] Don't pass top-level -march down to device cc1...
2016-06-15 Evgeniy StepanovFix linking of DFSan + coverage.
2016-06-15 Sanjay Patel[x86] translate SSE packed FP comparison builtins to IR
2016-06-15 Etienne BergeronAdd support to clang-cl driver for /GS switch
2016-06-15 Sanjay Patel[x86] generate IR for SSE integer min/max builtins
2016-06-15 Chris Dewhurst[Sparc] setjmp and longjmp intrinsic support update...
2016-06-15 Ranjeet SinghReverting r272777 because one of the tests
2016-06-15 Benjamin KramerApply some suggestions from clang-tidy's performance...
2016-06-15 John BrawnDon't use static variables in LambdaCapture
2016-06-15 Craig Topper[AVX512] Use native IR for mask pcmpeq/pcmpgt intrinsics.
2016-06-15 Chris Dewhurst[Sparc] Change to let clang know that setjmp and longjm...
2016-06-15 Ranjeet Singh[ARM] Add mrrc/mrrc2 intrinsics and update existing...
2016-06-15 Alexey BataevRevert accidential "[MSVC] Late parsing of in-class...
2016-06-15 Alexey Bataev[OPENMP] Fix crash for 'schedule|dist_schedule' clauses...
2016-06-15 Alexey Bataev[MSVC] Late parsing of in-class defined member function...
2016-06-15 Nick LewyckyAdd a "declared 'nonnull' here" note to warnings where...
2016-06-15 Saleem AbdulrasoolHeaders: tweak for MSVC[<1800]
2016-06-14 Evgeniy StepanovFix sanitizer coverage support in the win32 driver.
2016-06-14 Yaxun Liu[OpenCL] Enable -fblocks by default for OpenCL 2.0...
2016-06-14 Evgeniy Stepanov[sanitizer] Allow sanitize coverage w/o sanitizers.
2016-06-14 Peter CollingbourneUpdate clang for D20348
2016-06-14 Hans Wennborgs/Intrin.h/intrin.h/, trying to fix the build after...
2016-06-14 Nico WeberRename Intrin.h to intrin.h, that's how all the documen...
2016-06-14 Eric Liu[clang-format] do not add existing includes.
2016-06-14 Daniel Jasperclang-format: [JS] Fix failing format with TypeScript...
2016-06-14 Michael Zuckerman[Clang][avx512][Intrinsics] adding prefetch gather...
2016-06-14 Rafael EspindolaStart adding support for Musl.
2016-06-14 Michael Zuckerman[Clang][AVX512][intrinsics] Adding missing intrinsics...
2016-06-14 Adam NemetAdd loop pragma for Loop Distribution
2016-06-14 Daniel Jasperclang-format: [JS] Support annotated classes.
2016-06-14 Roger Ferrer IbanezReverting "Warn when taking address of a packed member"
2016-06-14 Daniel Sanders[mips] Defer validity check for CPU/ABI pairs and impro...
2016-06-14 Faisal ValiFix PR28100 - Allow redeclarations of deleted explicit...
2016-06-14 David Majnemer[Parser] Handle __pragma(pack, etc. after type definitions
2016-06-14 Serge PavlovDetect recursive default argument definition
2016-06-14 Richard SmithRemove nonsense and simplify. To forward a reference...
2016-06-13 Taewook OhPatch for r272584 (http://reviews.llvm.org/rL272584...
2016-06-13 Erik Pilkington[Parser] Only correct delayed typos when needed
2016-06-13 Taewook OhUse the name of the file on disk to issue a new diagnos...
next