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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
etc
/
platform-intrinsics
/
generator.py
Age
Commit message (
Expand
)
Author
Lines
2018-02-10
fix typos in src/{bootstrap,ci,etc,lib{backtrace,core,fmt_macros}}
Matthias Krüger
-1
/
+1
2017-08-07
Narrow or widen the vector element without changing the vector size
Luca Barbato
-1
/
+9
2016-09-17
remove useless semicolon from python
Eitan Adler
-1
/
+1
2016-09-17
make functions static where possible
Eitan Adler
-9
/
+18
2016-09-17
simplify python code
Eitan Adler
-1
/
+1
2016-06-22
Add target_features for the bit manipulation instruction sets: BMI 1.0, BMI 2...
gnzlbg
-1
/
+0
2016-06-22
Allow different instruction set prefixes within the same architecture
gnzlbg
-8
/
+19
2016-06-22
Add usage examples to the documentation of etc/platform-intrinsics/generator.py
gnzlbg
-0
/
+21
2016-03-29
rustc_platform_intrinsics: remove unused rustc dependency.
Eduard Burtescu
-2
/
+1
2016-03-15
rustc: Improve compile time of platform intrinsics
Alex Crichton
-23
/
+48
2016-03-05
Update platform intrinsic generator script
Ruud van Asseldonk
-3
/
+3
2015-09-12
Add a comment to explain the `#[inline(never)]` annotation
Andrea Canciani
-0
/
+2
2015-09-12
Fix generator.py to avoid pathological inlining
Andrea Canciani
-0
/
+1
2015-09-04
Support return aggregates in platform intrinsics.
Huon Wilson
-16
/
+67
2015-09-04
Support bitcasts in platform intrinsic generator.
Huon Wilson
-34
/
+105
2015-09-04
Support void in platform intrinsic generator.
Huon Wilson
-4
/
+29
2015-09-04
Support non-return value references in platform intrinsic generator.
Huon Wilson
-74
/
+79
2015-09-04
Add support for pointers to generator.py.
Huon Wilson
-9
/
+88
2015-08-29
Support different scalar integer widths in Rust v. LLVM.
Huon Wilson
-11
/
+39
2015-08-29
Style the generator script more PEP8y.
Huon Wilson
-4
/
+42
2015-08-29
Allow unused imports in the generator.
Huon Wilson
-0
/
+2
2015-08-29
Add support for arbitrary metadata for numbers and widths.
Huon Wilson
-52
/
+73
2015-08-29
Add the platform intrinsic generator script.
Huon Wilson
-0
/
+482