platform/upstream/llvm.git
2013-02-22 Eric ChristopherUse getSplitDebugFilename when constructing the skeleto...
2013-02-22 Eric ChristopherAdd a field to the compile unit of where we plan on...
2013-02-22 Eric ChristopherAdd a TODO and explain when we can get rid of the isMai...
2013-02-22 Eric ChristopherFormatting.
2013-02-22 Daniel Dunbar[docs] Rename Makefile.
2013-02-22 Nadav RotemSelectionDAG compile time improvement.
2013-02-22 Han Ming Ong<rdar://problem/13277100>
2013-02-22 Jim InghamCorrect the logic in DumpCommandHistory when the end...
2013-02-22 Jim InghamCall el_resize when the window size changes.
2013-02-22 Argyrios Kyrtzidis[libclang] Fix assertion hit when code-completing insid...
2013-02-22 Greg Clayton<rdar://problem/13190981>
2013-02-22 Fariborz Jahanianobjective-C arg: provide fixit support when
2013-02-22 Jim InghamThe thread plans run before the event is broadcast...
2013-02-22 Bill WendlingUpdate tests so that we don't test for function-only...
2013-02-22 Akira Hatanaka[mips] Emit call16 operator instead of got_disp. The...
2013-02-22 Benjamin KramerDriver: Pass down the -march setting down to -cc1as...
2013-02-22 Bill WendlingMake sure we apply attributes to correct places.
2013-02-22 Daniel MaleaMark last known Linux failure as XFAIL to see if there...
2013-02-22 Eric ChristopherSplit out the command handling for split debug info...
2013-02-22 Enrico GranataIf we crash while making a Python summary, the crash...
2013-02-22 Peter CollingbourneFix test by matching movaps instead of AVX-only vmovaps
2013-02-22 Jordan Rose[analyzer] Don't canonicalize the RecordDecl used in...
2013-02-22 Peter CollingbourneAdd support for coldcc to clang
2013-02-22 Peter Collingbournex86_64: designate most general purpose and SSE register...
2013-02-22 Peter CollingbourneRevert "Test commit"
2013-02-22 Peter CollingbourneTest commit
2013-02-22 Benjamin KramerAn Optional<T> is pod-like if the inner type is.
2013-02-22 Argyrios Kyrtzidis[preprocessing record] Have the MacroDefinitions map...
2013-02-22 Benjamin KramerReplace some typically large vectors with SmallVector.
2013-02-22 Pete CooperRemove unused CHECK lines copied from another test
2013-02-22 Shankar Easwaransort quickdata for the hexagon target
2013-02-22 Rafael EspindolaMake sure pragmas don't attach visibility attributes...
2013-02-22 David BlaikieSuppress -Wswitch to unbreak the build.
2013-02-22 Shankar Easwaranadd changes for typeDataFast
2013-02-22 Michael Han[Sema] Semantic analysis for empty-declaration and...
2013-02-22 Renato GolinMore tests to global struct vectorizer
2013-02-22 Benjamin KramerUse raw_ostream::indent, update comment.
2013-02-22 Benjamin KramerPush the raw_ostream through the template diffing code.
2013-02-22 Benjamin KramerStreamify FormatASTNodeDiagnosticArgument.
2013-02-22 Benjamin KramerStreamify getNameForDiagnostic and remove the string...
2013-02-22 Reid Kleckner[Sanitizer] Add a test for the fast unwinder
2013-02-22 Dmitri GribenkoComment parsing: add CommentOptions to allow specifying...
2013-02-22 Benjamin KramerStmtPrinter: Directly print types to the stream instead...
2013-02-22 Timur IskhodzhanovFix MergeFunctionDecl implicit CC for static methods.
2013-02-22 Benjamin Kramerscan-build: Remove debug print.
2013-02-22 Pekka JaaskelainenMade it more explicit that the self-referential llvm...
2013-02-22 Michel DanzerR600/SI: Add pattern for sign extension of i1 to i32.
2013-02-22 Michel DanzerR600/SI: Add pattern for logical or of i1 values.
2013-02-22 Michel DanzerR600/SI: Add pattern for fceil.
2013-02-22 Kristof BeylsMake ARMAsmPrinter generate the correct alignment speci...
2013-02-22 Evgeniy Stepanov[msan] MSanDR: initial commit.
2013-02-22 Richard SmithC++11 status page:
2013-02-22 Bill WendlingUse attributes references on call/invoke instructions.
2013-02-22 Richard SmithDon't crash if we try to apply 'alignas' to a variable...
2013-02-22 Richard SmithDon't accidentally and silently accept C++11 attributes...
2013-02-22 Bill WendlingUpdate to use references to attribute groups instead...
2013-02-22 Bill WendlingUse references to attribute groups on the call/invoke...
2013-02-22 Richard SmithPer the grammar in [dcl.dcl]p1, a simple-declaration...
2013-02-22 Richard SmithHandle alignas(foo...) pack expansions.
2013-02-22 Tobias GrosserSupport: clang-format
2013-02-22 Jason MolendaRemove unintended comment.
2013-02-22 Tobias GrosserCodeGen: clang-format
2013-02-22 Kostya Serebryany[asan] move the .preinit_array hack into a separate...
2013-02-22 Jason MolendaChange debugserver from using the mach port number...
2013-02-22 Argyrios KyrtzidisIn LookupResult::resolveKind(), when handling multiple...
2013-02-22 Argyrios KyrtzidisWhen a parameter list in a C function has an error...
2013-02-22 Argyrios KyrtzidisDon't crash when applying an alloc_size attribute on...
2013-02-22 Richard SmithDon't skip '_Alignas' when disambiguating 'final'....
2013-02-22 Reed KotlerFix a nomenclature mistake. Slt->Slti in the functions...
2013-02-22 Richard SmithTeach -ast-print how to print trailing-return-types.
2013-02-22 Ted Kremenek[analyzer] Implement "Loop executed 0 times" diagnostic...
2013-02-22 Reed KotlerExpand mips16 SelT form pseudso/macros.
2013-02-22 Richard SmithImplement C++11 [dcl.align]p6-p8, and C11 6.7.5/7....
2013-02-22 Argyrios Kyrtzidis[libclang] Fix a crash with invalid code, while skip...
2013-02-22 NAKAMURA TakumiDecl.cpp/mergeTemplateLV(): Tweak a description. [...
2013-02-22 John McCallOnly suppress instance context if a member is actually
2013-02-22 Anna Zaks[analyzer] Place all inlining policy checks into one...
2013-02-22 Enrico GranataUsing __package__ and __name__ seems redundant - __name...
2013-02-22 Richard SmithAdd -fbracket-depth=N, analogous to -ftemplate-depth...
2013-02-22 Jordan Rose[analyzer] Make sure a materialized temporary matches...
2013-02-22 Pete CooperFix isa<> check which could never be true.
2013-02-22 Ted KremenekFix regression in modeling assignments of an address...
2013-02-22 Eric ChristopherMake sure we only use the output file as a base for...
2013-02-22 Fariborz Jahanianobjective-C arc: Diagnostic can not say to use bridge
2013-02-22 Andrew TrickRemove code copied from GenRegisterInfo.inc.
2013-02-22 Jordan Rose[analyzer] Fix buildbot by not reusing a variable name.
2013-02-22 Eli BenderskyCode cleanup: pass Offset by pointer to parseInstructio...
2013-02-22 Bill WendlingRemove warning about default covering no cases.
2013-02-22 Enrico GranataFixing the watchpoint test case to reflect changes...
2013-02-22 Daniel MaleaMake the lldbtest tear down routine a little less error...
2013-02-22 Bill WendlingAdd a bitmask for NoBuiltin. This should *not* be used.
2013-02-22 Enrico GranataIgnore the check for com.apple.main-thread - it is...
2013-02-22 Enrico GranataThe summary for const char* was not cascading.
2013-02-22 Jordan RosePreproceessor: fix #if skipping under -traditional...
2013-02-22 Eric ChristopherMake logic smaller.
2013-02-22 Michael GottesmanAdded a footnote to the documentation for objc_storeStr...
2013-02-22 Aaron BallmanRemoving has_getDecl (added in r175532). It cause a...
2013-02-22 Bill WendlingApply the 'nobuiltin' attribute to call sites when...
2013-02-22 Bill WendlingImplement the NoBuiltin attribute.
2013-02-22 Bill WendlingMake for x86 to stop it failing on ARM buildbots.
next