platform/upstream/llvm.git
2012-12-06 Michael IlsemanHave CannotBeNegativeZero() be aware of the nsz fast...
2012-12-05 Sean CallananRewrote the bitfield logic. Major changes include:
2012-12-05 Chad Rosier[driver, ms-inline asm] -fms-compatibility enables...
2012-12-05 Andrew TrickTaking ownership of indvars/lsr.
2012-12-05 Richard SmithPR10867: Analogue of r169441 for when using external...
2012-12-05 Chad Rosier[driver, ms-inline asm] Have -fms-extensions enable...
2012-12-05 Jason MolendaAdding missing log->Printf instead of printf in Target...
2012-12-05 Andrew TrickRegPressureTracker::dump(): Remove unnecessary argument.
2012-12-05 Richard SmithLooks like lit on Windows can't cope with parens here...
2012-12-05 Richard SmithPR10867. lit would interpret
2012-12-05 Fariborz JahanianIn DeclPrint add printing of '= default'
2012-12-05 Akira HatanakaDo not run tests MappedMemoryTest.BasicWrite and Multip...
2012-12-05 Michael J.... Quick build fix for c++03 clang. This needs a proper...
2012-12-05 Richard SmithMore workarounds for PR10867.
2012-12-05 Fariborz JahanianIn DeclPrint add printing of 'explicit'
2012-12-05 Richard SmithFix an egregiously broken test. This pattern doesn...
2012-12-05 Eli BenderskyChange std::vector to SmallVector<4> and remove some...
2012-12-05 Jyotsna VermaDefine new-value store instructions with base+immediate...
2012-12-05 Greg Clayton<rdar://problem/12560257>
2012-12-05 Argyrios Kyrtzidis[c-index-test] Introduce '-index-compile-db' which...
2012-12-05 Bill WendlingFix name. The array is unboundED.
2012-12-05 Bill WendlingFix name. The array is unboundED.
2012-12-05 Andrew TrickRegisterPressureTracker: fix findUseBetween to handle...
2012-12-05 Andrew TrickRegisterPressureTracker: unify virtual registers and...
2012-12-05 Andrew TrickRegisterPresssureTracker: Track live physical register...
2012-12-05 Greg Clayton<rdar://problem/12749733>
2012-12-05 Nadav RotemCost Model: change the default cost of control flow...
2012-12-05 Chad Rosier[driver, ms-inline asm] MS-Style inline assembly is...
2012-12-05 Daniel JasperBasic clang-format vim-integration.
2012-12-05 David SehrCorrect ARM NOP encoding
2012-12-05 Eli BenderskyRemove unused methods
2012-12-05 Justin Holewinski[NVPTX] Fix crash with unnamed struct arguments
2012-12-05 Daniel MaleaDefine isprint8() wrapper around isprint() in order...
2012-12-05 Michael J.... Add dump of Win64 EH unwind data.
2012-12-05 Michael J.... Updates to Win64EH.h structures.
2012-12-05 Fariborz Jahanianfix comment.
2012-12-05 Fariborz JahanianTesting C++ declarations embedded in
2012-12-05 Chad Rosier[ms-inline asm] Add more tests.
2012-12-05 David SehrTest commit.
2012-12-05 Greg ClaytonBacked out part of the ABI changes that were checked...
2012-12-05 Jyotsna VermaUse multiclass to define store instructions with base...
2012-12-05 Eli BenderskyRemove the non-const getInst accessor. It wasn't being...
2012-12-05 Bob WilsonAdjust JIT target triple on OS X to match the current...
2012-12-05 Matthew CurtisFix misplaced closing brace.
2012-12-05 Daniel MaleaRename class __lambda_node to ___lambda_node to fix...
2012-12-05 Andrew TrickRemove two dead functions resulting from a bad rebase.
2012-12-05 Jordan RoseFormat strings: offer a cast to 'unichar' for %C in...
2012-12-05 Jordan RoseFormat strings: add more expression types that don...
2012-12-05 Jordan RoseFormat strings: a character literal should be printed...
2012-12-05 Jordan RoseFormat strings: the correct conversion for 'char' is...
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...
next