platform/upstream/llvm.git
2013-06-20 Lawrence CrowlThis patch adds new private headers to the module map...
2013-06-20 Richard TrieuExtend -Wnon-pod-varargs to check calls made from funct...
2013-06-20 Sean Silva[yaml2obj][ELF] Add support for st_value and st_size.
2013-06-20 Sean Silva[yaml2obj][ELF] Allow symbols to reference sections.
2013-06-20 Sean Silva[yaml2obj][ELF] Add the section name -> section index...
2013-06-20 Eli FriedmanClean up warning and add a test.
2013-06-20 Eli FriedmanAdd test.
2013-06-20 Rafael EspindolaAdd a setLastModificationAndAccessTime to PathV2.
2013-06-20 Lawrence CrowlFix English grammar error.
2013-06-20 Akira Hatanaka[mips] Remove Triple:mips from SupportedArchs in MCJIT...
2013-06-20 Rafael EspindolaUse a raw_fd_ostream instead of a std::ofstream.
2013-06-20 Meador IngeRemove the simplify-libcalls pass (finally)
2013-06-20 Meador IngeCodeGen: Don't set 'PMBuilder.DisableSimplifyLibCalls'
2013-06-20 Sean Silva[yaml2obj][ELF] Start factoring into "single point...
2013-06-20 Sean Silva[yaml2obj][ELF] Just let this class own its buffer.
2013-06-20 Rafael EspindolaRemove a trivial use of sys::Path.
2013-06-20 Eli FriedmanAdd an additional test for dynamic_cast.
2013-06-20 Eli FriedmanRemove dead code.
2013-06-20 Michael Gottesman[ReleaseNotes] Added bullet point stating that APFloat...
2013-06-20 Sean CallananFixed a problem with materialization and
2013-06-20 Rafael EspindolaAdd support for getting the last modification time...
2013-06-20 Michael Gottesman[APFloat] Rename isIEEENormal => isNormal and remove...
2013-06-20 Rafael EspindolaUse only the filename when deciding if a file is a...
2013-06-20 Michael Gottesman[APFloat] Fix typo in test so we actually test if we...
2013-06-20 Nadav RotemClang-format the SLP vectorizer. No functionality change.
2013-06-20 Joey GoulyThis reverts r155000.
2013-06-20 Nadav RotemSLPVectorization: Add a basic support for cross-basic...
2013-06-20 David BlaikieGive this X86-specific test a triple so it's actually...
2013-06-20 David BlaikieFix CodeGenCXX/debug-info.cpp to target a known ABI...
2013-06-20 Ulrich Weigand[PowerPC] Remove unused parameter
2013-06-20 Nadav RotemChange the debug type to match the debug type that...
2013-06-20 Ulrich Weigand[PowerPC] Add missing build dependency
2013-06-20 Reid KlecknerFix CodeGenCXX/debug-info.cpp test on Windows
2013-06-20 Ulrich Weigand[MC] Support @ variants with directional labels
2013-06-20 Ulrich Weigand[PowerPC] Optimize @ha/@l constructs
2013-06-20 Ulrich Weigand[PowerPC] Support compare mnemonics with implied CR0
2013-06-20 Evgeniy StepanovFix get_magic() handling of short reads.
2013-06-20 Rafael EspindolaRemove the transitional GetUniqueID.
2013-06-20 Rafael EspindolaUse the new name of getUniqueID.
2013-06-20 Rafael EspindolaRename fs::GetUniqueID to fs::getUniqueID to match...
2013-06-20 Dmitry Vyukovtsan: fix potential false positive race on fd
2013-06-20 Samuel BenzaquenEnhancements for the DynTypedMatcher system.
2013-06-20 Evgeniy StepanovRemove MSan hack that is no longer needed.
2013-06-20 Manuel KlimekAdds the equalsBoundNode matcher.
2013-06-20 Stefanus Du... Fix typos "metatadata" -> "metadata" in the LangRef.
2013-06-20 Alexander KornienkoUse the same set of whitespace characters for all opera...
2013-06-20 Rafael EspindolaMake sure ar is creating a new file instead of updating...
2013-06-20 Rafael EspindolaAdd r184420 back, but also handle long file names.
2013-06-20 Sergey Matveev[asan] Define LSan annotations as no-ops if leak detect...
2013-06-20 Rafael EspindolaRevert "Don't include directory names in archives."
2013-06-20 Rafael EspindolaDon't include directory names in archives.
2013-06-20 Manuel KlimekImplements declaratorDecl, parmVarDecl and hassTypeLoc...
2013-06-20 Rafael EspindolaRemove remaining bits of the old LLVM specific symtab...
2013-06-20 Enea ZaffanellaImproved source code fidelity for gcc mode attribute.
2013-06-20 Rafael EspindolaRemove more unused functions.
2013-06-20 Rafael EspindolaRemove unused methods.
2013-06-20 Rafael EspindolaUse the simpler sys::fs::exists.
2013-06-20 Rafael EspindolaConvert a use of sys::Path.
2013-06-20 Vladimir MedicOptimize register parsing for MipsAsmParser. Allow...
2013-06-20 Evgeniy StepanovAdd -fno-assume-sane-operator-new when building with...
2013-06-20 Evgeniy StepanovFix unused function warning w/o changing compiler flags.
2013-06-20 Chandler CarruthUpdate two options to my proposed syntax for user-facin...
2013-06-20 Evgeniy Stepanov[sanitizer] Fix Mac build.
2013-06-20 Evgeniy StepanovRemove an outdated comment.
2013-06-20 Evgeniy Stepanov[sanitizer] Handle EVIOxxxx ioctls.
2013-06-20 Alexey Samsonov[ASan] Clear allocation magic value before recycling...
2013-06-20 Pavel LabathFix static analyzer crash when casting from an incomple...
2013-06-20 Chandler CarruthAdd a regression test for PR16370 next to the dr7 test...
2013-06-20 Chandler CarruthTemporarily revert r183462: "Implement DR7"
2013-06-20 Bill WendlingRemove static, because it was messing everything up.
2013-06-20 Andy GibbsRevise r184335 so that warning suppression flag is...
2013-06-20 Shankar Easwaran[TargetInfo] Undefined symbols move from ELFTargetInfo...
2013-06-20 Eli FriedmanFix one place I missed that was memcpy'ing TypeLocs...
2013-06-20 Richard SmithPR16377: Allow evaluation of statement expressions...
2013-06-20 Richard SmithAdd a workaround for a libstdc++-4.2 <tr1/hashtable...
2013-06-20 Howard HinnantProtect against invalid mangled names. Add test suite...
2013-06-20 Eli FriedmanOne more cast test.
2013-06-20 Eli FriedmanAdd a few more tests for casts.
2013-06-20 Richard SmithFix typo in r184308.
2013-06-20 Greg ClaytonFixed a crasher that I encountered when looking up...
2013-06-20 Greg ClaytonCleanup the output a bit by removing old print statemen...
2013-06-20 Greg ClaytonUnique types a bit more using the clang type to make...
2013-06-20 David BlaikieDebugInfo: don't use location lists when the location...
2013-06-20 Eli FriedmanAdd a testcase which uses an UnresolvedUsingTypenameDec...
2013-06-19 Michael Gottesman[clang-lit] Added the run_long_tests param option/long_...
2013-06-19 Stephen LinRevert r184205 and associated patches while investigati...
2013-06-19 Argyrios Kyrtzidis[libclang] Make sure crash-recovery for module-building...
2013-06-19 Eli FriedmanFix r184381 so the test doesn't fail. Sorry for the...
2013-06-19 Eli FriedmanExtra test for diagnostic in Sema::BuildCXXNestedNameSp...
2013-06-19 Argyrios Kyrtzidis[Support/CrashRecoveryContext] Make sure CrashRecoveryC...
2013-06-19 Eli FriedmanRemove dead code.
2013-06-19 Eli FriedmanImprove diagnostic for redeclaring static member functi...
2013-06-19 Richard TrieuFix for PR 16367, display the name of a function in...
2013-06-19 Bill WendlingThis is now a duplicate.
2013-06-19 Bill WendlingMake the '==' operator inline.
2013-06-19 Bill WendlingMake this static inline to avoid duplicates.
2013-06-19 Bill WendlingMake the comparison operators non-member functions.
2013-06-19 David BlaikieNow that we get non-trivial value parameters locations...
2013-06-19 Eli FriedmanAdd missing test for -Wunneeded-member-functions.
2013-06-19 David BlaikieSpelling correction
next