Andrew Brown
e1d513ab4b
Fix remaining clippy warnings ( #1340 )
...
* clippy: allow complex encoding function
* clippy: remove unnecessary main() function in doctest
* clippy: remove redundant `Type` suffix on LaneType enum variants
* clippy: ignore incorrect debug_assert_with_mut_call warning
* clippy: fix FDE clippy warnings
2020-01-17 14:03:30 -06:00
bjorn3
c274d81b5b
Fix it
2019-10-02 11:50:44 -07:00
bjorn3
1a99ac6b4a
Always use extern crate std in cranelift-frontend
2019-10-02 11:50:44 -07:00
Joshua Nelson
a1f6457e8a
Allow building without std ( #1069 )
...
Closes https://github.com/CraneStation/cranelift/issues/1067
2019-09-26 18:00:03 +02:00
Erin Power
5426e42a27
Revert "Remove FunctionBuilderContext from API, and change FunctionBuilder API"
...
This reverts commit 39e638af99dbe6537bc935bfb1a74669b62877b3.
2019-09-17 08:58:46 +02:00
Aaron Power
8fd1128990
Remove FunctionBuilderContext from API, and change FunctionBuilder API
2019-09-07 14:43:07 -07:00
Nicolas B. Pierron
1c5711c12b
Basic Block: Fix IR builder library example. ( #989 )
2019-09-06 14:27:02 -06:00
Pat Hickey
89d741f8ae
upgrade to target-lexicon 0.8.0
...
* the target-lexicon crate no longer has or needs the std feature
in cargo, so we can delete all default-features=false, any mentions
of its std feature, and the nostd configs in many lib.rs files
* the representation of arm architectures has changed, so some case
statements needed refactoring
2019-09-04 15:12:17 -07:00
Rett Berg
084722a118
fix typos in cranelift-frontend/src/lib.rs
2019-02-06 20:31:01 -08:00
lazypassion
747ad3c4c5
moved crates in lib/ to src/, renamed crates, modified some files' text ( #660 )
...
moved crates in lib/ to src/, renamed crates, modified some files' text (#660 )
2019-01-28 15:56:54 -08:00