platform/upstream/llvm.git
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.
2015-05-31 NAKAMURA TakumiARMConstantIslandPass.cpp: Prune an empty \brief. ...
2015-05-31 Rui UeyamaCOFF: Add /alternatename option.
2015-05-31 Colin LeMahieu[Hexagon] Including raw_ostream for debug builds.
2015-05-31 Colin LeMahieu[Hexagon] classes are actually structs.
2015-05-31 Rafael EspindolaUse a range loop. NFC.
2015-05-31 Colin LeMahieu[Hexagon] Adding MC packet shuffler.
2015-05-31 Rui UeyamaCOFF: Detect file type by file magic.
2015-05-31 Rui UeyamaCOFF: Make the Driver own all MemoryBuffers. NFC.
2015-05-31 Simon Atanasyan[Mips] Add a couple of MipsAbiInfoHandler functions...
2015-05-31 Simon Atanasyan[Mips] Do not put the .reginfo section into the separat...
2015-05-31 Simon Atanasyan[Mips] Sort segments so PT_MIPS_ABIFLAGS goes right...
2015-05-31 Simon Atanasyan[Mips] Reading, merging and writing .MIPS.abiflags...
2015-05-31 Simon Atanasyan[Mips] Delete MipsReginfo structure. Use the Elf_Mips_R...
2015-05-31 Simon Atanasyan[Mips] Collect all ABI related info in the single MipsA...
2015-05-31 Rui UeyamaCOFF: /libpath should not take precedence over the...
2015-05-31 Rui UeyamaCOFF: Add /libpath option.
2015-05-31 Rui UeyamaCOFF: Add /include option.
2015-05-31 Tim NorthoverARM: recommit r237590: allow jump tables to be placed...
2015-05-31 Rui UeyamaCOFF: Add /nodefaultlib option.
2015-05-31 Rui UeyamaCOFF: Refactor functions to find files from search...
2015-05-31 Rui UeyamaCOFF: Create LinkerDriver class.
2015-05-31 Benjamin Kramer[MC] Simplify code. No functionality change intended.
2015-05-31 Rui UeyamaCOFF: Use range-based for loop.
2015-05-31 Marshall ClowRemove debugging code
2015-05-31 Benjamin Kramer[Format] Move UnwrappedLines instead of copying.
2015-05-31 Daniel Jasperclang-format: NFC. Cleanup after r237895.
2015-05-31 Daniel Jasperclang-format: [JS] Fix line breaks in computed property...
2015-05-31 Rui UeyamaCOFF: Remove redundant options from tests.
2015-05-31 Rui UeyamaFix unsafe memory access.
2015-05-31 Rui UeyamaCOFF: Implement subsystem inference.
2015-05-31 Rui UeyamaCOFF: Infer entry symbol name if /entry is not given.
2015-05-31 Marshall ClowDon't try to memcpy zero bytes; sometimes the source...
2015-05-30 Davide ItalianoClarify how the binary file checked in was generated.
2015-05-30 Colin LeMahieu[Hexagon] Adding override specifier and removing errone...
2015-05-30 Keno FischerAdd RelocVisitor support for MachO
2015-05-30 Rui UeyamaUse initializer instead of memset to zero out.
2015-05-30 Rui UeyamaCOFF: Support long section name.
2015-05-30 Colin LeMahieu[Hexagon] Adding basic relaxation functionality.
2015-05-30 Colin LeMahieu[MC] Allow backends to decide relaxation for unresolved...
2015-05-30 Kostya Serebryany[lib/Fuzzer] make assertions more informative and updat...
2015-05-30 Nuno Lopesubsan: Check for null pointers given to certain builtin...
2015-05-30 Logan ChienCode cleanup: Reindent statements.
2015-05-30 Benjamin Kramer[MC] Reorder MCSymbol members to reduce padding.
2015-05-30 Simon PilgrimStripped trailing whitespace. NFC.
2015-05-30 Renato GolinComment change. NFC
2015-05-30 Chandler Carruth[x86] Unify the horizontal adding used for popcount...
2015-05-30 Renato Golin[ARMTargetParser] Move IAS arch ext parser. NFC
next