platform/upstream/llvm.git
2015-05-21 Igor Laevsky[RewriteStatepointsForGC] Fix debug assertion during...
2015-05-21 Denis Protivensky[ARM] Add dynamic symbols to the dynamic library writer
2015-05-21 Artur PilipenkoFix memory-dereferenceable.ll test
2015-05-21 Denis Protivensky[ARM] Remove useless file with writer's instantiation...
2015-05-21 Manuel Klimekclang-format: [JS] Better support for fat arrows.
2015-05-21 John Brawn[ARM] Restructure cpu handling in the driver to mostly...
2015-05-21 Artur PilipenkoTest commit. Fix typo in MemDerefPrinter.cpp comment.
2015-05-21 Denis Protivensky[ARM] Remove unused field in executable writer
2015-05-21 Denis Protivensky[ARM] Move out common Writer functionality to ARMELFWriter
2015-05-21 Renato GolinRemove unnecessary FIXME comment
2015-05-21 Simon PilgrimFixed unused variable warning in non-assert builds...
2015-05-21 Tamas BerghammerXFAIL TestEvents on Linux bacuse it is flaky
2015-05-21 Pavel LabathXFAILing TestRaise on darwin due to an apparent bug
2015-05-21 Denis Protivensky[ELF] Move start/end atom method assignment to OutputEL...
2015-05-21 Simon Pilgrim[X86][SSE] Improve support for 128-bit vector sign...
2015-05-21 Toma Tabacu[mips] [IAS] Add 2 missing CHECK directives for fixups...
2015-05-21 Denis Protivensky[ARM] Remove unused fields in dynamic library writer
2015-05-21 Alexey Bataev[OPENMP] Fixed codegen for parameters privatization.
2015-05-21 Denis Protivensky[ARM] Add skeleton implementation of DSO linking
2015-05-21 Pavel Labath[NativeProcessLinux] Fix handling of SIGSTOP
2015-05-21 Alexey Bataev[OPENMP] Fixed codegen for lastprivate LCV in workshari...
2015-05-21 Vince Harrontrivial log print fix
2015-05-21 Hal Finkel[TableGen] Resolve complex def names inside multiclasses
2015-05-21 Duncan P. N... AsmPrinter: Compute absolute label difference directly
2015-05-21 Duncan P. N... MC: Initialize MCSymbolData::Offset directly
2015-05-21 Ahmed Bougacha[MemCpyOpt] Do move the memset, but look at its dest...
2015-05-21 Duncan P. N... MC: Simplify MCSymbolData initialization and remove...
2015-05-21 Richard SmithAvoid using a C++11 library feature not present in...
2015-05-21 Richard Smith[modules] If we re-enter a submodule from within itself...
2015-05-21 Alexey Samsonov[Driver] Improve unused-argument diagnostic for extra...
2015-05-21 Swaroop SridharDocument the CoreCLR GC Strategy
2015-05-21 Duncan P. N... MC: Make MCSymbolData::Symbol private
2015-05-21 Duncan P. N... MC: Remove last use of MCSymbolData::getSymbol(), NFC
2015-05-21 Jim InghamFix the logic in DynamicLoaderMacOSXDYLD::Clear that...
2015-05-21 Greg ClaytonFixed an issue with expressions that define types in...
2015-05-21 Chaoren LinUsing -pthread instead of -lpthread to appease GCC.
2015-05-21 Reid KlecknerRename a helper template function to 'bytes' to avoid...
2015-05-21 Reid KlecknerWork around overloading bug in MSVC 2015
2015-05-21 Ahmed Bougacha[MemCpyOpt] Pass Instruction to IRBuilder, no need...
2015-05-21 David Blaikie[opaque pointer type] Pass explicit pointee type in...
2015-05-20 Andrew KaylorFix build error
2015-05-20 Ahmed Bougacha[MemCpyOpt] Don't move the memset when optimizing memse...
2015-05-20 Lang Hames[LLD] Make lastOrdinal atomic to avoid race conditions.
2015-05-20 Richard TrieuCheck for bool-like conversion in conditional expressions.
2015-05-20 Andrew KaylorFix build warning
2015-05-20 Andrew Kaylor[WinEH] C++ EH state numbering fixes
2015-05-20 Reid Kleckner[WinEH] Store pointers to the LSDA in the exception...
2015-05-20 Pete CooperDon't generate comments in the DebugLocStream unless...
2015-05-20 Richard Smith[OpenMP] Make default OpenMP library (the one selected...
2015-05-20 Pete CooperRevert "Add bool to DebugLocDwarfExpression to control...
2015-05-20 Nick Kledzik[darwin] fix libcompiler_rt.dylib build
2015-05-20 Lang Hames[LLD] Fix an out-of-order-initialization bug that was...
2015-05-20 Lang Hames[LLD] Revert r237842 - it went in without a proper...
2015-05-20 Jonathan PeytonChange CMake variable prefix to LIBOMP
2015-05-20 Adrian McCarthyHave TestNumThreads use std::thread instead of pthreads...
2015-05-20 Hans WennborgRevert r237828 "[X86] Remove unused node after morphing...
2015-05-20 Lang Hamesy
2015-05-20 Lang Hames[LLD] Add support for the -stack_size option to Darwin ld.
2015-05-20 Nick Kledzik[doc] Update Lexicon with C++ unwinder acronyms
2015-05-20 Reid KlecknerEvaluate union cast subexpressions when the cast value...
2015-05-20 David Blaikie[opaque pointer type] Pass explicit type to Load instru...
2015-05-20 Davide Italiano[Target/ARM] Only enable OptimizeBarrierPass at -O1...
2015-05-20 Kostya Serebryany[lib/Fuzzer] more docs
2015-05-20 Aaron BallmanRefactored some common functionality into MaybeParseMic...
2015-05-20 Reid Kleckner[lld] Use lit's shell to run tests on Windows by default
2015-05-20 Alex LorenzAsmParser: Require a terminating null character when...
2015-05-20 Reid KlecknerCopy lit shell changes from clang to clang-tools-extra...
2015-05-20 Chaoren LinDefault dst value for platform put-file.
2015-05-20 David Blaikie[opaque pointer type] LoadInst: assert that the explici...
2015-05-20 Duncan P. N... MC: Remove most remaining uses of MCSymbolData::getSymb...
2015-05-20 Benjamin Kramer[X86] Remove unused node after morphing it from shr...
2015-05-20 Pete CooperAdd bool to DebugLocDwarfExpression to control emitting...
2015-05-20 Duncan P. N... MC: Stop using MCSymbolData::getSymbol() in WinCOFF...
2015-05-20 Jim InghamSince the asan report function doesn't gather bp or sp,
2015-05-20 Pete CooperUse a SmallString buffer instead of a std::string for...
2015-05-20 Matthias BraunDAGCombiner: Continue combining if FoldConstantArithmet...
2015-05-20 James MolloyReapply r237539 with a fix for the Chromium build.
2015-05-20 Matthias BraunARM: Fix comment and make it slightly more readable
2015-05-20 Reid KlecknerRevert some of "Silence some CMake 3.3 dev warnings...
2015-05-20 Ahmed Bougacha[CodeGen] Check x86_64-arguments.c tests on AVX as...
2015-05-20 Zachary TurnerImplement attach to process on Windows.
2015-05-20 Duncan P. N... MC: Use MCSymbol in LocalCommon, NFC
2015-05-20 Richard Smith[modules] Support merging a parsed default argument...
2015-05-20 Richard Smith[modules] Support merging a parsed default function...
2015-05-20 Marshall ClowStart a to-do list for libc++
2015-05-20 Pawel BylicaFix icmp lowering
2015-05-20 Pete CooperUse Intrinsic::ID instead of unsigned. NFC.
2015-05-20 Pete CooperChange Function::getIntrinsicID() to return an Intrinsi...
2015-05-20 Alexey SamsonovTemporary delete the test while we're investigating...
2015-05-20 Reid KlecknerSilence some CMake 3.3 dev warnings in compiler-rt
2015-05-20 Duncan P. N... MC: Add MCSymbolData back to MCAssembler dump
2015-05-20 Justin BognerInstrProf: Change this triple back to %itanium_abi_triple
2015-05-20 Justin BognerInstrProf: Remove darwin-specific section names from...
2015-05-20 Justin BognerInstrProf: Increment the profile counter for all types...
2015-05-20 Duncan P. N... MC: Update MCAssembler to use MCSymbol, NFC
2015-05-20 Justin BognerCodeGen: Remove some trailing whitespace. NFC
2015-05-20 Benjamin Kramer[YAML] Make Node's destructor non-virtual.
2015-05-20 Tobias GrosserAdd diagnostic for unsigned integer comparisions
2015-05-20 Duncan P. N... MC: Use MCSymbol in MachObjectWriter, NFC
2015-05-20 Duncan P. N... MC: Use MCSymbol in MCObjectWriter::isWeak(), NFC
next