index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rustllvm
Age
Commit message (
Expand
)
Author
Lines
2020-06-25
Prepare for LLVM 11
Josh Stone
-43
/
+134
2020-06-19
Rollup merge of #73347 - tmiasko:incompatible-sanitizers, r=nikic
Manish Goregaokar
-6
/
+7
2020-06-19
Rollup merge of #73011 - richkadel:llvm-count-from-mir-pass, r=tmandry
Ralf Jung
-0
/
+6
2020-06-17
add blank line bw sections
asrar
-1
/
+1
2020-06-16
trim whitespace
root
-3
/
+3
2020-06-16
break long line for formatting
root
-1
/
+5
2020-06-16
add header for rust specific feature
root
-2
/
+1
2020-06-15
[WIP] injects llvm intrinsic instrprof.increment for coverage reports
Rich Kadel
-0
/
+6
2020-06-14
Add rust features to print target features
asrar
-0
/
+3
2020-06-14
Diagnose use of incompatible sanitizers
Tomasz Miąsko
-6
/
+7
2020-06-12
Auto merge of #69478 - avr-rust:avr-support-upstream, r=jonas-schievink
bors
-0
/
+7
2020-06-09
Handle assembler warnings properly
Amanieu d'Antras
-1
/
+46
2020-06-09
[AVR] Add AVR platform support
Jake Goulding
-0
/
+7
2020-05-29
Improve inline asm error diagnostics
Amanieu d'Antras
-4
/
+27
2020-05-21
rustllvm: Fix warnings about unused function parameters
Vadim Petrochenkov
-6
/
+3
2020-05-18
Implement asm! codegen
Amanieu d'Antras
-0
/
+6
2020-05-17
Auto merge of #72248 - petrochenkov:codemodel, r=Amanieu
bors
-5
/
+7
2020-05-16
rustc_target: Stop using "string typing" for code models
Vadim Petrochenkov
-5
/
+7
2020-05-14
Consistently use LLVM lifetime markers during codegen
Tomasz Miąsko
-2
/
+2
2020-05-09
Rollup merge of #71234 - maurer:init-array, r=cuviper
Ralf Jung
-1
/
+3
2020-04-29
Auto merge of #71528 - alexcrichton:no-more-bitcode, r=nnethercote
bors
-0
/
+28
2020-04-29
Use .init_array rather than .ctors
Matthew Maurer
-1
/
+3
2020-04-29
Store LLVM bitcode in object files, not compressed
Alex Crichton
-0
/
+28
2020-04-26
codegen_llvm: `RelocMode` -> `RelocModel`
Vadim Petrochenkov
-9
/
+9
2020-04-26
rustc_target: Stop using "string typing" for relocation models
Vadim Petrochenkov
-4
/
+1
2020-04-14
Update the minimum external LLVM to 8
Josh Stone
-45
/
+2
2020-04-02
Add hash of source files in debug info
Arlo Siemsen
-2
/
+27
2020-03-19
Update CreateMemSet() usage for LLVM 10
Nikita Popov
-0
/
+5
2020-03-19
Fix timeTraceProfilerInitialize for LLVM 10
Nikita Popov
-1
/
+5
2020-03-11
librustc_codegen_llvm: Use slices instead of 0-terminated strings
Tomasz Miąsko
-21
/
+26
2020-03-09
Use slices in preference to 0-terminated strings
Tomasz Miąsko
-59
/
+87
2020-03-05
Change DIBuilderCreateEnumerator signature to match LLVM 9
Tomasz Miąsko
-4
/
+4
2020-03-03
Invoke OptimizerLastEPCallbacks in PreLinkThinLTO
Tomasz Miąsko
-2
/
+10
2020-02-13
Auto merge of #69144 - Dylan-DPC:rollup-apt6zjj, r=Dylan-DPC
bors
-2
/
+2
2020-02-13
add selfprofiling for new llvm passmanager
Andreas Jonson
-1
/
+64
2020-02-13
Enable use after scope detection in the new LLVM pass manager
Tomasz Miąsko
-2
/
+2
2020-02-12
Rollup merge of #67954 - nikic:new-pm, r=nagisa
Dylan DPC
-1
/
+251
2020-02-12
Add support for new pass manager
Nikita Popov
-1
/
+243
2020-02-12
Use IRBuilder to create memset
Nikita Popov
-0
/
+8
2020-02-12
Properly use the darwin archive format on Apple targets
Anthony Ramine
-0
/
+3
2020-02-01
Add support for enabling the LLVM time-trace feature
Wesley Wiser
-0
/
+18
2020-01-27
Detect use-after-scope bugs with AddressSanitizer
Tomasz Miąsko
-1
/
+2
2020-01-07
Switch to using MaybeAlign APIs
Nikita Popov
-0
/
+14
2020-01-07
Handle switch to Expected<StringRef> for section name
Nikita Popov
-0
/
+8
2020-01-07
Pass isDefined parameter to createGlobalVariableExpression()
Nikita Popov
-0
/
+3
2020-01-07
Don't handle removed FlagBlockByrefStruct
Nikita Popov
-0
/
+2
2020-01-07
Update thinLTOInternalizeAndPromoteInIndex() usage
Nikita Popov
-0
/
+10
2020-01-07
Handle removal of llvm::make_unique()
Nikita Popov
-2
/
+17
2020-01-07
CodeGenFileType moved outside TargetMachine
Nikita Popov
-0
/
+13
2020-01-07
Explicitly include InitializePasses.h
Nikita Popov
-0
/
+1
[next]