platform/upstream/llvm.git
2012-12-18 Richard SmithDon't escape %s in printf usage message; it's not writt...
2012-12-18 Nadav RotemSROA: Replace calls to getScalarSizeInBits to DataLayou...
2012-12-18 NAKAMURA Takumitest/Misc/dev-fd-fs.c: Mark this as XFAIL:freebsd ...
2012-12-18 NAKAMURA Takumillvm/test/MC/ELF/comp-dir.s: Appease MSYS Bash.
2012-12-18 Jason MolendaAdd a new qProcessInfo packet to debugserver.
2012-12-18 Rafael EspindolaInline hasAtomicCopyHelperAPI.
2012-12-18 Richard Smithubsan: if the frontend didn't provide us with a source...
2012-12-18 Rafael EspindolaMerge storage classes even when contexts don't match.
2012-12-18 Rafael EspindolaNow that the uninitialized variable has been fixed...
2012-12-18 Rafael EspindolaInitialize NoRedZone and remove unused default values.
2012-12-18 Richard SmithFix typo (thanks to Jordan for spotting it!).
2012-12-18 Eli FriedmanThe underlying type for an enum should be an integer...
2012-12-18 Sean Silvadocs: Nuke AnalyzerRegions.rst.
2012-12-18 Jim InghamAdding events when watchpoints are set or changed.
2012-12-18 Anders CarlssonWhen warning about a missing prototype because a functi...
2012-12-18 Eli BenderskyCleanup comment and formatting
2012-12-18 Eli FriedmanMore conservative fix for <rdar://problem/12847524...
2012-12-18 Sean CallananRemoved a possible use of unchecked NULL from
2012-12-18 Jakob Stoklund... Repair bundles that were broken by removing and reinser...
2012-12-18 Eric ChristopherFormatting.
2012-12-18 Bill WendlingUse the correct return type (size_t) for these builtins.
2012-12-18 Bill WendlingAdd an expected parameter for the size of the destination.
2012-12-18 Eric ChristopherAdd support for passing the main file name down to...
2012-12-18 Eric ChristopherAdd support for passing -main-file-name all the way...
2012-12-18 Eric ChristopherCleanup formatting and whitespace.
2012-12-18 Richard SmithRein ubsan's vptr sanitizer back a bit. Per core issue...
2012-12-18 Richard SmithRein ubsan's vptr sanitizer back a bit. Per core issue...
2012-12-18 Jakob Stoklund... Extract a method, no functional change intended.
2012-12-17 Jakob Stoklund... Tighten up the erase/remove API for bundled instructions.
2012-12-17 Reed KotlerEmitDebugLabel should by default be the same as EmitLab...
2012-12-17 Eli Benderskyfix indentation
2012-12-17 Chad Rosier[arm fast-isel] Minor cleanup. No functional change...
2012-12-17 Rafael EspindolaFix isThisDeclarationADefinition for extern following...
2012-12-17 Nick KledzikFix some integer constant warnings by using a suffix
2012-12-17 Chandler CarruthAdd a triple to this test -- it has to be an ELF platfo...
2012-12-17 Chandler CarruthFix PR14625 by teaching the driver to detect PWD for...
2012-12-17 Daniel MaleaMention how to do a (Linux) release build on the build...
2012-12-17 Chandler CarruthPrepare LLVM to fix PR14625, exposing a hook in MCConte...
2012-12-17 Han Ming Ong<rdar://problem/12890948>
2012-12-17 Nick Kledzikre-enable test cases now that traits work with g++...
2012-12-17 Michael IlsemanRemove trailing whitespace
2012-12-17 Michael IlsemanRemoved trailing whitespace
2012-12-17 Argyrios Kyrtzidis[c-index-test] Fix warnings about unused results from...
2012-12-17 Argyrios KyrtzidisJust use begin()/end() instead of "&Vector[0], &Vector...
2012-12-17 Argyrios KyrtzidisDon't include the header outside the include guards...
2012-12-17 Argyrios Kyrtzidis[parser] Push a semi token for recovery only when it...
2012-12-17 Anna Zaks[analyzer] Tweak the NumFunctionsAnalyzed stat so that...
2012-12-17 Anna Zaks[analyzer] Implement "do not inline large functions...
2012-12-17 Chad Rosier[arm fast-isel] Fast-isel only handles simple VTs,...
2012-12-17 Nick KledzikUse different trait techniques to be compatible with g++
2012-12-17 David ChisnallReapply r170344, this time without forgetting to commit...
2012-12-17 Chandler CarruthFix another SROA crasher, PR14601.
2012-12-17 Benjamin KramerRevert "Added support for new property helpers (GNUstep...
2012-12-17 Tim NorthoverQuery section for whether it should be executable.
2012-12-17 Tim NorthoverTeach MachO which sections contain code
2012-12-17 Daniel MaleaInitialize m_done to false in Driver constructor to...
2012-12-17 Evgeniy Stepanov[msan] Fix lint warning.
2012-12-17 Dmitry Vyukovtsan: say what thread had created a thread in reports
2012-12-17 Richard OsborneAdd instruction encodings / disassembly support for...
2012-12-17 David ChisnallAdded support for new property helpers (GNUstep runtime).
2012-12-17 Tom StellardR600: enable S_*N2_* instructions
2012-12-17 Tom StellardR600: BB operand support for SI
2012-12-17 Tom StellardR600: remove nonsense setPrefLoopAlignment
2012-12-17 Kostya Serebryany[asan] asan_allocator2: implement malloc_usable_size...
2012-12-17 Chandler CarruthTeach the rewriting of memcpy calls to support subvecto...
2012-12-17 Daniel JasperAdd basic support for splitting before function calls...
2012-12-17 Patrik HagglundRevert/correct some FastISel changes in r170104 (EVT...
2012-12-17 Evgeniy StepanovOptimize tree walking in markAliveBlocks.
2012-12-17 Richard OsborneAdd instruction encodings for PEEK and ENDIN.
2012-12-17 Chandler CarruthFix a secondary bug I introduced while fixing the first...
2012-12-17 Richard OsborneFix parameter name in prototypes in XCoreDisassembler.
2012-12-17 Chandler CarruthHoist a convertValue call to the two paths where it...
2012-12-17 Richard OsborneAdd instruction encodings / disassembly support for...
2012-12-17 Kostya Serebryany[asan] asan_allocator2: don't use TLS and fix calloc
2012-12-17 Chandler CarruthHoist the insertVector helper to be a static helper.
2012-12-17 Richard OsborneAdd instruction encodings for ZEXT and SEXT.
2012-12-17 Dmitry Vyukovtsan: correct llvm libc++ name
2012-12-17 Chandler CarruthLift the extractVector helper all the way out to a...
2012-12-17 Chandler CarruthFactor the vector load rewriting into a more generic...
2012-12-17 Richard OsborneAdd instruction encodings / disassembly support for...
2012-12-17 Richard OsborneAdd instruction encodings / disassembly support for...
2012-12-17 Richard OsborneSimplify assertion in XCoreInstPrinter.
2012-12-17 Richard OsborneUpdate comments to match recommended doxygen style.
2012-12-17 Richard OsborneRemove unnecessary include.
2012-12-17 Duncan SandsFix typo that results in new landing pads not getting...
2012-12-17 Duncan SandsFix comment typo.
2012-12-17 Daniel JasperFix several formatting problems.
2012-12-17 Kostya Serebryany[asan] asan_alocator2: implement quarantine and Reallocate
2012-12-17 Dmitry Vyukovtsan: add __has_feature(thread_sanitizer)
2012-12-17 Kostya Serebryany[asan] implement AsanChunkFifoList via IntrusiveList...
2012-12-17 Han Ming Ong<rdar://problem/12890901>
2012-12-17 Dmitry Vyukovtsan: update docs
2012-12-17 Kostya Serebryany[asan] asan_alocator2: implement free() stacks and...
2012-12-17 Chandler CarruthClean up a small (messy) section of Clang's release...
2012-12-17 Craig TopperRemove EFLAGS from the BLSI/BLSMSK/BLSR patterns. The...
2012-12-17 Craig TopperSimplify BMI ANDN matching to use patterns instead...
2012-12-17 Craig TopperAdd rest of BMI/BMI2 instructions to the folding tables...
2012-12-17 Craig TopperRemove store forms of DEC/INC from isDefConvertible...
2012-12-17 Bill SchmidtThis patch fixes PR13624, which notes a 64-bit PowerPC...
2012-12-17 Chandler CarruthFix the first part of PR14478: memset now works.
next