platform/upstream/llvm.git
2015-06-01 Jim GrosbachMC: Tidy up LOH naming a bit. NFC.
2015-06-01 Jim GrosbachMC: Tidy up formatting a bit. NFC.
2015-06-01 David Majnemer[Support] Simplify Triple::getOSVersion
2015-06-01 David Majnemer[Basic] Transition getEnvironmentVersion from getOSVers...
2015-06-01 David Majnemer[ADT] Add Triple::getEnvironmentVersion
2015-06-01 Matthias BraunARM: Thumb2 LDRD/STRD supports independent input/output...
2015-06-01 Greg ClaytonFix a race condition where 2 threads might try to call...
2015-06-01 Matthias BraunAArch64: Use CMP;CCMP sequences for and/or/setcc trees.
2015-06-01 Alexei Starovoitov[bpf] fix build
2015-06-01 Owen AndersonMove the name pointer out of Value into a map that...
2015-06-01 Frederic Riss[dsymutil] Remove extraneous std::move of local in...
2015-06-01 Matt ArsenaultR600/SI: Don't hardcode pointer type
2015-06-01 Sanjay Pateladd missing dependency for ExecutionEngine lib
2015-06-01 Adrian McCarthyFix TestJoinAfterBreak test on Windows
2015-06-01 Rui UeyamaUse reinterpret_cast instead of const_cast and C-style...
2015-06-01 Matthias BraunLiveRangeEdit: Fix liveranges not shrinking on subrange...
2015-06-01 Matthias BraunARMLoadStoreOptimizer: Fix doxygen comments; NFC
2015-06-01 Frederic Riss[dsymutil] Remove unnecessary ';'
2015-06-01 Rui UeyamaCOFF: Remove BitcodeFile::BitcodeFile(StringRef Filename).
2015-06-01 Frederic Riss[dsymutil] Use YAMLIO to dump debug map.
2015-06-01 Rui UeyamaCOFF: Support import-by-ordinal DLL imports.
2015-06-01 Rui UeyamaCOFF: Use Chunk instead of its derived classes.
2015-06-01 Peter CollingbourneCOFF: Initial implementation of link-time optimization.
2015-06-01 Peter CollingbourneMake the C++ LTO API easier to use from C++ clients.
2015-06-01 Rafael EspindolaUpdate for clang API change.
2015-06-01 Rafael EspindolaReplace a few std::string& with StringRef. NFC.
2015-06-01 Rafael EspindolaRevert "[Hexagon] Test passes for hexagon target now...
2015-06-01 Rafael EspindolaRevert "[Hexagon] Adding basic ELF relocation generatio...
2015-06-01 Chaoren LinDump error if dotest itself fails and no tests were...
2015-06-01 Oleksiy VyalovDon't close handle returned by _get_osfhandle.
2015-06-01 Colin RileyAdditional RenderScript debug features.
2015-06-01 Chaoren LinFix TestPaths.
2015-06-01 Arnold Schwaighoferlit: Allow configurations to restrict the set of tests...
2015-06-01 Chaoren LinUpdated dosep.py to output progress and dump std{out...
2015-06-01 Greg ClaytonFix types.py to actually be able to run check_padding_c...
2015-06-01 Owen AndersonDisable MachineSink on convergent operations, similar...
2015-06-01 Owen AndersonTeach the IR Sink pass to (conservatively) respect...
2015-06-01 Hafiz Abid... Initialize 3 variables which were being used un-initial...
2015-06-01 Vasileios Kalintiris[mips][FastISel] Implement bswap.
2015-06-01 Vasileios Kalintiris[mips][FastISel] Implement intrinsics memset, memcopy...
2015-06-01 Jonathan RoelofsFix PR21945: Crash in constant evaluator.
2015-06-01 Vasileios Kalintiris[mips][FastISel] Implement srem/urem and sdiv/udiv...
2015-06-01 Vasileios Kalintiris[mips][FastISel] Implement the select statement for...
2015-06-01 Vasileios Kalintiris[mips][FastISel] Clobber HI0/LO0 registers in MUL instr...
2015-06-01 Colin LeMahieu[Hexagon] Test passes for hexagon target now that the...
2015-06-01 Hans WennborgDrop remaining Dragonegg support in release scripts
2015-06-01 Ed MasteRefactor many file functions to use FileSpec over strings.
2015-06-01 Rafael EspindolaFix relocation selection for foo-. on mips.
2015-06-01 Rafael EspindolaSimplify code, NFC.
2015-06-01 Artur PilipenkoAdd isConstant argument to MDBuilder::createTBAAStructT...
2015-06-01 Colin LeMahieu[Hexagon] Adding basic ELF relocation generation and...
2015-06-01 Rafael EspindolaThe fragment implies the section, don't store both.
2015-06-01 Asaf BadouhFirst commit test.
2015-06-01 Greg Bedwell[CMake] Revert commits r238740/r238741 for embedding...
2015-06-01 Elena DemikhovskyAVX-512: Optimized vector shuffle for v16f32 and v16i32...
2015-06-01 Luke CheesemanRemoving commited assembly file.
2015-06-01 Greg Bedwellremove the use of the LOCATION CMake variable from...
2015-06-01 Greg BedwellIn MSVC builds embed a VERSIONINFO resource in our...
2015-06-01 Luke CheesemanRe-commit of r238201 with fix for building with shared...
2015-06-01 Elena DemikhovskyAVX-512: Implemented VRANGEPD and VRANGEPD instructions...
2015-06-01 Tamas BerghammerFix address adjusment in stack frame inline block lookup
2015-06-01 Daniel Jasperclang-format: [JS] Making arrow function wrapping more...
2015-06-01 Elena DemikhovskyAVX-512: Implemented vector shuffle lowering for v8i64...
2015-06-01 Denis ProtivenskyCOFF: Fix warnings found by gcc
2015-06-01 Denis ProtivenskyCOFF: Better noexcept specification with LLVM_NOEXCEPT
2015-06-01 Denis ProtivenskyCOFF: Add noexcept to std::error_category::name
2015-06-01 David Majnemer[MS ABI] Be a little more defensive wrt vector types
2015-06-01 David Majnemer[WinCOFF] Ignore .safeseh for non-x86 architectures
2015-06-01 Elena DemikhovskyAVX-512: added all forms of VPSHUFD and VPSHUFHW, VPSHUFLW
2015-06-01 Elena DemikhovskyAVX-512: Implemented VFIXUPIMMPD and VFIXUPIMMPS instru...
2015-06-01 Craig Topper[TableGen] Move a couple virtual methods out of line...
2015-06-01 Craig Topper[TableGen] Remove unnecessary explicit initialization...
2015-06-01 Craig Topper[TableGen] Remove unnecessary forward declarations...
2015-06-01 Elena DemikhovskyAVX-512: Fixed a bug in compress and expand intrinsics.
2015-06-01 Matt ArsenaultAdd address space argument to isLegalAddressingMode
2015-06-01 Chaoren LinRemove "%zu" format specifier for MSVC.
2015-06-01 Jonathan PeytonApply name change to testsuite file.
2015-06-01 Jonathan PeytonApply name change to Makefile build system.
2015-06-01 Rui UeyamaCOFF: Fix the import table Hint/Name field.
2015-06-01 Rui UeyamaFix comments.
2015-06-01 Rui UeyamaCOFF: Fix /include. Included symbols are GC-roots.
2015-06-01 David Blaikie[opaque pointer type] Explicitly store the pointee...
2015-06-01 Jonathan PeytonApply name change to CMake build system.
2015-06-01 Rui UeyamaCOFF: Define an error category for the linker.
2015-06-01 Jonathan PeytonApply name change to tools/* files.
2015-06-01 Jonathan PeytonApply name change to src/* files.
2015-06-01 Jonathan PeytonApply name change to doxygen files.
2015-06-01 Jonathan PeytonAdding libomp.rc.var for name change
2015-06-01 Rafael EspindolaTry to fix the build of IntelJITEventListener.
2015-06-01 Rafael EspindolaRename HasData to IsRegistered.
2015-06-01 Rafael EspindolaRemove trivial forwarding function.
2015-06-01 Rafael EspindolaStore a bit in MCSection saying if it was registered...
2015-06-01 Rafael EspindolaUse a bitfield. NFC.
2015-06-01 Rafael EspindolaUse a 32 bit field for the symbol index.
2015-06-01 Rafael EspindolaSimplify another function that doesn't fail.
2015-06-01 David Majnemer[PHITransAddr] Don't translate unreachable values
2015-06-01 David Majnemer[PHITransAddr] Use std::find instead of std::count
2015-05-31 Rafael EspindolaSimplify interface of function that doesn't fail.
2015-05-31 Keno Fischer[DWARF] Fix a bug in line info handling
2015-05-31 Rafael EspindolaFor COFF and MachO, compute the gap between to symbols.
next