StackOverflow Questions for Tag: llvm-codegen

Shore
Shore

Reputation: 1033

How to write a simple LLVM backend target?

Score: 1

Views: 406

Answers: 1

Read More
WiSaGaN
WiSaGaN

Reputation: 48137

Can Rust optimise away the bit-wise copy during move of an object someday?

Score: 30

Views: 4447

Answers: 2

Read More
Ilyass
Ilyass

Reputation: 1

How does LLVM IR map to RISCV Assembly Code

Score: 0

Views: 37

Answers: 0

Read More
Shore
Shore

Reputation: 1033

How to use LLVM framework to make a compiler that targeting to different architecture

Score: 0

Views: 25

Answers: 0

Read More
Shore
Shore

Reputation: 1033

Would there be an simple example of how to add a new target machine and compile the relative assembly in LLVM?

Score: 0

Views: 45

Answers: 0

Read More
macleginn
macleginn

Reputation: 341

Why does LLVM allocate a redundant variable?

Score: 11

Views: 547

Answers: 3

Read More
Remz
Remz

Reputation: 3428

Does the C++ standard allow for an uninitialized bool to crash a program?

Score: 575

Views: 41896

Answers: 6

Read More
Doe
Doe

Reputation: 675

How to prevent function calls from being optimized away?

Score: 6

Views: 7559

Answers: 4

Read More
Zhiyao
Zhiyao

Reputation: 4414

Is signed integer overflow in safe Rust in release mode considered as undefined behavior?

Score: 10

Views: 6009

Answers: 1

Read More
pralay das
pralay das

Reputation: 11

Selection DAG from LLVM IR?

Score: 1

Views: 245

Answers: 0

Read More
WiSaGaN
WiSaGaN

Reputation: 48137

When should inline be used in Rust?

Score: 139

Views: 34767

Answers: 1

Read More
Zhiyao
Zhiyao

Reputation: 4414

Why does the Rust compiler not optimize code assuming that two mutable references cannot alias?

Score: 420

Views: 53459

Answers: 1

Read More
Matthias
Matthias

Reputation: 8180

Can I force Rust to not optimize a single function?

Score: 15

Views: 5850

Answers: 2

Read More
Zachary Vander Klippe
Zachary Vander Klippe

Reputation: 108

LLVM C-API Lifecycles of core objects

Score: 0

Views: 382

Answers: 1

Read More
ruohola
ruohola

Reputation: 24107

How does Rust's 128-bit integer `i128` work on a 64-bit system?

Score: 197

Views: 38765

Answers: 4

Read More
Tudor Bosman
Tudor Bosman

Reputation: 61

x86_64 incorrect calling convention when calling function

Score: 0

Views: 575

Answers: 1

Read More
llogiq
llogiq

Reputation: 14541

Why does LLVM appear to ignore Rust's assume intrinsic?

Score: 15

Views: 756

Answers: 1

Read More
soc
soc

Reputation: 28443

Why does clang emit a 32-bit float ps instruction for the absolute value of a 64-bit double?

Score: 4

Views: 413

Answers: 1

Read More
Lukas Kalbertodt
Lukas Kalbertodt

Reputation: 88956

What do the optimization levels `-Os` and `-Oz` do in rustc?

Score: 35

Views: 17968

Answers: 3

Read More
muke
muke

Reputation: 396

Emitting Object Code In Memory With LLVM's C API

Score: 2

Views: 508

Answers: 0

Read More
PreviousPage 1Next