platform/upstream/llvm.git
2014-01-03 Reid KlecknerFix MSVC warning about missing return in DataLayout
2014-01-03 Reid Kleckner[ms-cxxabi] Improve vbtable name mangling accuracy
2014-01-03 Adrian PrantlDebug info: Ensure that the last stop point in a functi...
2014-01-03 Joey Gouly[MachO] Begin to add some MachO specific File/Atoms...
2014-01-03 Marshall ClowRename ___make_pair_return to __make_pair_return_impl...
2014-01-03 Nico WeberAdd a LLVM_DUMP_METHOD macro.
2014-01-03 Jack Carter[Mips]Work around MIPS linker issues exposed by commit...
2014-01-03 Jason MolendaDon't enforce ABI stack alignment rules on the sigtramp...
2014-01-03 Adrian PrantlFileCheck: Print a nice error message for missing closi...
2014-01-03 Jason MolendaFix a mistake in the last change I made to ProcessMachC...
2014-01-03 Aaron BallmanRefactored Builtin::Context::isPrintfLike and isScanfLi...
2014-01-03 Reid KlecknerRevert "For disassembly when adding a symbolic operand...
2014-01-03 Argyrios KyrtzidisFix 80 col violation.
2014-01-03 Rafael EspindolaFix typo.
2014-01-03 Argyrios KyrtzidisPass the decl directly to the diagnostic, no need to...
2014-01-03 Kevin EnderbyFor disassembly when adding a symbolic operand that...
2014-01-03 Aaron BallmanFixing a FIXME; the RetTy template parameter is always...
2014-01-03 Rafael EspindolaUpdate for llvm's DataLayout including mangling informa...
2014-01-03 Rafael EspindolaMake the llvm mangler depend only on DataLayout.
2014-01-03 Ana Pazos[AArch64][NEON] Added SXTL and SXTL2 instruction aliases
2014-01-03 David BlaikieRevert "Revert "Debug Info: Type Units: Simplify type...
2014-01-03 Aaron BallmanMarked the default constructor as an LLVM_DELETED_FUNCTION.
2014-01-03 Joerg SonnenbergerTypo
2014-01-03 Aaron BallmanRemoved one of the string versions of getQualifiedNameA...
2014-01-03 Argyrios Kyrtzidis[objc] Refactor and improve functionality for the ...
2014-01-03 Marshall ClowPatch by Howard. First part of fix for PR18218; add...
2014-01-03 Rafael EspindolaReformat the description strings. No functionality...
2014-01-03 Aaron BallmanWe haven't cared about VS 2005 in a long time, and...
2014-01-03 Aaron BallmanFixed a FIXME; created a print method for Selectors...
2014-01-03 Alexander KornienkoA follow-up to r198426: move AnalysisConsumer.h to...
2014-01-03 Alexander KornienkoMake clang::ento::CreateAnalysisConsumer a part of...
2014-01-03 David PeixottoFix loop rerolling pass failure with non-consant loop...
2014-01-03 Aaron BallmanSimplifying the mutual exclusion check now that the...
2014-01-03 Alexander KornienkoClear the diagnostic buffer after flushing it.
2014-01-03 Joey Gouly[OpenCL] Add test case for previous commit.
2014-01-03 Aaron BallmanUsing the proper helper function instead of manually...
2014-01-03 Aaron BallmanRemoving some more unnecessary manual quotes from diagn...
2014-01-03 Aaron BallmanRemoving an unneeded typecast. getScopeRep() already...
2014-01-03 Aaron BallmanRemoving some more unnecessary manual quotes from diagn...
2014-01-03 Joey Gouly[OpenCL] Variables in the constant address space must...
2014-01-03 Aaron BallmanRemoving some more unnecessary manual quotes from diagn...
2014-01-03 Aaron BallmanIt turns out the problem was a bit more wide-spread...
2014-01-03 Aaron BallmanRemoving an unneeded typecast. getScopeRep() already...
2014-01-03 Aaron BallmanRemoving some more unnecessary manual quotes from diagn...
2014-01-03 Daniel Jasperclang-format: Recognize single-line macro usages inside...
2014-01-03 Alexander KornienkoRework of r198404 to avoid changes in the build configu...
2014-01-03 NAKAMURA Takumiclang-tody: Rework r198403, to fix build.
2014-01-03 NAKAMURA Takumiclang-tidy: Fix build since r198402 in the case that...
2014-01-03 Alexander KornienkoRefactored Clang-tidy for better reusability.
2014-01-03 Alp TokerMSVC 2010 build fix
2014-01-03 Arnold SchwaighoferBasicAA: Use reachabilty instead of dominance for check...
2014-01-03 Alp TokerEnable LLVM_FINAL, LLVM_OVERRIDE and LLVM_HAS_VARIADIC_...
2014-01-03 David BlaikieRevert "Debug Info: Type Units: Simplify type hashing...
2014-01-03 David BlaikieDebug Info: Type Units: Simplify type hashing using...
2014-01-03 Rui UeyamaUse scoped enum.
2014-01-03 Aaron BallmanRemoving some more unnecessary manual quotes from diagn...
2014-01-03 Eric Christopher80-column.
2014-01-03 Eric ChristopherRemove TextSectionSym as it is unused.
2014-01-03 Aaron BallmanRemoving some more unnecessary manual quotes from attri...
2014-01-03 Aaron BallmanRemoving some more unnecessary manual quotes from attri...
2014-01-03 David BlaikieRevert "Reverting r193835 due to weirdness with Go..."
2014-01-03 Ted Kremenek[analyzer] Don't track return value of NSNull +null...
2014-01-03 Aaron BallmanRemoving some more unnecessary manual quotes from attri...
2014-01-03 Tobias GrosserAnother formatting fix
2014-01-03 David BlaikieReverting r193835 due to weirdness with Go...
2014-01-03 Tobias GrosserFix formatting issues
2014-01-03 Reid KlecknerRemove unused variable to fix clang warning
2014-01-03 Reid Kleckner[ms-cxxabi] Move VBTableBuilder from CodeGen over to...
2014-01-03 David BlaikieFix break introduced in r198377 due to using a local...
2014-01-02 David BlaikieTest coverage for non-default-constructible elements...
2014-01-02 Tobias GrosserIntroduce -polly-canonicalize pass
2014-01-02 Aaron BallmanRemoved an unnecessary %select from the alignas diagnos...
2014-01-02 David BlaikieRemove StringMapEntryInitializer support.
2014-01-02 Aaron BallmanThis diagnostic should not have had the manual quotatio...
2014-01-02 Aaron BallmanRemoving some more unnecessary manual quotes from attri...
2014-01-02 Aaron BallmanRemoving some more unnecessary manual quotes from attri...
2014-01-02 Tobias GrosserRegisterPasses: Do not claim we schedule canonicalizati...
2014-01-02 Quentin Colombet[RegAlloc] Make tryInstructionSplit less aggressive.
2014-01-02 Aaron BallmanReworded the NSObject attribute diagnostics to be more...
2014-01-02 Fariborz JahanianObjectiveC. Remove false positive warning for missing...
2014-01-02 Aaron BallmanRemoving some manual quotes from this diagnostic, since...
2014-01-02 Tobias GrosserScopInfo: Ensure the RegionInfo analysis is always...
2014-01-02 Hal Finkel[PPC] Fix comment to match function name
2014-01-02 Eric ChristopherRemove comments on CU skeleton construction, they're...
2014-01-02 Hal Finkel[PPC] Fix the scheduling of CR logicals on the P7
2014-01-02 Eric ChristopherElaborate on comment for skeleton CU construction.
2014-01-02 Eric ChristopherRevert seemingly unnecessary section sym for the data...
2014-01-02 Hal Finkel[PPC] Use the correct immediate operands on 64-bit...
2014-01-02 Aaron BallmanUpdated the wording of two attribute-related diagnostic...
2014-01-02 Hal FinkelDisable compare sinking in CodeGenPrepare when multiple...
2014-01-02 Andrew Trickindvars: cleanup the IV visitor. It does more than...
2014-01-02 Matt ArsenaultFix all the verifier tests I added for address spaces.
2014-01-02 Eric ChristopherFix up a couple of review comments:
2014-01-02 Eric ChristopherSimplify conditional.
2014-01-02 Matt ArsenaultAllow addrspacecast in global aliases
2014-01-02 Hal Finkel[TableGen] Correctly generate implicit anonymous protot...
2014-01-02 Hal Finkel[TableGen] Handle ValueType in CodeGenDAGPatterns GetNu...
2014-01-02 Matt ArsenaultDelete unread globals through addrspacecast
2014-01-02 Matt ArsenaultFix addrspacecast with metadata globals
2014-01-02 Jordan Rose[CMake] Add missing set_output_directory after Takumi...
next