platform/upstream/llvm.git
2016-04-08 James Y KnightAdd trailing colons to labels in a test.
2016-04-08 Nirav DaveFix Load Control Dependence in MemCpy Generation
2016-04-08 Duncan P. N... ValueMapper: Extract llvm::RemapFunction from IRMover...
2016-04-08 Johannes Doerfert[FIX] Do not crash on opaque (unsized) types.
2016-04-08 Duncan P. N... ValueMapper: Always use Mapper::mapValue from remapInst...
2016-04-08 Duncan P. N... ValueMapper: Roll RemapInstruction into Mapper, NFC
2016-04-08 Duncan P. N... Linker: Always pass RF_IgnoreMissingLocals; NFC
2016-04-08 Kevin B. Smith[X86] Fix PR23155 by turning on X86FixupBWInsts by...
2016-04-08 Todd FialaFix #ifdef __APPLE__ code is the swig Python bindings
2016-04-08 Duncan P. N... ValueMapper: Don't memoize metadata when RF_NoModuleLev...
2016-04-08 Duncan P. N... ValueMapper: Stop memoizing MDStrings
2016-04-08 Rafael EspindolaCleanup the handling of MustBeInDynSym and IsUsedInRegu...
2016-04-08 Sanjoy DasPropagate Undef in llvm.cos Intrinsic
2016-04-08 Johannes Doerfert[FIX] Teach the ScopExpander about parallel subfunctions
2016-04-08 Johannes DoerfertCollect and verify generated parallel subfunctions
2016-04-08 Colin LeMahieuRevert r265817
2016-04-08 Todd Fialafix missing import of 'time' in lldbutil.wait_for_file_...
2016-04-08 Enrico GranataCleanups to command alias to refer to itself as 'comman...
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...
next