platform/upstream/llvm.git
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...
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...
next