platform/upstream/llvm.git
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
2014-06-27 Saleem AbdulrasoolSupport: update DLLCharacteristics enumeration
2014-06-27 Saleem AbdulrasoolSupport: tweak comment layout
2014-06-27 Alp TokerRestore test from r211844 skipping '.file' directives
2014-06-27 Rafael EspindolaDon't force the build of toos/lto as a static lib.
2014-06-27 Bruce MitchenerFix a few typos.
2014-06-27 Matt ArsenaultFix missing newline and simplify debug printing.
2014-06-27 Alp TokerPartially disable test from r211844
2014-06-27 Matt ArsenaultR600: Move load/store ReplaceNodeResults to common...
2014-06-27 Eric ChristopherMove the constructor for NVPTXFrameLowering into the...
2014-06-27 Eric ChristopherRemove unnecessary caching of the TargetMachine on...
2014-06-27 Eric ChristopherRework the logic for setting the TargetName. This appea...
2014-06-27 Alp TokerAdd test coverage for .bc input in the frontend
2014-06-27 Alp TokerRemove .bc from test config.suffixes
2014-06-27 Bruce MitchenerTest commit: wether -> whether.
2014-06-27 NAKAMURA Takumiclang/test/Driver/fuse-ld.c: Really fix to match dos...
2014-06-27 Eric ChristopherRemove caching of the target machine in NVPTXInstrInfo and
2014-06-27 Eric ChristopherRemove comment that duplicated information in the const...
2014-06-27 Eric ChristopherRemove commented out code.
2014-06-27 Eric ChristopherRemove extraneous parens and extraneous const cast...
2014-06-27 Eric ChristopherMove the subtarget dependent features from the target...
2014-06-27 Eric ChristopherRemove uses and caches of the target machine and subtar...
2014-06-27 NAKAMURA TakumiMake clang-tidy-diff.py py3-compatible.
2014-06-27 Nick KledzikAdd const to sort() comparator function. Caught by...
2014-06-27 Anna ZaksDo not inline methods of C++ containers (coming from...
2014-06-27 NAKAMURA TakumiSuppress clang-tools-extra/test/clang-tidy/clang-tidy...
2014-06-27 Eric ChristopherRemove caching of an unused subtarget from MSP430FrameL...
2014-06-27 Dmitry Vyukovtsan: add __tsan_java_finalize interface function
2014-06-27 Adam Nemet[X86] AVX512: Add vbroadcasti*
2014-06-27 Eric ChristopherRemove unnecessary caching of variables by MSP430Target...
2014-06-27 Eric ChristopherHave MSP430SelectionDAGInfo constructor take a DataLayo...
2014-06-27 Nick KledzikAdd utility to SimpleDefinedAtom to sort references
2014-06-27 Eric ChristopherMove all of the hexagon subtarget dependent variables...
2014-06-27 Logan ChienAllow different path separator for windows build.
2014-06-27 Eric ChristopherHave HexagonSelectionDAGInfo take a DataLayout rather...
2014-06-27 Eric ChristopherMake HexagonISelLowering not dependent upon a HexagonTa...
2014-06-27 Eric ChristopherReduce indentation.
2014-06-27 Eric ChristopherRemove unnecessary caching of the subtarget for Hexagon...
2014-06-27 Eric ChristopherInstrItineraryData is already on the subtarget, no...
2014-06-26 Juergen Ributzka[StackMaps] Enable patchpoint liveness analysis per...
2014-06-26 Juergen Ributzka[Stackmaps] Remove the liveness calculation for stackma...
2014-06-26 Lang Hames[RuntimeDyld] Teach MachOObjectImage to deregister...
2014-06-26 Alp TokerRevert "Introduce a string_ostream string builder facilty"
2014-06-26 Reid KlecknerAvoid extra back reference key lookup in msmangler
2014-06-26 Todd FialaFix an incomplete null structure spec in Python readlin...
2014-06-26 Eric ChristopherMove the various Subtarget dependent members down to...
next