platform/upstream/llvm.git
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
2016-03-10 Sanjay Patel[x86] don't use a shuffle when a vselect will do; NFCI
2016-03-10 Marianne Mailhot... Fixed ValueObject::GetExpressionPath() for paths includ...
2016-03-10 Marianne Mailhot... Test commit access
2016-03-10 Simon PilgrimStrip trailing whitespace.
2016-03-10 Greg ClaytonFixed the python interpreter so that it correctly inher...
2016-03-10 Reid Kleckner[Windows] Fix UnmapOrDie and MmapAlignedOrDie
2016-03-10 Simon Pilgrim[X86][SSE] Reapplied: Improve vector ZERO_EXTEND by...
2016-03-10 Artur PilipenkoSupport arbitrary addrspace pointers in masked load...
2016-03-10 Dimitry AndricRetrieve command line arguments and environment correct...
2016-03-10 Peter CollingbourneARM: Support relative references using the PREL31 symbo...
2016-03-10 Richard SmithAdd test for r263138.
2016-03-10 Balaram MakamFix testicase to turn buildbot green. NFC.
2016-03-10 Rafael EspindolaMove getLocalRelTarget to the file where it is used.
2016-03-10 Rui UeyamaRename MaxAlignment -> Alignment.
2016-03-10 George Rimar[ELF] - Fixed handling R_X86_64_DTPOFF64 relocation...
2016-03-10 Manman RenAdd TreatUnavailableAsInvalid for the verification...
2016-03-10 Nicolai Haehnle[TableGen] more helpful error message in MapTableEmitter
2016-03-10 George Rimar[ELF] - Refactor of SymbolBody::compare()
2016-03-10 Teresa JohnsonMaterialize metadata in IRLinker before value mapping
2016-03-10 Filipe Cabecinhas[sanitizer_common tests] Make Darwin a Posix system...
2016-03-10 Tim NorthoverAArch64: remove pseudo-instructions used only for their...
2016-03-10 Nicolai HaehnleAMDGPU/SI: add llvm.amdgcn.buffer.load/store.format...
2016-03-10 Michael Kuperstein[X86] Correctly select registers to pop into for x86_64
2016-03-10 Nico WeberMake remaining ImplicitFallthrough warning DefaultIgnore.
2016-03-10 Kuba BreckaFollow-up fix for r263126. Apparently `printf("%p...
2016-03-10 Balaram Makam [AArch64] Optimize compare and branch sequence when...
2016-03-10 Sanjay Patelgive regression test a meaningful name
2016-03-10 Aidan Dodds[Renderscript] Add stack argument reading code for...
2016-03-10 George Rimar[ELF] - Do not call doInitSymbols for all ELFTs
2016-03-10 Alexandros... [ARM] Cortex-R8 support
2016-03-10 Aidan Dodds[Renderscript] Add stack argument reading code for...
2016-03-10 Aidan Dodds[Renderscript] Add stack argument reading code for...
2016-03-10 Aidan Dodds[Renderscript] Explicitly set the language to evaluate...
2016-03-10 George RimarAttemp to fix linux build bot fail after r263125
2016-03-10 Mehdi AminiRename -discard-value-names into -lto-discard-value...
2016-03-10 Kuba Brecka[tsan] Add TSan debugger APIs
2016-03-10 George Rimar[ELF] - Consistent spelling for error/warning messages
2016-03-10 Changpeng FangAMDGPU/SI: Define S_GETREG Intrinsic
2016-03-10 Saleem AbdulrasoolARM: follow up improvements for SVN r263118
2016-03-10 Adrian McCarthyEliminate the TestStarted-XXX and TestFinished-XXX...
2016-03-10 Chandler Carruth[SROA] Fix PR25873, which Andrea Di Biagio analyzed...
2016-03-10 David L KreitzerUnified the handling of returns in the X87 stackifier...
2016-03-10 NAKAMURA TakumiFixup for r263114. llvm::AnalysisBase<CallGraphAnalysis...
2016-03-10 Saleem AbdulrasoolARM: correct __builtin_longjmp on WoA
2016-03-10 Simon PilgrimUpdated SSE3 builtin tests to more closely match the...
2016-03-10 Simon PilgrimAdded note to SSE4a builtins about keeping in sync...
2016-03-10 Simon PilgrimUpdated SSSE3 builtin tests to more closely match the...
2016-03-10 Chandler Carruth[CG] Back out my pointless move ctor and add the explic...
2016-03-10 Simon PilgrimMinor Wdocumentation fix. NFCI.
2016-03-10 Chandler Carruth[SROA] Clean up some really weird code, no functionalit...
2016-03-10 Elena DemikhovskyAVX-512: Fixed a bug in i1 vector zero extending. ...
2016-03-10 Chandler Carruth[CG] Try adding an explicit move constructor to see...
2016-03-10 Aaron BallmanCorrecting an attribute documentation generation error...
2016-03-10 Valery Pykhtin[AMDGPU] Fix SMEM instructions encoding/operand namings
2016-03-10 Ewan CrawfordRevert "Track expression language from one place in...
2016-03-10 Filipe Cabecinhas[test/asan/closed-fds] Properly quote log_path for...
2016-03-10 Simon Pilgrim[X86][AVX] Improve target shuffle combining of BLEND...
2016-03-10 Chandler Carruth[CG] Add a new pass manager printer pass for the old...
2016-03-10 Chandler Carruth[LCG] Spell the printing pass pipeline name for the...
2016-03-10 Simon Pilgrim[X86][SSE] Basic combining of unary target shuffles...
2016-03-10 Chandler Carruth[CG] Actually hoist up the generic CallGraphPrinter...
2016-03-10 Chandler Carruth[CG] Rename the DOT printing pass to actually reference...
2016-03-10 Ewan CrawfordTrack expression language from one place in ClangExpres...
2016-03-10 Ekaterina RomanovaAdd doxygen comments to xmmintrin.h's intrinsics.
2016-03-10 Elena DemikhovskyAVX-512: Fixed a bug in shuffle for v64i8 type
2016-03-10 Vedant Kumar[opt] Fix description of the -disable-verify flag
2016-03-10 Mark LaceyAdd an LLVM_BUILTIN_DEBUGTRAP macro.
2016-03-10 Sean Silva[lto] Initialize asmparsers.
2016-03-10 Tim NorthoverARM: fix arm_neon_intrinsics.c and re-enable.
2016-03-10 Roman LevensteinAdd support for a preserve_most calling convention...
2016-03-10 Richard TrieuDisable failing test and fix RUN line.
2016-03-10 Vedant Kumar[opt] Only create Verifier passes when requested
2016-03-10 Michael Zolotukhin[SLP] Add -slp-min-reg-size command line option.
2016-03-10 Mehdi AminiAdd an entry in the Release Notes for LLVMContext:...
2016-03-10 Steven WuFix false positives for for-loop-analysis warning
2016-03-10 Mehdi AminiAdd a flag to the LLVMContext to disable name for Value...
2016-03-10 Siva Chandra[DWARFASTParserClang] Start with member offset of 0...
2016-03-10 Chandler Carruth[gvn] Fix more indenting and formatting in regions...
2016-03-10 Chandler Carruth[gvn] Reformat a chunk of the GVN code that is strangel...
2016-03-10 Chandler Carruth[PM] Port memdep to the new pass manager.
2016-03-10 Alexey SamsonovEmitCXXStructorCall -> EmitCXXDestructorCall. NFC.
next