platform/upstream/llvm.git
2013-03-14 Alexey Samsonov[ASan] emit instrumentation for initialization order...
2013-03-14 Alexey Samsonov[ASan] Update docs for -fsanitize=init-order option
2013-03-14 Alexey Samsonov[ASan] Make -fsanitize=address imply -fsanitize=init...
2013-03-14 Alexander Potapenko[libsanitizer] Fixed incorrect handling of pre-existing...
2013-03-14 Evgeniy Stepanov[msan] Fix a typo in test.
2013-03-14 Alexey Samsonov[ASan] turn off checking initialization order in ASan...
2013-03-14 Evgeniy Stepanov[msan] Options for switching between fast and cfi unwin...
2013-03-14 Evgeniy Stepanov[sanitizer] Intercept frexp and friends.
2013-03-14 Chandler CarruthPR14972: SROA vs. GVN exposed a really bad bug in SROA.
2013-03-14 Alexey Samsonov[Sanitizer] fix compilation for Windows
2013-03-14 Chandler CarruthFix an unused variable warning from Clang by sinking...
2013-03-14 Evgeniy Stepanov[msan] Intercept __strdup, strndup, __strndup.
2013-03-14 Alexey Samsonov[Sanitizer] Write a slightly better implementation...
2013-03-14 Daniel JasperFix dereference formatting in for-loops.
2013-03-14 Alexey Samsonov[ASan] make ASan assume ASAN_OPTIONS=symbolize=1 if...
2013-03-14 Joey GoulyAdd support for the 'endian' attribute for OpenCL.
2013-03-14 Daniel JasperImprove formatting of trailing annotations.
2013-03-14 Joerg SonnenbergerAdd two of the float related ARM-specific entries for...
2013-03-14 Craig TopperFix the name of a variable to match its declaration...
2013-03-14 Craig TopperFix a bug in the calculation of the VEX.B bit for FMA4...
2013-03-14 Alexey Samsonov[TSan] Add missing header inclusion
2013-03-14 Alexey Samsonov[TSan] Use __sanitizer_pthread_attr_t in TSan
2013-03-14 Craig TopperTeach X86 MC instruction lowering that VMOVAPSrr and...
2013-03-14 Michael LiaoFix PR15309
2013-03-14 Jiong Wangtest commit: remove blank line.
2013-03-14 Nick LewyckyRemove a change to the debug info in this test, that...
2013-03-14 Nick LewyckyTry using %S to find the emitted .gcno file.
2013-03-14 Nick LewyckyRemove accidentally committed debug line.
2013-03-14 Nick LewyckyUpdate GCOVProfiling pass creation for API change in...
2013-03-14 John McCallFlag that friend function definitions are "late parsed...
2013-03-14 Nick LewyckyRefactor GCOV's six constructor arguments into a struct...
2013-03-14 Argyrios Kyrtzidis[modules] Don't write the UnusedFileScopedDecls vector...
2013-03-14 Argyrios Kyrtzidis[modules] Check for delegating constructor cycles when...
2013-03-14 Rafael EspindolaAvoid computing the linkage too early. Don't invalidate it.
2013-03-14 John ThompsonAdded future directions comment and a couple of fixme's.
2013-03-14 Nick LewyckyFix typo in comment.
2013-03-14 Michael J.... [Support][Test] Missed this in the API change.
2013-03-14 Michael J.... [Support] Fix lifetime of file descriptors when using...
2013-03-13 Nick LewyckyNo functionality change. Rename emitGCNO() to the more...
2013-03-13 David BlaikieSimplify file/directory name handling in DILexicalBlock
2013-03-13 Han Ming Ong<rdar://problem/13415471>
2013-03-13 Bill WendlingReally fix the MIPS test.
2013-03-13 David BlaikieRemove an extra operand to a DIFile metadata entry
2013-03-13 Bill WendlingAttempt to fix test.
2013-03-13 Bill WendlingReset some of the target options which affect code...
2013-03-13 Bill WendlingHave these attriubtes set to 'true' or 'false'.
2013-03-13 David BlaikieSimplify directory name handling in DILexicalBlockFile.
2013-03-13 David BlaikieRemove the unused 4th operand for DIFile debug info...
2013-03-13 Daniel MaleaAdd braces to crashed test summary (needed for buildbot...
2013-03-13 Daniel MaleaRemove extra whitespace
2013-03-13 Lang HamesMake LTO codegen use a PassManager, rather than a Funct...
2013-03-13 Argyrios Kyrtzidis[Modules] Don't eagerly load and associate all the...
2013-03-13 Argyrios Kyrtzidis[Modules] Resolve top-headers of modules lazily.
2013-03-13 Daniel MaleaPrepend "FAIL:" string to tests that crash so that...
2013-03-13 Alexey SamsonovSimplify CMake rules in HandleLLVMOptions module.
2013-03-13 Daniel MaleaMinor LLDB test improvements
2013-03-13 Reed KotlerCause the mips16/nomips16 attribute to be passed to...
2013-03-13 Shankar Easwaran[ELF][X86_64][Hexagon] order plt/got entries properly...
2013-03-13 Anna Zaks[analyzer] BugReporter - more precise tracking of C...
2013-03-13 Reed KotlerAdd some additonal attribute helper functions. Test...
2013-03-13 Vincent LejeuneR600: Remove unused Outputs variable
2013-03-13 Ted KremenekRemove stray space.
2013-03-13 Ted Kremenek[analyzer] Handle Objc Fast enumeration for "loop is...
2013-03-13 David BlaikieMigrate dbg-arg.ll to a C file test to be resilient...
2013-03-13 Manman RenNo functionality change. Use unreachable in getCUOffset.
2013-03-13 Manman RenNo functionality change. Use unreachable in getCompileUnit.
2013-03-13 Greg Clayton<rdar://problem/13404189>
2013-03-13 Greg Clayton<rdar://problem/13396207>
2013-03-13 Jakob Stoklund... Check register classes also when changing them.
2013-03-13 Jim InghamAdd a target setting (target.use-fast-stepping) to...
2013-03-13 Daniel JasperFix incorrect cast identification.
2013-03-13 Anton Yartsev[analyzer] fixed the logic changed by r176949
2013-03-13 Arnold SchwaighoferARM cost model: Add test case to make sure we would...
2013-03-13 Adrian Prantlrelax check to allow for attributes (fix buildbot for...
2013-03-13 Daniel JasperFix comment indentation before labels.
2013-03-13 Daniel JasperFix formatting issue with builder-type calls.
2013-03-13 Alexander KornienkoAdded AnnotatedToken::isOneOf + a few other refactorings
2013-03-13 Arnaud A. de... Fix a performance regression when combining to smaller...
2013-03-13 Anton YartsevRefactoring:
2013-03-13 Dmitri GribenkoDocumentation: formatting fixes
2013-03-13 Reid Kleckner[msan] Clean up extensions during msandr shutdown
2013-03-13 Benjamin KramerAdd one more overload to make VS2008's debug mody happy.
2013-03-13 Edwin VaneReverting r176944 until Author fixes test failure.
2013-03-13 Edwin VaneClangTool output cleanup
2013-03-13 Evgeniy Stepanov[sanitizer] Fix lint.
2013-03-13 Evgeniy StepanovAdd llvm-symbolizer as test dependency.
2013-03-13 Evgeniy StepanovAdd llvm-symbolizer as test dependency.
2013-03-13 Alexey Samsonov[Sanitizer] Build ASan, TSan and MSan runtimes with...
2013-03-13 Evgeniy Stepanov[msan] Increase stack size as required.
2013-03-13 Evgeniy Stepanov[sanitizer] Move GetTlsSize code from TSan to sanitizer...
2013-03-13 Evgeniy StepanovBreak a >80 char line.
2013-03-13 Daniel JasperFix formatting of new arrays of pointers.
2013-03-13 Alexey Samsonov[Sanitizer] Fixup for r176931 for Mac and Windows
2013-03-13 Evgeniy StepanovSet symbolizer path in the test environment.
2013-03-13 Evgeniy StepanovSet symbolizer path in the test environment.
2013-03-13 Alexey Samsonov[Sanitizer] Fix a typo in function name
2013-03-13 Alexey Samsonov[Sanitizer] Change MemoryMappingLayout methods to also...
2013-03-13 NAKAMURA Takumilit.TestFormats.GoogleTest: Honor LitConfig.noExecute...
2013-03-13 John McCallRemove trailing comma in enum list.
2013-03-13 Shankar Easwaran[Pass][Layout] Add extra debugging information
next