index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
PeepholeOptimizer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
When we look at instructions to convert to setting the 's' flag, we need to look
Bill Wendling
2010-11-01
1
-3
/
+5
*
The testcase is now XFAILed. Sorry about the breakage.
Bill Wendling
2010-11-01
1
-0
/
+2
*
Revert r117876 for now, it's causing more testsuite failures.
Eric Christopher
2010-10-31
1
-2
/
+0
*
Disable the peephole optimizer until 186.crafty on armv6 is fixed. This is what
Bill Wendling
2010-10-31
1
-0
/
+2
*
Get rid of static constructors for pass registration. Instead, every pass ex...
Owen Anderson
2010-10-19
1
-1
/
+3
*
Don't recompute MachineRegisterInfo in the Optimize* method.
Bill Wendling
2010-10-18
1
-1
/
+1
*
Begin adding static dependence information to passes, which will allow us to
Owen Anderson
2010-10-12
1
-1
/
+4
*
Now with fewer extraneous semicolons!
Owen Anderson
2010-10-07
1
-1
/
+1
*
Move the search for the appropriate AND instruction
Gabor Greif
2010-09-21
1
-3
/
+3
*
must not peephole away side effects
Gabor Greif
2010-09-14
1
-1
/
+2
*
Rename ConvertToSetZeroFlag to something more general.
Bill Wendling
2010-09-11
1
-2
/
+2
*
No need to recompute the SrcReg and CmpValue.
Bill Wendling
2010-09-10
1
-1
/
+1
*
Move some of the decision logic for converting an instruction into one that sets
Bill Wendling
2010-09-10
1
-7
/
+2
*
Modify the comparison optimizations in the peephole optimizer to update the
Bill Wendling
2010-09-10
1
-6
/
+10
*
Remove now unneeded command line flag that enables 'optimize compares.'
Bill Wendling
2010-08-27
1
-8
/
+1
*
Turn optimize compares back on with fix. We needed to test that a machine op was
Bill Wendling
2010-08-10
1
-1
/
+1
*
Revert r110718; it broke clang-i386-darwin9.
Dan Gohman
2010-08-10
1
-1
/
+1
*
Turn optimize cmps on by default so that we can get some testing by the nightly
Bill Wendling
2010-08-10
1
-1
/
+1
*
Merge the OptimizeExts and OptimizeCmps passes into one PeepholeOptimizer
Bill Wendling
2010-08-09
1
-0
/
+293