platform/upstream/llvm.git
2013-10-22 Jason MolendaFix for a mistake spotted by Enrico with the SBThread...
2013-10-22 Eric ChristopherFormatting/whitespace.
2013-10-22 Bob WilsonMove the printing of llvm-cov information out from...
2013-10-21 Adrian Prantlfix two typos.
2013-10-21 Jason MolendaExpose the Thread::GetQueueID() method through the...
2013-10-21 Andrew KaylorFIXME comment shouldn't have been doxygen style
2013-10-21 Eric ChristopherFix spelling, grammar, and match naming convention...
2013-10-21 David BlaikieDWARF Type Hashing: Include reference and rvalue refere...
2013-10-21 Reid KlecknerRevert "Re-enable passing MS inline asm test."
2013-10-21 Rui UeyamaRevert "Initialize some members where they are declared."
2013-10-21 David BlaikieDWARF type hashing: begin implementing Step 5, summary...
2013-10-21 Andrew KaylorRemoving unnecessary link component for MCJIT unittests
2013-10-21 Reid KlecknerRe-enable passing MS inline asm test.
2013-10-21 Reid KlecknerRevert "Refactor DynTypedMatcher into a value type...
2013-10-21 Rui UeyamaInitialize some members where they are declared. No...
2013-10-21 Rui UeyamaDisable layout-transitivity test on Darwin for now.
2013-10-21 Chris WailesUpdated and added to the Consumed documentation.
2013-10-21 David BlaikieDIEHashTest: Correct the order of operands to the TEST...
2013-10-21 Chad Rosier[AArch64] Add the constraint to NEON scalar mla/mls...
2013-10-21 Chad Rosier[AArch64] Add the constraint to NEON scalar mla/mls...
2013-10-21 Yaron KerenFix string assignment, David Blaikie suggestion.
2013-10-21 Tom StellardSimplifyCFG: Don't duplicate calls to functions marked...
2013-10-21 Greg ClaytonFixed breakpoints to be able to be set on eSymbolTypeRe...
2013-10-21 Matt ArsenaultRemove unused TargetLowering field.
2013-10-21 Matt ArsenaultFix CodeGen for vectors of pointers with address spaces.
2013-10-21 Matt ArsenaultFix CodeGen for different size address space GEPs
2013-10-21 Rafael EspindolaMake this test pass -verify.
2013-10-21 Matt ArsenaultUse more type helper functions
2013-10-21 Sergey Matveev[lsan] When detect_leaks=false, be completely silent.
2013-10-21 Matt ArsenaultReuse variable
2013-10-21 Reid KlecknerFix the build in DIE.cpp with MSVC 2010
2013-10-21 David BlaikieDWARF type hashing: Handle multiple (including recursiv...
2013-10-21 Matt ArsenaultTeach SimplifyCFG about address spaces
2013-10-21 Rafael EspindolaIgnore -fstrength-reduce and -fno-strength-reduce.
2013-10-21 Matt ArsenaultFix creating bitcasts between address spaces in SCEV.
2013-10-21 Greg Clayton<rdar://problem/14496092>
2013-10-21 Samuel BenzaquenRefactor DynTypedMatcher into a value type class, just...
2013-10-21 Rafael EspindolaExtend test to show an alias can be before a definition.
2013-10-21 Peter CollingbourneUse internal_memset to initialize this variable.
2013-10-21 Matt ArsenaultRemove unused SCEV functions
2013-10-21 Lang HamesX86 vector element shift-by-immediate instructions...
2013-10-21 Eric ChristopherFix up some old review feedback.
2013-10-21 Andrew KaylorImproving MCJIT/RuntimeDyld thread safety
2013-10-21 Rafael EspindolaCleanup redundant include.
2013-10-21 Enrico GranataGet rid of the FooStructSynth, it was a testing thing...
2013-10-21 David BlaikieDebugInfo: Put each kind of constant (form, attribute...
2013-10-21 Rafael EspindolaOptimize more linkonce_odr values during LTO.
2013-10-21 David BlaikieDebugInfo: Hash DW_FORM_GNU_str_index as a string.
2013-10-21 Marshall ClowPatch by GM: Turn off 'deprecated' warnings when buildi...
2013-10-21 Marshall ClowPatch by GM: apparently '__value' (two underscores...
2013-10-21 Marshall ClowPatch from GM: locale.cpp; make implicit conversions...
2013-10-21 Marshall ClowPatch by GM: Making implicit conversion to bool explici...
2013-10-21 Marshall ClowPatch by GM: Adding MSVC support to __bit_reference
2013-10-21 Elena DemikhovskyAVX-512: MUL operation lowering for v8i64
2013-10-21 Matheus Almeida[mips][msa] Direct Object Emission support for LD/ST...
2013-10-21 Matheus Almeida[mips][msa] Direct Object Emission support for LDI...
2013-10-21 Matheus Almeida[mips][msa] Direct Object Emission support for MOVE.v.
2013-10-21 Benjamin KramerDriver: Various string-related cleanups.
2013-10-21 Matheus Almeida[mips][msa] Direct Object Emission support for CTCMSA...
2013-10-21 Matheus Almeida[mips][msa] Direct Object Emission of SPLAT instruction.
2013-10-21 Matheus Almeida[mips][msa] Fix definition of SLD instruction.
2013-10-21 Silviu BarangaSet the default hardware division features for ARM...
2013-10-21 Silviu BarangaAdd the __ARM_ARCH_EXT_IDIV__ predefine. It is set...
2013-10-21 Serge PavlovFix to PR8880 (clang dies processing a for loop).
2013-10-21 Kostya Serebryany[asan] count the size of QuarantineBatch in the total...
2013-10-21 Manuel KlimekFixes PR17617: Crash on joining short if statements.
2013-10-21 Dmitry Vyukovtsan: fix strerror interceptor (eliminate false positives)
2013-10-21 Daniel JasperExpose -fmodule-name and -fmodule-map-file as driver...
2013-10-21 Michael GottesmanFix the predecessor removal logic in r193045.
2013-10-21 Justin BognerLex: Don't restrict legal UCNs when preprocessing assembly
2013-10-21 Richard SmithAvoid using the name 'bzero' for an enumerator in globa...
2013-10-21 David Majnemer[-fms-extensions] __is_interface_class was miscategorized
2013-10-21 Bill WendlingDon't eliminate a partially redundant load if it's...
2013-10-21 Nick LewyckyFix typo in test's XFAIL line. Patch by Dimitry Andric!
2013-10-21 David MajnemerSema: Explain our deviation from the standard by refere...
2013-10-21 David MajnemerBe more precise when diagnosing 'inline' on global...
2013-10-20 Peter CollingbourneRuntime support for the indirect function call checker.
2013-10-20 Peter Collingbourne[ubsan] Introduce %clangxx substitution for all C+...
2013-10-20 Peter CollingbourneImplement function type checker for the undefined behav...
2013-10-20 Peter CollingbourneRevert r193022 and r193048. They broke the ubsan test...
2013-10-20 Alp TokerSwitch attribute test line endings from CRLF
2013-10-20 Alp TokerFix crash in cleanup attr handling
2013-10-20 Daniel Jasperclang-format: Better understand Lambda poarameters.
2013-10-20 Joerg SonnenbergerFix python-free build.
2013-10-20 Joerg SonnenbergerMake sure switch covers all values.
2013-10-20 Daniel Jasperclang-format: Fix formatting of nested blocks after...
2013-10-20 Daniel Jasperclang-format: Support case ranges.
2013-10-20 Daniel Jasperclang-format: Improve formatting of ObjC dict literals.
2013-10-20 Benjamin KramerDriver: libubsan_cxx depends on libubsan. Preserve...
2013-10-20 Benjamin KramerForgot some references to misspelled enums.
2013-10-20 Benjamin KramerMiscellaneous speling fixes.
2013-10-20 Michael GottesmanTeach simplify-cfg how to correctly create covered...
2013-10-20 David MajnemerSema: Diagnose global replacement functions declared...
2013-10-20 Peter CollingbourneTypo.
2013-10-20 Peter CollingbourneEmit prefix data after debug and EH directives.
2013-10-20 Peter CollingbourneEmit DWARF line entries for all data in the instruction...
2013-10-19 Rafael EspindolaAdd a missing getMostRecentDecl to ClassTemplateDecl.
2013-10-19 Rafael EspindolaSimplify some implementations of get*Decl.
2013-10-19 Benjamin KramerRemove unused variable.
2013-10-19 Rafael EspindolaThis should use the possessive adjective.
next