platform/upstream/llvm.git
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...
2014-03-06 Saleem AbdulrasoolUpdate for LLVM API change
2014-03-06 Saleem AbdulrasoolSupport: split object format out of environment
2014-03-06 Saleem AbdulrasoolMC: simplify object file selection for Windows
2014-03-06 Rui Ueyama[docs] s/cpp11-migrate/clang-modernize/
2014-03-06 Bob WilsonPGO: Add support for Objective-C blocks.
2014-03-06 Andrea Di Biagio[X86] Teach the DAGCombiner how to fold a OR of two...
2014-03-06 Rafael EspindolaFix warning about mismatched signs in comparison.
2014-03-06 Rafael EspindolaFix the printing of n_type.
2014-03-06 Richard SmithFix dead store and simplify. No functionality change...
2014-03-06 Rafael EspindolaUse the existing N_STAB from the MachO namespace.
2014-03-06 David MajnemerMS ABI: Disambiguate the manglings for global guard...
2014-03-06 Eric ChristopherConstify a few things with DotDebugLocEntry.
2014-03-06 Aaron BallmanBased on usage, the NamedDecl is always set when constr...
2014-03-06 Aaron BallmanRefactored to use a simple helper function that wraps...
2014-03-06 Reid KlecknerAdd tests for MS inline asm change r203146
2014-03-06 Reid KlecknerMS asm: The initial dot in struct access is optional
2014-03-06 David MajnemerMS ABI: Fix the initializer/finalizer mangling for...
2014-03-06 Aaron BallmanVery minor simplification and typo correction; no funct...
2014-03-06 Reid KlecknerRevert create_symbolic_link and both depending changes
2014-03-06 Eric ChristopherMove DIEEntry handling inside the main switch statement.
2014-03-06 Rafael EspindolaRevert "Use private linkage for remaining GlobalVariabl...
2014-03-06 Richard SmithFix use-after-free detected by ASan bootstrap.
2014-03-06 Sean CallananAdded lldb-dll-export.h to the public API, fixing
2014-03-06 Argyrios Kyrtzidis[Support/LockFileManager] Make the LockFileManager...
2014-03-06 Argyrios Kyrtzidis[Support/LockFileManager] Use symbolic link for the...
2014-03-06 Argyrios Kyrtzidis[Support/FileSystem] Introduce llvm::sys::fs::create_sy...
2014-03-06 Matt ArsenaultR600: Fix extloads from i8 / i16 to i64.
2014-03-06 Matt ArsenaultR600/SI: Expand selects on vectors.
2014-03-06 Matt ArsenaultFix missing C++ mode comment
2014-03-06 Matt ArsenaultTeach lint about address spaces
2014-03-06 Bob WilsonRun -fprofile-instr tests with %clang_cc1.
next