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
2019-04-21
Nico Weber
Attempt to fix LLVM_ENABLE_THREADS=OFF build after...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-21
Nico Weber
llvm-undname: Fix hex escapes in wchar_t, char16_t...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-21
Nico Weber
llvm-undname: Fix stack overflow on almost-valid
commit
|
commitdiff
|
tree
|
snapshot
2019-04-21
Nikita Popov
[ConstantRange] Add saturating add/sub methods
commit
|
commitdiff
|
tree
|
snapshot
2019-04-21
Nikita Popov
[ConstantRange] Add getNonEmpty() constructor
commit
|
commitdiff
|
tree
|
snapshot
2019-04-21
Sanjay Patel
[AArch64] add tests with multiple binop+splat vals...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-21
Nico Weber
llvm-undname: Fix stack overflow on invalid found by...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-21
Nico Weber
gn build: Fix build after r358837
commit
|
commitdiff
|
tree
|
snapshot
2019-04-21
Pavel Labath
Minidump: yamlify module-related unit tests
commit
|
commitdiff
|
tree
|
snapshot
2019-04-21
Bruno Ricci
[Sema][MSVC] Fix bogus microsoft-pure-definition warnin...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-21
Pavel Labath
@skipIfLinux flaky lldb-mi tests
commit
|
commitdiff
|
tree
|
snapshot
2019-04-21
Pavel Labath
Make TestVSCode_step pass reliably
commit
|
commitdiff
|
tree
|
snapshot
2019-04-21
Pavel Labath
modify-python-lldb.py: Remove docstring formatting...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-21
David Green
[ARM] Rewrite isLegalT2AddressImmediate
commit
|
commitdiff
|
tree
|
snapshot
2019-04-21
Craig Topper
[X86] Add the rounding control operand to the printing...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-21
Fangrui Song
[CachePruning] Simplify comparator
commit
|
commitdiff
|
tree
|
snapshot
2019-04-21
Fangrui Song
[JITLink] Add dependency on MCParser to unit test after...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-21
Craig Topper
[X86] Don't form masked vfpclass instruction from and...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-21
Lang Hames
[JITLink] Remove an overly strict error check in JITLin...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-21
Lang Hames
[BinaryFormat] Fix bitfield-ordering of MachO::relocati...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-21
Lang Hames
[JITLink] Factor basic common GOT and stub creation...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-21
Petr Hosek
[gn] Move Features.inc to clangd, create a config for it
commit
|
commitdiff
|
tree
|
snapshot
2019-04-21
Lang Hames
[JITLink] Add dependencies on MCDissassembler and Targe...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-20
Nico Weber
llvm-undname: Improve string literal demangling with...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-20
Nico Weber
ftime-trace: Trace the name of the currently active...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-20
Lang Hames
[JITLink] Add yet more detail to MachO/x86-64 unsupport...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-20
Lang Hames
[JITLink][ORC] Add JITLink to the list of dependencies...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-20
Lang Hames
[JITLink] Fix a bad formatv format string.
commit
|
commitdiff
|
tree
|
snapshot
2019-04-20
Lang Hames
[JITLink] Disable MachO/x86-64 regression test if the...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-20
Amara Emerson
Revert r358800. Breaks Obsequi from the test suite.
commit
|
commitdiff
|
tree
|
snapshot
2019-04-20
Lang Hames
[JITLink] Add llvm-jitlink to the list of available...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-20
Lang Hames
[JITLink] Add BinaryFormat to JITLink's dependencies.
commit
|
commitdiff
|
tree
|
snapshot
2019-04-20
Lang Hames
[JITLink] Add more detail to MachO/x86-64 "unsupported...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-20
Lang Hames
[JITLink] Add check to JITLink unit test to bail out...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-20
Lang Hames
[JITLink] Silence some MSVC implicit cast warnings.
commit
|
commitdiff
|
tree
|
snapshot
2019-04-20
Lang Hames
[JITLink] Add llvm-jitlink subdirectory to tools/LLVMBu...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-20
Lang Hames
[JITLink] Use memset instead of bzero.
commit
|
commitdiff
|
tree
|
snapshot
2019-04-20
Lang Hames
[JITLink] Silence a narrowing conversion warning.
commit
|
commitdiff
|
tree
|
snapshot
2019-04-20
Lang Hames
[JITLink] Update BuildingAJIT tutorials to account...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-20
Lang Hames
[JITLink] Fix a missing header and bad prototype.
commit
|
commitdiff
|
tree
|
snapshot
2019-04-20
Lang Hames
Initial implementation of JITLink - A replacement for...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-20
Craig Topper
[X86] Disable argument copy elision for arguments passe...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-20
Luqman Aden
[CorrelatedValuePropagation] Mark subs that we know...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-20
Fangrui Song
[ExecutionDomainFix] Optimize a binary search insertion
commit
|
commitdiff
|
tree
|
snapshot
2019-04-20
Fangrui Song
[llvm-symbolizer] Fix section index at the end of a...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-20
Nikita Popov
[IndVarSimplify] Generate full checks for some LFTR...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-20
Nikita Popov
[IndVarSimplify] Add tests for PR31181; NFC
commit
|
commitdiff
|
tree
|
snapshot
2019-04-20
Sam McCall
[ADT] Avoid warning in bsearch testcase
commit
|
commitdiff
|
tree
|
snapshot
2019-04-20
George Rimar
[LLD][ELF] - Fix mistype. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2019-04-20
Fangrui Song
[llvm-objdump] Fix End in disassemblyObject after rL358806
commit
|
commitdiff
|
tree
|
snapshot
2019-04-20
Nikita Popov
[CVP] Add tests for sub nowrap inference; NFC
commit
|
commitdiff
|
tree
|
snapshot
2019-04-20
Nikita Popov
[X86] Fix stack probing on x32 (PR41477)
commit
|
commitdiff
|
tree
|
snapshot
2019-04-20
Fangrui Song
[llvm-objdump] Don't disassemble symbols before SectionAddr
commit
|
commitdiff
|
tree
|
snapshot
2019-04-20
Craig Topper
[X86] Don't turn (and (shl X, C1), C2) into (shl (and...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-20
Craig Topper
[X86] Turn (and (anyextend (shl X, C1), C2)) into ...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-20
Fangrui Song
[llvm-objdump] Simplify --{start,stop}-address
commit
|
commitdiff
|
tree
|
snapshot
2019-04-20
Julian Lettner
[TSan] Support fiber API on macOS
commit
|
commitdiff
|
tree
|
snapshot
2019-04-20
Sam Clegg
[WebAssembly] Object: Improve error messages on invalid...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-19
Amara Emerson
Revert "Revert "[GlobalISel] Add legalization support...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-19
Jessica Paquette
[GlobalISel][AArch64] Legalize + select G_FRINT
commit
|
commitdiff
|
tree
|
snapshot
2019-04-19
Thomas Lively
[WebAssembly] Emit the DataCount section when bulk...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-19
Kristof Umann
[analyzer] Move UninitializedObjectChecker out of alpha
commit
|
commitdiff
|
tree
|
snapshot
2019-04-19
David Blaikie
Modules: Adopt template parameters for variable templat...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-19
David Blaikie
Modules: Search for a visible definition of the decl...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-19
Reid Kleckner
[COFF] Pack Name in Symbol as is done in ELF
commit
|
commitdiff
|
tree
|
snapshot
2019-04-19
Sam Clegg
[WebAssembly] FastISel: Don't fallback to SelectionDAG...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-19
Jonas Devlieghere
[Tests] Split float test into float and doubles
commit
|
commitdiff
|
tree
|
snapshot
2019-04-19
Vedant Kumar
[GVN+LICM] Use line 0 locations for better crash attrib...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-19
Vitaly Buka
Update GN files to build with r358103
commit
|
commitdiff
|
tree
|
snapshot
2019-04-19
Eric Christopher
Remove the EnableEarlyCSEMemSSA set of options from...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-19
Eli Friedman
[AArch64] Fix checks for AArch64MCExpr::VK_SABS flag.
commit
|
commitdiff
|
tree
|
snapshot
2019-04-19
Jessica Paquette
[GlobalISel] Add IRTranslator support for G_FRINT
commit
|
commitdiff
|
tree
|
snapshot
2019-04-19
Amy Huang
Attempt to fix buildbot failure in commit 1bb57bac959ac...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-19
Jessica Paquette
[GlobalISel] Add a G_FRINT opcode
commit
|
commitdiff
|
tree
|
snapshot
2019-04-19
Craig Topper
[X86] Add test case for D60801. NFC
commit
|
commitdiff
|
tree
|
snapshot
2019-04-19
Amy Huang
[MS] Emit S_HEAPALLOCSITE debug info
commit
|
commitdiff
|
tree
|
snapshot
2019-04-19
Casey Carter
[libc++] [test] Silence C++20 deprecation warnings...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-19
Artem Dergachev
Reapply "[analyzer] Introduce a simplified API for...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-19
Chris Bieneman
[CMake] Add fuzzer as a component for runtime builds
commit
|
commitdiff
|
tree
|
snapshot
2019-04-19
Chris Bieneman
[CMake] Pass monorepo build settings in cross compile
commit
|
commitdiff
|
tree
|
snapshot
2019-04-19
Martin Storsjo
[MSVC] If unable to find link.exe from a MSVC installat...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-19
Jonas Devlieghere
[Docs] Add more info about building the docs
commit
|
commitdiff
|
tree
|
snapshot
2019-04-19
Jim Ingham
This test doesn't need to be run for all debug formats.
commit
|
commitdiff
|
tree
|
snapshot
2019-04-19
Brad Smith
Enable frame pointer elimination for OpenBSD on powerpc.
commit
|
commitdiff
|
tree
|
snapshot
2019-04-19
Petr Hosek
[gn] Support dots in CMake paths in the sync script
commit
|
commitdiff
|
tree
|
snapshot
2019-04-19
Jonas Devlieghere
[Docs] Make Doxygen functional
commit
|
commitdiff
|
tree
|
snapshot
2019-04-19
Alina Sbirlea
[LICM & MemorySSA] Make limit flags pass tuning options.
commit
|
commitdiff
|
tree
|
snapshot
2019-04-19
Amara Emerson
Revert "[GlobalISel] Add legalization support for non...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-19
Mitch Phillips
Removed regiser dump checks from FP unit test.
commit
|
commitdiff
|
tree
|
snapshot
2019-04-19
Mitch Phillips
[HWASan] Added no-FP unit test for register dump.
commit
|
commitdiff
|
tree
|
snapshot
2019-04-19
Mitch Phillips
Updated test case.
commit
|
commitdiff
|
tree
|
snapshot
2019-04-19
Mitch Phillips
Added no-FP unit test for register dump.
commit
|
commitdiff
|
tree
|
snapshot
2019-04-19
Alexey Bataev
[OPENMP][NVPTX] target [teams distribute] simd maybe...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-19
Alina Sbirlea
Update to use PipelineTuningOptions. Corresponds to...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-19
Jessica Paquette
[GlobalISel][AArch64] Legalize vector G_FPOW
commit
|
commitdiff
|
tree
|
snapshot
2019-04-19
Alina Sbirlea
[NewPassManager] Adding pass tuning options: loop vecto...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-19
Fangrui Song
[dsymutil] DwarfLinker: delete unused parameter
commit
|
commitdiff
|
tree
|
snapshot
2019-04-19
Sanjay Patel
[SelectionDAG] soften splat mask assert/unreachable...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-19
Nico Weber
llvm-undname: Attempt to fix leak-on-invalid found...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-19
Martin Storsjo
[MinGW] Add an --appcontainer flag, passed through...
commit
|
commitdiff
|
tree
|
snapshot
next