platform/upstream/llvm.git
2012-12-05 Benjamin KramerTry to unbreak the build on hosts that don't transitive...
2012-12-05 Jakob Stoklund... Remove unused MachineInstr constructors.
2012-12-05 Greg ClaytonCrash every time with new target logging is now fixed.
2012-12-05 Kevin EnderbyAdded a option to the disassembler to print immediates...
2012-12-05 Kostya Serebryany[asan] drop the extension from asan tests (as the exten...
2012-12-05 Pedro Artigas- Added calls to doInitialization/doFinalization to...
2012-12-05 Daniel JasperRemove bad and useless enum to bool conversion.
2012-12-05 Alexander KornienkoClang-format: parse for and while loops
2012-12-05 Daniel JasperIndentation fixes for clang-format.
2012-12-05 Evgeniy Stepanov[msan] Instrument bswap intrinsic.
2012-12-05 Alexander KornienkoFollow-up to r169286, addresses comments in llvm-review...
2012-12-05 Kostya Serebryany[asan] undo the debug printf
2012-12-05 Evgeniy StepanovReuse an existing diagnostic for tsan/msan needing...
2012-12-05 Dmitry Vyukovtsan: fix memory barriers in atomics
2012-12-05 Evgeniy Stepanov[msan] Initialize callbacks in runOnFunction as opposed...
2012-12-05 Evgeniy Stepanov[msan] Change linkage type of __msan_track_origins.
2012-12-05 Dmitry Vyukovtsan: provide own implementation of __cxa_guard_xxx...
2012-12-05 NAKAMURA Takumitest/Modules/build-fail-notes.m: Tweak to unbreak Win32...
2012-12-05 Richard SmithIn C++, if we hit an error in the class-head, don't...
2012-12-05 Richard SmithPR14049: Don't say "expanded from macro 'foo'" when...
2012-12-05 Daniel JasperFix make build (hopefully).
2012-12-05 Dmitry Vyukovtsan: remove unnecesary include file
2012-12-05 Dmitry Vyukovtsan: fix lint warnings
2012-12-05 Kostya Serebryany[tsan] get rid of *allocator64* files, moving everythin...
2012-12-05 Richard SmithMinor reorganization. No functionality change.
2012-12-05 Elena DemikhovskySimplified BLEND pattern matching for shuffles.
2012-12-05 Daniel JasperAdd missing virtual destructors reported by -Wnon-virtu...
2012-12-05 Daniel JasperFirst version of a command line clang-format tool.
2012-12-05 Daniel JasperSmall tweaks to automatic formatting.
2012-12-05 Peter CollingbourneFix build against recent versions of Clang. Based...
2012-12-05 Kostya Serebryany[tsan] make the 64-bit allocator build (but not work...
2012-12-05 Andrew TrickRegisterPressure API. Add support for physical register...
2012-12-05 Andrew TrickAdded RegisterPressureTracker::dump() for debugging.
2012-12-05 Andrew TrickComment formatting.
2012-12-05 Richard SmithSimplify slightly by seperating out the responsibility...
2012-12-05 Richard SmithThis test used to fail forever if it failed once, becau...
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.
next