platform/upstream/llvm.git
2016-03-11 Teresa Johnson[ThinLTO] Support for reference graph in per-module...
2016-03-11 Jim InghamCheck for a NULL input filehandle before referencing it.
2016-03-11 Mehdi AminiFix clang crash: when CodeGenAction is initialized...
2016-03-11 Rui UeyamaRevert r263252: "[ELF] - Change all messages to lowerca...
2016-03-11 Rafael EspindolaNow that it is trivial, fix pr26878.
2016-03-11 Mike SpertusType correct Visual Studio native visualization for...
2016-03-11 Reid Kleckner[SEH] Remove nounwind/noinline from outlined finally...
2016-03-11 Chad RosierUpdate test case to appease bots after 263255.
2016-03-11 Mehdi AminiFix build: use -> with pointers and not .
2016-03-11 Simon PilgrimFix spelling.
2016-03-11 Quentin Colombet[IRTranslator] Translate unconditional branches.
2016-03-11 Quentin Colombet[MachineIRBuilder] Rework buildInstr API to maximize...
2016-03-11 Quentin Colombet[IRTranslator] Update getOrCreateVReg API to use refere...
2016-03-11 Quentin Colombet[MachineIRBuilder] Rename the setter of MF for consiste...
2016-03-11 Quentin Colombet[MachineIRBuilder] Rename the setter for MBB for consis...
2016-03-11 Quentin Colombet[IRTranslator] Update getOrCreateBB API to use references.
2016-03-11 Quentin Colombet[GlobalISel][Target] Add an opcode for unconditional...
2016-03-11 Mehdi AminiRemove PreserveNames template parameter from IRBuilder
2016-03-11 Mehdi AminiRemove compile time PreserveName switch based on NDEBUG
2016-03-11 Mehdi AminiDo not specialize IRBuilder to strip names in SROA
2016-03-11 Chad Rosier[misched] Fix a truncation issue from r263021.
2016-03-11 Rafael EspindolaYet more MSVC fixes.
2016-03-11 George Rimar[ELF] - Change all messages to lowercase to be consistent.
2016-03-11 Rafael EspindolaMore MSVC fixes.
2016-03-11 Chandler Carruth[PM] Sink the "Expression" type for GVN into the class...
2016-03-11 Rafael EspindolaTrying to fix the MSVC build.
2016-03-11 Rafael EspindolaAvoid calling getNamedValue.
2016-03-11 Marianne Mailhot... More UTF string conversion wrappers
2016-03-11 Nico WeberRevert r263036, it's ABI-breaking.
2016-03-11 Alexandros... Add tests for ARM Cortex-R8
2016-03-11 Rafael EspindolaDon't invent names for STT_SECTION symbols.
2016-03-11 Rafael EspindolaSimplify test.
2016-03-11 Valery Pykhtin[AMDGPU] Fix VOPC instruction operand namings
2016-03-11 Rafael EspindolaSimplify test. NFC.
2016-03-11 George RimarThis reverts the r263125
2016-03-11 Simon Pilgrim[X86][AVX] Fixed issue where a long chain of shuffles...
2016-03-11 Rafael EspindolaRun dos2unix. NFC.
2016-03-11 Rafael EspindolaRepresent local symbols with DefinedRegular.
2016-03-11 Simon Atanasyan[ELF][MIPS] Update comment about creation local GOT...
2016-03-11 Chandler Carruth[AA] Make BasicAA just require domtree.
2016-03-11 Marianne Mailhot... Fixed MemoryCache L1 cache flush
2016-03-11 Chandler Carruth[memdep] Just require domtree for memdep.
2016-03-11 Chandler Carruth[PM] The order of evaluation of these analyses is actua...
2016-03-11 Rafael EspindolaRemove a redundant cast.
2016-03-11 Vasileios Kalintiris[mips] MIPSR6 Instruction itineraries
2016-03-11 Rafael EspindolaSimplify now that local symbols can use getVA.
2016-03-11 George Rimar[ELF] - Early continue in InputSectionBase<ELFT>::reloc...
2016-03-11 George Rimar[ELF] - Evaluate addend earlier and use it instead...
2016-03-11 Rafael EspindolaCompute value of local symbol with getVA.
2016-03-11 Rafael EspindolaRemember the input section of locals.
2016-03-11 Chandler Carruth[PM] Update Kaleidoscope with the new header file.
2016-03-11 Rafael EspindolaCreate a SymbolBody for locals.
2016-03-11 Haojian Wu[clang-tidy] Make 'modernize-use-nullptr' check ignores...
2016-03-11 Daniel Sanders[mips] Range check simm4.
2016-03-11 Chandler Carruth[PM] Make the AnalysisManager parameter to run methods...
2016-03-11 Mohit K. Bhakkad[Sanitizer][MIPS] internal lstat and fstat for mips64
2016-03-11 Chandler Carruth[PM] Rename the CRTP mixin base classes for the new...
2016-03-11 Chandler Carruth[PM] Implement the final conclusion as to how the analy...
2016-03-11 Benjamin Kramer[InstCombine] Use Twines to generate names.
2016-03-11 George Rimar[ELF] - Move initSymbols() to Driver.cpp. NFC.
2016-03-11 Ismail DonmezFix linux build after r263190
2016-03-11 Nikolay Haustov[AMDGPU] Assembler: change v_madmk operands to have...
2016-03-11 Chandler Carruth[PM/AA] Teach the AAManager how to handle module analys...
2016-03-11 Chandler CarruthUpdate to include the new header file providing createG...
2016-03-11 Pavel LabathFix a bunch of signedness warnings in unittests
2016-03-11 Chandler Carruth[PM] Port GVN to the new pass manager, wire it up,...
2016-03-11 Pavel LabathFix a couple of cornercases in FileSpec + tests
2016-03-11 Matt ArsenaultAMDGPU: Don't use InstVisitor for AMDGPUPromoteAlloca
2016-03-11 Todd Fialaskip newly segfaulting test on OS X public CI
2016-03-11 Matt ArsenaultAMDGPU: R600 code splitting cleanup
2016-03-11 Hrvoje Varga[mips] Invalid tests for MTC0, MTC2, MFC0, MFC2, DMTC0...
2016-03-11 Dmitry Polukhin[OpenMP] NFC fix compilation warning about unused variable
2016-03-11 Matt ArsenaultAMDGPU: Materialize sign bits with bfrev
2016-03-11 Junmo ParkMinor code cleanups. NFC.
2016-03-11 Mohit K. Bhakkad[Compiler-rt] Fix ioctl codes for MIPS in sanitizer_ioc...
2016-03-11 Sean SilvaFix indentation.
2016-03-11 Sean Silva[lto] The previous testcase was not useful enough.
2016-03-11 Junmo ParkMinor code cleanup. NFC.
2016-03-11 Alexey SamsonovFix ASan test cases after r263177
2016-03-11 John McCallRemoving the friend declaration was not a good idea.
2016-03-11 John McCallSpeculatively attempt to fix the MSVC build by making...
2016-03-11 John McCallAdd a coerce-and-expand ABIArgInfo as a generalization...
2016-03-11 John McCallPreserve ExtParameterInfos into CGFunctionInfo.
2016-03-11 Rui UeyamaELF: Add --thread option and partially parallelize...
2016-03-11 Pete CooperRemove llvm::getDISubprogram in favor of Function:...
2016-03-11 Jim InghamFix SBDebugger.GetOutputFileHandle() on OS X.
2016-03-11 Sean Silva[lto] Add a useful test case.
2016-03-11 Evgeniy Stepanov[gold] Fix common symbols handling.
2016-03-11 Sean Silva[lto] Make sure that ctors are added to the combined...
2016-03-11 Sean SilvaTighten up this test a bit.
2016-03-11 Alexey Samsonov[sanitizer] Add strlen to the common interceptors
2016-03-11 Alexey Samsonov[UBSan] Improve bufferization of UBSan error reports.
2016-03-11 Ekaterina RomanovaAdd doxygen comments to avxintrin.h's intrinsics.
2016-03-10 Eugene ZelenkoFix Clang-tidy modernize-use-nullptr warnings in some...
2016-03-10 Adam Nemet[LLE] Add missed LoopSimplify dependence
2016-03-10 Manman RenPrint strict in Availability attribute when it is on.
2016-03-10 Manman RenAdd has_feature objc_class_property.
2016-03-10 Jonathan Coelibclang python bindings: Fix for bug 26394
2016-03-10 Tim NorthoverAArch64: only try to use scaled fcvt ops on legal vecto...
2016-03-10 Nico WeberReenable asm-errors.c
next