platform/upstream/llvm.git
2014-07-25 Hal FinkelAdd @llvm.assume, lowering, and some basic properties
2014-07-25 Joerg SonnenbergerNow that PIC generation on PPC32 is supported, hook...
2014-07-25 Warren HuntRevert r213437
2014-07-25 Akira Hatanaka[stack protector] Add test cases for thumb and thumb2.
2014-07-25 Rui UeyamaFix unsafe memory access
2014-07-25 Fariborz JahanianObjective-C. Warn if protocol used in an @protocol
2014-07-25 Akira Hatanaka[stack protector] Fix a potential security bug in stack...
2014-07-25 Brad SmithFix arc4random detection.
2014-07-25 Todd FialaMinor fixups to documentation for Process::Launch(...
2014-07-25 Rafael EspindolaReturn a StringRef in getDefaultUniversalArchName.
2014-07-25 Rafael EspindolaRemove dead code.
2014-07-25 Johannes Doerfert[Fix] Added RuntimeDebugBuilder to the build
2014-07-25 Hal Finkel[PowerPC] Support TLS on PPC32/ELF
2014-07-25 Juergen Ributzka[FastISel][AArch64] Add support for frameaddress intrinsic.
2014-07-25 David Majnemerclang-cl: Add support for /Zp
2014-07-25 Duncan P. N... Move -verify-use-list-order into llvm-uselistorder
2014-07-25 David BlaikieReapply "DebugInfo: Don't put fission type units in...
2014-07-25 Hal FinkelClaim AA generally as code owner
2014-07-25 Hans WennborgFix MSVC2012 build error in UseListOrder.cpp
2014-07-25 Duncan P. N... Bitcode: Don't optimize constants when preserving use...
2014-07-25 David BlaikieRecommit r212203: Don't try to construct debug LexicalS...
2014-07-25 David BlaikieDebugInfo: Fix up some test cases to have more correct...
2014-07-25 Hal FinkelAdd code owner of scoped-noalias metadata
2014-07-25 Hal FinkelConvert noalias parameter attributes into noalias metad...
2014-07-25 Hal FinkelSimplify and improve scoped-noalias metadata semantics
2014-07-25 Duncan P. N... Try to fix a layering violation introduced by r213945
2014-07-25 Duncan P. N... Fix -Werror build after r213945
2014-07-25 Duncan P. N... IPO: Add use-list-order verifier
2014-07-25 Amara Emerson[ARM] Emit ABI_PCS_R9_use build attribute.
2014-07-25 Dmitry Vyukovtsan: query RSS every 100ms
2014-07-25 Dmitry Vyukovtsan: fix and make faster GetRSS
2014-07-25 Viktor KutuzovAllow initialization of Asan interceptors before the...
2014-07-25 Viktor KutuzovSupport traversing ELF objects for sanitizers needs...
2014-07-25 Benjamin KramerRun sort_includes.py on the AArch64 backend.
2014-07-25 Simon Atanasyan[Driver][Mips] Remove "fp64" directories from the mips...
2014-07-25 Chandler Carruth[cmake] Use the external project machinery for libcxxab...
2014-07-25 James MolloyRevert part of r206963
2014-07-25 NAKAMURA Takumillvm/test/CodeGen/ARM/inlineasm-global.ll: Add explicit...
2014-07-25 NAKAMURA Takumillvm/test/CodeGen/ARM/inlineasm-global.ll: Avoid specif...
2014-07-25 Chandler Carruth[SDAG] Enable the new assert for out-of-range result...
2014-07-25 Chandler Carruth[SDAG] Don't insert the VRBase into a mapping from...
2014-07-25 Alexander Potapenko[lsan] Follow-up for r213518: replace MAP_ANONYMOUS...
2014-07-25 Matt ArsenaultStore nodes only have 1 result.
2014-07-25 Alexey Bataev[OPENMP] Improved codegen for outlined functions for...
2014-07-25 Chandler Carruth[SDAG] Start plumbing an assert into SDValues that...
2014-07-25 Alexey Bataev[OPENMP] Improved DSA processing of the loop control...
2014-07-25 Akira Hatanaka[ARM] In thumb mode, emit directive ".code 16" before...
2014-07-25 Lang Hames[X86] Add comments to clarify some non-obvious lines...
2014-07-25 Richard Smith[modules] Substantially improve handling of #undef:
2014-07-25 David Majnemerllvm-vtabledump: use a std::map instead of a StringMap...
2014-07-25 Ehsan AkhgariFix a warning in CoverageMappingReader.cpp
2014-07-25 Ehsan AkhgariFix test/CodeGen/ms-inline-asm.c from r213916.
2014-07-25 Ehsan AkhgariFix test/CodeGen/ms-inline-asm.cpp from r213916.
2014-07-25 Lang Hames[X86] Clarify some stackmap shadow optimization code...
2014-07-25 Ehsan Akhgariclang-cl: Merge adjacent single-line __asm blocks
2014-07-25 Bill Schmidt[PATCH][PPC64LE] Correct little-endian usage of vmrgh...
2014-07-25 Todd FialaFix an x86 assembler stack unwind calculation for non...
2014-07-25 Richard SmithPR20445: Properly transform the initializer in a CXXNew...
2014-07-25 Richard TrieuPass the PrintingPolicy when converting types to string...
2014-07-24 Alex LorenzAdd code coverage mapping data, reader, and writer.
2014-07-24 Alex LorenzAdd code coverage mapping data, reader, and writer.
2014-07-24 Johannes Doerfert[Refactor] Expose the runtime debug builder
2014-07-24 Johannes DoerfertMake getIslCompatibleName globaly available
2014-07-24 Kevin EnderbyAdd an implementation for llvm-nm’s -print-file-name...
2014-07-24 David MajnemerOpportunistically fix the builders
2014-07-24 Todd FialaFix configure/make builds on MacOSX.
2014-07-24 David Majnemerllvm-vtabledump: A vtable dumper
2014-07-24 Richard TrieuPrint "(default)" for default template template argumen...
2014-07-24 Nick Kledzik[mach-o] Add support for LC_DATA_IN_CODE
2014-07-24 Mark HeffernanAfter unrolling a loop with llvm.loop.unroll.count...
2014-07-24 Joerg SonnenbergerDon't use 128bit functions on PPC32.
2014-07-24 Chandler Carruth[SDAG] Introduce a combined set to the DAG combiner...
2014-07-24 Chandler Carruth[x86] Make vector legalization of extloads work more...
2014-07-24 Saleem AbdulrasoolTarget: invert condition for Windows
2014-07-24 Manman RenFeedback from Hans on r213815. No functionaility change.
2014-07-24 Hans WennborgWindows: Don't wildcard expand /? or -?
2014-07-24 Rafael EspindolaUse ELF in the clang-interpreter on windows.
2014-07-24 Lang Hames[X86] Optimize stackmap shadows on X86.
2014-07-24 Reid KlecknerReplace an assertion with a fatal error
2014-07-24 Joerg SonnenbergerUse the same .eh_frame encoding for 32bit PPC as on...
2014-07-24 Eric Fiselier[libcxx] expose experimental::erased_type for all stand...
2014-07-24 Eric FiselierD4451: Fix copy/move issues casude by __tuple_leafs...
2014-07-24 Eric Fiseliertest commit
2014-07-24 Reid KlecknerPreserve libclang ABI compatibility with the 3.5 release
2014-07-24 Mark HeffernanAdd support for #pragma nounroll.
2014-07-24 Manman RenTry to fix the bots again by moving test to X86 directory.
2014-07-24 Saleem AbdulrasoolX86: correct library call setup for Windows itanium
2014-07-24 Matt ArsenaultR600: Add FMA instructions for Evergreen
2014-07-24 Rafael EspindolaAttempt at fixing the windows shared build.
2014-07-24 Manman RenTry to fix the bots. If this does not work, I am going...
2014-07-24 Rafael EspindolaUse MCJIT.
2014-07-24 Saleem AbdulrasoolX86: silence sign comparison warning
2014-07-24 Matt ArsenaultR600: Add new functions for splitting vector loads...
2014-07-24 Nico WeberLet the integrated assembler understand .exitm, PR20426.
2014-07-24 Jim InghamWe were turning off all these tests on OSX and FreeBSD...
2014-07-24 Nico WeberRemove unused field MacroInstantiation::TheMacro. No...
2014-07-24 Nico WeberLet the integrated assembler understand .warning, PR20428.
2014-07-24 Joerg SonnenbergerInclude relative path for header outside the current...
2014-07-24 Rafael EspindolaRemove dead code.
2014-07-24 Johannes Doerfert[Refactor] Remove containsLoop to find innermost loops
next