platform/upstream/llvm.git
2013-02-02 Ted KremenekUpdate checker build to checker-271.
2013-02-02 Bill WendlingRemove AttrBuilder::Raw().
2013-02-02 Bill WendlingUse the AttributeSet's iterators.
2013-02-02 David BlaikieRevert r174246, accidentally committed.
2013-02-02 David BlaikieSentenc-ify comment added in r174206.
2013-02-02 David BlaikieGeneralize DebugInfo tests by avoiding explicit metadat...
2013-02-02 David BlaikieBasics
2013-02-02 Anna Zaks[analyzer] Always inline functions with bodies generate...
2013-02-02 Anna Zaks[analyzer] Print Inline mode with -analyzer-display...
2013-02-02 Anna Zaks[analyzer] Fix typo.
2013-02-02 Nick LewyckyThis patch makes "&Cls::purevfn" not an odr use. This...
2013-02-02 Nick LewyckyRevert accidental commit (ran svn commit from wrong...
2013-02-02 Nick LewyckyThis patch makes "&Cls::purevfn" not an odr use. This...
2013-02-02 Shuxin Yangrdar://13126763
2013-02-02 Dmitri Gribenkolibclang: introduce cxstring::{createRef,createDup...
2013-02-02 Manman RenCorrect indentation for dumping LexicalScope.
2013-02-01 Enrico GranataMoving from std::auto_ptr<char> to std::string for...
2013-02-01 Manman Ren[Dwarf] avoid emitting multiple AT_const_value for...
2013-02-01 Douglas GregorMerge "special" types from different modules in the...
2013-02-01 Greg Clayton<rdar://problem/13050227>
2013-02-01 Bill SchmidtAdd notes about future PowerPC features
2013-02-01 Greg Clayton<rdar://problem/12693921>
2013-02-01 Bill SchmidtLLVM enablement for some older PowerPC CPUs
2013-02-01 NAKAMURA Takumiclang/test/CodeGenCXX/debug-info-class.cpp: Fixup for...
2013-02-01 Bill WendlingChange the AttributeImpl to hold a single Constant...
2013-02-01 Greg Clayton<rdar://problem/13130975>
2013-02-01 Greg Clayton<rdar://problem/13092722>
2013-02-01 Preston GurdThis patch aims to improve compile time performance...
2013-02-01 Argyrios KyrtzidisConst'ify Preprocessor::getPredefinesFileID.
2013-02-01 Dmitri GribenkoUnbreak Makefile build after r174216
2013-02-01 Dmitri GribenkoComment parsing: improve the fidelity of XML output...
2013-02-01 Bill SchmidtAdd some missing PPC cpus
2013-02-01 Fariborz Jahanianobjc: Provide correct fixit instruction when two mismatched
2013-02-01 Jordan Rose[analyzer] Explain why we have system-header-simulator...
2013-02-01 Jordan RoseRe-apply "[analyzer] Model trivial copy/move ctors...
2013-02-01 Jordan Rose[analyzer] Reuse a LazyCompoundVal if its type matches...
2013-02-01 Dan GohmanAdd a testcase for some past-the-end address subtleties.
2013-02-01 Jim InghamCorrect the definition of ObjC's BOOL in our pre-canned...
2013-02-01 David SehrTwo changes relevant to LEA and x32:
2013-02-01 Nadav RotemFix errant fallthrough in the generation of the lifetim...
2013-02-01 David BlaikieFix exception handling line table problems introduced...
2013-02-01 Jim GrosbachFix misplaced 'break'.
2013-02-01 Hal FinkelAdd -mqpx and -mno-qpx feature flags to toggle use...
2013-02-01 Chad Rosier[driver] Don't try to generate diagnostic information...
2013-02-01 Alexander KornienkoMicro change: moved '{' for better readability (+don...
2013-02-01 Dmitri GribenkoFix indent
2013-02-01 Shankar Easwaranremove duplicate strings from the string table
2013-02-01 Shankar Easwaranadd alignment to .got/.got.plt/.plt sections & fix...
2013-02-01 Chad RosierUse a continue to simplify loop and reduce indentation...
2013-02-01 Dmitri GribenkoFix comments: these are not trailing comments
2013-02-01 Jyotsna VermaHexagon: Test case to confirm generation of indexed...
2013-02-01 Dmitri Gribenkolibclang: document the purpose of createNull()
2013-02-01 Dmitri Gribenkolibclang: add comments for CXStringFlag
2013-02-01 Jyotsna VermaReplace LDriu*[bhdw]_indexed_V4 instructions with ...
2013-02-01 Argyrios Kyrtzidis[modules] Introduce ModuleFile::DirectImportLoc which...
2013-02-01 Argyrios KyrtzidisFor ModuleLoader::makeModuleVisible() also pass the...
2013-02-01 Argyrios KyrtzidisIntroduce SourceManager::PredefinesFileID, to allow...
2013-02-01 Alexey Samsonov[Sanitizer] use u32 instead of mode_t, which is defined...
2013-02-01 Alexey Samsonov[ASan] remove debug output from the test
2013-02-01 Alexey Samsonov[Sanitizer] make internal_open have the same interface...
2013-02-01 Jyotsna VermaAdd appropriate TSFlags to the instructions that must...
2013-02-01 Bill SchmidtAdd check for @foo
2013-02-01 Dmitry Vyukovtsan: catch races on fd in more cases
2013-02-01 Bill SchmidtFix a string not seen without asserts
2013-02-01 Alexander KornienkoFixed segmentation fault when a CFGBlock has NULL succe...
2013-02-01 Bill SchmidtFix PR14881 by implementing conversion rules between...
2013-02-01 Alexey Samsonov[TSan] remove artifacts from gotsan build in 'make...
2013-02-01 Benjamin KramerInstSimplify: stripAndComputeConstantOffsets can be...
2013-02-01 Shankar Easwaranadd proper copyright header
2013-02-01 Tim NorthoverRemove currently unused register decoder from AArch64.
2013-02-01 Bill SchmidtRevise unit testing for -fno-altivec, -mno-altivec.
2013-02-01 Dmitry Vyukovtsan: even if races between atomic and plain memory...
2013-02-01 Dmitri Gribenkolibclang: itroduce cxstring::createEmpty()
2013-02-01 Dmitri Gribenkolibclang: introduce cxstring::createNull()
2013-02-01 Manuel KlimekRe-design the convenience interfaces on MatchFinder.
2013-02-01 Alexander KornienkoUse const visitors in ASTDumper.
2013-02-01 Tim NorthoverAdd explicit triples to AArch64 tests
2013-02-01 Daniel JasperHopefully fix windows build due to non-standard pair...
2013-02-01 Dmitry Vyukovtsan: say that the memory access is atomic in reports
2013-02-01 Dmitry Vyukovtsan: remember 2 stack frames for atomics (caller and...
2013-02-01 Daniel JasperRevamp of the basic layouting algorithm in clang-format.
2013-02-01 Dmitry Vyukovtsan: add flag to not report races between atomic and...
2013-02-01 Dmitry Vyukovtsan: flip is_write bit in shadow to is_read
2013-02-01 Dmitry Vyukovtsan: detect races between plain and atomic memory...
2013-02-01 Michael J.... [Docs] Update status :)
2013-02-01 Michael J.... [ELF][x86-64] Fix ifunc and add test.
2013-02-01 Richard SmithFix diagnostic for bad alignas use: it can't be applied...
2013-02-01 Nick LewyckyAdd a new -Wundefined-inline warning for inline functio...
2013-02-01 Richard SmithImplement [dcl.align]p5 and C11 6.7.5/4: alignas cannot...
2013-02-01 Nadav RotemRevert r174152. The shift amount may overflow and in...
2013-02-01 Michael J.... [ELF][x86-64] Implement static relocation model for...
2013-02-01 Michael J.... [ELF][x86-84] Add static TLS support.
2013-02-01 Sean CallananModified the expression parser's class wrapper to
2013-02-01 Nadav RotemOptimize shift lefts of a constant by a value plus...
2013-02-01 Hal FinkelAdd PPC A2Q core and BG/Q preprocessor definitions
2013-02-01 Michael J.... [ELF][x86-64] Add the _GLOBAL_OFFSET_TABLE_ Atom in...
2013-02-01 Michael J.... [ELF] Add more absolute atoms. Simplify how they are...
2013-02-01 Shankar Easwaranadd hexagon scatter bits and split hexgontargethandler...
2013-02-01 John McCallDestroy arrays and ARC fields when throwing out of...
2013-02-01 Douglas GregorDon't do delayed exception-specification checking on...
next