Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
94a4bcdce36558e918be2c29f2e4ce4cb1528c8f
/
lib
/
CodeGen
/
BranchFolding.cpp
5b93037
rename TargetInstrDescriptor -> TargetInstrDesc.
by Chris Lattner
· 18 years ago
6232760
Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflects
by Chris Lattner
· 18 years ago
1a1932c
rename isLoad -> isSimpleLoad due to evan's desire to have such a predicate.
by Chris Lattner
· 18 years ago
6887b14
rename isStore -> mayStore to more accurately reflect what it captures.
by Chris Lattner
· 18 years ago
6017d48
Add new shorter predicates for testing machine operands for various types:
by Chris Lattner
· 18 years ago
081ce94
Remove attribution from file headers, per discussion on llvmdev.
by Chris Lattner
· 18 years ago
ff90454
Improve branch folding by recgonizing that explict successor relationships impact the value of fall-through choices.
by Christopher Lamb
· 18 years ago
f728a1c
Changed XXX to FIXME, and added comment to the README file
by Bill Wendling
· 18 years ago
8362818
Added comment explaining why we are doing this check.
by Bill Wendling
· 18 years ago
46329b7
Don't branch fold inline asm statements.
by Bill Wendling
· 18 years ago
3a78bbf
More explicit keywords.
by Dan Gohman
· 18 years ago
f17a25c
It's not necessary to do rounding for alloca operations when the requested
by Dan Gohman
· 18 years ago