platform/upstream/llvm.git
2016-04-08 Enrico GranataAdd help for our regular expression commands when aliased
2016-04-08 Enrico GranataAppend a missing \n
2016-04-08 Colin LeMahieu[llvm-objdump] Printing hex instead of dec by default
2016-04-08 Wei MiAlways have clang pass -pie-level and -pic-level values...
2016-04-08 Lang Hames[Object] Report an error if .alt_entry is used with...
2016-04-08 Ulrich Weigand[SystemZ] Support conditional sibling calls via BRCL
2016-04-08 Eugene Zelenko[Release Notes] Sort checks alphabetically.
2016-04-08 Quentin Colombet[RegBankSelect] Use reverse post order traversal.
2016-04-08 Quentin Colombet[AArch64] Add a test case for the default mapping of...
2016-04-08 Quentin Colombet[RegisterBankInfo] Change the implementation for the...
2016-04-08 Michael KruseAdd testcase from PR27218. NFC.
2016-04-08 Luke DrummondRemove bad indentation introduced in 263859
2016-04-08 Saleem AbdulrasoolMove EABIVersion from CodeGenOptions to TargetOptions
2016-04-08 Saleem Abdulrasoolrevert SVN r265702, r265640
2016-04-08 David Majnemer[InstCombine] Fix miscompile in FoldSPFofSPF
2016-04-08 Quentin Colombet[RegBankSelect] Improve debug output.
2016-04-08 Mehdi AminiFix missing include on OpenBSD
2016-04-08 Quentin Colombet[MIR] Teach the parser how to deal with register banks.
2016-04-08 David Majnemer[InstCombine] Add a peephole for redundant assumes
2016-04-08 David Majnemer[LoopVectorize] Register cloned assumptions
2016-04-08 Luke DrummondRevert bad commit 265797.
2016-04-08 Quentin Colombet[MachineVerifier] Teach how to check some of the proper...
2016-04-08 Luke DrummondFix indentation for commit 263859.
2016-04-08 Quentin Colombet[MIR] Teach the mir printer how to print the register...
2016-04-08 Michael Kruse[ScopInfo] Fix check for element size mismatch.
2016-04-08 Rafael EspindolaDon't lower the visibility because of shared symbols.
2016-04-08 Sam Parker[ARM] Enable SMLAW[B|T] and SMLUW[B|T] instruction...
2016-04-08 Rafael EspindolaProduce STV_DEFAULT for symbols in shared libraries.
2016-04-08 Rafael EspindolaMake getSymbolBinding a local static. NFC.
2016-04-08 Hans WennborgRevert r265547 "Recommit r265309 after fixed an invalid...
2016-04-08 Simon Pilgrim[X86][SSE] Added 32-bit tests for vector lzcnt/tzcnt...
2016-04-08 Michael Kruse[ScopInfo] Rename variable to AccType. NFC.
2016-04-08 Tamas BerghammerFix-up LLDB build after rL13179
2016-04-08 Silviu BarangaRe-commit [SCEV] Introduce a guarded backedge taken...
2016-04-08 Simon Pilgrim[X86] Tidied up shuffle decode function doxygen descrip...
2016-04-08 Adhemerval... [lld] [ELF/AARCH64] Fix dynamic relocation from PIC...
2016-04-08 Alexey Bader[OpenCL] Complete image types support.
2016-04-08 Aaron BallmanSilencing a 32-bit shift implicit conversion warning...
2016-04-08 Chuang-Yu ChengCXX_FAST_TLS calling convention: performance improvemen...
2016-04-08 Vasileios Kalintiris[mips] Use range-based for loops. NFC.
2016-04-08 Johannes Doerfert[FIX] Allow to lookup domains for non-affine subregion...
2016-04-08 Johannes Doerfert[FIX] Adjust execution context of hoisted loads wrt...
2016-04-08 Johannes Doerfert[FIX] Handle multiplications in the SCEVAffinator again
2016-04-08 Johannes DoerfertAdd test cases for the removal of error blocks
2016-04-08 Johannes Doerfert[FIX] Look through div & srem instructions in SCEVs
2016-04-08 Alexander Kornienko[clang-tidy] cppcoreguidelines-interfaces-global-init
2016-04-08 Jeroen Ketema[llvm-c] Expose LLVMContextGetDiagnostic{Handler,Context}
2016-04-08 Zlatko Buljan[mips][microMIPS] Add CodeGen support for ADD, ADDIU...
2016-04-08 Craig TopperUse std::fill to simplify some code. NFC
2016-04-08 Dmitry Polukhin[IFUNC] Fix ifunc-asm.ll test
2016-04-08 Valery Pykhtin[AMDGPU] Add some VI disassembler tests missing from...
2016-04-08 Duncan P. N... Reapply "ValueMapper: Treat LocalAsMetadata more like...
2016-04-08 Sanjoy DasAdapt to LLVM API change
2016-04-08 Richard Smith[modules] Add a comment to explain why -E leaves some...
2016-04-08 Duncan P. N... Revert "ValueMapper: Treat LocalAsMetadata more like...
2016-04-08 Quentin Colombet[TargetRegisterInfo] Re-apply r265734.
2016-04-08 Quentin Colombet[TargetRegisterInfo] Fix BitMaskClassIterator::moveToNe...
2016-04-08 Sanjoy DasDon't IPO over functions that can be de-refined
2016-04-08 Duncan P. N... ValueMapper: Unduplicate RF_NoModuleLevelChanges check...
2016-04-08 Adrian PrantlDwarfDebug: Support floating point constants in locatio...
2016-04-08 Duncan P. N... ValueMapper: Treat LocalAsMetadata more like function...
2016-04-08 Rui UeyamaSimplify createELFFile. NFC.
2016-04-08 Rui UeyamaDefine a helper function to simplify. NFC.
2016-04-08 Richard Smith[modules] Don't write @import in -E output if the curre...
2016-04-08 Quentin ColombetRevert "[TargetRegisterInfo] Refactor the code to use...
2016-04-08 Quentin Colombet[RegisterBankInfo] Make the debug output more compact.
2016-04-08 Sunil SrivastavaFix formatting and wording of llvm-ranlib error message...
2016-04-08 Davide Italiano[IR/Verifier] Fix (yet another) crash.
2016-04-07 Justin Lebar[CUDA] Tweak math forward declares so we're compatible...
2016-04-07 Rui UeyamaUse EM_NONE instead of 0 to represent an invalid value...
2016-04-07 Quentin Colombet[RegBankSelect] Add a few debug statements.
2016-04-07 Rui UeyamaELF: Add --build-id=sha1 option.
2016-04-07 Quentin Colombet[RegisterBankInfo] Add print and dump method to the...
2016-04-07 Quentin Colombet[RegisterBankInfo] Add print and dump method to the...
2016-04-07 Quentin Colombet[MachineInstr] Teach the print method about RegisterBank.
2016-04-07 Peter CollingbourneELF: Ignore --detect-odr-violations flag.
2016-04-07 Quentin Colombet[AArch64] Fix a typo in the register class to register...
2016-04-07 Quentin Colombet[RegisterBankInfo] Escap \@ in r265741. [-Wdocumentation]
2016-04-07 Quentin Colombet[RegisterBankInfo] Change the semantic of recordRegBank...
2016-04-07 David Blaikiellvm-dwarfdump: Use deque rather than vector to preserv...
2016-04-07 Quentin Colombet[RegisterBankInfo] Strengthen getInstrMappingImpl.
2016-04-07 Adrian McCarthyFix TestImport for Windows by ensuring backslashes...
2016-04-07 Rui UeyamaELF: Implement --build-id=md5.
2016-04-07 Quentin Colombet[RegisterBankInfo] Add a way to record what register...
2016-04-07 Quentin Colombet[RegisterBankInfo] Introduce getRegBankFromConstraints...
2016-04-07 Quentin Colombet[TargetRegisterInfo] Refactor the code to use BitMaskCl...
2016-04-07 Quentin Colombet[RegisterBankInfo] Refactor the code to use BitMaskClas...
2016-04-07 Jason MolendaIn GDBRemoteCommunicationClient::GetHostInfo, don't...
2016-04-07 Mehdi AminiConst correctness for BranchProbabilityInfo (NFC)
2016-04-07 Quentin Colombet[TargetRegisterInfo] Introduce a helper class, BitMaskC...
2016-04-07 Mehdi AminiRename parameter I to Index for WriteCombinedGlobalValu...
2016-04-07 Richard SmithReplace Sema-level implementation of -fassume-sane...
2016-04-07 Quentin Colombet[RegBankSelect] Reuse RegisterBankInfo logic to get...
2016-04-07 Amaury SechetDo not select EhPad BB in MachineBlockPlacement when...
2016-04-07 Quentin Colombet[AArch64] Get rid of some GlobalISel ifdefs.
2016-04-07 Rui UeyamaSort options.
2016-04-07 Rui UeyamaELF: Define -S as an alias for --strip-debug.
2016-04-07 Rui UeyamaELF: Add --strip-debug option.
2016-04-07 Quentin Colombet[TargetRegisterInfo] Fix the comment of SuperRegClassIt...
2016-04-07 Quentin Colombet[AArch64] gcc does not like litteral without quotes...
next