platform/upstream/llvm.git
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.
2016-03-10 Alexey SamsonovRemove unused function arguments. NFC.
2016-03-10 Enrico GranataCertain hardware architectures have registers of 256...
2016-03-10 Zachary TurnerFix SymbolFilePDB for discontiguous functions.
2016-03-09 Alexey Samsonovsanitizer: Fix endianness checks for gcc
2016-03-09 Ben Langmuir[Modules] Add stdatomic to the list of builtin headers
2016-03-09 Philip Reames[BasicAA/MDA] Sink aliasing rules for malloc and calloc...
2016-03-09 Philip Reames[CGP] Duplicate addressing computation in cold paths...
2016-03-09 Philip ReamesFix the build
2016-03-09 Philip Reames[LICM] Store promotion when memory is thread local
2016-03-09 Sean SilvaUse %t as the output file name to avoid repetition...
2016-03-09 Sean Silva[lto] Add saving the LTO .o file to -save-temps.
2016-03-09 Sanjay Patel[x86] fix cost model inaccuracy for vector memory ops
2016-03-09 Derek Schuff[WebAssembly] Update known gcc test failures
2016-03-09 Sanjay Patel[x86, AVX] optimize masked loads with constant masks
2016-03-09 Ted WoodwardFix "ninja check-lldb" crash in IRExecutionUnit.cpp
2016-03-09 Xinliang David LiFix test failure on darwin-i386
2016-03-09 Jan VeselyELF: link with BitWriter module
2016-03-09 Rafael EspindolaELF: Remove non-standard ELF features from AMDGPU target.
2016-03-09 Philip Reames[ValueTracking] Extract isKnownPositive [NFCI]
2016-03-09 Rui UeyamaSimplify. NFC.
2016-03-09 Davide Italiano[modules] Simplify code logic. NFC.
2016-03-09 Philip Reames[InstCombine] (icmp sgt smin(PosA, B) 0) -> (icmp sgt...
next