platform/upstream/llvm.git
2013-02-13 Chad Rosier[ms-inline-asm] Use an array_pod_sort, rather than...
2013-02-13 Argyrios Kyrtzidis[libclang] Fix annotation of a range where the begin...
2013-02-13 Greg ClaytonQuiet "the missing case in switch statement" warnings...
2013-02-13 Pekka JaaskelainenMetadata for annotating loops as parallel. The first...
2013-02-13 Alexander Potapenko[ASan] When re-executing the process on OS X, make...
2013-02-13 Krzysztof ParzyszekAdd registration for PPC-specific passes to allow the...
2013-02-13 Benjamin KramerX86: Disable generation of rep;movsl when %esi is used...
2013-02-13 Dmitry Vyukovtsan: do not imitate memory write on malloc() (Go)
2013-02-13 Tim NorthoverMention AArch64 in release notes for 3.3
2013-02-13 Timur Iskhodzhanov... and now fix the +Asserts build
2013-02-13 Timur IskhodzhanovFix the microsoft-abi-structors test expectations to...
2013-02-13 Manuel KlimekPull search state out as class members.
2013-02-13 Manuel KlimekAn attempt to make the search algorithm easier to under...
2013-02-13 Evgeniy StepanovFix MSan annotations inclusion guard.
2013-02-13 Kostya Serebryany[asan] fix fixed mapping for mac (ASAN_FLEXIBLE_MAPPING...
2013-02-13 Bill WendlingUse array_pod_sort.
2013-02-13 Manuel KlimekUpdate phab docs to clarify how to accept a change.
2013-02-13 Bill WendlingAdd some accessor and query methods for retrieving...
2013-02-13 Timur IskhodzhanovEmit virtual/deleting destructors properly with -cxx...
2013-02-13 Reed KotlerMake jumptables work for -static
2013-02-13 Elena DemikhovskyPrevent insertion of "vzeroupper" before call that...
2013-02-13 Craig TopperRemove unnecessary condtional assignment. The next...
2013-02-13 Eric ChristopherThis is actually located at the end, not the middle.
2013-02-13 Kostya Serebryany[msan] don't check shadow inside interceptors if we...
2013-02-13 Shankar Easwaranfix the mergeable string atom, when the target points...
2013-02-13 Shankar Easwaranadd merge strings option, this temporarily fixes the...
2013-02-13 Kostya Serebryany[tsan] simplify tsan-vs-gvn test since gvn vs tsan...
2013-02-13 Eric ChristopherCheck i1 as well as i8 variables for 8 bit registers...
2013-02-13 Eric ChristopherFinish obviously broken thought.
2013-02-13 Kostya Serebryany[tsan] disable load widening in ThreadSanitizer mode
2013-02-13 Kostya Serebryany[asan] fix confusing indentation
2013-02-13 Chris Lattneruse memcpy instead of dubious union to type pun two...
2013-02-13 Nico WeberFormatter: And more cast tests (these don't pass yet).
2013-02-13 Nico WeberFormatter: Add more cast tests.
2013-02-13 Nico WeberFormatter: Refactor the cast detection code to be a...
2013-02-13 Nico WeberFormatter: Detect ObjC method expressions after casts.
2013-02-13 Nick LewyckyChange this comment to helpfully explain why it's there.
2013-02-13 Jordan Rose[analyzer] Use Clang's evaluation for global constants...
2013-02-13 Jordan Rose[analyzer] Use makeZeroVal in RegionStore's lazy evalua...
2013-02-13 Eric ChristopherFix comment.
2013-02-13 Manman RenDebug Info: LiveDebugVarible can remove DBG_VALUEs...
2013-02-13 Chad Rosier[ms-inline-asm] Test cases to ensure the AsmRewrite...
2013-02-13 Chad Rosier[ms-inline-asm] Make sure the AsmRewrite list is sorted...
2013-02-13 David PeixottoTest commit. Fixed typo.
2013-02-13 Arnaud A. de... Fix comment
2013-02-12 Douglas GregorOrder the methods in the global method pool based on...
2013-02-12 Michael GottesmanChanged isStoredObjCPointer => IsStoredObjCPointer...
2013-02-12 Bill WendlingAdd a default empty string to the 'value' of a string...
2013-02-12 Dmitri GribenkoReplace 'signed' with 'int'. 'signed' is not typical...
2013-02-12 Dan GohmanActually delete this code, since it's really not clear...
2013-02-12 Richard SmithHighlight caret in bold green, to match Clang diagnostics.
2013-02-12 Tobias Grosserclang-format a file
2013-02-12 Tobias GrosserUse documented isl function
2013-02-12 Argyrios Kyrtzidis[preprocessing record] Add some sanity checks for the...
2013-02-12 Chad Rosier[ms-inline-asm] Add test cases for the align/emit direc...
2013-02-12 Chad Rosier[ms-inline-asm] Implement align directive (which is...
2013-02-12 Jack CarterThis patch just fixes up various llvm formatting
2013-02-12 Guy BenyeiAdd static cast to unsigned char whenever a character...
2013-02-12 Dmitri GribenkoAdd a test for r174980, that we used to accept
2013-02-12 Daniel JasperFix crash for incomplete labels in macros.
2013-02-12 Daniel MaleaFix document typos, indentation in python code, and...
2013-02-12 Dan GohmanRecord PRE predecessors with a SmallVector instead...
2013-02-12 Chad Rosier[ms-inline asm] Update test case now that we are correc...
2013-02-12 Chad Rosier[ms-inline asm] Pass the length of the IDVal, so we...
2013-02-12 Chad Rosier[ms-inline asm] Accept the emit directive as either...
2013-02-12 Daniel Dunbar[tests] Add support for a link_flags lit parameter.
2013-02-12 Aaron BallmanFixing the MSVC compiler warning a different way; remov...
2013-02-12 Chad RosierTypo.
2013-02-12 Dan GohmanWhen disabling PRE for a value is directly redundant...
2013-02-12 Greg ClaytonAdded new "env" regular expression alias into the eviro...
2013-02-12 Krzysztof ParzyszekRemove target-specific info from the testcase for DWARF...
2013-02-12 Greg Clayton<rdar://problem/13178743>
2013-02-12 Shankar Easwaranadd support for merging common strings
2013-02-12 Chad Rosier[ms-inline asm] Add a few test cases for the parsing...
2013-02-12 Dan GohmanCheck that pointers are removed from maps before callin...
2013-02-12 Greg Clayton<rdar://problem/13184389>
2013-02-12 Aaron BallmanRemoving a signed/unsigned mismatch warning triggered...
2013-02-12 Dan GohmanMinor code simplification.
2013-02-12 Matt KopecFix ELF parsing where undefined symbols were being...
2013-02-12 Chad Rosier[ms-inline asm] Add support for lexing binary integers...
2013-02-12 Dmitri GribenkoDocumentation: HowToUseAttributes: formatting (use...
2013-02-12 Krzysztof ParzyszekAllow optionally generating pubnames section in DWARF...
2013-02-12 Dmitri GribenkoAccept over-qualified constructor in MSVC emulation...
2013-02-12 Kay Tiong Khooadded test cases for r174920 (prefetch disassembly)
2013-02-12 Daniel JasperFix bug in the adjustment to existing lines.
2013-02-12 Sergei LarinEqual treatment of labels and other terminators in...
2013-02-12 Krzysztof ParzyszekAdd support for the pubnames section to llvm-dwarfdump.
2013-02-12 Nico WeberFormatter: Correctly format stars in `sizeof(int**...
2013-02-12 Paul RedmondFix the lit test added in r174972
2013-02-12 Jyotsna VermaHexagon: Add support to generate predicated absolute...
2013-02-12 Paul RedmondPR14562 - Truncation of left shift became undef
2013-02-12 Evgeniy Stepanov[sanitizer] Tests for scanf parser in allowGnuMalloc...
2013-02-12 Evgeniy Stepanov[msan] Allow zero buf pointer in getcwd() interceptor.
2013-02-12 Evgeniy Stepanov[sanitizer] More accurate scanf parsing without GNU...
2013-02-12 Justin Holewinski[NVPTX] Disable vector registers
2013-02-12 Edwin VaneAdding more overloads for allOf matcher
2013-02-12 Timur IskhodzhanovRename -constructors test to just -structors as in...
2013-02-12 Evgeniy Stepanov[asan] Add new __isoc99_*scanf to ASan intercepted...
2013-02-12 Alexander Potapenko[ASan] Do not use kDefaultShort64bitShadowOffset on...
2013-02-12 Michel DanzerR600: Fix regression with shadow array sampler on pre...
next