platform/upstream/llvm.git
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
2015-05-28 Pavel LabathCleanup the forked child in TestChangeProcessGroup
2015-05-28 Ed MasteAdd thumb breakpoint for FreeBSD (currently disabled)
2015-05-28 Aaron BallmanSilencing two signed/unsigned mismatch warnings; NFC.
2015-05-28 Benjamin Kramer[AsmPrinter] Destroy allocated DIEAbbrevs on teardown.
2015-05-28 Pavel LabathDon't check breakpoint location count in TestChangeProc...
2015-05-28 Renato Golin[ARMTargetParser] Removing string parsing from getCPUDe...
2015-05-28 Renato Golin[ARMTargetParser] Adding a few more CPUs for Clang...
2015-05-28 Benjamin Kramer[MC] Replace custom string join function with the one...
2015-05-28 Diego NovilloFix PPC failure. Adjust CHECK pattern.
2015-05-28 Benjamin KramerDon't call utostr in Twine/raw_ostream contexts.
2015-05-28 Tamas BerghammerFix breakpoint setting in gdb remote test cases on arm
2015-05-28 Tamas BerghammerFix write register context in EmulateInstructionARM...
2015-05-28 Yury Gribov[ASan] XFAIL VLA tests on ARM and PowerPC. Patch by...
2015-05-28 Pavel LabathMove prctl call in TestChangeProcessGroup to the child
2015-05-28 Yury Gribov[ASan] Add new interceptors to asan_win_dll_thunk.cc...
2015-05-28 Yury Gribov[sanitizer] More string interceptors: strstr, strcasest...
2015-05-28 Pavel Labath[NativeProcessLinux] Support inferiors which change...
2015-05-28 Renato GolinFix comments in ARMTargetParser. NFC.
2015-05-28 Yury Gribov[ASan] Fix previous commit. Patch by Max Ostapenko!
2015-05-28 Yury Gribov[ASan] New approach to dynamic allocas unpoisoning...
2015-05-28 Yury Gribov[ASan] New approach to dynamic allocas unpoisoning...
2015-05-28 Daniel Jasperclang-format: Lower binding strengths created by the...
2015-05-28 Craig Topper[TableGen] Use DefInit::getAsString instead of getDef...
2015-05-28 Craig Topper[TableGen] Don't convert types to strings to query...
2015-05-28 David Majnemer[Reassociate] Canonicalizing 'x [+-] (-Constant * y...
2015-05-28 Jingyue Wu[NaryReassociate] Run EarlyCSE after NaryReassociate
2015-05-28 Jason MolendaAdd quick bit of doc about SBFrame::GetCFA().
2015-05-28 David Majnemer[Basic] Define __declspec for cygwin
2015-05-28 Greg ClaytonAdded a new API to SBFrame:
2015-05-28 Greg ClaytonI finally found the strong reference that was keeping...
2015-05-28 Chandler Carruth[x86] Refactor the tests for popcnt.
2015-05-28 Chandler Carruth[omp] Actually provide a default OpenMP runtime --...
2015-05-28 Chandler Carruth[omp] Re-work Clang's handling of -fopenmp and undo...
2015-05-28 Chandler Carruth[omp] Add a configuration variable for the default...
2015-05-28 Ekaterina RomanovaAdded doxygen comments for the intrinsics.
2015-05-28 Siva Chandra[TestDataFormatterUnordered] Use patterns to match...
2015-05-28 Michael J.... Fix unused variable warnings.
2015-05-28 Michael J.... Add PHDR and FILL parsing.
next