platform/upstream/llvm.git
2012-12-05 NAKAMURA TakumiDriver.cpp: Restore clang/Config/config.h to be include...
2012-12-05 Sean Silvadocs: Explain plain preformatted text
2012-12-05 Richard SmithSimplify diagnostic emission. No functionality change...
2012-12-05 DeLesley HutchinsThread-safety analysis: check locks on method calls...
2012-12-05 Anna Zaks[analyzer] Implement an opt-in variant of direct ivar...
2012-12-05 DeLesley HutchinsThread Safety Analysis: refactor to make more methods...
2012-12-05 Fariborz JahanianTesting C++ declarations embedded in
2012-12-05 Shuxin Yangfix a typo
2012-12-05 Michael J.... Copy clang/Driver/<Option parsing stuff> to llvm.
2012-12-05 Sean Silvadocs: Sphinxify `docs/tutorial/`
2012-12-05 Jason MolendaAdd an LLDB_LOG_TARGET logging channel (log eanble...
2012-12-05 Daniel MaleaFix Linux build warnings due to redefinition of macros:
2012-12-05 Greg Clayton<rdar://problem/12649160>
2012-12-05 Evan ChengAdd x86 isel lowering logic to form bit test with inver...
2012-12-05 DeLesley HutchinsThread safety analysis: Add a new "beta" warning flag...
2012-12-04 Matt Beaumont-GayAppease GCC's -Wparentheses.
2012-12-04 Bill WendlingSplit up the ParseOptionalAttrs method into three diffe...
2012-12-04 Alexander PotapenkoFix a use-after-unmap bug in /proc/self/maps caching...
2012-12-04 Nadav RotemLoopVectorizer: Increase the number of pointers that...
2012-12-04 Nadav RotemEnable if-conversion during vectorization.
2012-12-04 Chandler CarruthAdd -whole-archive around the ASan runtime archive...
2012-12-04 Evan ChengARM custom lower ctpop for vector types. Patch by Pete...
2012-12-04 Nadav RotemFix a bug in vectorization of if-converted reduction...
2012-12-04 Jakob Stoklund... Speed up the AllocationOrder class a bit.
2012-12-04 Ted KremenekAlphabetize source files, just like they have been...
2012-12-04 Shuxin Yang For rdar://12329730, last piece.
2012-12-04 Jason MolendaFix comment in ABIMacOSX_i386::RegisterIsCalleeSaved...
2012-12-04 David BlaikieComment change made in r169304 as requested by Eric...
2012-12-04 Jyotsna VermaDefine store instructions with base+register offset...
2012-12-04 Tobias GrosserUser isl sha commit id instead of the git tag
2012-12-04 Bill WendlingUse the 'count' attribute to calculate the upper bound...
2012-12-04 Bill WendlingUse the 'count' attribute to calculate the upper bound...
2012-12-04 Matt Beaumont-GayCurrently, with -fsanitize=address, the driver appends...
2012-12-04 Sean Silvadocs: Begin Sphinxification of docs/tutorial/
2012-12-04 Sean Silvadocs: fixup legacy HTML link
2012-12-04 Fariborz JahanianTesting C declarations embedded in
2012-12-04 Benjamin KramerAdd library dependencies to the lld cmake build.
2012-12-04 David BlaikieReapply r160148 (reverted in r163570) fixing spurious...
2012-12-04 Daniel JasperAdd missing destructors found with -Wnon-virtual-dtor.
2012-12-04 Sean CallananIn the data formatters, if we know the result
2012-12-04 Sean CallananCache the names for Objective-C classes if we know
2012-12-04 Daniel MaleaMark TestConnectRemote.py as expected to fail on Linux...
2012-12-04 Eli BenderskyRemove a URL from code
2012-12-04 Eli BenderskyAdapt to LLVM commit 169291 which streamlines the usage...
2012-12-04 Eli BenderskyMake NaCl naming consistent. The triple OSType is calle...
2012-12-04 Fariborz Jahanianadditional test for declaration tag of a class extension.
2012-12-04 Nadav RotemAdd support for reduction variables when IF-conversion...
2012-12-04 Jyotsna VermaAdd patterns to define 'combine', 'tstbit', 'ct0/cl0...
2012-12-04 Alexander KornienkoError recovery part 2
2012-12-04 Fariborz Jahanianobjective-c blocks: Consider padding due to alignment
2012-12-04 Jyotsna VermaAdd constant extender support to ALU32 instructions...
2012-12-04 Eli BenderskyA test in thid directory was not being run because...
2012-12-04 Duncan SandsFix comment typo.
2012-12-04 Bill SchmidtThis patch introduces initial-exec model support for...
2012-12-04 Justin HolewinskiUpdate release notes for NVPTX
2012-12-04 Dmitry Vyukovtsan: output thread names
2012-12-04 Alexander KornienkoClang-format error recovery part 1
2012-12-04 NAKAMURA Takumic-index-test.c: Make C89-compliant.
2012-12-04 Dmitri Gribenkolibclang: Add a function to libclang for retrieving...
2012-12-04 Kostya Serebryany[tsan] add a compile-time error for 64-bit-only support
2012-12-04 Daniel JasperMake parenthesis counting and aligning a bit saner.
2012-12-04 Dmitry Vyukovtsan: make atomic operations atomic again
2012-12-04 Alexander KornienkoEnum formatting implementation
2012-12-04 Manuel KlimekFix spelling I ran over while proof-reading tests.
2012-12-04 Kostya Serebryany[tsan] test the allocator with CompactSizeClassMap
2012-12-04 Eli BenderskyGet rid of references to Tcl, DejagGNU, old test struct...
2012-12-04 NAKAMURA TakumiToolChains.cpp: Fixup r169260, clang/Config/config...
2012-12-04 Kostya Serebryany[tsan] minor interface refactoring
2012-12-04 Dmitry Vyukovtsan: fix nand operation
2012-12-04 Dmitry Vyukovtsan: add __attribute__((visibility("default"))) to...
2012-12-04 Kostya Serebryany[tsan] refactor the allocator tests to allow testing...
2012-12-04 Eli BenderskyRemove the very out-of-date listing of "very important...
2012-12-04 Manuel KlimekFixes crash in isDerivedFrom for recursive templates.
2012-12-04 Daniel JasperSmall fixes to unary operator recognition and handling...
2012-12-04 Chandler CarruthAutotools has the same include guard for both Clang...
2012-12-04 Dmitry Vyukovtsan: fix trace handling when trace is reused between...
2012-12-04 Daniel JasperUpdate matcher documentation with script.
2012-12-04 Daniel JasperAdd parameterCountIs() matcher.
2012-12-04 Evgeniy StepanovImprove MSan tests.
2012-12-04 NAKAMURA TakumiKillTheDoctor.cpp: Restore Win32 SDK headers before...
2012-12-04 Daniel JasperReplace workarounds with correct fixes.
2012-12-04 Chandler CarruthClean up the sample include orderings, not that it...
2012-12-04 Chandler CarruthSort the #include lines for tools/...
2012-12-04 Chandler CarruthSort the #include lines for utils/...
2012-12-04 Chandler CarruthSort the #include lines for unittest/...
2012-12-04 Chandler CarruthSort the #include lines of the examples/... tree.
2012-12-04 Chandler CarruthTeach the include sorter to quickly skip files with...
2012-12-04 Chandler CarruthTeach the include sorter to skip files under test trees...
2012-12-04 Chandler CarruthSort the #include lines under utils/...
2012-12-04 Chandler CarruthReally sort the #include lines in unittests/...
2012-12-04 Chandler CarruthSort the #include lines for unittests/...
2012-12-04 Chandler CarruthTeach the include sorting script about the gtest header...
2012-12-04 Chandler CarruthSort the #include lines for examples/...
2012-12-04 Chandler CarruthSort #include lines for tools/...
2012-12-04 Chandler CarruthUpdate the #include lines of the extra tools.
2012-12-04 Chandler CarruthSort #include lines for all files under include/...
2012-12-04 Chandler CarruthSort all of Clang's files under 'lib', and fix up the...
2012-12-04 NAKAMURA TakumiASTTests, ASTMatchersTests: Move clangEdit before clang...
2012-12-04 NAKAMURA TakumiUntabify (in USEDLIBS, Makefile(s)).
2012-12-04 Kostya Serebryany[tsan] refactoring and comment changes in sanitizer_com...
next