platform/upstream/llvm.git
2012-11-06 Howard HinnantDimitry Andric: Silence some warnings in <locale>.
2012-11-06 Howard HinnantEnable the tuple interface of pair in C++03 mode.
2012-11-06 Howard HinnantUpdate instructions for building and using libc++ on...
2012-11-06 Argyrios Kyrtzidis[libclang] Add some comments about the version constant...
2012-11-06 Nadav RotemCostModel: add another known vector trunc optimization.
2012-11-06 Eli FriedmanFix a silly mistake in r167437.
2012-11-06 Howard HinnantProvide a way to disable use of extern templates in...
2012-11-06 NAKAMURA Takumiclang/test/Driver/fsanitize.c: Speculative fix to impro...
2012-11-06 Argyrios Kyrtzidis[c-index-test] When building with BUILD_CLANG_ONLY...
2012-11-06 Douglas GregorRemove C++11-isms I just introduced in r167482
2012-11-06 Douglas GregorIntroduce inferred framework modules into the module...
2012-11-06 Michael HanTeach Clang parser to reject C++11 attributes that...
2012-11-06 Nadav RotemCost Model: add tables for some avx type-conversion...
2012-11-06 Richard SmithUpdates to user's manual and release notes for -fsaniti...
2012-11-06 Argyrios Kyrtzidis[c-index-test] When building with BUILD_CLANG_ONLY...
2012-11-06 Andrew KaylorFix build error from previous commit.
2012-11-06 Manman RenCleanup: 80-column violation
2012-11-06 Andrew KaylorAdd interface for object-based JIT events.
2012-11-06 Greg ClaytonAdded unnamed bitfields to our bitfield test.
2012-11-06 Chad RosierUse the -fsanitize=thread flag to unbreak buildbot.
2012-11-06 Greg ClaytonMake sure to check the module is valid after trying...
2012-11-06 Manuel KlimekAdd unit tests for source locations of AST nodes.
2012-11-06 Fariborz JahanianModern objective-C translator: Start adding line info...
2012-11-06 Daniel DunbarBasic: Windows doesn't define S_IFIFO.
2012-11-06 Daniel DunbarMemoryBuffer: Windows doesn't define S_IFIFO.
2012-11-06 Dmitry Vyukovtsan: slightly relax requirements for lazy shadow memor...
2012-11-06 Alexey SamsonovUse -fsanitize= flag in docs for ASan/TSan
2012-11-06 Dmitry Vyukovtsan: lazily allocate shadow for Go
2012-11-06 Dmitry Vyukovtsan: fix debug output
2012-11-06 Dmitry Vyukovtsan: better diagnostics for failed mmap()
2012-11-06 Alexey SamsonovFollow-up for r167411 to un-break ASan on Mac. Move...
2012-11-06 Alexey Samsonovdocs: use code font for console commands in phabricator...
2012-11-06 Dmitry Vyukovtsan: fix compiler warning
2012-11-06 Dmitry Vyukovtsan: windows platform support
2012-11-06 Dmitry Vyukovtsan: update script to support windows
2012-11-06 Dmitry Vyukovtsan: add shadow mapping for windows
2012-11-06 Dmitry Vyukovtsan: add missing function for windows
2012-11-06 Dmitry Vyukovtsan: fix constant types
2012-11-06 Dmitry Vyukovtsan: windows: less includes, better diagnostics for...
2012-11-06 Dmitry Vyukovtsan: don't release disabled clocks
2012-11-06 Dmitry Vyukovtsan: define missing compier macros for windows
2012-11-06 Dmitry Vyukovtsan: fix non-msvc windows build
2012-11-06 Dmitry Vyukovtasn: improve sanitizer_internal_defs.h
2012-11-06 Dmitry Vyukovtsan: fix windows build
2012-11-06 Dmitry Vyukovtsan: fix Go build
2012-11-06 Michael LiaoRemove tailing whitespaces
2012-11-06 Andrew Trickmisched: TargetSchedule interface for machine resources.
2012-11-06 Andrew Trickmisched: Rename RemainingCount to avoid confusion with...
2012-11-06 Ted KremenekRemove completely irrelevant code from USR generation.
2012-11-06 Nico WeberDelete an outdated comment.
2012-11-06 Manman RenARM byval: when type alignment is bigger than ABI align...
2012-11-06 Anna Zaks[analyzer] Add symbol escapes logic to the SimpleStream...
2012-11-06 Anna Zaks[analyzer] Remove isWithinInlined. It's been replaced...
2012-11-06 Eli FriedmanPropagate CharUnits through CGObjCMac.cpp.
2012-11-06 Eli FriedmanMinor fix to ObjC layout bitmap metadata. Found while...
2012-11-06 Andrew TrickScheduleDAG interface. Added OrderKind to distinguish...
2012-11-06 Richard SmithUpdate compiler-rt tests to match flag renaming/depreca...
2012-11-06 Richard SmithClassify the INT_MIN/-1 check as -fsanitize=signed...
2012-11-06 Argyrios Kyrtzidis[c-index-test] Do install c-index-test because it's...
2012-11-06 Eli FriedmanPropagate CharUnits into ObjC CodeGen. No intended...
2012-11-06 Jim InghamAdd a workaround to problems with the clang debug info for
2012-11-06 Richard SmithPer discussion on cfe-commits, treat -faddress-sanitizer,
2012-11-06 Argyrios Kyrtzidis[PCH] Take into account the 'include' source location...
2012-11-06 Argyrios Kyrtzidis[PCH] Write out the ClassTemplateDecl::Common::Injected...
2012-11-06 Greg Clayton<rdar://problem/12582031>
2012-11-05 Douglas GregorHave the parser initialize Sema before it consumes...
2012-11-05 Nadav RotemRefactor the getTypeLegalizationCost interface. No...
2012-11-05 Nadav RotemCostModel: Add tables for the common x86 compares.
2012-11-05 Douglas GregorSplit the instrinsic header wmmintrin.h into AES and...
2012-11-05 Daniel DunbarFrontend: Add support for reading named pipes as the...
2012-11-05 Nico WeberDelete comment I forgot to delete in my last change.
2012-11-05 Nico WeberUse Richard's BE_THE_HEADER trick to simplify a test...
2012-11-05 Manman RenARM byval: when type alignment is bigger than ABI align...
2012-11-05 Richard SmithUse the individual -fsanitize=<...> arguments to contro...
2012-11-05 Nadav RotemCode Model: Improve the accuracy of the zext/sext/trunc...
2012-11-05 Richard SmithAdd -fsanitize=<sanitizers> argument to driver and...
2012-11-05 Richard SmithSuppress signed/unsigned comparison warning.
2012-11-05 Kevin EnderbyFix for PR14264 cause by commit r167237 which did not...
2012-11-05 Daniel DunbarMemoryBuffer: Support reading named pipes in getFile().
2012-11-05 Richard SmithRename LangOptions members for address sanitizer and...
2012-11-05 Nadav RotemCost Model: Normalize the insert/extract index when...
2012-11-05 Nadav RotemCost Model: teach the cost model about expanding integers.
2012-11-05 Andrew KaylorAdd a method to indicate section address re-assignment...
2012-11-05 Douglas GregorFix module map for SSE4a builtins
2012-11-05 Douglas GregorMake cpuid.h actually work with -std=c99 <rdar://proble...
2012-11-05 Douglas GregorHash the various compiler version, target, preprocessor...
2012-11-05 Ulrich WeigandOn PowerPC64, integer return values (as well as argumen...
2012-11-05 Nadav RotemImplement the cost of abnormal x86 instruction lowering...
2012-11-05 Hemant KulkarniAdd absolute symbol scope recognition in lld/Core
2012-11-05 Ulrich WeigandOn PowerPC64, integer arguments and return values need...
2012-11-05 Jim Grosbachlli: Initialize the native asm parser for inline assembly.
2012-11-05 Filipe CabecinhasAvoid potentially disastrous mistakes when removing...
2012-11-05 Manuel KlimekFollowing the example from loop-convert tests, simplify...
2012-11-05 Greg ClaytonCleaned up the code signing instructions:
2012-11-05 Hal FinkelAdd support for the PowerPC-specific inline asm Z const...
2012-11-05 Fariborz JahanianTests for 32bit version of block ivar layout metadata.
2012-11-05 Adhemerval... [PATCH] PowerPC: Expand load extend vector operations
2012-11-05 Jordan Rose[analyzer] Move convenience REGISTER_*_WITH_PROGRAMSTAT...
2012-11-05 Rafael EspindolaAdd missing this->. Fixes pr14238.
2012-11-05 Richard OsborneDon't infer whether a value is captured in the current...
next