platform/upstream/llvm.git
2014-03-07 Aaron Ballman[C++11] Replacing IndirectFieldDecl iterators chain_beg...
2014-03-07 Nico WeberAdd a note in the user manual that tsan is not supporte...
2014-03-07 Nico Weber"Mac OS/X" -> "Mac OS X" spelling fixes for clang.
2014-03-07 Nico Weber"Mac OS/X" -> "Mac OS X" spelling fixes for llvm.
2014-03-07 Duncan P. N... C++11: Remove const from in auto guidelines
2014-03-07 David BlaikieDebugInfo: Restrict DW_AT_high_pc encoding as data4...
2014-03-07 Aaron Ballman[C++11] Replacing ObjCMethodDecl iterators param_begin...
2014-03-07 Duncan P. N... C++11: Copy pointers with const auto *
2014-03-07 Ed MasteFix test 'make clean' target for empty $(DSYM) on FreeBSD
2014-03-07 Aaron Ballman[C++11] Adding an iterator_range accessor for parameter...
2014-03-07 Duncan P. N... ARM: Make .unreq directives case-insensitive
2014-03-07 Aaron Ballman[C++11] Replacing BlockDecl iterators param_begin(...
2014-03-07 Benjamin Kramer[C++11] Now that the users are gone, rip out the duplic...
2014-03-07 Aaron Ballman[C++11] Replacing FunctionDecl iterators param_begin...
2014-03-07 Tim NorthoverARM: fix file's header comment
2014-03-07 Dmitri GribenkoAdd missing std:: qualifiers
2014-03-07 Ed MasteAdd decorator for recent FreeBSD failure
2014-03-07 Benjamin KramerAdd missing std:: qualifiers.
2014-03-07 Benjamin KramerMake header standalone for libstdc++.
2014-03-07 Benjamin Kramer[C++11] Replace LLVM-style type traits with C++11 stand...
2014-03-07 Benjamin Kramer[C++11] Replace LLVM-style type traits with C++11 stand...
2014-03-07 Aaron Ballman[C++11] Replacing iterators ddiag_begin() and ddiag_end...
2014-03-07 Aaron Ballman[C++11] Updating getUsingDirectives to use iterator_ran...
2014-03-07 Alexey SamsonovRemove sanitizer_linux_libcdep.cc from TSan-Go build
2014-03-07 Aaron BallmanFully reverting r203236 -- it seems the only bots that...
2014-03-07 Aaron Ballman[C++11] Replacing iterators attr_begin() and attr_end...
2014-03-07 Alexey Samsonov[FreeBSD] Add support for sanitizer_linux_libcdep.cc
2014-03-07 Richard Sandiford[SystemZ] Move sign_extend optimization to PerformDAGCo...
2014-03-07 Jim InghamDon't hold the ThreadList lock over calls to the GetSta...
2014-03-07 Jim InghamIf you are disabling a hardware breakpoint, use z1...
2014-03-07 Jim InghamThe ThreadPlanCallFunction needs to pass its "StopOther...
2014-03-07 Tim NorthoverCodeGenPrep: sink extends of illegal types into use...
2014-03-07 Tim NorthoverInstCombine: form shuffles from wider range of insert...
2014-03-07 Timur IskhodzhanovRemove a test that we don't need anymore
2014-03-07 Alexey Samsonov[FreeBSD] Port sanitizers' syscalls.
2014-03-07 Dmitry Vyukovtsan: fix pthread_cond_destroy interceptor on android
2014-03-07 Alexey Bataev[OPENMP] Fix for threadprivate construct instantiatiation.
2014-03-07 Alexey Samsonov[ASan] Better way to disable tests for functions unavai...
2014-03-07 Ahmed CharlesChange MCDisassembler::setSymbolizer to take unique_ptr...
2014-03-07 Timur IskhodzhanovFix PR18967 -- Bad this adjustment for virtual methods...
2014-03-07 Craig TopperRemove unused method.
2014-03-07 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-07 Dmitri GribenkoExternalClangExamples: add a link to ToyClangPlugin
2014-03-07 Alexey VolkovEnable FeatureFastUAMem for Silvermont processor
2014-03-07 Ben LangmuirUpdate for clang r203213
2014-03-07 Alexey VolkovTest commit
2014-03-07 Ben LangmuirTweak some test paths to match on Windows
2014-03-07 Alexey Bataev[OPENMP] Small update in threadprivate variables proces...
2014-03-07 Argyrios Kyrtzidis[Preprocessor] Pass TranslationUnitKind to the preproce...
2014-03-07 Alexey Bataev[OPENMP] Fixed linked libraries for libiomp5 on Linux
2014-03-07 David MajnemerMC: Remove superfluous section attribute flag definitions
2014-03-07 Ben LangmuirAdd a bunch of missing changes from r203208
2014-03-07 Ted KremenekFix recent regressions in -Wreturn-type caused by heuri...
2014-03-07 Ben LangmuirAdd dependencies from imported modules with -MD
2014-03-07 Jason MolendaTodd points out that my change to ProcessElfCore is...
2014-03-07 Ahmed Charles[Typo] Fix sentence in CMake documentation.
2014-03-07 Jason MolendaOnly enable ProcessElfCore if this is an ELF file....
2014-03-07 Rafael EspindolaReplace PROLOG_LABEL with a new CFI_INSTRUCTION.
2014-03-07 Rafael Espindolaclang-format a bit of code to make the next patch easie...
2014-03-07 Rafael EspindolaSimplify. No functionality change.
2014-03-07 Simon Atanasyan[Mips] Removed extra space. Thanks to dexonsmith's...
2014-03-07 Ahmed CharlesReplace uses of OwningPtr<T> with std::unique_ptr<T>.
2014-03-07 Rafael EspindolaSimplify. No functionality change.
2014-03-07 Karthik BhatAllow constant folding of round function whenever feasible
2014-03-07 Rafael EspindolaAdd missing "[unnamed_addr]" to LangRef.rst#functions.
2014-03-07 Alexey BataevAnother one fix for getSema()/getDerived().getSema()
2014-03-07 Alexey BataevFixed getSema()/getDerived().getSema() diff pointed...
2014-03-07 Ted Kremenek[-Wunreachable-code] Correctly expand artificial reacha...
2014-03-07 Ted Kremenek[-Wunreachable-code] Teach reachable code analysis...
2014-03-07 David BlaikieDebugInfo: Limit r203187 to non-darwin as lldb can...
2014-03-07 Eric ChristopherMove some dwarf emission routines to AsmPrinterDwarf...
2014-03-07 Eric Christopher80-column fixups.
2014-03-07 Michael J.... [docs] Option parsing driver work is pretty much done.
2014-03-07 Michael J.... [docs] Update current status.
2014-03-07 David BlaikieDebugInfo: Emit DW_TAG_subprogram's DW_AT_high_pc as...
2014-03-07 David BlaikieDebugInfo: Refactor test to not rely on fixed DIE offsets
2014-03-07 Greg ClaytonAllow line numbers to be shown in multi-line expressions.
2014-03-07 David BlaikieDebugInfo: Improve test to not depend on the specific...
2014-03-07 Yunzhong GaoThe Visual Studio IDE changed behavior in VS2012. It...
2014-03-07 Aaron BallmanPartial revert of r203179. The build bots are telling...
2014-03-07 Owen AndersonAdd iterator_range support for MachineInstr's operand...
2014-03-07 Steve PucciThis commit provides support for running the dosep...
2014-03-06 Aaron Ballman[C++11] Replacing iterators redecls_begin() and redecls...
2014-03-06 Greg ClaytonRe-enable the JITLoaderGDB and ProcessElfCore that...
2014-03-06 Greg ClaytonGet rid of lldb-dll-export.h and place the smarts of...
2014-03-06 Saleem AbdulrasoolReapply "MC: simplify object file selection for Windows"
2014-03-06 Fariborz JahanianC. Compare vector sizes using their raw element size...
2014-03-06 Rafael EspindolaRemove shouldEmitUsedDirectiveFor.
2014-03-06 Rafael EspindolaConvert test to FileCheck.
2014-03-06 Rafael EspindolaUse llvm.compiler.used instead of llvm.used for objc...
2014-03-06 Ted KremenekRemove unreachable 'return true' always dominated by...
2014-03-06 Rafael EspindolaMake the test a bit stronger by showing what is added...
2014-03-06 Richard SmithRemove a dead store, add a FIXME for another.
2014-03-06 Ismail PazarbasiExclude invalid old decl from mismatching linkage assertion
2014-03-06 Ted KremenekRemove dead code I introduced 6 years, 4 months ago...
2014-03-06 Bob WilsonPGO: rename profile data files from .pgodata to .profdata.
2014-03-06 Bob WilsonPGO: rename FileCheck variable to follow the existing...
2014-03-06 Rui UeyamaAdd "override" and remove "virtual" where appropriate.
2014-03-06 Sebastian Popremove unused code
2014-03-06 Argyrios Kyrtzidis[Support/LockFileManager] Re-apply r203137 and r203138...
next