platform/upstream/llvm.git
2014-06-27 Chandler Carruth[x86] Fix another bug hit when bootstrapping with the...
2014-06-27 Todd FialaUpdated ObjectFileELF tests to include more varaints.
2014-06-27 Aaron BallmanReverting r211950 -- it did not help resolve the -Wcomm...
2014-06-27 Justin Holewinski[NVPTX] Use GreatestCommonDivisor64 from MathExtras...
2014-06-27 Nick Kledzik[mach-o] fix struct initialization to work with Windows...
2014-06-27 Aaron BallmanAdding some trailing whitespace after a comment previou...
2014-06-27 David MajnemerInclude <tuple> to make buildbots happy
2014-06-27 Justin Holewinski[NVPTX] Add reflect intrinsic (better than matching...
2014-06-27 Justin Holewinski[NVPTX] Handle all possible vector types in getSetCCRes...
2014-06-27 Justin Holewinski[NVPTX] Add 'b' asm constraint
2014-06-27 Justin Holewinski[NVPTX] Simplify some argument lowering logic
2014-06-27 Justin Holewinski[NVPTX] Do not process samplers in GenericToNVVM
2014-06-27 Justin Holewinski[NVPTX] Error out if initializer is given for variable...
2014-06-27 Justin Holewinski[NVPTX] Add support for .managed variables for UVM
2014-06-27 Justin Holewinski[NVPTX] Emit .weak linkage for link_once, weak, availab...
2014-06-27 Justin Holewinski[NVPTX] Variables that start with llvm. or nvvm. are...
2014-06-27 Justin Holewinski[NVPTX] Fix handling of ldg/ldu intrinsics.
2014-06-27 Justin Holewinski[NVPTX] Clean up argument lowering code and properly...
2014-06-27 Justin Holewinski[NVPTX] Add missing boolean vector contents flag
2014-06-27 Justin Holewinski[NVPTX] Add support for [SHL,SRA,SRL]_PARTS
2014-06-27 Justin Holewinski[NVPTX] Implement fma and imad contraction as target...
2014-06-27 Justin Holewinski[NVPTX] Add support for efficient rotate instructions...
2014-06-27 Justin Holewinski[NVPTX] Add missing isel patterns for 64-bit atomics
2014-06-27 Justin Holewinski[NVPTX] Add isel patterns for bit-field extract (bfe)
2014-06-27 Justin Holewinski[NVPTX] Add support for isspacep instruction
2014-06-27 Justin Holewinski[NVPTX] Add support for envreg reads
2014-06-27 Justin Holewinski[NVPTX] Add target options for PTX 3.2/4.0 and SM 5...
2014-06-27 Justin Holewinski[NVPTX] Update sub-target feature detection
2014-06-27 Justin Holewinski[NVPTX] Directly control the Machine SSA passes that...
2014-06-27 Justin Holewinski[NVPTX] Emit .weak when linkage is not external, intern...
2014-06-27 Justin Holewinski[NVPTX] Just use getTypeAllocSize() when computing...
2014-06-27 Tyler NowickiVectorization documentation for loop hint pragmas and...
2014-06-27 Aaron BallmanSilencing some -Wcast-qual warnings. No functional...
2014-06-27 Chandler Carruth[x86] Fix a miscompile in the new shuffle lowering...
2014-06-27 Nick Kledzik[mach-o] refactor x86_64 relocation handling.
2014-06-27 David MajnemerIR: Add COMDATs to the IR
2014-06-27 Reid Klecknercmake: Don't do anything for LLVM_ENABLE_ASSERTIONS=OFF
2014-06-27 Julien Lerougelldb can interrupt waitpid, so EINTR shouldn't be an...
2014-06-27 Matt ArsenaultR600: Move trivial getters into header, use initializer...
2014-06-27 David BlaikieFix test so it doesn't try to write out temporary files...
2014-06-27 David BlaikieRemove 'const' from MemoryBuffers used through the...
2014-06-27 Logan ChienAvoid non-ascii character in the source code.
2014-06-27 David MajnemerMC: Fix associative sections on COFF
2014-06-27 Logan ChienSilence the implicit signed/unsigned conversion warning.
2014-06-27 Juergen Ributzka[FastISel][X86] Fix typos.
2014-06-27 Ben LangmuirAdd reparse test for libclang
2014-06-27 Reid Klecknerclang-cl: Map /EHs- to -fno-exceptions
2014-06-27 David MajnemerCodeGen: Fix a typo in getThreadLocalWrapperLinkage
2014-06-27 Todd FialaFix ObjectFileELF to determine architectures independen...
2014-06-27 Matt ArsenaultR600: Don't crash on unhandled instruction in promote...
2014-06-27 Chandler CarruthFix a bug in my previous patch by restoring the behavio...
2014-06-27 Ed Mastellvm-objdump: don't assert if ELF file has no sections
2014-06-27 Jim InghamRevert the debugserver part of r211868. While formally...
2014-06-27 Alexander KornienkoClean up unused variable warning in release build.
2014-06-27 Chandler CarruthThis fixes libclang to cope with the now compile-time...
2014-06-27 Chandler CarruthRe-apply r211287: Remove support for LLVM runtime multi...
2014-06-27 Chandler Carruth[cmake] When Python is disabled for LLDB, don't try...
2014-06-27 Oliver Stannard[ARM] Fix AAPCS non-compliance caused by very large...
2014-06-27 Ulrich Weigand[PowerPC] Constrain base register in PPCRegisterInfo...
2014-06-27 Evgeniy Stepanov[msan] Add store_context_size= flag.
2014-06-27 Logan ChienReplace GetProgramPath("ld") with GetLinkerPath().
2014-06-27 Chandler Carruth[x86] Clean up some unused variables, especially in...
2014-06-27 James Molloy[ARM-BE] Generate correct NEON intrinsics for big endia...
2014-06-27 Chandler Carruth[x86] Teach the target combine step to aggressively...
2014-06-27 Simon Atanasyan[ELF][Mips] Fix recognition of MIPS 64-bit arch in...
2014-06-27 Chandler Carruth[x86] Teach the target-specific combining how to aggres...
2014-06-27 Chandler Carruth[x86] Teach the X86 backend to DAG-combine SSE2 shuffle...
2014-06-27 Chandler Carruth[x86] Begin a significant overhaul of how vector loweri...
2014-06-27 Alexander KornienkoDon't check clang binary name, as it can be different...
2014-06-27 Alexey Bataev[OPENMP] Parsing and sema analysis for 'copyprivate...
2014-06-27 Ulrich Weigand[RuntimeDyld, PowerPC] Fix/improve handling of TOC...
2014-06-27 Alp Tokerconst_cast the memory MemoryBuffer following LLVM r211883
2014-06-27 Alp TokerIRReader: don't mark MemoryBuffers const
2014-06-27 Evgeniy Stepanov[tsan] Disable a failing test.
2014-06-27 Dinesh DwivediAdded instruction combine to transform few more negativ...
2014-06-27 Eric ChristopherRemove the caching of the target machine from SystemZTa...
2014-06-27 David MajnemerGlobalOpt: Fix constantfold-initializers.ll test
2014-06-27 Evgeniy Stepanov[msan] Fix truncated stack trace in chained origin...
2014-06-27 Eric ChristopherRemove target machine caching from SystemZInstrInfo and
2014-06-27 Justin BognerDriver: Pass -ivfsoverlay to module crashdumps
2014-06-27 Andreas SimbuergerDon't expand to invalid Scops with -polly-detect-keep...
2014-06-27 Alp TokerAdd a FIXME for an unfortunate issue in ConvertBackendL...
2014-06-27 David BlaikieRevert "Revert "Revert "PR20038: DebugInfo: Inlined...
2014-06-27 David BlaikieArgumentPromotion: Propagate debug locations on calls...
2014-06-27 David BlaikieRevert "Revert "PR20038: DebugInfo: Inlined call sites...
2014-06-27 Eric ChristopherHave SystemZSelectionDAGInfo constructor take a DataLay...
2014-06-27 Craig TopperRename getX86ConditonCode -> getX86ConditionCode
2014-06-27 Saleem Abdulrasoollldb: remove adhoc implementation of array_sizeof
2014-06-27 Andrew TrickLeft out the NDEBUG in the previous checkin.
2014-06-27 Saleem AbdulrasoolDriver: use GNU::Link for the Generic_GCC toolchain
2014-06-27 Andrew TrickMachineScheduler: add some book-keeping to fix an assert.
2014-06-27 Alp TokerPropagate const-correctness into parseBitcodeFile()
2014-06-27 Eric ChristopherHave MipsSelectionDAGInfo constructor take a DataLayout...
2014-06-27 Alp TokerCodeGenAction: don't duplicate entire .ll/.bc files...
2014-06-27 Alp TokerParseIR: don't take ownership of the MemoryBuffer
2014-06-27 Eric ChristopherMove NVPTX subtarget dependent variables from the targe...
2014-06-27 Matt ArsenaultR600: Add some testcases for promote alloca pass.
2014-06-27 Eric ChristopherUse the target lowering we can get off of the DAG rathe...
2014-06-27 Alexey Bataev[OPENMP] Added several test cases in nesting of OpenMP...
2014-06-27 Alp TokerAccount for differences in grep implementations
next