platform/upstream/llvm.git
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...
2012-12-14 Alexey Samsonov[Sanitizer] use INTERCEPT_FUNCTION(foo) instead of...
2012-12-14 NAKAMURA TakumiTargets.cpp: [cygwin] Add the predefined macro "_X86_...
2012-12-14 Dmitry Vyukovtsan: disable allocator tests in debug build
2012-12-14 Dmitry Vyukovtsan: comment out debug output in test
2012-12-14 Dmitry Vyukovtsan: add sanity test for Go runtime into presubmit...
2012-12-14 Dmitry Vyukovtsan: add socketpair() interceptor and test
2012-12-14 Patrik HagglundChange TargetLowering::getLoadExtAction to take an...
2012-12-14 Argyrios KyrtzidisHave Sema::ActOnStartOfFunctionDef return the declarati...
2012-12-14 Argyrios KyrtzidisRemove code from Sema::ActOnStartOfFunctionTemplateDef...
2012-12-14 Nico Weberfix another spello
2012-12-14 Nico Weberfix spello
2012-12-14 NAKAMURA Takumiclang/test/CodeGenCXX/lambda-expressions.cpp: Relax...
2012-12-14 Greg ClaytonCleaned up the UUID mismatch just printing itself whene...
2012-12-14 Greg Clayton<rdar://problem/12878674>
2012-12-14 Nadav Rotemrevert r170166 - disable the loop vectorizer.
2012-12-14 Sean CallananRmoved the old LLVM disassembler based on libedis.
2012-12-14 Ted KremenekRefactor dump methods to make RegionBindingsRef printab...
2012-12-14 Sean CallananMade the struct test case actually use an expression
2012-12-14 Sean CallananSome incorrect debug information caused LLDB
2012-12-14 Enrico GranataTrigger the display of error and output in sourced...
2012-12-14 Nadav RotemEnable the loop vectorizer.
2012-12-14 Greg ClaytonFix a parser_type to get created with the right AST...
2012-12-14 Nadav RotemMake the test less sensitive to the inline threshold.
2012-12-14 Enrico GranataFixing the -f option so that one specify multiple filte...
2012-12-14 Nadav RotemDisable the loop vectorizer.
2012-12-13 Enrico Granata<rdar://problem/11689939>
2012-12-13 Eli FriedmanMake sure the __invoke function for lambdas returns...
2012-12-13 Jakob Stoklund... Use the new MI bundling API in MachineInstrBundle itself.
next