platform/upstream/llvm.git
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.
2012-12-17 Chandler CarruthExtract the logic for inserting a subvector into a...
2012-12-17 Chandler CarruthLift the integer splat computation into a helper function.
2012-12-17 Craig TopperAdd debug prints for when optimizeLoadInstr folds a...
2012-12-17 Nico WeberIdentifierResolver: Remove an unnecessary include and...
2012-12-16 Dmitri GribenkoDocumentation: add a missing word
2012-12-16 Richard OsborneAdd tests for disassembly of 1r XCore instructions.
2012-12-16 Dmitri GribenkoClang ReleaseNotes: add information about documentation...
2012-12-16 Richard OsborneAdd instruction encodings and disassembly for 1r instru...
2012-12-16 Richard OsborneAdd XCore disassembler.
2012-12-16 Richard OsborneRemove invalid instruction encodings.
2012-12-16 Richard OsborneMark anything deriving from PseudoInstXCore as a pseudo...
2012-12-16 Richard OsborneSet instruction size correctly in XCoreInstrFormats.td
2012-12-16 Richard OsborneChange XCoreAsmPrinter to lower MachineInstrs to MCInst...
2012-12-16 Richard OsborneReplace ${:comment} with the comment symbol.
2012-12-16 Dmitri GribenkoDeclare class DwarfDebug before use instead of relying...
2012-12-16 Dmitri GribenkoDocumentation: AutomaticReferenceCounting.rst: use...
2012-12-16 Craig TopperDon't use SourceLineCache in getColumnNumber if LastLin...
2012-12-16 NAKAMURA TakumiMCPureStreamer.cpp: Try to fix build, pruning EmitDebug...
2012-12-16 Reed KotlerThis patch is needed to make c++ exceptions work for...
2012-12-16 Sean Silvadocs: Fix completely broken adornment structure.
2012-12-15 Dmitri GribenkoDocumentation: random cleanups. Use monospaced font...
2012-12-15 Dmitri GribenkoDocumentation: convert InternalsManual.html to reST
2012-12-15 Kostya Serebryany[sanitizer] fix a bug that has crept into the sanitizer...
2012-12-15 Benjamin KramerX86: Add a couple of target-specific dag combines that...
2012-12-15 Dmitri GribenkoDocumentation: LanguageExtensions.rst: convert link...
2012-12-15 Chandler CarruthAdd a corollary test for PR14572. We got this code...
next