platform/upstream/llvm.git
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...
2012-12-15 Chandler CarruthRelax an overly aggressive assert to fix PR14572.
2012-12-15 Chandler CarruthMake '-mtune=x86_64' assume fast unaligned memory accesses.
2012-12-15 Chandler CarruthActually update the grammar of this sentence to reflect...
2012-12-15 NAKAMURA TakumiRevert r170246, "Enable the loop vectorizer by default."
2012-12-15 Jim InghamRemove the “len” defaulted parameter from CommandReturn...
2012-12-15 Greg Clayton<rdar://problem/11990131>
2012-12-15 Greg Clayton<rdar://problem/12156204>
2012-12-15 Will Dietz[ubsan] Emit branch weight metadata to hint towards...
2012-12-15 Greg Clayton<rdar://problem/12582041>
2012-12-15 Jordan RoseDocs: redirect "static analysis extensions" section...
2012-12-15 Jordan RoseRemove old description of analyzer internals from publi...
2012-12-15 Reed KotlerThis code implements most of mips16 hardfloat as it...
2012-12-15 Eric ChristopherTo simplify some code move the unit emission into the...
2012-12-15 Eric ChristopherUse begin and end label names from the section for...
2012-12-14 Sean CallananFixed two conditionals that I accidentally
2012-12-14 Kevin EnderbyMake sure the alternate PC+imm syntax of LDR instructio...
2012-12-14 Greg ClaytonSwitch "disassemble" with no arguments or options to...
2012-12-14 Greg ClaytonRemove unused variable.
2012-12-14 Greg ClaytonRemove references to files that Sean recently removed...
2012-12-14 Michael IlsemanAdd back FoldOpIntoPhi optimizations with fix. Included...
2012-12-14 Nadav RotemEnable the loop vectorizer by default.
2012-12-14 Nadav RotemTypeLegalizer: Do not generate target specific nodes...
2012-12-14 Andrew KaylorSkipping the DeadStripTestCase.test_with_dwarf test...
2012-12-14 Duncan SandsRelease notes for dragonegg 3.2.
2012-12-14 Daniel MaleaAvoid possible overflow when reading inferior memory...
2012-12-14 Andrew KaylorEnabling ItaniumABILanguageRuntime and SymbolFileDWARFD...
2012-12-14 Nadav RotemFix a crash in ValueTracking on vectors of pointers.
2012-12-14 Filipe CabecinhasFixed a typo.
2012-12-14 Anton Yartsevfixed line endings
2012-12-14 Bill SchmidtThis patch removes some nondeterminism from direct...
2012-12-14 Daniel MaleaAdd GCC instructions to build section of website
2012-12-14 Dmitry Vyukovtsan: synchronize connect->accept calls
2012-12-14 Anton Yartsevadded post-statement callback to CXXNewExpr and pre...
2012-12-14 Argyrios KyrtzidisDon't hit an assertion failure when calculating the...
2012-12-14 Anna Zaks[analyzer] Propagate the checker's state from checkBran...
2012-12-14 Anna Zaks[analyzer] Refactor: Store visited Decls instead of...
2012-12-14 Edwin VaneUse renamed CommonOptionsParser member functions
2012-12-14 Edwin VaneStyle and Doc fix for CommonOptionsParser
2012-12-14 Argyrios Kyrtzidis[preprocessor] For errors at a function macro invocatio...
2012-12-14 Pedro ArtigasAdd more reset methods to make all objects that the...
2012-12-14 Shuxin Yangrdar://12753946
2012-12-14 NAKAMURA Takumi[CMake] Move libxml2 stuff from clang to llvm/cmake.
2012-12-14 Andrew KaylorChange crash handling to use eStateStopped rather than...
2012-12-14 Nico WeberDon't require a space between the two ">" in "vector...
2012-12-14 Bill SchmidtThis patch improves the 64-bit PowerPC InitialExec...
2012-12-14 Alexey Samsonov[Sanitizer] remove extra typename
2012-12-14 Dmitry Vyukovtsan: add test for errno spoiling in signal handler
2012-12-14 Kostya Serebryany[sanitizer] add AllocatorLeakTest
2012-12-14 Dmitry Vyukovtsan: add test for malloc/free in signal handler
2012-12-14 Evgeniy StepanovAdd MemorySanitizer.cpp to the lint script.
2012-12-14 Evgeniy StepanovFix lint warnings in MemorySanitizer.cpp.
2012-12-14 Dmitry Vyukovtsan: fix lint warning
2012-12-14 Chandler CarruthThe CellSPU backend is more than experimental, it's...
2012-12-14 Chandler CarruthRemove a section that was in 3.1's notes.
2012-12-14 Evgeniy Stepanov[msan] Origin stores and loads do not need explicit...
2012-12-14 Chandler CarruthRemove several entries from the 3.2 release notes that...
2012-12-14 Chandler CarruthFix the order of these sections of the release notes.
2012-12-14 Chandler CarruthAdd a rough draft of some content about the new SROA...
2012-12-14 Chandler CarruthDelete a long-stale "if its ready" comment. All indicat...
2012-12-14 Chandler CarruthProvide some actual highlight bullets for Clang.
2012-12-14 Kostya Serebryany[asan] more asan_allocator2 code: record the allocation...
2012-12-14 Evgeniy Stepanov[msan] Refactor default shadow propagation and origin...
2012-12-14 Dmitry Vyukovtsan: fix build
2012-12-14 Kostya Serebryany[asan] more asan_allocator2 code: actually un/poison...
next