platform/upstream/llvm.git
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.
2013-02-06 Owen AndersonSignficantly generalize our ability to constant fold...
2013-02-06 Douglas GregorDetect when we end up trying to load conflicting module...
2013-02-06 Eli BenderskyFix typo
2013-02-06 Michael J.... [Support][ErrorOr] Add support for convertable types.
2013-02-06 Eli BenderskyAdd a comment to the test that points to the source...
2013-02-06 Joe AbbeyCode Custodian (trivial whitespace cleanup)
2013-02-06 Daniel JasperFix bug in the alignment of comments.
2013-02-06 Eric ChristopherClean up multiple skeleton compile units if we have...
2013-02-06 Eric ChristopherRemove some dead code.
2013-02-06 Akira Hatanaka[mips] Make NOP a pseudo instruction and expand it...
2013-02-06 Daniel JasperBecome a little smarter with formatting long chains...
2013-02-06 Howard HinnantMarcin Zalewski: Change the name of a template paramet...
2013-02-06 Eli BenderskyAdd a test for checking the current .debug_frame dumpin...
2013-02-06 Eli BenderskyThis is a follow-up on r174446, now taking Atom process...
2013-02-06 Guy BenyeiCanonicalize line endings to Linux style also when...
2013-02-06 Manuel KlimekCleanup of ASTMatcher macros and adding support for...
2013-02-06 Howard HinnantGive a lot more timing latitude to some of the timing...
2013-02-06 Daniel Dunbar[tests] Infer the cxx_under_test (as clang++).
2013-02-06 Daniel JasperAlign trailing block comments like trailing line comments.
2013-02-06 Bill WendlingImprove comment.
2013-02-06 Howard HinnantPartially revert r152770. That commit moved the defaul...
2013-02-06 Ted KremenekRemove unneeded test. We have plenty of subgroup relat...
2013-02-06 Jordan RoseAccept and ignore the -fextended-identifiers option.
2013-02-06 Douglas GregorEliminate a race condition with the global module index.
2013-02-06 Daniel Dunbar[tests] Change test default to run against locally...
2013-02-06 Daniel Dunbar[tests] Enable use_system_lib support on Linux.
2013-02-06 Bill SchmidtPPC calling convention cleanup.
2013-02-06 Tom StellardR600: Support for indirect addressing v4
2013-02-06 Greg Clayton<rdar://problem/13159777>
2013-02-06 Daniel MaleaFix bug in test harness to allow running dotest.py...
2013-02-06 Nico WeberFormatter: Correctly detect ObjC message expressions...
2013-02-06 Daniel MaleaFix to build tests with GCC: update makefiles in two...
2013-02-06 Daniel MaleaFix GCC 4.6 build by avoiding delegating ctors
2013-02-06 Tim NorthoverImplement external weak (ELF) symbols on AArch64
2013-02-06 Manuel KlimekFix handling of comments in macros.
2013-02-06 Alexey Samsonov[TSan] skip multiple internal frames, if necessary
2013-02-06 Eli BenderskyAdd some comments to new frame entries
2013-02-06 Manuel KlimekMuch semicolon after namespaces.
2013-02-06 Daniel JasperFix formatting of ObjC method calls.
2013-02-06 Manuel KlimekParse record declarations with token pasted identifiers.
2013-02-06 Alexander Potapenko[ASan] fix the interceptor for siglongjmp. As we're...
2013-02-06 Daniel JasperFix a formatting bug caused by comments in expressions.
2013-02-06 Alexander PotapenkoUse 64-bit inodes in file operations. ASan is now built...
2013-02-06 Kostya Serebryany[tsan] improve FrameIsInternal
2013-02-06 Kostya Serebryany[tsan] print error summary line
next