Sign in
rust
/
rust-lang
/
llvm-project
/
HEAD
2a22c80
Fix link to "Updating LLVM" documentation (#42)
by Alex Tokarev
· 5 years ago
master
7e39330
Link to rustc-guide update docs
by Alex Crichton
· 6 years ago
82a77c0
Merge pull request #5 from mbrobbel/patch-1
by Alex Crichton
· 6 years ago
030a173
Fix typo in README
by Matthijs Brobbel
· 6 years ago
124908a
Remove one more stray file
by Alex Crichton
· 6 years ago
8feb34d
Delete the master branch so it's not accidentally used
by Alex Crichton
· 6 years ago
35c5374
Fix -Wsign-compare in new tests
by Reid Kleckner
· 6 years ago
83aeace
Fix an MSVC bot failure from r351474.
by Erik Pilkington
· 6 years ago
3bcccdf
[SampleFDO] Skip profile reading when flattened profile used in ThinLTO postlink
by Wei Mi
· 6 years ago
edd653b
[InstCombine] Don't sink dynamic allocas
by Reid Kleckner
· 6 years ago
5094e5e
NFC: Make the copies of the demangler byte-for-byte identical
by Erik Pilkington
· 6 years ago
b60de17
[clang-tidy] Add abseil-duration-conversion-cast check
by Hyrum Wright
· 6 years ago
4d14502
Fix the buildbot failure introduced by r351404
by Sanjin Sijaric
· 6 years ago
b95b6f4
Revert r351208 (which was a revert of r350892).
by Aaron Ballman
· 6 years ago
65e96bd
Revert r351209 (which was a revert of r350891) with a fix.
by Aaron Ballman
· 6 years ago
5f73474
llvm build: Merge r351448
by Nico Weber
· 6 years ago
390b3b3
[Documentation] Fix another link in docs/clang-tidy/Contributing.rst.
by Eugene Zelenko
· 6 years ago
76c77d9
[Documentation] Another attempt to fix link in docs/clang-tidy/Contributing.rst. Use HTTPS for links.
by Eugene Zelenko
· 6 years ago
6bea2f2
[Documentation] Fix link in docs/clang-tidy/Contributing.rst.
by Eugene Zelenko
· 6 years ago
73a0c24
[WebAssembly] Fixing 2 more symbol offset related tests.
by Wouter van Oortmerssen
· 6 years ago
032ef2d
[Test] Fix debug-loc-0.mir with EXPENSIVE_CHECKS
by Jonas Devlieghere
· 6 years ago
fb877cb
[Documentation] Add a chapter about Clang-tidy integrations.
by Eugene Zelenko
· 6 years ago
7ab15a7
[WebAssembly] Changed objdump output to offsets instead of indices.
by Wouter van Oortmerssen
· 6 years ago
2ff012d
[CodeGenObjC] Use a constant value for non-fragile ivar offsets when possible
by Erik Pilkington
· 6 years ago
f3b762a
[WebAssembly] Fixed objdump not parsing function headers.
by Wouter van Oortmerssen
· 6 years ago
194d00e
[ObjC] Follow-up r350768 and allow the use of unavailable methods that are
by Alex Lorenz
· 6 years ago
4fce28c
Add a missing dependency to fix build.
by Rui Ueyama
· 6 years ago
c93390b
TLS: Respect visibility for thread_local variables on Darwin (PR40327)
by Vlad Tsyrklevich
· 6 years ago
b795c31
[libFuzzer][MSVC] Make attribute-use compatible with MSVC
by Jonathan Metzman
· 6 years ago
8d86f1b
Revert "[ThinLTO] Add summary entries for index-based WPD"
by Teresa Johnson
· 6 years ago
0be9960
Add -dump-input=always to cfi-devirt test to debug flake
by Teresa Johnson
· 6 years ago
4fcf3b16
[ThinLTO] Add summary entries for index-based WPD
by Teresa Johnson
· 6 years ago
e50d9cb
[llvm-readobj][ELF]Add demangling support
by James Henderson
· 6 years ago
81cff31
CodeGen: Cast llvm.flt.rounds result to match __builtin_flt_rounds
by Anton Korobeynikov
· 6 years ago
ce5b5b4
Move demangling function from llvm-objdump to Demangle library
by James Henderson
· 6 years ago
7630e0b
Recommit "Teach the default symbol vendor to respect module.GetSymbolFileFileSpec()"
by Pavel Labath
· 6 years ago
35ab86d
build_llvm_package.bat: Run more tests
by Hans Wennborg
· 6 years ago
bdbc14d
Recommit "Add a verbose mode to "image dump line-table" and use it to write a .debug_line test"
by Pavel Labath
· 6 years ago
61a8d3f
[LoopSimplifyCFG] Form LCSSA when a parent loop becomes a sibling
by Max Kazantsev
· 6 years ago
8b13416
[LoopSimplifyCFG] Fix order of deletion of complex dead subloops
by Max Kazantsev
· 6 years ago
799b5dc
Revert r351311 "[OMPT] Make sure that OMPT is enabled when accessing internals of the runtime"
by Hans Wennborg
· 6 years ago
6cc9c3c
[X86][SSE] Add PR40340 test case
by Simon Pilgrim
· 6 years ago
8260bf9
[X86] Add AVX512 test to insertps
by Simon Pilgrim
· 6 years ago
43c8dd9
GlobalISel: Add comment to clarify G_BUILD_VECTOR
by Matt Arsenault
· 6 years ago
0cb08e4
Allow FP types for atomicrmw xchg
by Matt Arsenault
· 6 years ago
bd13c97
[MC] Remove unused variable
by Benjamin Kramer
· 6 years ago
639e066
Fix capitalization. NFC
by Diana Picus
· 6 years ago
d5c2499
[ARM GlobalISel] Allow calls to varargs functions
by Diana Picus
· 6 years ago
88a13b9
[NewPM] Add -fsanitize={memory,thread} handling to clang
by Philip Pfaffe
· 6 years ago
07f1c62
[RISCV] Add codegen support for RV64A
by Alex Bradbury
· 6 years ago
b6940306
[ARM64][Windows] Share unwind codes between epilogues
by Sanjin Sijaric
· 6 years ago
ce5cafe
[llvm-objdump] - Fix comment. NFC.
by George Rimar
· 6 years ago
6ce6bfa
[llvm-objdump] - Simplify the getRelocationValueString. NFCI.
by George Rimar
· 6 years ago
ee61308
[NFC] Factor out some local vars
by Max Kazantsev
· 6 years ago
ba2a2fb
[CMake][Fuchsia] Disable modules for the second stage build
by Petr Hosek
· 6 years ago
0e997ef
[hurd] Fix unconditional use of PATH_MAX
by Eric Fiselier
· 6 years ago
cbda16e
[WebAssembly] Parse llvm.ident into producers section
by Thomas Lively
· 6 years ago
2a0868f
[WebAssembly] Merge producers section
by Thomas Lively
· 6 years ago
a9906c1
[MergeFunc] Prevent silent miscompile of vararg functions
by Vedant Kumar
· 6 years ago
3cfcc94
Revert "[WebAssembly] Parse llvm.ident into producers section"
by Thomas Lively
· 6 years ago
d24ae47
Revert "[WebAssembly] Merge producers section"
by Thomas Lively
· 6 years ago
015585a
[X86] Add custom emission for the avx512 scatter builtins to convert from scalar integer to vXi1 for the mask arguments to the intrinsics.
by Craig Topper
· 6 years ago
bf37c81
[X86] Remove GCCBuiltin from deprecated avx512 scatter intrinsics that use scalar integers for mask.
by Craig Topper
· 6 years ago
aeedaef
[docs] Fix formatting.
by Eli Friedman
· 6 years ago
e21ab22
[FunctionComparator] Consider tail call kinds
by Vedant Kumar
· 6 years ago
685565a
[SEH] [ARM64] Retrieve the frame pointer from SEH funclets
by Sanjin Sijaric
· 6 years ago
82ceec5
[docs] Add more ARM/AArch64 links to CompilerWriterInfo.rst .
by Eli Friedman
· 6 years ago
4daffc1
[Frontend] Make WrapperFrontendAction call WrappedAction.PrepareToExecuteAction.
by Volodymyr Sapsai
· 6 years ago
7ec7a29
[WebAssembly] Merge producers section
by Thomas Lively
· 6 years ago
a56c23c
[WebAssembly] Parse llvm.ident into producers section
by Thomas Lively
· 6 years ago
c770012
Fix sanitizer tool list used to generate sanitizer_common tests to be up-to-date.
by Dan Liew
· 6 years ago
79c4408
Fix a mistake in rL351392.
by Wei Mi
· 6 years ago
5391489
[ELF][X86_64] Fix corrupted LD -> LE optimization for TLS without PLT
by Peter Wu
· 6 years ago
669edb5
[AsmPrinter] Collapse .loc 0 0 directives
by Jonas Devlieghere
· 6 years ago
0339151
[analyzer] Another RetainCountChecker cleanup
by George Karpenkov
· 6 years ago
f153cdf
[analyzer] [NFC] Yet another minor cleanup of RetainCountChecker
by George Karpenkov
· 6 years ago
c876e3d
[PGO] Make pgo related options in opt more consistent.
by Wei Mi
· 6 years ago
9317797
Recommit r351160 "[X86] Make _xgetbv/_xsetbv on non-windows platforms"
by Craig Topper
· 6 years ago
bb5b066
[X86] Add versions of the avx512 gather intrinsics that take the mask as a vXi1 vector instead of a scalar
by Craig Topper
· 6 years ago
089567c8
[X86] Remove GCCBuiltin from deprecated gather builtins in preparation for custom handling in clang.
by Craig Topper
· 6 years ago
3a2028f
[WebAssembly] Remove expected failure from known_gcc_test_failures.txt. NFC.
by Sam Clegg
· 6 years ago
4675d21
[NFC] Factor out + document build requirements
by JF Bastien
· 6 years ago
bc3a595
[TSan] Fix comment. NFC.
by Philip Pfaffe
· 6 years ago
6273bb5
XFAIL test on Windows
by Adrian Prantl
· 6 years ago
ca16e9d
[X86] Sink complex MCU CC helper to .cpp file from .h file, NFC
by Reid Kleckner
· 6 years ago
7382066
Fix libc++ mac driver test to pass on Windows
by Reid Kleckner
· 6 years ago
58bd01f
PR40329: [adl] Fix determination of associated classes when searching a
by Richard Smith
· 6 years ago
59abdf5
[X86] Add X86ISD::VSHLV and X86ISD::VSRLV nodes for psllv and psrlv
by Craig Topper
· 6 years ago
5ea3120
[X86] Use X86ISD::BLENDV for blendv intrinsics. Replace vselect with blendv just before isel table lookup. Remove vselect isel patterns.
by Craig Topper
· 6 years ago
fe9269f
AMDGPU: Adjust the chain for loads writing to the HI part of a register.
by Changpeng Fang
· 6 years ago
e5b7cc8
[X86] Add a one use check to the setcc inversion code in combineVSelectWithAllOnesOrZeros
by Craig Topper
· 6 years ago
238ad13
[X86] Add test case for D56765. NFC
by Craig Topper
· 6 years ago
2ee7b88
Change TypeSystem::GetBitSize() to return an optional result.
by Adrian Prantl
· 6 years ago
5fa75a0
[X86] Add additional saturating add/sub vector tests; NFC
by Nikita Popov
· 6 years ago
43aad9c
Fix most of LLVM's tests with LLVM_ENABLE_PIC=OFF
by Nico Weber
· 6 years ago
e5653be
compiler-rt tests: Unbreak cmake with LLVM_ENABLE_PIC=OFF on mac
by Nico Weber
· 6 years ago
9b8bb32
[OpenMP] Add omp_pause_resource* API
by Jonathan Peyton
· 6 years ago
837da5d
[Fixed Point Arithmetic] Fixed Point Subtraction
by Leonard Chan
· 6 years ago
33c49c0
[COFF, ARM64] Implement support for SEH extensions __try/__except/__finally
by Mandeep Singh Grang
· 6 years ago
4121eaf
[Hexagon] Do not promote terminator instructions in Hexagon loop idioms
by Krzysztof Parzyszek
· 6 years ago
Next »