projects
/
platform
/
upstream
/
llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/llvm.git
2017-10-27
George Rimar
Fix BB after r316756 "[llvm-dwarfdump] - Teach verifier...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-27
George Rimar
[llvm-dwarfdump] - Teach verifier to report broken...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-27
Peter Smith
[ELF][ARM] Add missing REQUIRES: arm to tests
commit
|
commitdiff
|
tree
|
snapshot
2017-10-27
Peter Smith
[ELF] Add support for multiple passes to createThunks()
commit
|
commitdiff
|
tree
|
snapshot
2017-10-27
Matt Arsenault
DAG: Fold fma (fneg x), K, y -> fma x, -K, y
commit
|
commitdiff
|
tree
|
snapshot
2017-10-27
Peter Smith
[ELF] Introduce range extension thunks for ARM
commit
|
commitdiff
|
tree
|
snapshot
2017-10-27
Peter Smith
[ELF] Pre-create ThunkSections at Target specific intervals
commit
|
commitdiff
|
tree
|
snapshot
2017-10-27
Peter Smith
[ELF] Record created ThunkSections in InputSectionDescr...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-27
Clement Courbet
[CodeGen][ExpandMemcmp][NFC] Make tests more complete.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-27
Max Kazantsev
[GVN][NFC] Refactor loop iteration with foreach
commit
|
commitdiff
|
tree
|
snapshot
2017-10-27
Martin Storsjo
Add support for dwarf unwinding on windows on x86_64
commit
|
commitdiff
|
tree
|
snapshot
2017-10-27
Martin Storsjo
Express Registers_*::lastDwarfReg using _LIBUNWIND_HIGH...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-27
Haojian Wu
[clang-tidy ObjC] [3/3] New check objc-forbidden-subcla...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-27
NAKAMURA Takumi
llvm/CodeGen/GlobalISel/InstructionSelectorImpl.h:...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-27
Rui Ueyama
Simplify logic to find the last executable segment...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-27
Rui Ueyama
Fix typo.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-27
Pavel Labath
Fix a use-after-free in lldb-server
commit
|
commitdiff
|
tree
|
snapshot
2017-10-27
Max Kazantsev
Revert rL316568 because of sudden performance drop...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-27
Rui Ueyama
Remove a boolean flag `Create`. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-27
Sean Fertile
Add subclass data to the FoldingSetNode for MemIntrinsi...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-27
Rui Ueyama
Define a file-local write32 as a wrapper for endian...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-27
Rui Ueyama
Do not use InputSection::getFile<ELFT>() if InputSectio...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-27
Rui Ueyama
De-template EhFrameHdr. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-27
Rui Ueyama
De-template EhReader. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-27
Rui Ueyama
De-template elf::getObjMsg. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-27
Rui Ueyama
De-template EhFrameSection. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-27
Rui Ueyama
Make EhFrameHdr pull data from EhFrameSection. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-27
Rui Ueyama
De-template a few functions. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-27
Pavel Labath
Default to using in-tree clang for building test execut...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-27
Jason Molenda
Add Arm Architecture plugin to the xcode project file.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-27
Rui Ueyama
Include an error code when getRandomBytes failed.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-27
Sam Clegg
Fix test/Driver/wasm-toolchain.c on windows
commit
|
commitdiff
|
tree
|
snapshot
2017-10-27
Eugene Zelenko
[Transforms] Fix some Clang-tidy modernize and Include...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-27
Volodymyr Sapsai
[CodeGen] Add support for IncompleteArrayType in Obj...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-27
Reid Kleckner
[PDB] Handle an empty globals hash table with no buckets
commit
|
commitdiff
|
tree
|
snapshot
2017-10-27
Balaram Makam
Revert "[CGP] Merge empty case blocks if no extra moves...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-27
Alex Shlyapnikov
[LSan] Disable a couple of failing tests on PPC64 ...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-27
Sam Clegg
[WebAssembly] Include libclang_rt.builtins in the stand...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-27
Craig Topper
[X86] Add 'sse4' to X86TargetInfo::isValidFeatureName
commit
|
commitdiff
|
tree
|
snapshot
2017-10-27
Sam Clegg
[WebAssembly] MC: Don't allow zero sized data segments
commit
|
commitdiff
|
tree
|
snapshot
2017-10-26
Rui Ueyama
Remove an unnecessary inheritance.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-26
David Blaikie
InstructionSelectorImpl.h: Modularize/remove ODR violat...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-26
David Blaikie
MCCodePadder.h: Include definition of type for use...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-26
Nico Weber
Use -fuse-init-array if no gcc installation is found.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-26
Craig Topper
[X86] Make -march=i686 an alias of -march=pentiumpro
commit
|
commitdiff
|
tree
|
snapshot
2017-10-26
Balaram Makam
[CGP] Merge empty case blocks if no extra moves are...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-26
Rui Ueyama
Simplify.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-26
Philip Reames
[SimplifyIndVars] Shorten code by using SCEV helper...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-26
Eli Friedman
[ARM] Honor -mfloat-abi for libcall calling convention
commit
|
commitdiff
|
tree
|
snapshot
2017-10-26
Rui Ueyama
Move bit operations to a new file, ELF/Bits.h.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-26
David Blaikie
Support/reg*: Roll some non-modular headers into their...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-26
Craig Topper
[X86][Driver] Move all of the X86 feature flags to...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-26
Vedant Kumar
[CGBlocks] Improve line info in backtraces containing...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-26
Dehao Chen
Do not add discriminator encoding for debug intrinsics.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-26
Craig Topper
[X86] Improve handling of UDIVREM8_ZEXT_HREG/SDIVREM8_S...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-26
Richard Smith
[www] Regenerate diagnostics reference.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-26
Craig Topper
[X86] Teach the assembly parser to warn on duplicate...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-26
Philip Reames
[LICM] Restructure implicit exit handling to be more...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-26
Alex Shlyapnikov
[LSan] Enable LSan tests on PPC64 Linux.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-26
Craig Topper
[TableGen] Use Twine instead of std::string concatenati...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-26
David Blaikie
Support/reg*.h: Make headers include their dependencies
commit
|
commitdiff
|
tree
|
snapshot
2017-10-26
Adrian Prantl
Fix C++ testcase I forgot to add to r316689.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-26
Aditya Nandakumar
[GISel]: Missed checking if it's okay to create a G_CON...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-26
Martin Storsjo
[MinGW] Ignore the --enable-auto-import flag
commit
|
commitdiff
|
tree
|
snapshot
2017-10-26
Martin Storsjo
[MinGW] Support --out-implib=name in addition to "...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-26
Martin Storsjo
[COFF] Add a test for def files with spaces between...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-26
Martin Storsjo
[COFF] Support ordinals in def files with space between...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-26
Adrian Prantl
Simplify codegen and debug info generation for block...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-26
Pavel Labath
Fix TestMinidump for r316673
commit
|
commitdiff
|
tree
|
snapshot
2017-10-26
George Karpenkov
[Analyzer] [Tests] Write analyzers crashes to stdout...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-26
Adrian Prantl
Revert "Simplify codegen and debug info generation...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-26
Sanjay Patel
[x86] use an insert op to put one variable element...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-26
Adrian Prantl
Simplify codegen and debug info generation for block...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-26
Alex Shlyapnikov
[Sanitizers] Set default allocator_release_to_os_interv...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-26
Vedant Kumar
[docs] Fix a small typo
commit
|
commitdiff
|
tree
|
snapshot
2017-10-26
Craig Topper
[X86] Add a target attribute test for no-sse4.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-26
Konstantin...
AMDGPU: Commit missing fence-barrier test
commit
|
commitdiff
|
tree
|
snapshot
2017-10-26
Yichao Yu
Clear LastMappingSymbols and LastEMS(Info) when resetti...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-26
Keno Fischer
[dsymutil] Check AttrInfo.Name validity before using it
commit
|
commitdiff
|
tree
|
snapshot
2017-10-26
Reid Kleckner
Move MS inline asm parser methods out of line to reduce...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-26
Stephane Sezer
Allow SysV-i386 ABI on everything other than Apple...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-26
Keno Fischer
[DynamicLibrary] Fix build on musl libc
commit
|
commitdiff
|
tree
|
snapshot
2017-10-26
Mandeep Singh...
[MachineModuleInfoImpls] Replace qsort with array_pod_sort
commit
|
commitdiff
|
tree
|
snapshot
2017-10-26
Dave Lee
Add objcCategoryImplDecl matcher
commit
|
commitdiff
|
tree
|
snapshot
2017-10-26
Balaram Makam
Reapply r316582 [Local] Fix a bug in the domtree update...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-26
Sean Fertile
Represent runtime preemption in the IR.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-26
Marek Olsak
AMDGPU: Handle s_buffer_load_dword hazard on SI
commit
|
commitdiff
|
tree
|
snapshot
2017-10-26
Bjorn Pettersson
[LSV] Avoid adding vectors of pointers as candidates
commit
|
commitdiff
|
tree
|
snapshot
2017-10-26
Bjorn Pettersson
[LSV] Skip all non-byte sizes, not only less than eight...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-26
Roman Lebedev
[Sema] -Wzero-as-null-pointer-constant: don't warn...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-26
Eric Liu
Try to fix warnings and windows test failures caused...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-26
Michael Kruse
[Simplify] Mark (and sweep) based on latest access...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-26
Benjamin Kramer
[clangd] Report an error on findDefinitions/signatureHe...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-26
Aaron Ballman
Add a new attribute definition spelling, Clang<"attr...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-26
Peter Smith
[libunwind] Always use unwind tables in tests
commit
|
commitdiff
|
tree
|
snapshot
2017-10-26
Simon Dardis
[mips] Fix (dis)assembly of abs.fmt for micromips
commit
|
commitdiff
|
tree
|
snapshot
2017-10-26
Andrew V. Tischenko
It's a test to demonstrate wrong disassembler with...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-26
Simon Dardis
[mips] Fix PR35071
commit
|
commitdiff
|
tree
|
snapshot
2017-10-26
Eric Liu
[Tooling] A new framework for executing clang frontend...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-26
Benjamin Kramer
[clangd] Don't crash on empty textDocument/didChange.
commit
|
commitdiff
|
tree
|
snapshot
next