Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
05732c86d49e6595dd0ea0c23af4817895dcbb70
/
llvm
/
lib
/
Transforms
/
Utils
/
ValueMapper.cpp
b1c9317
Remove trailing whitespace
by Misha Brukman
· 21 years ago
7e6d4a1
Add support for UndefValue
by Chris Lattner
· 21 years ago
889d346
Add value mapper support for select constant exprs. This should fix a bug
by Chris Lattner
· 21 years ago
8324372
Stop using getValues().
by Alkis Evlogimenos
· 21 years ago
3b4e83e
Remove an if statement that would never be reached.
by Reid Spencer
· 21 years ago
cb3fb5d
bug 122: - Replace ConstantPointerRef usage with GlobalValue usage
by Reid Spencer
· 21 years ago
32c518e
Progress on PR341
by Chris Lattner
· 21 years ago
eb04d9b
Add #include <iostream> since Value.h does not #include it any more.
by Reid Spencer
· 21 years ago
6182acf
Move RemapInstruction() to ValueMapper, so that it can be shared with
by Brian Gaeke
· 21 years ago
76b2ff4
Adjustments to support the new ConstantAggregateZero class
by Chris Lattner
· 22 years ago
4299637
Remove use of ConstantExpr::getShift
by Chris Lattner
· 22 years ago
df3c342
Finegrainify namespacification
by Chris Lattner
· 22 years ago
960707c
Put all LLVM code into the llvm namespace, as per bug 109.
by Brian Gaeke
· 22 years ago
8055fb3
Yet more fixes for constant expr shifts
by Chris Lattner
· 22 years ago
482202a
Added LLVM project notice to the top of every C++ source file.
by John Criswell
· 22 years ago
6aa34b0
Avoid doing pointless work. Amazingly, this makes us go faster.
by Chris Lattner
· 22 years ago
de6f87b
New const_cast instead of c style cast
by Chris Lattner
· 23 years ago
803c66b
Add debugging helper
by Chris Lattner
· 23 years ago
1ee7f8e
Fix bug that was bugging bugpoint
by Chris Lattner
· 23 years ago
e4dbb1a
Initial checkin of Module cloning support stuff
by Chris Lattner
· 23 years ago