platform/upstream/llvm.git
2014-07-08 Alexey Samsonov[TSan] Revert r212531 and r212532.
2014-07-08 Reid KlecknerAllow more lookup of types in dependent base classes
2014-07-08 Dmitry Vyukovtsan: allow memory overlap in __tsan_java_move
2014-07-08 Jim InghamAdd the ability to provide a "count" option to the...
2014-07-08 Jim InghamDocument the "thread.completed-expression" feature...
2014-07-08 Nico WeberDon't pull in setjmp.h in -ffreestanding compiles.
2014-07-08 Nico WeberReplace a few // comments with /**/ comments in headers...
2014-07-08 David MajnemerSema: Don't allow CVR qualifiers before structors
2014-07-08 Bruce MitchenerRevert accidental change to Xcode project.
2014-07-08 Bruce MitchenerFix typos.
2014-07-08 Jean-Daniel... Simplify Host::GetOSVersion() on macosx.
2014-07-08 Richard SmithPR20227: materialize a temporary when dynamic_casting...
2014-07-08 Pete CooperRevert "GlobalDCE: Delete available_externally initiali...
2014-07-08 Benjamin KramerAs funny as it might look, this wasn't what I intended...
2014-07-08 Todd FialaRemove hack from dotest.py to fix extra output on ...
2014-07-08 Ulrich Weigand[PowerPC] Implement atomic NAND operations as actual...
2014-07-08 Benjamin KramerUse explicit if and restore lost FileCheck error code...
2014-07-08 Benjamin KramerUpdate unit test for signature change.
2014-07-08 Benjamin KramerTurn some Twine locals into const char * variables.
2014-07-08 Todd FialaFix broken tests due to new error output.
2014-07-08 Simon Atanasyan[Mips] Make rel-dynamic-07.test test case independent...
2014-07-08 David BlaikieImprove memory ownership of vfs::Files in the FileSyste...
2014-07-08 Benjamin Kramer[clang-tidy] Address review comments for the Twine...
2014-07-08 Andrea Di Biagio[DAG] Teach how to combine a pair of shuffles into...
2014-07-08 Marshall ClowFix some failing tests for the standard containers...
2014-07-08 Benjamin KramerFix some Twine locals.
2014-07-08 Todd FialaFix broken MacOSX Xcode build for CommandOptionValidato...
2014-07-08 Benjamin Kramer[clang-tidy] Add a little checker for Twine locals...
2014-07-08 Evgeniy Stepanov[msan] Fix out of bounds access in origin copying.
2014-07-08 Kostya Serebryany[tsan] Enable tsan's deadlock detector by default.
2014-07-08 Dmitry Vyukovtsan: fix a potential hang
2014-07-08 Dmitry Vyukovtsan: fix a bug in metamap
2014-07-08 Timur Iskhodzhanov[ASan/Win] Don't instrument private COMDAT globals...
2014-07-08 Kostya Serebryany[tsan] fix deadlock detector's interoperation with...
2014-07-08 Daniel Sanders[mips] Fixed struct/class mismatch introduced in r212522.
2014-07-08 Dmitry Vyukovtsan: remove unnecessary line split
2014-07-08 Kostya Serebryany[tsan] fix pthread_rwlock_tryrdlock interceptor, don...
2014-07-08 Alexander Musman[OPENMP] Allow ‘reduction’ clause on ‘omp simd’ directive.
2014-07-08 Richard SandifordMove misplaced x86_32 ABI code
2014-07-08 Daniel SandersFix r212522 - [mips] Improve encapsulation of the ...
2014-07-08 Daniel Sanders[mips] Improve encapsulation of the .MIPS.abiflags...
2014-07-08 Renato GolinRevert "Refactor ARM subarchitecture parsing"
2014-07-08 Arnaud A. de... Truncate the immediate in logical operation to the...
2014-07-08 Vladimir MedicMips.abiflags is a new implicitly generated section...
2014-07-08 Viktor KutuzovSupport building floating-point facilities on FreeBSD...
2014-07-08 Chandler Carruth[x86,SDAG] Sink the logic for folding shuffles of splat...
2014-07-08 Alexey Bataev[OPENMP] Parsing and sema analysis for 'omp parallel...
2014-07-08 Chandler Carruth[SDAG] Actually check for a non-constant splat and...
2014-07-08 Chandler Carruth[SDAG] Build up a more rich set of APIs for querying...
2014-07-08 Todd FialaEnable multi-process testing for MacOSX.
2014-07-08 Saleem AbdulrasoolHeaders: conditionalise more declarations
2014-07-08 Saleem AbdulrasoolHeaders: mark arm_acle.h with extern "C"
2014-07-08 Zachary TurnerImplment "platform process list" for Windows.
2014-07-08 Zachary TurnerFix a compilation failure caused by a non-const reference.
2014-07-08 Reid KlecknerMS ABI: "Fix" passing non-POD structs by value to varia...
2014-07-08 Jim InghamAdd docs for the "thread.completed-expression" format...
2014-07-08 Jim InghamIf a hand-called function is interrupted by hitting...
2014-07-08 Alexey Samsonov[ASan] Completely remove sanitizer blacklist file from...
2014-07-08 Adam Nemet[X86] AVX512: Only allow k1-k7 as predicates to vpcmp*
2014-07-08 Alexey SamsonovKill unnecessary include
2014-07-08 Alp TokerRename static function to better describe its purpose
2014-07-07 Alexey Samsonov[Sanitizer] Remove brittle cache variable and slightly...
2014-07-07 Zachary TurnerInvalidate process UID/GID-related command options...
2014-07-07 Alexey Samsonov[Sanitizer] Reduce the usage of sanitizer blacklist...
2014-07-07 Andrea Di Biagio[x86] Fix assertion failure caused by a wrong combine...
2014-07-07 Alp Tokerlibclang: pass return code out argument by reference
2014-07-07 Joe GroffASTContext: Factor 'getObjCEncodingForPropertyType...
2014-07-07 Sanjay Patelfixed some typos
2014-07-07 Alp TokerPlistSupport: make utility functions non-static inline...
2014-07-07 Juergen Ributzka[FastISel][X86] Fix smul.with.overflow.i8 lowering.
2014-07-07 Louis GerbargAllow AArch64FastISel to degrade graceully in the prese...
2014-07-07 Todd FialaMark test_watchpoint_multiple_threads_with_dwarf as...
2014-07-07 Sanjay PatelFix for PR17073 ( llvm.org/pr17073 ), simplifycfg illeg...
2014-07-07 Todd FialaMark Radar9974002DataFormatterTestCase test XFAIL on...
2014-07-07 Todd FialaMarked TestLongjmp.py tests XFAIL for Linux.
2014-07-07 Alexey Samsonov[MSan] Make one more test standalone
2014-07-07 Todd FialaMarked TestFormatters.py XFAIL on Linux per pr20230.
2014-07-07 Todd FialaAllow specification of no source display on stop.
2014-07-07 Alexey Samsonov[MSan] Use a single file for dso-origin test
2014-07-07 Rafael EspindolaUse raw_fd_ostream instead of std::ofstream.
2014-07-07 David MajnemerCMake: Let LLDB build with CMake 3
2014-07-07 Reid KlecknerDriver: Produce crash diagnostics more often on Windows
2014-07-07 Simon Atanasyan[Mips] Make rel-dynamic-05.test test case independent...
2014-07-07 Renato GolinRefactor ARM subarchitecture parsing
2014-07-07 Ulrich Weigand[PowerPC] Fix testcase regression
2014-07-07 Ulrich Weigand[PowerPC] Fix no-assert build
2014-07-07 Ulrich Weigand[PowerPC] Fix "byval align" arguments
2014-07-07 Chandler Carruth[x86] Revert r212324 which was too aggressive w.r.t...
2014-07-07 Alexey Samsonov[Sanitizer] Move test for malloc/free hooks under test...
2014-07-07 Matt ArsenaultR600: Fix mishandling of load / store chains.
2014-07-07 Matt ArsenaultFix typo, weird indentation
2014-07-07 Alexey Samsonov[ASan] Clean up leftovers from assembly instrumentation...
2014-07-07 Tom Stellardprepare-builtins: Fix broken build due to recent LLVM...
2014-07-07 Alexey SamsonovGeneralize sanitizer allocator public interface.
2014-07-07 Justin BognerDriver: Fix think-o in adding -ivfsoverlay flag to...
2014-07-07 Ben LangmuirUse temporary module cache in test
2014-07-07 Manuel KlimekFix memory leak in FileSystemStatCache.
2014-07-07 Timur Iskhodzhanov[ASan/Win] Unbreak the build after r211216
2014-07-07 Anders CarlssonHandle __builtin_clzs and __builtin_ctzs in the constan...
2014-07-07 David MajnemerMS ABI: Don't unnecessarily use CGM abstraction
next