platform/upstream/llvm.git
2013-07-03 Eric ChristopherConstify a few functions.
2013-07-03 Richard Osborne[XCore] Whitespace fixes, no functionality change.
2013-07-03 Richard Osborne[XCore] Add ISel pattern for LDWCP
2013-07-03 Rui UeyamaAdd "explicit" to ctors where appropriate.
2013-07-03 Rui Ueyama[PECOFF] Handle hint field in Hint/Name table in the...
2013-07-03 Rui Ueyama[PECOFF][Writer] Simplifies the COFFBaseDefinedAtom...
2013-07-03 Craig TopperUse SmallVectorImpl::const_iterator instead of SmallVec...
2013-07-03 Craig TopperUse SmallVectorImpl instead of SmallVector as method...
2013-07-03 Craig TopperUse SmallVectorImpl instead of SmallVector for iterator...
2013-07-03 Eric ChristopherUse SmallVectorImpl::iterator/const_iterator instead...
2013-07-03 Jason MolendaRemove lldb's custom copy of the C++ demangler, used...
2013-07-03 Craig TopperUse SmallVectorImpl::iterator/const_iterator instead...
2013-07-03 Craig TopperIntroduce some typedefs for DenseMaps containing SmallV...
2013-07-03 Craig TopperReturn SmallVectorImpl& instead of SmallVector& in...
2013-07-03 Craig TopperAdd a space between type and variable name. No function...
2013-07-03 Craig TopperUse SmallVectorImpl& instead of SmallVector& to avoid...
2013-07-03 Craig TopperUse SmallVectorImpl::iterator/const_iterator instead...
2013-07-03 Michael GottesmanChange the gettimeofday test to only test on a posix...
2013-07-03 Michael GottesmanAdded support in FunctionAttrs for adding relevant...
2013-07-03 Michael GottesmanAdded posix function gettimeofday to LibFunc::Func...
2013-07-03 Eric ChristopherAvoid doing a lot of computation when we have multiple...
2013-07-03 NAKAMURA TakumiSystemZInstrInfo.cpp: Tweak an assertion. [-Wunused...
2013-07-03 Eric ChristopherMove iterator to where it's used and update comments.
2013-07-03 Eric ChristopherMove instance variable before experimental section.
2013-07-03 Eric ChristopherFix typo to make grep for DW_AT_comp_dir work without...
2013-07-03 Eric ChristopherRemove unnecessary forward declare.
2013-07-03 Michael SartainFix ObjectFileELF crc32 code used when no build id...
2013-07-03 Serge PavlovFixed test options.
2013-07-03 Eric ChristopherAdd a helpful comment.
2013-07-03 Jim InghamWorkaround for infinite recursion in InitOSO->GetByteSi...
2013-07-03 Eric ChristopheraddConstantValue, addConstantFPValue never returned...
2013-07-03 Manman RenTrying to fix the bots
2013-07-03 Greg ClaytonImport the builtin type prefix before we import the...
2013-07-02 Kaelyn UhrainAllow typo correction to try removing nested name speci...
2013-07-02 Kaelyn UhrainLook for corrections in enclosing namespaces that requi...
2013-07-02 Manman RenDebug Info: use module flag to set up Dwarf version.
2013-07-02 Manman RenDebug Info: set default to gdwarf-2 for Darwin.
2013-07-02 Eric ChristopherFix comment.
2013-07-02 Michael GottesmanFixed typo in LangRef where we were using _'' to quote...
2013-07-02 Ulrich Weigand[PowerPC] PR16512 - Support TLS call sequences in the...
2013-07-02 Ulrich Weigand[PowerPC] Rework TLS call operand processing
2013-07-02 Ulrich Weigand[PowerPC] Remove VK_PPC_TLSGD and VK_PPC_TLSLD
2013-07-02 Benjamin KramerSystemZ: Fold variable into assertion.
2013-07-02 Jim InghamMark the "step over single instruction" plan private...
2013-07-02 Richard TrieuRedirect the output of a test to a temporary file to...
2013-07-02 James DennettDocumentation: Update docs for C++ lambdas to more...
2013-07-02 Marshall ClowAdorn make_unique with visibility and inline attributes
2013-07-02 Joerg SonnenbergerDon't free the C locale on NetBSD.
2013-07-02 Ed MasteFix build with LLVM_DISABLE_PYTHON
2013-07-02 Jyotsna VermaAdd 'REQUIRES: object-emission' to DebugInfo/inlined...
2013-07-02 Howard HinnantUpdated CREDITS.TXT
2013-07-02 Manman RenDebug Info: clean up usage of Verify.
2013-07-02 Howard HinnantUpdated CREDITS.TXT
2013-07-02 Ulrich Weigand[PowerPC] Support TLS variables in debug info
2013-07-02 Ulrich Weigand[DebugInfo] Allow getDebugThreadLocalSymbol to return...
2013-07-02 Ulrich Weigand[DebugInfo] Hold generic MCExpr in AddrPool
2013-07-02 Ulrich Weigand[DebugInfo] Introduce DIEExpr variant of DIEValue to...
2013-07-02 Howard HinnantMatthew Dempsky: In libc++'s <locale>, there's already...
2013-07-02 Manman RenDebug Info: cleanup
2013-07-02 Michael SartainAdd split symbol support to test makefile & add linux...
2013-07-02 Reid Kleckner[ms-cxxabi] Mangle variadic template parameter packs
2013-07-02 Richard SmithAdd regression test for PR12331.
2013-07-02 Howard HinnantConstrain launch ~ operator to defined bits.
2013-07-02 Howard HinnantWindows support in thread::hardware_concurrency.
2013-07-02 Eli FriedmanMore fixes for block mangling.
2013-07-02 Howard HinnantBill Fisher: This patch fixes a bug where the regex...
2013-07-02 Daniel MaleaAdd SymbolVenderELF to autotools build (for Linux ...
2013-07-02 Jakob Stoklund... Revert (most of) r185393 and r185395.
2013-07-02 Serge PavlovFix to PR15826 - clang hits assert in clang::ASTContext...
2013-07-02 Benjamin KramerHexagon: Avoid unused variable warnings in Release...
2013-07-02 Jordan Rose[analyzer] Pointers-to-members are (currently) Locs...
2013-07-02 David BlaikieFix -Wsign-compare warning and remove windows-style...
2013-07-02 Ed MasteSync parts of FreeBSD Process plugin with Linux
2013-07-02 Ed MasteRemove obsolete comment
2013-07-02 Tobias Grosserclang-format latest changes
2013-07-02 Andy GibbsSuppress "control reaches end of non-void function...
2013-07-02 Timur IskhodzhanovSimplify getting CXXRecordDecl from a base iterator
2013-07-02 Michael Gottesman[APFloat] Swap an early out check so we do not derefere...
2013-07-02 Rafael EspindolaRemove address spaces from MC.
2013-07-02 Richard Sandiford[SystemZ] Use DSGFR over DSGR in more cases
2013-07-02 Richard Sandiford[SystemZ] Use MVC to spill loads and stores
2013-07-02 Richard Sandiford[SystemZ] Add the MVC instruction
2013-07-02 Evgeniy Stepanov[sanitizer] Fix Android build.
2013-07-02 Evgeniy Stepanov[msan] Intercept mempcpy, wmempcpy.
2013-07-02 Richard Osborne[XCore] Fix instruction selection for zext, mkmsk instr...
2013-07-02 Tobias Grosser[autoconf/cmake] Make sure we detect the latest version...
2013-07-02 Evgeniy Stepanov[sanitizer] Fix GLOB_NOMATCH behaviour and refactor...
2013-07-02 Ed MasteBuild standalone debug symbol file support on FreeBSD too
2013-07-02 Evgeniy Stepanov[sanitizer] Intercept mbtowc, mbrtowc, get_current_dir_...
2013-07-02 Daniel JasperFix ranges computed by git clang-format.
2013-07-02 Logan ChienFix ARM EHABI compact model 1 and 2 without handlerdata.
2013-07-02 Elena DemikhovskyFixed alignment of code sections in the JIT mode. Added...
2013-07-02 Rui UeyamaRemoved unused friend declaration.
2013-07-02 Tim NorthoverDAGCombiner: fix use-counting issue when forming zextload
2013-07-02 Daniel JasperFix formatting of long declarations with const type.
2013-07-02 Pavel LabathTeach static analyzer about AttributedStmts
2013-07-02 Evgeniy Stepanov[sanitizer] Intercept setlocale.
2013-07-02 Hal FinkelRevert r185257 (InstCombine: Be more agressive optimizi...
2013-07-02 Nick LewyckyAdd missing break statements. Noticed by inspection.
2013-07-02 Tobias GrosserFix typo in comment
next