Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
f550554c02790a88f31c4ea6de7f3522a08072cc
/
llvm
/
lib
/
CodeGen
/
IntrinsicLowering.cpp
991ce36
Fix lowering of ctlz, so now UnitTests/2005-05-11-Popcount-ffs-fls passes
by Chris Lattner
· 20 years ago
fe5759b
Fix lowering of cttz to work with signed values
by Chris Lattner
· 20 years ago
9ec975a
fix and concisify intinsic lowering for ctpop. Unfortunately, this code
by Chris Lattner
· 20 years ago
9acd314
Wrap long lines. Fix "warning: conflicting types for built-in function 'memset'"
by Chris Lattner
· 20 years ago
5e17782
Implement count leading zeros (ctlz), count trailing zeros (cttz), and count
by Andrew Lenharth
· 21 years ago
d7e534b
Do not use deprecated APIs
by Alkis Evlogimenos
· 21 years ago
30fe4ac2
Lower llvm.sqrt -> fsqrt/sqrt
by Chris Lattner
· 21 years ago
835702a
Remove trailing whitespace
by Misha Brukman
· 21 years ago
b442791
First step in adding pcmarker intrinsic. Second step (soon) is adding backend support.
by Andrew Lenharth
· 21 years ago
531f9e9
This mega patch converts us from using Function::a{iterator|begin|end} to
by Chris Lattner
· 21 years ago
b3846f4
Lower llvm.isunordered(a, b) into a != a | b != b.
by Alkis Evlogimenos
· 21 years ago
c87e03a
Lower prefetch to a noop, patch contributed by Justin Wick!
by Chris Lattner
· 21 years ago
63b38bd
Fix #includes of i*.h => Instructions.h as per PR403.
by Misha Brukman
· 21 years ago
eb04d9b
Add #include <iostream> since Value.h does not #include it any more.
by Reid Spencer
· 21 years ago
bcdadf3
Move the IntrinsicLowering header into the CodeGen directory, as per PR346
by Chris Lattner
· 21 years ago
24650d2
Move into the VMCore library
by Chris Lattner
· 22 years ago
08c196d
Implement the default implementation of the intrinsic lowering class
by Chris Lattner
· 22 years ago