platform/upstream/llvm.git
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
2013-02-06 Daniel JasperOptionally derive formatting information from the input...
2013-02-06 Daniel JasperRemove superseeded option.
2013-02-06 Manuel KlimekAdd xml:space='preserve' in order to correctly preserve...
2013-02-06 Kostya Serebryany[asan] print a short one-line report summary after...
2013-02-06 Daniel JasperFix an issue with the formatting of stars in default...
2013-02-06 Manuel KlimekAdds a convenience function selectFirst to simplify...
2013-02-06 Daniel JasperHandle nested ObjC calls.
2013-02-06 Manuel KlimekKick JSON output for XML output.
2013-02-06 Tim NorthoverAdd AArch64 CRC32 instructions
2013-02-06 Tim NorthoverAdd icache prefetch operations to AArch64
2013-02-06 Bill WendlingInitial submission for the attribute group feature.
2013-02-06 Craig TopperRemove extra blank line between closing curly brace...
2013-02-06 Craig TopperRemove unused private field to suppress a build warning.
2013-02-06 Bill WendlingAlphabetize the function attributes.
2013-02-06 Nico WeberFormatter: No space after & and * in front of ObjC...
2013-02-06 Jim GrosbachARM: Use MCTargetAsmParser::validateTargetOperandClass().
2013-02-06 Jim GrosbachAllow targets to add custom asm operand matching logic.
2013-02-06 Nick LewyckyDon't check whether a friend declaration is correctly...
2013-02-06 Eli BenderskyFailing builds because a private class member is not...
2013-02-06 Eli BenderskyRemove this test in the meantime, since it won't pass...
2013-02-06 Eli BenderskyAdd virtual desctructor to FrameEntry to avoid error...
2013-02-06 Evan ChengTweak check to avoid integer overflow (for insanely...
2013-02-06 Bill WendlingAdd a 'StringRef' version of hasAttribute.
2013-02-06 Bill WendlingAdd methods to merge an AttrBuilder into another builder.
2013-02-06 Manman RenAttempt to recover gdb bot after r174445.
2013-02-06 Daniel Dunbar[tests] One last batch of XFAILs, for tests using new...
2013-02-06 Chad RosierUse a dyn_cast to avoid a crash when the TypeLoc is...
2013-02-06 Greg Clayton<rdar://problem/11109570>
2013-02-06 Daniel Dunbar[Headers] Use standard builtin defines instead of typeo...
2013-02-06 Greg ClaytonFixed the TestSourceManager.py test case to not fail...
2013-02-06 Eli BenderskyFix some formatting & add comments, following Eric...
2013-02-06 Michael GottesmanAdded test for r174461 that checks that the desired...
2013-02-06 Daniel Dunbar[build] Create the link for the final library install...
2013-02-06 Daniel Dunbar[tests] Accept XFAIL arguments that match any part...
2013-02-06 Anna Zaks[analyzer]Revert part of r161511; suppresses leak false...
2013-02-05 Bill WendlingAdd the target-dependent (string) attributes from the...
2013-02-05 Renato GolinAdding armv7l default to cortex-a8
next