platform/upstream/llvm.git
2014-05-20 Rui Ueyama[PECOFF] Do not use anonymous namespace in a header.
2014-05-20 Adam Nemet[ARM64] PR19792: Fix cycle in DAG after performPostLD1C...
2014-05-20 Justin BognerVirtualFileSystem: Add YAMLVFSWriter to generate VFS...
2014-05-20 David BlaikieUnbreak the sanitizer buildbots after r209226 due to...
2014-05-20 Eric ChristopherUpdate for llvm change to avoid having global flag...
2014-05-20 Eric ChristopherMove the function and data section flags into the optio...
2014-05-20 Reid KlecknerUpdate .arcconfig to point to reviews.llvm.org
2014-05-20 Kevin EnderbyRevert r209235 as it broke two tests:
2014-05-20 Kevin EnderbyUpdate MachOObjectFile::getSymbolAddress so it returns...
2014-05-20 Todd FialaChange gdb remote test support multi-request format.
2014-05-20 Aaron BallmanCleaning up some range-based for loops so that the...
2014-05-20 Peter CollingbourneRevert r209231, "Update AttributeReference.rst."
2014-05-20 Peter CollingbourneUpdate AttributeReference.rst.
2014-05-20 Quentin Colombet[LSR] Canonicalize reg1 + ... + regN into reg1 + ....
2014-05-20 Duncan P. N... Fix testcase from r209228
2014-05-20 Duncan P. N... GlobalValue: Testcase for hidden visibility and local...
2014-05-20 Duncan P. N... GlobalValue: Automatically reset visibility when settin...
2014-05-20 David BlaikieFix test breakage introduced in r209223.
2014-05-20 Alexey SamsonovRewrite calculateDbgValueHistory to make it (hopefully...
2014-05-20 Yaron KerenFixed spelling.
2014-05-20 David BlaikiePR19767: DebugInfo emission of pointer constants.
2014-05-20 Renato GolinAvoids DCE on write_register
2014-05-20 Jordan RoseAdd a check for tautological bitwise comparisons to...
2014-05-20 Peter CollingbourneMake the wording for the flatten docs a little clearer.
2014-05-20 Adam Nemet[PowerPC] PR19796: Also match ISD::TargetConstant in...
2014-05-20 Eric ChristopherFix testcase for case.
2014-05-20 Peter CollingbourneImplement the flatten attribute.
2014-05-20 Eric ChristopherClean up language and grammar.
2014-05-20 Eric ChristopherClean up language and grammar.
2014-05-20 Joerg SonnenbergerGo via uintptr_t when casting away constness, otherwise...
2014-05-20 Alp TokerFix typos
2014-05-20 NAKAMURA Takumiclang/test/SemaCXX/err_init_conversion_failed.cpp:...
2014-05-20 Daniel SandersTemporarily revert: r209129 - [mips][mips64r6] Sorted...
2014-05-20 Timur Iskhodzhanov[ASan Win] Simplify and improve the way we forward...
2014-05-20 Aaron BallmanNone of these attributes require FunctionTemplate to...
2014-05-20 Bradley Smith[ARM64] Port basic-a64-diagnostics.s over to ARM64
2014-05-20 Tim NorthoverTableGen: permit non-leaf ComplexPattern uses
2014-05-20 Daniel Jasperclang-format: [JS] Understand top-level function litera...
2014-05-20 Simon AtanasyanAdd parentheses to suppress the gcc warning '-Wparenthe...
2014-05-20 Benjamin KramerLegalizer: Make bswap promotion safe for vectors.
2014-05-20 Simon Atanasyan[Mips] Add more relocation types and MIPS specific...
2014-05-20 Christian PirkerARMEB: Additional test files for ARM fixups
2014-05-20 Tim NorthoverTableGen: convert InstAlias's Emit bit to an int.
2014-05-20 Alexey Volkov[X86] Tune LEA usage for Silvermont
2014-05-20 Zinovy Nis[LV][REFACTOR] One more tiny fix for printing debug...
2014-05-20 Robert LyttonXCore target: sort typestring enum fields alphabetically
2014-05-20 Ben LangmuirSpeculative fix for Windows buildbot after r209138
2014-05-20 Saleem Abdulrasoolllvm-readobj: use range-based for loop
2014-05-20 Nick LewyckyTeach isKnownNonNull that a nonnull return is not null...
2014-05-20 Craig Topper[C++11] Use 'nullptr'. Tooling edition.
2014-05-20 Craig Topper[C++11] Use 'nullptr'. Analysis edition.
2014-05-20 Richard TrieuFix diagnostic message for member function pointer...
2014-05-20 David BlaikieDebugInfo: Emit function definitions within their names...
2014-05-20 David BlaikieFollow up to 209187, updating a test to use FileCheck...
2014-05-20 David BlaikieUpdate test/DebugInfo/2010-04-06-NestedFnDbgInfo.ll...
2014-05-20 Richard TrieuIgnore void returning overloaded functions fom -Wunused...
2014-05-20 Nick LewyckyAdd 'nonnull', a new parameter and return attribute...
2014-05-19 Alp TokerARCMT/GC-check-warn-nsalloc.m: don't provide a diag...
2014-05-19 Adrian PrantlLTO: Add a testcase for linking modules with incompatib...
2014-05-19 Adrian PrantlDemote the "Debug Info Version" module flag to llvm...
2014-05-19 Kevin EnderbyOK, NAKAMURA Takumi beat me to this change. So backing...
2014-05-19 Renato GolinUsing SmallString and correct addr var
2014-05-19 Kevin EnderbyDavid Blaikie pointed out that the test added in r20915...
2014-05-19 David BlaikieDebugInfo: Assume all subprogram DIEs have been created...
2014-05-19 NAKAMURA Takumi[CMake] Add llvm-size to check-llvm, to fix build since...
2014-05-19 Chad Rosier[ARM64] Adds Cortex-A53 scheduling support for vector...
2014-05-19 Alp TokerImprove test verification from r209172
2014-05-19 Matt ArsenaultRemove unused method declaration
2014-05-19 Alexey SamsonovAdd documentation for llvm-dwarfdump tool
2014-05-19 Alp TokerGet ARCMT/GC-check-warn-nsalloc.m working
2014-05-19 Renato GolinFix usage of string when StringRef was needed
2014-05-19 Todd FialaAdded gdb remote protocol tests across all qRegisterInf...
2014-05-19 Richard Smith[modules] Fix ODR violation: there's another clang...
2014-05-19 Richard Smith[module] Remove a header that isn't used and doesn...
2014-05-19 Peter CollingbourneImplement the no_split_stack attribute.
2014-05-19 David BlaikieDebugInfo: Don't include DW_AT_inline on each abstract...
2014-05-19 David BlaikieDebugInfo: Fix missing inlined_subroutines caused by...
2014-05-19 Eric ChristopherFix typos.
2014-05-19 Reid Klecknercmake: Remove -D NDEBUG from CFLAGS as well as CXXFLAGS
2014-05-19 Juergen Ributzka[ConstantHoisting][X86] Change the cost model to never...
2014-05-19 Richard SmithIf two sibling modules declare the same entity, and...
2014-05-19 Greg ClaytonDon't allow two threads to both be in SBDebugger::Creat...
2014-05-19 Andrea Di Biagio[X86] Add ISel patterns to improve the selection of...
2014-05-19 Kevin EnderbyImplement MachOObjectFile::isSectionData() and MachOObj...
2014-05-19 Hans WennborgAllow dllimport on function definitions when they're...
2014-05-19 Filipe CabecinhasAdded more insertps optimizations
2014-05-19 Lang HamesFix testers by removing dubious testcase for r209154.
2014-05-19 Lang Hames[RuntimeDyld] Fix x86-64 MachO GOT relocation handling.
2014-05-19 Simon Atanasyan[Mips] Show warning if the linker cannot find a pair...
2014-05-19 Alexey SamsonovKill symbolization functionality in llvm-dwarfdump...
2014-05-19 Todd FialaRevert r209142.
2014-05-19 Peter CollingbourneCheck the alwaysinline attribute on the call as well...
2014-05-19 Renato GolinNon-allocatable Global Named Register
2014-05-19 Aaron BallmanRemoving an XFAIL which shouldn't apply. We no longer...
2014-05-19 Matt ArsenaultUse range for
2014-05-19 Alexander KornienkoAdded a comment
2014-05-19 Hans Wennborgtest/CodeGenCXX/dllexport.cpp: -O2 and -disable-llvm...
2014-05-19 Ben LangmuirDon't refresh stat() info for pcm files
2014-05-19 Todd FialaUpdate Xcode settings for Xcode 5.1 (5B130a) to remove...
2014-05-19 Alexander KornienkoImproved llvm-namespace-comment check.
next