platform/upstream/llvm.git
2015-06-04 Rafael EspindolaMove test that depends on x86 to the x86 directory.
2015-06-04 Rafael EspindolaNo need to check the raw relocation bytes if checking...
2015-06-04 Rafael Espindolallvm-readobj can parse relocations, no need to check...
2015-06-04 Benjamin KramerReplace custom fixed endian to raw_ostream emission...
2015-06-04 Rafael EspindolaDisassemble the start of sections even if there is...
2015-06-04 Douglas KatzmanRemove extraneous qualifiers due to "using namespace...
2015-06-04 James MolloyDon't create a MIN/MAX node if the underlying compare...
2015-06-04 Daniel SandersReplace string GNU Triples with llvm::Triple in MCAsmIn...
2015-06-04 Daniel SandersInclude BPF target in CMake builds.
2015-06-04 Diego NovilloTidy code in InstrProfiling.cpp. NFC.
2015-06-04 Tobias GrosserStore comparison objects as objects, not pointers
2015-06-04 Peter Zotov[C API] Add LLVMStructGetTypeAtIndex.
2015-06-04 Brad SmithUse the appropriate PIE level for OpenBSD/sparc.
2015-06-04 Yury Gribov[ASan] Fix Darwin and Windows builds.
2015-06-04 Elena DemikhovskyAVX-512: I brought back vector-shuffle-512-v8.ll test.
2015-06-04 Tobias GrosserMark sdivs as 'exact' instead of lowering them ourselves
2015-06-04 Tobias GrosserEnsure memory access mappings are defined for full...
2015-06-04 Craig Topper[TableGen] Replace a couple if/else chains with a switc...
2015-06-04 Craig Topper[TableGen] Use range-based for loops. NFC
2015-06-04 Craig Topper[TableGen] Merge single prefix bit in RecordVal into...
2015-06-04 Yury Gribov[ASan] Make binary name reader cross-platform.
2015-06-04 Igor BregerTest commit
2015-06-04 Yury Gribov[ASan] Move ASan runtime library self-checks to a more...
2015-06-04 David MajnemerMake the test introduced in r239015 more targeted.
2015-06-04 Elena DemikhovskyAVX-512: added all SKX forms of VPERMW/D/Q instructions.
2015-06-04 David Majnemer[ConstantFold] Don't skip the first gep index when...
2015-06-04 Elena DemikhovskyRemoved {}, NFC.
2015-06-04 Jason MolendaMake the function that parses the json packets in debug...
2015-06-04 Rafael EspindolaBring back r239006 with a fix.
2015-06-04 Rafael EspindolaAdd testcase that would crash before the previous revert.
2015-06-04 Rafael EspindolaRevert "Pack the MCSymbolELF bit fields into MCSymbol...
2015-06-04 James Y KnightFix fragile source-col-map.c test-case.
2015-06-04 Chandler CarruthUpdate Polly for the AA/MemoryLocation refactoring.
2015-06-04 Andrew Wilkins[lldb] Enable building with Cmake/BUILD_SHARED_LIBS
2015-06-04 Rafael EspindolaPack the MCSymbolELF bit fields into MCSymbol's Flags.
2015-06-04 Rui UeyamaCOFF: /include'd symbols must be preserved.
2015-06-04 Marshall ClowWhile applying N4258, I forgot about LWG#2455, which...
2015-06-04 Chandler Carruth[PM/AA] Start refactoring AliasAnalysis to remove the...
2015-06-04 Ahmed Bougacha[CodeGen][NEON] Emit constants for "immediate" intrinsi...
2015-06-04 Sanjay Patelmake reciprocal estimate code generation more flexible...
2015-06-04 Filipe Cabecinhas[sanitizer_common] Added VS-style output for source...
2015-06-04 Tom StellardR600: Re-enable sub-reg liveness
2015-06-04 John ThompsonFixed option description. '=' is required.
2015-06-04 John ThompsonFixed option comment. '=' is required.
2015-06-04 Rafael EspindolaRemove MCELFSymbolFlags.h. It is now internal to MCSymb...
2015-06-04 Evgeniy Stepanov[asan] Fix undefined MAP_NORESERVE on FreeBSD.
2015-06-04 Justin BognerDriver: Don't crash when generating crash reports for...
2015-06-04 Devin Coughlin[analyzer]Test commit fixing 80-column violation in...
2015-06-04 Douglas KatzmanSave getArch() in a local var instead of calling it...
2015-06-04 Filipe Cabecinhas[Sanitizers] Add *SAN_OPTIONS to possibly_dangerous_env...
2015-06-04 Marshall ClowMore N4258 changes. This time vector's constructors
2015-06-03 Adhemerval... [ELF/AArch64] Fix build issue on MSVC
2015-06-03 Alexey SamsonovImprove test added in r238481.
2015-06-03 Enrico GranataI make no claims that Mach ports work, but at least...
2015-06-03 Alexey Samsonov[Object, MachO] Introduce MachOObjectFile::load_command...
2015-06-03 Rafael EspindolaRemember if a weakref of a symbol has been used.
2015-06-03 Adhemerval... [ELF/AArch64] Fix TLS initial executable relocation
2015-06-03 Rafael EspindolaStore whether a symbol is a comdat signature in MCSymbo...
2015-06-03 Rafael EspindolaRecord in a MCSymbolELF if it has been used in a reloca...
2015-06-03 Rafael EspindolaSimplify the logic in ELFObjectWriter::isInSymtab....
2015-06-03 Ed MasteSkip test failing on FreeBSD buildbot due to pexepect...
2015-06-03 Ed MasteXFAIL TestPlatformCommand test failing on the FreeBSD...
2015-06-03 Rafael EspindolaConvert BindingExplicitlySet into a MCSymbolELF field.
2015-06-03 Enrico GranataFix a bug where trying to Dump() a ValueObject would...
2015-06-03 Adhemerval... [ELF/AArch64] Fix correct TCB aligment calculation
2015-06-03 Frederic RissReapply r238941 - [dsymutil] Accept a YAML debug map...
2015-06-03 Matt ArsenaultR600/SI: Fix tests with triples in them
2015-06-03 Marshall ClowMore of N4258 implementation. Mark all of our test_allo...
2015-06-03 Douglas KatzmanChange big 'if' statement into a switch. NFC
2015-06-03 Jonathan PeytonSuppress uninitialized-variable-is-used warning in...
2015-06-03 Sanjay Pateladd missing dependency on Target lib for tools
2015-06-03 Rafael EspindolaRemove getOrCreateSymbolData. There is no MCSymbolData...
2015-06-03 Tim NorthoverRuntimeDyld: override EH frame registration with trivia...
2015-06-03 Jonathan PeytonRemove conditional parameters from KA_TRACE macro.
2015-06-03 Colin LeMahieu[Hexagon] Test doesn't work on all platforms. At any...
2015-06-03 Colin LeMahieu[Hexagon] Reapply 238773 after fix to LLVM.
2015-06-03 Colin LeMahieu[Hexagon] Reapply 238772 OSABI was not correctly set...
2015-06-03 Jonathan PeytonReorder C++ initialization lists to appease compiler.
2015-06-03 Saleem Abdulrasoolfallback_malloc: silence conversion warning (NFC)
2015-06-03 Saleem Abdulrasoolfallback_malloc: silence qual-cast warning (NFC)
2015-06-03 Frederic RissRevert "[dsymutil] Accept a YAML debug map as input...
2015-06-03 Daniel Jasperclang-format: [JS] Let fat arrows have 'Equality' prece...
2015-06-03 Frederic Riss[dsymutil] Accept a YAML debug map as input instead...
2015-06-03 Frederic Riss[dsymutil] Replace -parse-only option with -dump-debug-map
2015-06-03 Frederic Riss[dsymutil] Reflow option declarations to be more readable.
2015-06-03 Douglas KatzmanFix misleading comment. NFC
2015-06-03 Rui UeyamaFix typo.
2015-06-03 Rui UeyamaCOFF: Change OutputSections' type from vector<unique_pt...
2015-06-03 Matthias BraunARM: Thumb2 LDRD/STRD supports independent input/output...
2015-06-03 Jonathan PeytonRemove unused variable anonym from kmp_atomic.c
2015-06-03 Diego NovilloFix typo in comment. NFC.
2015-06-03 Igor Laevsky[Statepoints] Mark statepoint intrinsic with Throws...
2015-06-03 Marshall ClowAdd 'is_always_equal' tests for scoped_allocator. Found...
2015-06-03 Tobias Grosser[doc] Rename -polly-detect-only= to -polly-only-func=
2015-06-03 Tobias GrosserLower signed-divisions without rounding to ashr instruc...
2015-06-03 Russell Gallop[utils] Improvements to check_cfc.py to work better...
2015-06-03 Tobias GrosserOnly convert power-of-two floor-division with non-negat...
2015-06-03 Russell Gallop[utils] Add exact check to check_cfc.py dash_s_no_change.
2015-06-03 Daniel Sanders[arm] Fix r238921. We must handle Constraint_i too.
2015-06-03 Asaf Badouhminor test fix
next