2014-06-28 |
Chandler Carruth | [x86] Add handling for splat-like widenings of v16i8... |
commit | commitdiff | tree | snapshot |
2014-06-28 |
David Majnemer | This file wasn't supposed to be checked in |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Reid Kleckner | Extend -Wdynamic-class-memaccess to records containing... |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Lang Hames | [RuntimeDyld] Make sure that RuntimeDyld regression... |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Zachary Turner | Don't truncate the target triple when initializing... |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Matt Arsenault | Revert "Temporary hack to try cleaning extra .s file... |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Dmitry Vyukov | tsan: fix and re-enable a test |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Todd Fiala | Implemented gdb-remote protocol tests for vCont;s and... |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Johannes Doerfert | [Fix] Deleted renamed test after r211957 |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Matt Arsenault | Temporary hack to try cleaning extra .s file from bots. |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Yi Kong | Introduce arm_acle.h supporting existing LLVM builtin... |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Lang Hames | [RuntimeDyld] Use a raw_ostream and llvm::format for... |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Chad Rosier | [AArch64] Fix memset ICE when memset value is f128. |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Justin Bogner | llvm-cov: Support specifying multiple source files |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Lang Hames | [RuntimeDyld] #include <cctype> header in RuntimeDyldCh... |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Johannes Doerfert | Allow multiple reductions per statement |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Lang Hames | [RuntimeDyld] Add a framework for testing relocation... |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Chandler Carruth | [x86] Fix another bug hit when bootstrapping with the... |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Todd Fiala | Updated ObjectFileELF tests to include more varaints. |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Aaron Ballman | Reverting r211950 -- it did not help resolve the -Wcomm... |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Justin Holewinski | [NVPTX] Use GreatestCommonDivisor64 from MathExtras... |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Nick Kledzik | [mach-o] fix struct initialization to work with Windows... |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Aaron Ballman | Adding some trailing whitespace after a comment previou... |
commit | commitdiff | tree | snapshot |
2014-06-27 |
David Majnemer | Include <tuple> to make buildbots happy |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Justin Holewinski | [NVPTX] Add reflect intrinsic (better than matching... |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Justin Holewinski | [NVPTX] Handle all possible vector types in getSetCCRes... |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Justin Holewinski | [NVPTX] Add 'b' asm constraint |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Justin Holewinski | [NVPTX] Simplify some argument lowering logic |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Justin Holewinski | [NVPTX] Do not process samplers in GenericToNVVM |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Justin Holewinski | [NVPTX] Error out if initializer is given for variable... |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Justin Holewinski | [NVPTX] Add support for .managed variables for UVM |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Justin Holewinski | [NVPTX] Emit .weak linkage for link_once, weak, availab... |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Justin Holewinski | [NVPTX] Variables that start with llvm. or nvvm. are... |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Justin Holewinski | [NVPTX] Fix handling of ldg/ldu intrinsics. |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Justin Holewinski | [NVPTX] Clean up argument lowering code and properly... |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Justin Holewinski | [NVPTX] Add missing boolean vector contents flag |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Justin Holewinski | [NVPTX] Add support for [SHL,SRA,SRL]_PARTS |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Justin Holewinski | [NVPTX] Implement fma and imad contraction as target... |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Justin Holewinski | [NVPTX] Add support for efficient rotate instructions... |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Justin Holewinski | [NVPTX] Add missing isel patterns for 64-bit atomics |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Justin Holewinski | [NVPTX] Add isel patterns for bit-field extract (bfe) |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Justin Holewinski | [NVPTX] Add support for isspacep instruction |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Justin Holewinski | [NVPTX] Add support for envreg reads |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Justin Holewinski | [NVPTX] Add target options for PTX 3.2/4.0 and SM 5... |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Justin Holewinski | [NVPTX] Update sub-target feature detection |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Justin Holewinski | [NVPTX] Directly control the Machine SSA passes that... |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Justin Holewinski | [NVPTX] Emit .weak when linkage is not external, intern... |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Justin Holewinski | [NVPTX] Just use getTypeAllocSize() when computing... |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Tyler Nowicki | Vectorization documentation for loop hint pragmas and... |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Aaron Ballman | Silencing some -Wcast-qual warnings. No functional... |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Chandler Carruth | [x86] Fix a miscompile in the new shuffle lowering... |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Nick Kledzik | [mach-o] refactor x86_64 relocation handling. |
commit | commitdiff | tree | snapshot |
2014-06-27 |
David Majnemer | IR: Add COMDATs to the IR |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Reid Kleckner | cmake: Don't do anything for LLVM_ENABLE_ASSERTIONS=OFF |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Julien Lerouge | lldb can interrupt waitpid, so EINTR shouldn't be an... |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Matt Arsenault | R600: Move trivial getters into header, use initializer... |
commit | commitdiff | tree | snapshot |
2014-06-27 |
David Blaikie | Fix test so it doesn't try to write out temporary files... |
commit | commitdiff | tree | snapshot |
2014-06-27 |
David Blaikie | Remove 'const' from MemoryBuffers used through the... |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Logan Chien | Avoid non-ascii character in the source code. |
commit | commitdiff | tree | snapshot |
2014-06-27 |
David Majnemer | MC: Fix associative sections on COFF |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Logan Chien | Silence the implicit signed/unsigned conversion warning. |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Juergen Ributzka | [FastISel][X86] Fix typos. |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Ben Langmuir | Add reparse test for libclang |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Reid Kleckner | clang-cl: Map /EHs- to -fno-exceptions |
commit | commitdiff | tree | snapshot |
2014-06-27 |
David Majnemer | CodeGen: Fix a typo in getThreadLocalWrapperLinkage |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Todd Fiala | Fix ObjectFileELF to determine architectures independen... |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Matt Arsenault | R600: Don't crash on unhandled instruction in promote... |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Chandler Carruth | Fix a bug in my previous patch by restoring the behavio... |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Ed Maste | llvm-objdump: don't assert if ELF file has no sections |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Jim Ingham | Revert the debugserver part of r211868. While formally... |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Alexander Kornienko | Clean up unused variable warning in release build. |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Chandler Carruth | This fixes libclang to cope with the now compile-time... |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Chandler Carruth | Re-apply r211287: Remove support for LLVM runtime multi... |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Chandler Carruth | [cmake] When Python is disabled for LLDB, don't try... |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Oliver Stannard | [ARM] Fix AAPCS non-compliance caused by very large... |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Ulrich Weigand | [PowerPC] Constrain base register in PPCRegisterInfo... |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Evgeniy Stepanov | [msan] Add store_context_size= flag. |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Logan Chien | Replace GetProgramPath("ld") with GetLinkerPath(). |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Chandler Carruth | [x86] Clean up some unused variables, especially in... |
commit | commitdiff | tree | snapshot |
2014-06-27 |
James Molloy | [ARM-BE] Generate correct NEON intrinsics for big endia... |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Chandler Carruth | [x86] Teach the target combine step to aggressively... |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Simon Atanasyan | [ELF][Mips] Fix recognition of MIPS 64-bit arch in... |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Chandler Carruth | [x86] Teach the target-specific combining how to aggres... |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Chandler Carruth | [x86] Teach the X86 backend to DAG-combine SSE2 shuffle... |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Chandler Carruth | [x86] Begin a significant overhaul of how vector loweri... |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Alexander Kornienko | Don't check clang binary name, as it can be different... |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Alexey Bataev | [OPENMP] Parsing and sema analysis for 'copyprivate... |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Ulrich Weigand | [RuntimeDyld, PowerPC] Fix/improve handling of TOC... |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Alp Toker | const_cast the memory MemoryBuffer following LLVM r211883 |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Alp Toker | IRReader: don't mark MemoryBuffers const |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Evgeniy Stepanov | [tsan] Disable a failing test. |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Dinesh Dwivedi | Added instruction combine to transform few more negativ... |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Eric Christopher | Remove the caching of the target machine from SystemZTa... |
commit | commitdiff | tree | snapshot |
2014-06-27 |
David Majnemer | GlobalOpt: Fix constantfold-initializers.ll test |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Evgeniy Stepanov | [msan] Fix truncated stack trace in chained origin... |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Eric Christopher | Remove target machine caching from SystemZInstrInfo and |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Justin Bogner | Driver: Pass -ivfsoverlay to module crashdumps |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Andreas Simbuerger | Don't expand to invalid Scops with -polly-detect-keep... |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Alp Toker | Add a FIXME for an unfortunate issue in ConvertBackendL... |
commit | commitdiff | tree | snapshot |
2014-06-27 |
David Blaikie | Revert "Revert "Revert "PR20038: DebugInfo: Inlined... |
commit | commitdiff | tree | snapshot |
next |