platform/upstream/llvm.git
2013-02-07 Tom StellardR600/SI: Handle VGPR64 destination in copyPhysReg().
2013-02-07 Tom StellardR600/SI: Add pattern for mul.
2013-02-07 Tom StellardR600/SI: simplify and fix SMRD encoding
2013-02-07 Tom StellardR600/SI: add proper 64bit immediate support v2
2013-02-07 Tom StellardR600: Add an explicit default processor
2013-02-07 Michael IlsemanIdentify and simplify idempotent intrinsics. Test case...
2013-02-07 Douglas GregorAdd missing header from r174648
2013-02-07 Douglas GregorRetain all hidden methods in the global method pool...
2013-02-07 Dmitri Gribenkolibclang: reduce CXString abuse
2013-02-07 Arnold SchwaighoferLoop Vectorizer: Refactor Memory Cost Computation
2013-02-07 Douglas GregorRename -fmodule-cache-path <blah> to -fmodules-cache...
2013-02-07 DeLesley HutchinsThread safety analysis: make sure that expressions...
2013-02-07 Edwin VaneFix for combined loop and nullptr convert tests
2013-02-07 Marshall ClowBelt and suspenders when calling sysconf
2013-02-07 Meador IngeADT: Correct APInt::getActiveWords for zero values
2013-02-07 Chad RosierTestcase for r174477.
2013-02-07 Michael J.... [Object][ELF] Fix crash on no dynamic section.
2013-02-07 Enrico Granata<rdar://problem/13107151>
2013-02-07 Marshall ClowAnother libc++ warning suppression on Linux; no functio...
2013-02-07 Marshall ClowMore libc++ warning suppression on Linux; no functional...
2013-02-07 Dmitry Vyukovtsan: fix suppress_java logic
2013-02-07 Tom StellardR600/SI: Use proper instructions for array/shadow samplers.
2013-02-07 Tom StellardR600/SI: Make sample intrinsic address parameter type...
2013-02-07 Tom StellardR600/SI: Add basic support for more integer vector...
2013-02-07 Arnold SchwaighoferARM cost model: Add costs for vector selects
2013-02-07 Guy BenyeiEnable overloading of OpenCL events - this is needed...
2013-02-07 Alexander Potapenko[ASan] Remove the replace_cfallocator flag, which is...
2013-02-07 Alexander Potapenko[ASan] Enable alloc_dealloc_mismatch by default on...
2013-02-07 Tim NorthoverFileCheckize volatile test
2013-02-07 Alexander Potapenko[ASan] Enable the new and delete wrappers on Darwin.
2013-02-07 Howard HinnantRevert accidental check-in. These changes are probably...
2013-02-07 Dmitry Vyukovtsan: intercept libc __res_iclose
2013-02-07 Howard HinnantMichael van der Westhuizen: The attached patch add...
2013-02-07 Dmitry Vyukovtsan: fix Go build
2013-02-07 Tim NorthoverOnly check for volatile memcpys in test.
2013-02-07 Tim NorthoverAdd AArch64 wchar definition to test
2013-02-07 Tim NorthoverXFAIL test that's inappropriate for AArch64 ABI
2013-02-07 Tim NorthoverPermit ABIs where the caller extends the result (test...
2013-02-07 Kostya Serebryany[sanitizer] always allocate 16-byte aligned chunks...
2013-02-07 Alexander Potapenko[sanitizer_common] Fix lint warnings.
2013-02-07 Michel DanzerR600/SI: Add pattern for flog2
2013-02-07 NAKAMURA TakumiFDE::dumpHeader(): Forgot to fix one more formatting...
2013-02-07 Dmitri GribenkoDocumentation: fix typo: stdard -> stdarg
2013-02-07 Dmitri GribenkoDocumentation: add information about builtin includes...
2013-02-07 Marshall ClowClean up some warnings for Linux build; No functionalit...
2013-02-07 Tom StellardR600: Consolidate sub register indices.
2013-02-07 Tom StellardR600: Add support for SET*_DX10 instructions
2013-02-07 Tom StellardR600: Add tests for unsupported condition codes.
2013-02-07 Tom StellardR600: Fix assembly name for SETGT_INT
2013-02-07 NAKAMURA Takumilibclang: CursorVisitor::VisitBuiltinTypeLoc(): Add...
2013-02-07 Manuel KlimekImplements equalsNode for Decl and Stmt.
2013-02-07 Alexander Potapenko[ASan] Fix a compilation warning.
2013-02-07 Alexander Potapenko[ASan] Implement asan_mz_size(), asan_mz_force_lock...
2013-02-07 NAKAMURA TakumiFDE::dumpHeader(): Forgot to fix one more formatting...
2013-02-07 Guy BenyeiAdd OpenCL samplers as Clang builtin types and check...
2013-02-07 Evgeniy Stepanov[sanitizer] OFF_T on Mac is u64.
2013-02-07 Kostya Serebryany[tsan] race_on_write test
2013-02-07 Evgeniy Stepanov[sanitizer] Exclude off64_t test on mac.
2013-02-07 Alexey Samsonov[Sanitizer] include stddef.h for ptrdiff_t in intercept...
2013-02-07 Zonr ChangImplement aeabi_{f,d}cmp*.
2013-02-07 Kostya Serebryany[msan] add strip_path_prefix flag; print error summary...
2013-02-07 Evgeniy Stepanov[sanitizer] Add a missing header.
2013-02-07 Evgeniy Stepanov[sanitizer] Fix wrong size of OFF_T on 32-bit platforms.
2013-02-07 Michael J.... [docs] lld self hosts.
2013-02-07 Owen AndersonRemove this testcase until I can figure out how to...
2013-02-07 Michael J.... [Driver] Add -L and -l support.
2013-02-07 Michael J.... [Driver] Replace Target with TargetInfo. Simplify Linke...
2013-02-07 Owen AndersonAnother attempt at getting the XFAIL line right for...
2013-02-07 Sean Silva[ReleaseNotes] tidy up organization and formatting
2013-02-07 Nadav RotemUpdate Release notes regarding TTI.
2013-02-07 Nadav RotemDocument the loop vectorizer changes.
2013-02-07 Nick LewyckyApply the pure-virtual odr rule to other constructs...
2013-02-07 Reed KotlerMake sure we call externals from libraries properly...
2013-02-07 Sean Silvatblgen: Diagnose duplicate includes.
2013-02-07 Michael GottesmanMoved some comments due to the recent refactoring of...
2013-02-07 Reed KotlerEnable jumps when in -static mode.
2013-02-07 Greg ClaytonAddress sanitizer found an issue which we filed a bug...
2013-02-07 Greg ClaytonFixed an bug found by running LLDB with the address...
2013-02-07 Richard SmithFix handling of module imports adding names to a DeclCo...
2013-02-07 Richard SmithSimplify FindExternalVisibleDeclsByName by making it...
2013-02-07 Alexander Kornienko-Wimplicit-fallthrough: fixed two cases where "fallthro...
2013-02-07 NAKAMURA TakumiDWARFDebugFrame.cpp: Fix formatting on i686 hosts.
2013-02-07 Fariborz Jahanianobjective-C modern translator. Fix up the translated
2013-02-07 Michael J.... 80-col
2013-02-07 Michael IlsemanPreserve fast-math flags after reassociation and commut...
2013-02-07 Richard SmithAST dumping: indicate the previous declaration for...
2013-02-07 Michael Ilsemanwhitespace
2013-02-07 Michael J.... [Object][ELF] Do the actual devirtualization.
2013-02-07 Douglas GregorBe a little more permissive with -fmodules-ignore-macro...
2013-02-07 Michael J.... [Object][ELF] Devirtualize and simplify dynamic table...
2013-02-07 Richard SmithAdd a *San + modules FIXME.
2013-02-07 Owen AndersonFix CMake detection of various cmath functions, and...
2013-02-07 Daniel Dunbar[build/Darwin] Use the correct libc++abi reexport list.
2013-02-07 Daniel Dunbar[build] Detabify.
2013-02-07 Owen AndersonConditionalize constant folding of math intrinsics...
2013-02-07 Douglas GregorIntroduce -fmodules-ignore-macro=NNN to ignore a macro...
2013-02-07 Nico WeberFormatter: Move ObjC literal tests to its own test...
2013-02-06 Greg ClaytonBe ready for fully qualified hash names in the __apples...
2013-02-06 Sean CallananFixed a problem that would cause LLDB to crash
2013-02-06 Greg ClaytonRemoved debug print line I left in.
next