platform/upstream/llvm.git
2015-05-28 Ying ChenAdd "Failing Tests .." line to dosep logs
2015-05-28 Richard SmithRemove dead code.
2015-05-28 Matthias BraunMachineFrameInfo: Simplify pristine register calculation.
2015-05-28 Eric ChristopherFix typos in variable/grammar names.
2015-05-28 Chaoren LinRemove warning when testing for timeout command.
2015-05-28 Reid KlecknerRename Win64Exception.(cpp|h) to WinException.(cpp|h)
2015-05-28 Chandler Carruth[x86] Move the vector popcount tests into non-ISA files...
2015-05-28 Alex LorenzMIR Serialization: print and parse machine function...
2015-05-28 Quentin Colombet[MachineCopyPropagation] Fix a bug with undef handling...
2015-05-28 Justin BognerAST: Fix printing GNU old-style field designators
2015-05-28 Chris BienemanFixing broken bots after r238505.
2015-05-28 David MajnemerAdd testcase for r238503.
2015-05-28 Reid Kleckner[WinEH] Start inserting state number stores for C++ EH
2015-05-28 Rafael EspindolaDon't special case undefined symbol when deciding the...
2015-05-28 Sean CallananAdded a test that makes sure that structs returned
2015-05-28 Diego NovilloUpdate documentation for llvm-profdata.
2015-05-28 Chaoren LinSimplify regex in TestDataFormatterUnordered.py for...
2015-05-28 Chris BienemanFixing the polly build.
2015-05-28 Andy AyersRevise test to run llc and llvm-mc separately.
2015-05-28 Wei MiEnable exitValue rewrite only when the cost of expansio...
2015-05-28 Rafael EspindolaRemove a trivial forwarding function. NFC.
2015-05-28 Chris BienemanRe-landing "Refactoring cl::list_storage from "is a...
2015-05-28 Diego NovilloImprove user documentation on profiling.
2015-05-28 David Majnemer[SelectionDAG] Scalar shift amounts may require legaliz...
2015-05-28 Reid KlecknerRemove debug prints from r238487
2015-05-28 Chandler Carruth[omp] Loosen the driver test enough so that overriding...
2015-05-28 Chaoren LinResubmitting r238459 and r238460 with fix for Linux.
2015-05-28 Chandler Carruth[omp] Fix a typo in a comment and a line I forgot to...
2015-05-28 Ying ChenRevert "Move inlined cxa_demangle.cpp to a separate...
2015-05-28 Ying ChenRevert "Allow both MSVC and Itanium mangling schemes."
2015-05-28 Ying ChenSkip ThreadStateTestCase.test_state_after_continue_with...
2015-05-28 Colin LeMahieu[llvm] Adding vdtor to fix warning.
2015-05-28 Greg ClaytonFix the Xcode build after the recent new demangling...
2015-05-28 Rafael EspindolaInline trivial method. NFC.
2015-05-28 Chris BienemanRevert "Refactoring cl::list_storage from "is a" to...
2015-05-28 Reid KlecknerDisable x86 tail call optimizations that jump through GOT
2015-05-28 Rui UeyamaCOFF: Return an error_code directly.
2015-05-28 Chris BienemanRefactoring cl::list_storage from "is a" to "has a...
2015-05-28 Evgeniy Stepanov[asan] Add new(unsigned int) to ASan interface list.
2015-05-28 Daniel SandersRevert r238427 - [mips] Make TTypeEncoding indirect...
2015-05-28 Rui UeyamaCOFF: Split Driver.cpp to Driver.cpp and DriverUtils...
2015-05-28 Alexey SamsonovObject, ELF: Use error code instead of calling report_f...
2015-05-28 Rafael EspindolaRemove structure field that can be computed just before...
2015-05-28 Rafael EspindolaAvoid warnings when building without asserts.
2015-05-28 Rui UeyamaRename InputFile::Name -> InputFile::Filename.
2015-05-28 Rafael EspindolaMove these vectors to the only function where they...
2015-05-28 Sean CallananIf we see an external function in the symbols, make
2015-05-28 Sean CallananDon't crash if we don't have a process and need
2015-05-28 Rui UeyamaFix non-debug build.
2015-05-28 Peter CollingbourneThumb2: Modify codegen for memcpy intrinsic to prefer...
2015-05-28 Reid Kleckner[WinEH] Remove debugging dump() call
2015-05-28 Rafael EspindolaMerge redundant loops. NFC.
2015-05-28 Zachary TurnerRemove unused #includes of ScriptInterpreterPython.h
2015-05-28 Zachary TurnerIncluding <thread> with MSVC is buggy, use a workaround...
2015-05-28 Duncan P. N... AsmPrinter: Stop exposing underlying DIE children list...
2015-05-28 Zachary TurnerRefactor test runner to print sub-test-case pass/fail...
2015-05-28 Benjamin Kramer[Format] Skip creating temporary std::strings when...
2015-05-28 Rafael EspindolaSimplify LastLocalSymbolIndex computation. NFC.
2015-05-28 Rui UeyamaCOFF: Teach Chunk to write to a mmap'ed output file.
2015-05-28 Rafael EspindolaUse range loops. NFC.
2015-05-28 Pete CooperAdd BranchProbabilityInfo::releaseMemory to clear the...
2015-05-28 Rafael EspindolaRemove temporary FileSymbolData. NFC.
2015-05-28 Chaoren LinAllow both MSVC and Itanium mangling schemes.
2015-05-28 Chaoren LinMove inlined cxa_demangle.cpp to a separate file.
2015-05-28 Rui UeyamaCOFF: Add a new PE/COFF port.
2015-05-28 Colin LeMahieu[Objdump] Allow instruction pretty printing to be speci...
2015-05-28 Duncan P. N... AsmPrinter: Rename begin_values() => values_begin(...
2015-05-28 David Majnemer[CodeGen] Update a test-case affected by folding IntToP...
2015-05-28 Ed MasteXTIMEOUT new TestChangeProcessGroup.py on FreeBSD
2015-05-28 Colin LeMahieu[llvm] Parameterizing the output stream for dumpbytes...
2015-05-28 David Majnemer[InstCombine] Fold IntToPtr and PtrToInt into preceding...
2015-05-28 Alexey SamsonovAdd llvm-dwarfdump-fuzzer that uses LibFuzzer to fuzz...
2015-05-28 Owen AndersonAdd support for the convergent flag at the MC and Machi...
2015-05-28 Chad RosierReuse Loc variable. NFC.
2015-05-28 Duncan P. N... AsmPrinter: Suppress warnings on GCC from r238362, NFC
2015-05-28 Rafael EspindolaUse range loops for accessing file names. NFC.
2015-05-28 Owen AndersonExpand the Flags field of MCInstrDesc to 64 bits, while...
2015-05-28 Rafael EspindolaMerge computeSymbolTable and writeSymbolTable.
2015-05-28 Hans WennborgGet the dll storage class right for structors of classe...
2015-05-28 Oleksiy VyalovRefactor AdbClient and make PlatformAndroid::GetFile...
2015-05-28 Ed MasteAdd explicit dependency on headers to swig wrapper...
2015-05-28 Chaoren LinMake FileSpec::Dump use FileSpec::GetPath(), not the...
2015-05-28 Kai Nacke[mips] Add new format for dmtc2/dmfc2 for Octeon CPUs.
2015-05-28 Ed MasteAdd a comment explaining the eCommandRequiresTarget...
2015-05-28 Ed MasteRevert r238425, it undoes the purpose of the test
2015-05-28 Ranjeet Singh[ARM] Be less specific about the error message expected.
2015-05-28 Renato Golin[ARMTargetParser] FIXME MachO arch names. NFC
2015-05-28 Ed MasteDebugInfo: .debug_line DWARF64 support
2015-05-28 Aidan DoddsFix THUMB function detection when function name is...
2015-05-28 Rafael EspindolaDon't create an unused _GLOBAL_OFFSET_TABLE_.
2015-05-28 Tamas BerghammerFix write register context in EmulateInstructionARM...
2015-05-28 Renato Golin[ARMTargetParser] FIXME on getLLVMArchSuffixForARM...
2015-05-28 Renato Golin[ARMTargetParser] Adding sub-arch information for Clang...
2015-05-28 Ed MasteUse /usr/bin/env to find python
2015-05-28 Daniel Sanders[mips] Make TTypeEncoding indirect to allow .eh_frame...
2015-05-28 Yury Gribov[ASan] Disable alloca tests on ARM targets due to flaki...
2015-05-28 Ed MasteFix TestCommandScript: return an error if target execut...
2015-05-28 Petar Jovanovic[Mips64] Add support for MCJIT for MIPS64r2 and MIPS64r6
2015-05-28 Pavel LabathFix race in IOHandlerProcessSTDIO
2015-05-28 Tobias GrosserUpdate isl to 93b8e43d
next