platform/upstream/llvm.git
2016-02-29 Rafael Espindolalto: don't fetch members for weak undef.
2016-02-29 Pavel LabathRevert a part of "Add/Improve complex, vector, aggregat...
2016-02-29 Rafael EspindolaIRObject: Mark extern_weak as weak.
2016-02-29 Rafael EspindolaRemove bogus assert.
2016-02-29 Omair JavaidAdd/Improve complex, vector, aggregate types handling...
2016-02-29 Daniel Jasperclang-format: Don't format unrelated nested blocks.
2016-02-29 Benjamin Kramer[InstSimplify] Restore fsub 0.0, (fsub 0.0, X) ==>...
2016-02-29 Pavel LabathFix compiler warnings in the java code
2016-02-29 Daniel Sanders[mips] Make symbols an acceptable branch target when...
2016-02-29 Benjamin Kramer[InstSimplify] fsub 0.0, (fsub -0.0, X) ==> X is only...
2016-02-29 Daniel Sanders[test-release.sh] Add lldb to list of projects (disable...
2016-02-29 Maxim Ostapenko[asan] Fix UB in test/asan/TestCases/Linux/recvfrom...
2016-02-29 Mohit K. BhakkadUpdate the link of issue
2016-02-29 Argyrios Kyrtzidis[index] Print and test module import references.
2016-02-29 Argyrios Kyrtzidis[index] Add a caller relation for a call reference.
2016-02-29 Argyrios Kyrtzidis[AST/RecursiveASTVisitor] Correction so that dataTraver...
2016-02-29 Argyrios Kyrtzidis[index] Use ',' to separate symbol roles when printing.
2016-02-29 Maxim Ostapenko[asan] Re-enable test/asan/TestCases/Linux/recvfrom...
2016-02-29 Tobias GrosserScopInfo: Remove indentation in hoistInvariantLoads
2016-02-29 Tobias GrosserRevert "Add update_test.py script."
2016-02-29 Craig Topper[X86] Disabling avx512f should also disable avx512vbmi...
2016-02-29 Craig Topper[X86] Enabling xsave should not enable AVX. I seem...
2016-02-29 Alexey Bataev[OPENMP 4.5] Initial support for data members in 'reduc...
2016-02-29 David Majnemer[clang-cl] /EHc should not effect functions with explic...
2016-02-29 David Majnemer[clang-cl] /EHc should not have an effect on /EHa
2016-02-28 Chandler Carruth[PM] Wire up optimization levels and default pipeline...
2016-02-28 Rui UeyamaRemove dead code for ELF.
2016-02-28 Rui UeyamaRemove dead code for ELF.
2016-02-28 Rui UeyamaRemove remaining code for COFF.
2016-02-28 Rui UeyamaRemove DriverTest.h.
2016-02-28 Rui UeyamaMake the entry point function calls consistent. NFC.
2016-02-28 Rui UeyamaMove functionality of UniversalDriver to the entry...
2016-02-28 Vassil Vassilev[modules] Prefer more complete array types.
2016-02-28 NAKAMURA Takumi[PM] Appease mingw32's auto-import DLL build with minim...
2016-02-28 Vasileios Kalintiris[mips] Remove unused function declarations from MipsReg...
2016-02-28 NAKAMURA TakumiRevert r262185, "[PM] Appease mingw32's auto-import...
2016-02-28 NAKAMURA Takumi[PM] Appease mingw32's auto-import DLL build with minim...
2016-02-28 Rafael EspindolaDelete more COFF and ELF bits from the old linker.
2016-02-28 Rafael EspindolaDelete dead arch types.
2016-02-28 Rafael EspindolaDelete a bit more ELF and COFF from the old linker.
2016-02-28 Rafael EspindolaDelete more ELF bits from the old linker.
2016-02-28 JF BastienWebAssembly: fix test
2016-02-28 JF BastienWebAssembly: fix build
2016-02-28 Logan ChienAdd ARM EHABI-related constants to unwind.h.
2016-02-28 Michael Zuckerman[CLANG] [AVX512] [BUILTIN] Adding PSLL{V|W|Wi}{128...
2016-02-28 Michael Zuckerman[AVX512][PSLLW ][PSLLV] Change imm8 to int
2016-02-28 Rui UeyamaELF: Remove OutSection class and use a map instead.
2016-02-28 Rui UeyamaSimplify. NFC.
2016-02-28 Rui UeyamaRemove dead header file.
2016-02-28 Rui UeyamaRemove obsolte TODOs. They are for the old gnu driver.
2016-02-28 Rui UeyamaRemove lld/Core/range.h.
2016-02-28 Rui UeyamaRemove an empty TODO file.
2016-02-28 Rui UeyamaRemove unused #include.
2016-02-28 Rui UeyamaELF: Add --help option.
2016-02-28 Rui UeyamaELF: Add --version option.
2016-02-28 Rui UeyamaRemove dead code. This error type is for the old linker...
2016-02-28 Rui UeyamaRemove dead header files.
2016-02-28 Rafael EspindolaRemove a few bits of elf from the old linker.
2016-02-28 Rafael EspindolaDelete the old script parser.
2016-02-28 Xinliang David LiTest cleanups
2016-02-28 Xinliang David Li[PGO] add a test for available_externally functions
2016-02-28 Rui UeyamaRemove dead code.
2016-02-28 Rafael EspindolaRename elf2 to elf.
2016-02-28 Rafael EspindolaRemove the old ELF linker.
2016-02-27 Xinliang David Li[PGO] Remove redundant counter copies for avail_extern...
2016-02-27 Todd FialaRevert "Fix bug with register values byte order in...
2016-02-27 Rui UeyamaELF: Remove relSize function from ICF.cpp. NFC.
2016-02-27 Duncan P. N... CodeGen: Remove an iterator => pointer conversion, NFC
2016-02-27 Matt ArsenaultAMDGPU: More bits of frame index are known to be zero
2016-02-27 Duncan P. N... CodeGen: Use MachineInstr& in InlineSpiller::rematerial...
2016-02-27 Duncan P. N... CodeGen: Update LiveIntervalAnalysis API to use Machine...
2016-02-27 Duncan P. N... CodeGen: Change MachineInstr to use MachineInstr&, NFC
2016-02-27 Matt ArsenaultDAGCombiner: Don't unnecessarily swap operands in Reass...
2016-02-27 Filipe Cabecinhas[UBSan] Fix isDerivedFromAtOffset on iOS ARM64
2016-02-27 Duncan P. N... CodeGen: Use MachineInstr& in HashMachineInstr, NFC
2016-02-27 Duncan P. N... CodeGen: Use MachineInstr& in AntiDepBreaker API, NFC
2016-02-27 Duncan P. N... CodeGen: Assert valid MI in AntiDepBreaker::UpdateDbgValue
2016-02-27 Duncan P. N... AArch64: Use MachineInstr& in guaranteesZeroRegInBlock...
2016-02-27 Duncan P. N... CodeGen: Update DFAPacketizer API to take MachineInstr...
2016-02-27 Duncan P. N... WIP: CodeGen: Use MachineInstr& in MachineInstrBundle...
2016-02-27 JF BastienWebAssembly: fix build
2016-02-27 Renato GolinRevert "[sancov] do not instrument nodes that are full...
2016-02-27 Alexander KornienkoWorkaround doxygen bug https://bugzilla.gnome.org/show_...
2016-02-27 Simon PilgrimTidyup for loops - don't repeat upper limit evaluation...
2016-02-27 Aaron BallmanCorrecting indentation for an RST code block.
2016-02-27 Chris DewhurstAddition of tests to previous check-in. Tests for copro...
2016-02-27 Simon Pilgrim[X86][AVX] vpermilvar.pd mask element indices only...
2016-02-27 Chris DewhurstThe patch adds missing registers and instructions to...
2016-02-27 Simon Pilgrim[X86][AVX] Added AVX1 target shuffle combine tests
2016-02-27 Simon PilgrimStrip trailing whitespace. NFCI.
2016-02-27 Chandler Carruth[PM] Loosen the regex for the proxy template name even...
2016-02-27 Chandler Carruth[PM] Use a boring regex instead of explicitly naming...
2016-02-27 Chandler Carruth[PM] Provide explicit instantiation declarations and...
2016-02-27 Chandler Carruth[PM] Provide two templates for the two directionalities...
2016-02-27 Matt ArsenaultAMDGPU: Add builtins for recently added intrinsics
2016-02-27 Matt ArsenaultDAGCombiner: Relax sqrt NaN folding check
2016-02-27 Matt ArsenaultAMDGPU: Fix broken/confusing predefined macro
2016-02-27 Matt ArsenaultAMDGPU: Fix inconsistent register name for flat_scratch
2016-02-27 Matt ArsenaultAdd __builtin_canonicalize
2016-02-27 Matt ArsenaultAMDGPU: Split vi-insts subtarget feature
next