platform/upstream/llvm.git
2012-01-06 Kostya Serebryany[asan] cleanup: remove the SIGILL-related code (rt...
2012-01-06 Jakub StaszakSilence GCC warnings.
2012-01-06 Kostya Serebryany[asan] mention -fno-omit-frame-pointer in the docs
2012-01-06 Douglas GregorWhen inferring a submodule ID during module creation...
2012-01-06 Anna Zaks[analyzer] Correct the c++-analyzer symlink
2012-01-06 Douglas GregorStash Decl's TopLevelDeclInObjCContainer and ModulePriv...
2012-01-06 Richard SmithC++11 generalized constant expressions: implement check...
2012-01-06 Douglas GregorIntroduce a "Hidden" bit into Decl, to track whether...
2012-01-06 Douglas GregorTeach DeclContext deserialization to pay attention...
2012-01-06 David ChisnallIf we are compiling with -fno-builtin then don't do...
2012-01-06 Eli BenderskyFix typo in string
2012-01-06 John McCallFix the mangling of class template arguments in a parti...
2012-01-06 Rafael EspindolaImprovements to the uninitialized variable warning...
2012-01-06 Eric ChristopherAs part of the ongoing work in finalizing the accelerat...
2012-01-06 Eli FriedmanMore lambda work. Fixes a minor bug Richard pointed...
2012-01-06 Richard SmithDavid Blaikie and Chandler would like us to diagnose
2012-01-06 Anna Zaks[analyzer] c++-analyzer should be a symlink.
2012-01-06 Kostya Serebryany[asan] move more stuff to OS-specific files
2012-01-06 Greg Clayton<rdar://problem/10652336>
2012-01-06 Anna Zaks[analyzer] Update the docs to reflect that gcc is not...
2012-01-06 Anna Zaks[analyzer] scan-build: If we are on MacOS, use clang...
2012-01-06 Anna Zaks[analyzer] Skip --serialize-diagnostic when running...
2012-01-06 Richard SmithTweak to r147599 for PR10828: Move the check from the...
2012-01-06 Eli FriedmanMinor refactoring of sentinel warning on blocks. Add...
2012-01-06 Greg Clayton<rdar://problem/10649734>
2012-01-06 Johnny Chenhttp://llvm.org/bugs/show_bug.cgi?id=11619
2012-01-06 Greg Clayton<rdar://problem/10647191>
2012-01-06 Johnny Chenhttp://llvm.org/bugs/show_bug.cgi?id=11618
2012-01-06 Fariborz Jahanianobjc++: sythesize a helper function to be used
2012-01-06 Argyrios KyrtzidisFix a memory leak of PragmaNamespaces, rdar://10611796.
2012-01-06 Greg ClaytonWe finalized on the new .apple_types accelerator table...
2012-01-06 Johnny Chenhttp://llvm.org/bugs/show_bug.cgi?id=11715
2012-01-05 Rafael EspindolaFix build on minix. Patch by Ben Gras!
2012-01-05 Eli FriedmanAddress Richard's review comments on r147561 (Evaluate...
2012-01-05 Dan GohmanFix SpeculativelyExecuteBB to either speculate all...
2012-01-05 Johnny ChenFix indentation.
2012-01-05 Kostya Serebryany[asan] use dl_iterate_phdr for pre-symbolization on...
2012-01-05 Johnny ChenAdd back the file I wrongly deleted in r147613.
2012-01-05 Douglas GregorAlways allocate an extra 8 bytes for a deserialized...
2012-01-05 Eli FriedmanPR11705, part 2: globalopt shouldn't put inttoptr/ptrto...
2012-01-05 Rafael EspindolaLink symbols with different visibilities according...
2012-01-05 Dan GohmanRevert r56315. When the instruction to speculate is...
2012-01-05 Ted KremenekAfter further discussion, rename attribute 'objc_disabl...
2012-01-05 Sean CallananFixed a problem in our local Clang's method for
2012-01-05 Eli FriedmanTweak the fix to PR8977: an empty expression-list repre...
2012-01-05 Douglas GregorDon't seed the ASTWriter's declaration -> ID mapping...
2012-01-05 Benjamin KramerKill ObjectCodeEmitter and BinaryObject, they were...
2012-01-05 Douglas GregorWhen we deserialize a declaration from a module file...
2012-01-05 Nick LewyckySCCCaptured is trivially false on entry to this loop...
2012-01-05 Rafael EspindolaRemove the old ELF writer.
2012-01-05 Douglas GregorWhen creating declarations that are deserialized from...
2012-01-05 Johnny ChenFix incomplete commit of llvm.org/viewvc/llvm-project...
2012-01-05 Argyrios KyrtzidisWhen loading an AST file, set SourceManager::MainFileID...
2012-01-05 Danil MalyshevA small re-factored JIT/MCJIT::getPointerToNamedFunctio...
2012-01-05 Johnny ChenThis patch combines common code from Linux and FreeBSD...
2012-01-05 Sebastian Poprevert r147542 after comments from Joerg Sonnenberger
2012-01-05 Chris Lattnerallow clients of SmallSet to specify their own comparis...
2012-01-05 Chandler CarruthRemove an unused variable.
2012-01-05 Chandler CarruthPrevent a DAGCombine from firing where there are two...
2012-01-05 Chandler CarruthCleanup and FileCheck-ize a test.
2012-01-05 Craig TopperMark scalar FMA4 instructions as ignoring the VEX.L...
2012-01-05 Victor UmanskyPeephole optimization of ptest-conditioned branch in...
2012-01-05 Eli Benderskytest commit (verifyiing commit access)
2012-01-05 Richard SmithPR10828: Produce a warning when a no-arguments function...
2012-01-05 Greg ClaytonBumped Xcode project versions for lldb-101 and debugser...
2012-01-05 Greg ClaytonAdded code in the Host layer that can report system...
2012-01-05 Eli FriedmanMore lambda work. Tweak the Sema interface slightly...
2012-01-05 Andrew TrickMinor postra scheduler cleanup. It could result in...
2012-01-05 Bill WendlingReplace the uint64_t -> double convertion algorithm...
2012-01-05 Sean CallananFixed a potential hang while trying to execute
2012-01-05 Chad Rosier[driver] Add support for passing -lazy_framework/-lazy_...
2012-01-05 Johnny ChenAdd comment explaining the default constructor (ArchSpe...
2012-01-05 Eli FriedmanChange casting slightly to avoid warnings about casting...
2012-01-05 Douglas GregorWhen we're performing name lookup for a tag, we still...
2012-01-05 Sean CallananFixed a dangling pointer bug associated with the
2012-01-05 Kostya Serebryany[asan] move {linux,mac}-specific code from asan_thread...
2012-01-05 Andrew Trickcomment cleanup
2012-01-05 Devang PatelDo not hard code asm variant number.
2012-01-05 Eli FriedmanMinor cleanup; no functional change.
2012-01-05 Kostya Serebryany[asan] implement our own /proc/self/maps reader and...
2012-01-05 Benjamin KramerFileCheck hygiene.
2012-01-05 Jakob Stoklund... Reapply r146997, "Heed spill slot alignment on ARM."
2012-01-05 Jakob Stoklund... Avoid reserving an ARM base pointer during register...
2012-01-05 Jakob Stoklund... Freeze reserved registers before starting register...
2012-01-05 Argyrios KyrtzidisSanity checks in SourceManager::getFileEntryForID(...
2012-01-05 John McCallThe value of a const weak variable is not an integer...
2012-01-05 Douglas GregorIf we already have a definition for a top-level module...
2012-01-05 Fariborz JahanianFixes a code gen bug for setter code for a property of
2012-01-05 Douglas GregorWhen generating includes for all of the headers we...
2012-01-04 Nick KledzikSupport more Atom attributes. Add more test cases...
2012-01-04 Anna Zaks[analyzer] Add another tests to taint tester.
2012-01-04 Anna Zaks[analyzer] Be less pessimistic about invalidation of...
2012-01-04 Anna Zaks[analyzer] Correct the error message in the testing...
2012-01-04 Ted KremenekRename attribute 'objc_suppress_autosynthesis' to ...
2012-01-04 Ted KremenekFix 80 col violations.
2012-01-04 Eli FriedmanFix test on Release builds.
2012-01-04 Douglas GregorStore the submodules of a module in source order, as...
2012-01-04 Fariborz JahanianTest case for my previous patch.
2012-01-04 Fariborz Jahanianobjc: When issuing warning for missing synthesis for
2012-01-04 Eli FriedmanAdd an APValue representation for the difference betwee...
next