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
/
OptimizeExts.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge the OptimizeExts and OptimizeCmps passes into one PeepholeOptimizer
Bill Wendling
2010-08-09
1
-221
/
+0
*
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
1
-1
/
+1
*
Revert r110396 to fix buildbots.
Owen Anderson
2010-08-06
1
-1
/
+1
*
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2010-08-05
1
-1
/
+1
*
Early exit and reduce indentation. No functionality change.
Bill Wendling
2010-08-02
1
-105
/
+106
*
Fix batch of converting RegisterPass<> to INTIALIZE_PASS().
Owen Anderson
2010-07-21
1
-2
/
+2
*
Convert EXTRACT_SUBREG to COPY when emitting machine instrs.
Jakob Stoklund Olesen
2010-07-08
1
-4
/
+4
*
It's an error to translate this:
Bill Wendling
2010-06-09
1
-0
/
+20
*
Handle DEBUG_VALUE in this pass.
Dale Johannesen
2010-03-26
1
-11
/
+14
*
move target-independent opcodes out of TargetInstrInfo
Chris Lattner
2010-02-09
1
-3
/
+3
*
Do not extend extension results beyond the use of a PHI instruction at the st...
Evan Cheng
2010-01-19
1
-0
/
+12
*
Commit some changes I had managed to lose last night while refactoring the co...
Evan Cheng
2010-01-13
1
-1
/
+6
*
Add comment; refactor; avoid pulling in DT if it's not used.
Evan Cheng
2010-01-13
1
-79
/
+110
*
Add a quick pass to optimize sign / zero extension instructions. For targets ...
Evan Cheng
2010-01-13
1
-0
/
+149