index
:
delta/rust.git
92745/rustdoc-semantic-ids
Aaronepower-patch-1
Camelid-RustThanks
E0002-precision
GuillaumeGomez-patch-1
Havvy-patch-1
LeSeulArtichaut-patch-1
SimonSapin-patch-1
XAMPPRocky-patch-1
XAMPPRocky-patch-1-1
XAMPPRocky-patch-2
accept-felixes-typo
acrichto-tmp
adt-docs-fix
alex-tmp
aphs-no-unsynchronised-llvm-err-global
appveyor
auto
beta
beta-fix-69341
beta-next
borrowck-niche-discriminants
borrowck-snippet
c9788fdd5b8
clarify-tidy-since
clean-two-dots
cleanup-e0554
clone-shim-split
compiler-autolabel
const-generics-coerce-unsized
const_tls_local_panic_count
cranelift-rebase
debug-48866
debug-for-422
debug-intravisit-fnkind
duplicate-word
fix-1.38-type_name
fix-63313
fix-async-date
fix-cancel
fix-dev-no-comment
fix-loop-break-mir-generation
fix-publish-toolstate-syntax-error
followup-from-92533
frewsxcv-issue-44929
frewsxcv-issue-45636
frewsxcv-patch-1
frewsxcv-patch-2
frewsxcv-patch-3
frewsxcv-rename-slice-swap-param
frewsxcv/unstable-book
generators-clone-doc
gh35653
gitignore-readd-tmp
hex-value-process-exit
homu-tmp
increase-nested-groups-test-coverage
into_raw_non_null
ishitatsuyuki-patch-1
issue-85533
jdm-patch-1
jonas-schievink-patch-1
jonas-schievink-patch-2
kennytm/steal-the-cron-job
lcnr-doc-patch
lcnr-patch-1
libs-tracking-issue
llvm-5
llvm-6-test
llvm-6-try
llvm-icebreakers-ping
llvm-icebreakers-ping-1
master
maybe-bound-eror
maybe-uninit-gates
min/add-track-caller
min_const_generics-version
more-osx-cores
multisuggest_disambiguation
must-use-join
mutable-overloaded-operators
nellshamrell/fix-80658
nightly-dev
nitpick-slp
nll-alias-analysis
nox/i-need-a-niche-but-i-have-no-dog
nrc-patch-1
oli-obk-patch-1
opt-fuse
ostrich
pass-check-runfail
perf-odds-and-ends
permit-asyncawait-ondeck-by-anyone
petrochenkov-patch-1
petrochenkov-patch-2
pietroalbini-patch-1
place2_2
pr-75593
promote-tmp
release-notes-tweak
relnotes-1.50.0
relnotes-1.51.0
relnotes-1.52.0
remove-most-azure
remove-unwanted-z-index
revert-105395-sunfishcode/update-wasi
revert-74416-linker-locale-utf8
revert-76110-convert-openoptions-cint
revert-77467-query-docs
revert-77961-embed-bitcode
revert-80244-spans
revert-82057-cstr
revert-82313-update-normalize-css
revert-88147-issue-88097
revert-88548-intersperse
revert-98576-region-stuff-cool-beans
rust-1.17-relnotes
rust-1.19.0-relnotes
rust-analyzer-2020-09-09
rust-analyzer-2020-09-14
rust-analyzer-2021-11-22
rustc-spring-cleaning
rustdoc-autolabel
rustix
sfackler-patch-1
sgrif-patch-1
shallow-borrow-fixes
single_derive
slice
snap-stage3
some-new-labels
sort_by_cached_key
spastorino-patch-1
stable
stable-1.31.1
stable-next
steveklabnik-must-use
steveklabnik-patch-1
temp-dev-stable
tmandry-patch-1
tmp
tmp-nightly
to-be-dev-nightly
travis-shell
triagebot-ping-alias
try
try-build-llvm
turbo-expander
upgrade-to-9.4-xcode
upper-tuple
vec-leak
wesleywiser-patch-1
whitelist-thumb
x-link-mem-swaps
xcode9.4
yeet-unused-substs
github.com: rust-lang/rust.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rustllvm
/
RustWrapper.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
rustc_codegen_llvm: avoid converting between DILocation and Value.
Eduard-Mihai Burtescu
2020-03-19
1
-4
/
+4
*
rustc_codegen_llvm: move DISubprogram creation to a dbg_scope_fn method.
Eduard-Mihai Burtescu
2020-03-19
1
-2
/
+3
*
librustc_codegen_llvm: Use slices instead of 0-terminated strings
Tomasz Miąsko
2020-03-11
1
-21
/
+26
*
Use slices in preference to 0-terminated strings
Tomasz Miąsko
2020-03-09
1
-59
/
+87
*
Change DIBuilderCreateEnumerator signature to match LLVM 9
Tomasz Miąsko
2020-03-05
1
-4
/
+4
*
Use IRBuilder to create memset
Nikita Popov
2020-02-12
1
-0
/
+8
*
Switch to using MaybeAlign APIs
Nikita Popov
2020-01-07
1
-0
/
+14
*
Handle switch to Expected<StringRef> for section name
Nikita Popov
2020-01-07
1
-0
/
+8
*
Pass isDefined parameter to createGlobalVariableExpression()
Nikita Popov
2020-01-07
1
-0
/
+3
*
Don't handle removed FlagBlockByrefStruct
Nikita Popov
2020-01-07
1
-0
/
+2
*
Handle removal of llvm::make_unique()
Nikita Popov
2020-01-07
1
-0
/
+4
*
Migrate to LLVM{Get,Set}ValueName2
Josh Stone
2019-12-04
1
-4
/
+6
*
Update the minimum external LLVM to 7
Josh Stone
2019-12-02
1
-37
/
+0
*
Add FFI bindings for Module::getInstructionCount()
Simon Heath
2019-11-02
1
-0
/
+8
*
Pass type to byval attributes
Nikita Popov
2019-07-09
1
-0
/
+22
*
Remove the unused LLVMRustIsRustLLVM
Josh Stone
2019-04-18
1
-8
/
+0
*
rustc: Start implementing compat with LLVM 9
Alex Crichton
2019-04-05
1
-8
/
+23
*
Implement ffi_returns_twice attribute
gnzlbg
2019-02-23
1
-0
/
+2
*
Auto merge of #55641 - nagisa:optimize-attr, r=pnkfelix
bors
2019-01-26
1
-0
/
+2
|
\
|
*
Implement optimize(size) and optimize(speed)
Simonas Kazlauskas
2019-01-24
1
-0
/
+2
*
|
Set the DICompileUnit emissionKind
Josh Stone
2019-01-25
1
-2
/
+23
*
|
Rebase to the llvm-project monorepo
Josh Stone
2019-01-25
1
-7
/
+86
|
/
*
Remove licenses
Mark Rousskov
2018-12-25
1
-10
/
+0
*
Bump minimum required LLVM version to 6.0
Nikita Popov
2018-12-09
1
-15
/
+0
*
Auto merge of #55010 - tromey:Bug-9224-generic-parameters, r=michaelwoerister
bors
2018-12-03
1
-4
/
+6
|
\
|
*
Add template parameter debuginfo to generic types
Tom Tromey
2018-11-29
1
-4
/
+6
*
|
Enable -mergefunc-use-aliases
Nikita Popov
2018-11-30
1
-0
/
+8
|
/
*
Conditionally compile in only the extra argument.
Edd Barrett
2018-11-25
1
-7
/
+4
*
Make Rustc build with LLVM trunk.
Edd Barrett
2018-11-25
1
-0
/
+7
*
Auto merge of #55698 - nikic:remove-llvm-4-support, r=alexcrichton
bors
2018-11-11
1
-158
/
+2
|
\
|
*
Remove support for building against LLVM 4
Nikita Popov
2018-11-05
1
-158
/
+2
*
|
Rollup merge of #55633 - nikic:memcpy-align, r=nagisa
Mark Rousskov
2018-11-08
1
-0
/
+34
|
\
\
|
|
/
|
/
|
|
*
Support memcpy/memmove with differing src/dst alignment
Nikita Popov
2018-11-04
1
-0
/
+34
*
|
Remove checks for LLVM < 4.0
Nikita Popov
2018-11-01
1
-10
/
+0
|
/
*
Fix DWARF generation for enums
Tom Tromey
2018-10-30
1
-2
/
+47
*
exit with status code 101 on fatal LLVM error
Andy Russell
2018-10-12
1
-0
/
+24
*
Support for disabling the PLT on ELF targets
Gabriel Majeri
2018-10-11
1
-0
/
+2
*
codegen_llvm: check inline assembly constraints with LLVM
Levente Kurusa
2018-09-25
1
-0
/
+5
*
Auto merge of #51007 - AstralSorcerer:master, r=nagisa
bors
2018-08-07
1
-0
/
+10
|
\
|
*
Make globals with private linkage unnamed. Fixes #50862.
Colin Pronovost
2018-07-31
1
-0
/
+10
*
|
rustc: Handle linker diagnostic from LLVM
Alex Crichton
2018-07-31
1
-0
/
+3
|
/
*
rustc_codegen_llvm: remove more unused functions.
Irina Popa
2018-07-30
1
-9
/
+0
*
still support LLVM4 for emscripten
gnzlbg
2018-07-09
1
-1
/
+167
*
bump minimum LLVM version to 5.0
gnzlbg
2018-07-09
1
-198
/
+3
*
Auto merge of #49249 - gnzlbg:simd_minmax, r=alexcrichton
bors
2018-03-27
1
-0
/
+20
|
\
|
*
require llvm 6
gnzlbg
2018-03-26
1
-0
/
+11
|
*
implement minmax intrinsics
gnzlbg
2018-03-26
1
-0
/
+9
*
|
Auto merge of #48346 - emilio:pgo, r=alexcrichton
bors
2018-03-26
1
-0
/
+3
|
\
\
|
|
/
|
/
|
|
*
librustc_llvm: Show PGO diagnostics properly.
Emilio Cobos Álvarez
2018-03-25
1
-0
/
+3
*
|
Polyfill LLVMBuildExactUDiv
Scott McMurray
2018-03-24
1
-0
/
+8
|
/
[next]