platform/upstream/llvm.git
2012-10-02 Alexander PotapenkoDo not patch the instruction address when symbolizing...
2012-10-02 Duncan SandsFix PR13991: legalizing an overflowing multiplication...
2012-10-02 Aaron BallmanSplitting this test case into two because the behavior...
2012-10-02 Aaron BallmanAllowing individual targets to determine whether a...
2012-10-02 Alexey Samsonov[Sanitizer] fix line width
2012-10-02 Alexey Samsonov[ASan] Change __asan_set_on_error_callback to weak...
2012-10-02 Aaron BallmanSilencing an MSVC warning about */ being found outside...
2012-10-02 Evgeniy Stepanov[*San]: handle EINTR.
2012-10-02 Axel NaumannAdd redecls into their lexical DeclContext: this is...
2012-10-02 Dmitry Vyukovtsan: fix mac build
2012-10-02 Alexey Samsonov[ASan] Add extern C for __asan_symbolize on Windows
2012-10-02 Axel NaumannEnable programmatic provisioning of virtual module...
2012-10-02 Axel NaumannOnly those InterestingDecls that got added to the AST...
2012-10-02 Alexey Samsonov[Sanitizer/ASan] Simplify the code that prints and...
2012-10-02 Dmitry Vyukovtsan: wait for pending reports before exit
2012-10-02 Dmitry Vyukovtsan: output tid's in reports
2012-10-02 Dmitry Vyukovtsan: run output tests in parallel
2012-10-02 James MolloyAdd default JIT LIT variable.
2012-10-02 Benjamin Kramer-arch is a darwin-specific driver feature, use a triple...
2012-10-02 Benjamin KramerForce triple in test to unbreak it on non-darwin platforms.
2012-10-02 Axel NaumannMerge pending instantiations instead of overwriting...
2012-10-02 Bill WendlingUse an environment variable instead of what's in the...
2012-10-02 Greg Clayton<rdar://problem/11791234>
2012-10-02 Ted KremenekTweak diagnostic text to indicate that __weak on a...
2012-10-02 Lang HamesAdd FP_CONTRACT support for clang.
2012-10-02 Ted KremenekCheck if an IdentifierInfo* is null when the FunctionDe...
2012-10-02 Chandler CarruthRe-enable this test to reflect re-enabling the new...
2012-10-02 Chandler CarruthTurn the new SROA pass back on. Let's see if it sticks...
2012-10-02 Jason MolendaHandle KASLR kernel loading for kernel corefiles.
2012-10-02 Jordan Rose-Wformat: Don't check format strings in uninstantiated...
2012-10-02 Chad RosierFix 80-column violations. Cleanup whitespace in generat...
2012-10-02 NAKAMURA Takumiclang/test/Index: Fix two tests. Both %S and %t are...
2012-10-01 Hemant KulkarniEmit symbol tables.
2012-10-01 Chad Rosier[ms-inline asm] Use the convertToMapAndConstraints...
2012-10-01 Chad Rosier[ms-inline asm] Add the convertToMapAndConstraints...
2012-10-01 Michael Gottesman[clang-tests] Changed relative paths to absolute paths...
2012-10-01 Fariborz JahanianModern translator test. Breakup test into two and
2012-10-01 Sid ManningThis change:
2012-10-01 NAKAMURA Takumitest/CodeGen/X86/red-zone2.ll: Add -mtriple=x86_64...
2012-10-01 Jim GrosbachMachO: direct-to-object attribute for data-in-code...
2012-10-01 Enrico Granata<rdar://problem/12349509> Renaming the structure that...
2012-10-01 Reed Kotlerchecking test case for r164811. was an omission to...
2012-10-01 Fariborz JahanianRename a test I just added.
2012-10-01 Fariborz Jahanianobjective-C modern translator. Test for producing both
2012-10-01 Chad Rosier[ms-inline asm] Expose the getReg() function in the...
2012-10-01 Richard SmithFix treatment of case which came up on std-proposals...
2012-10-01 Richard SmithPR13978: A 'decltype' DeclSpec has an expression repres...
2012-10-01 Anna ZaksMove isObjCSelf into Expr.
2012-10-01 Anna Zaks[analyzer] Address Jordan's review for r164868.
2012-10-01 Michael J.... [Docs] Update File Headers section to cover doxygen...
2012-10-01 Fariborz JahanianAdd xml test for availability to comment-xml-schema.c
2012-10-01 Jordan Rose[analyzer] Allow ObjC ivar lvalues where the base is...
2012-10-01 Jordan Rose[analyzer] Add a test for PR13927 "offsetof replacement...
2012-10-01 Jordan RoseRevert "[analyzer] Check that a member expr is valid...
2012-10-01 Fariborz Jahanianavailability in structured documents. Takes
2012-10-01 Jordan RoseRe-enable support for --program-prefix.
2012-10-01 Ted KremenekHave AnalyzerOptions::getBooleanOption() stick the...
2012-10-01 Ted KremenekAdd checker debug.ConfigDumper to dump the contents...
2012-10-01 Jordan RoseReapply "[analyzer] Handle inlined constructors for...
2012-10-01 Richard TrieuCleaning up the self initialization checker.
2012-10-01 Enrico Granata<rdar://problem/12406088> Fixing a crasher with adding...
2012-10-01 Micah VillmowForgot the SPIR test case.
2012-10-01 Micah VillmowAdd in support for SPIR to LLVM core. This adds a new...
2012-10-01 Jordan Rose[analyzer] Make ProgramStateManager's SubEngine paramet...
2012-10-01 Michael LiaoFix PR13899
2012-10-01 Benjamin KramerProvide a shortcut for MCObjectStreamer when emitting...
2012-10-01 Daniel JasperFix ASTMatchersTests in configurations where
2012-10-01 Daniel JasperAdd matchers for selected C++11 features.
2012-10-01 Chandler CarruthFix more misspellings found by Duncan during review.
2012-10-01 Chandler CarruthMake this plural. Spotted by Duncan in review (and...
2012-10-01 Chandler CarruthPrune some unnecessary includes.
2012-10-01 Chandler CarruthFix several issues with alignment. We weren't always...
2012-10-01 Benjamin KramerTargetData: s/uint32_t/unsigned/ per Kuba's request.
2012-10-01 Benjamin KramerSimplifyCFG: Don't crash when forming a switch bitmap...
2012-10-01 Chandler CarruthFactor the PHI and select speculation into a separate...
2012-10-01 Axel NaumannThe Redeclarable part of named decls is read before...
2012-10-01 Axel NaumannAlso merge template redeclarations.
2012-10-01 Nico WeberMark two Clang tests as passing on ARM
2012-10-01 Kostya Serebryanyfix test/CodeGen/tbaa-for-vptr.cpp: don't hardcode...
2012-10-01 Axel NaumannBring ASTReader and Writer into sync for the case where...
2012-10-01 Craig TopperUse constants for all return values in switch. Allows...
2012-10-01 Chandler CarruthRefactor the PartitionUse structure to actually use...
2012-09-30 Jakub StaszakUse dyn_cast instead of isa and cast.
2012-09-30 Benjamin KramerSimplifyCFG: Enumerating all predecessors of a BB can...
2012-09-30 Dmitri GribenkoRST docs: convert HTML escapes to plain text in code...
2012-09-30 Dmitri GribenkoSphinx CSS: remove negative letter-spacing, it makes...
2012-09-30 Jakub StaszakFix &amp;&amp; to && in Coding Standards.
2012-09-30 Craig TopperChange getX86SubSuperRegister to take an MVT::SimpleVal...
2012-09-30 Benjamin KramerArgumentPromotion: Remove ancient workaround for a...
2012-09-30 Benjamin KramerCodeGen: Copy tail padding when we're not dealing with...
2012-09-30 Bill WendlingFilter out tools and unittests which we don't want...
2012-09-30 Bill WendlingRemove this hack in favor of another, better way of...
2012-09-30 Duncan SandsIgnore apparent buffer overruns on external or weak...
2012-09-30 Nadav RotemRevert r164910 because it causes failures to several...
2012-09-30 Nadav RotemA DAGCombine optimization for merging consecutive store...
2012-09-30 Bob WilsonTemporarily comment out some new arm variants to try...
2012-09-30 Bob WilsonSpecify a full target in an attempt to appease buildbots.
2012-09-29 Bob WilsonAdd Clang support for iOS6.
2012-09-29 Bob WilsonAdd ARM VFPv4 feature and enable it by default for...
2012-09-29 Bob WilsonAdd armv7s and some other arm variants supported by...
next