Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
dd46eb770f1bf7f38aa440fa23786c8976be16aa
/
llvm
/
lib
/
CodeGen
/
PseudoSourceValue.cpp
55f1c09
Push LLVMContexts through the IntegerType APIs.
by Owen Anderson
· 16 years ago
fbcc663
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
by Torok Edwin
· 16 years ago
56d0659
assert(0) -> LLVM_UNREACHABLE.
by Torok Edwin
· 16 years ago
4f2fea1
Now that errs() is properly non-buffered, there's no need to
by Dan Gohman
· 17 years ago
ee1cd17
Have PseudoSourceValue override Value::dump, so that it works
by Dan Gohman
· 17 years ago
a5b15bd
Remove the std::ostream form of PseudoSourceValue's print,
by Dan Gohman
· 17 years ago
a078d83
simplify PseudoSourceValue printing a bit. Unnest all of PseudoSourceValue.cpp from the llvm namespace.
by Chris Lattner
· 17 years ago
72e7d91
Print PseudoSourceValue.
by Evan Cheng
· 17 years ago
09b0448
Enable rematerialization of constants using AliasAnalysis::pointsToConstantMemory,
by Dan Gohman
· 17 years ago
793357b
Fix edito in the PseudoSourceValue name list.
by Dan Gohman
· 17 years ago
02c7c6c
Include a frame index in the "fixed stack" pseudo source value
by Dan Gohman
· 17 years ago
bdc24ad
A quick nm audit turned up several fixed tables and objects that were
by Dan Gohman
· 18 years ago
7b5d916
From Chris' review: fix 80 column violations
by Dan Gohman
· 18 years ago
16d4bc3
Follow Chris' suggestion; change the PseudoSourceValue accessors
by Dan Gohman
· 18 years ago
2d489b5
Re-apply the memory operand changes, with a fix for the static
by Dan Gohman
· 18 years ago
27b32b8
Revert 46556 and 46585. Dan please fix the PseudoSourceValue problem and re-commit.
by Evan Cheng
· 18 years ago
02b6792
Add a new PseudoSourceValue class, which will be used to help track
by Dan Gohman
· 18 years ago