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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unnecessary dyn_cast and add a comment. Part of a WIP.
Eric Christopher
2010-01-08
1
-4
/
+4
*
mplement a theoretical fixme.
Chris Lattner
2010-01-08
1
-3
/
+7
*
rename CanEvaluateInDifferentType -> CanEvaluateTruncated and
Chris Lattner
2010-01-08
1
-71
/
+28
*
Fix comment.
Evan Cheng
2010-01-08
1
-1
/
+1
*
teach instcombine to delete sign extending shift pairs (sra(shl X, C), C) when
Chris Lattner
2010-01-08
2
-4
/
+34
*
fix PR5978 by peeling the loop so that we avoid shifting the
Chris Lattner
2010-01-08
2
-2
/
+12
*
Suppress an unused variable warning when assertions are off;
Duncan Sands
2010-01-08
1
-2
/
+3
*
tidy up some stuff duncan pointed out.
Chris Lattner
2010-01-08
1
-2
/
+3
*
Minor change, change the order of two "let Inst{...}" stmts within multiclass
Johnny Chen
2010-01-08
1
-1
/
+1
*
After further thought revert the patch to make fast-isel avoid
Eric Christopher
2010-01-08
1
-6
/
+0
*
ReplaceAllUsesOfValueWith may delete other nodes that the one being replaced....
Evan Cheng
2010-01-08
2
-1
/
+29
*
Fix what looks to me obvious instruction definition bugs.
Evan Cheng
2010-01-08
2
-1
/
+3
*
Remove extraneous include.
Eric Christopher
2010-01-08
1
-1
/
+0
*
Add assert to check dominance dfs numbers.
Tobias Grosser
2010-01-07
1
-0
/
+7
*
Remove workaround in PostDominators
Tobias Grosser
2010-01-07
2
-19
/
+6
*
Fix DFS number calculation for postdominators
Tobias Grosser
2010-01-07
1
-23
/
+29
*
teach ComputeNumSignBits to look through PHI nodes.
Chris Lattner
2010-01-07
3
-7
/
+37
*
filecheckize
Chris Lattner
2010-01-07
1
-3
/
+5
*
Enhance instcombine to reason more strongly about promoting computation
Chris Lattner
2010-01-07
2
-51
/
+155
*
Fix rdar://7517201, a regression introduced by r92849.
Chris Lattner
2010-01-07
3
-51
/
+24
*
factor this code better and reduce nesting at the same
Chris Lattner
2010-01-07
1
-61
/
+41
*
Revert r92939. These intrinsics get matched to LLVM instructions,
David Greene
2010-01-07
1
-24
/
+0
*
APInt'fy TargetLowering::SimplifySetCC to fix PR5963.
Evan Cheng
2010-01-07
2
-15
/
+31
*
Add some "missing" instrinsics to make the SSE intrinsic set a bit more
David Greene
2010-01-07
1
-0
/
+24
*
Simplify code. No intended functionality/performance change.
Benjamin Kramer
2010-01-07
1
-37
/
+12
*
If the data requires a relocation then don't attempt to
Eric Christopher
2010-01-07
1
-0
/
+7
*
We need to put any kind of data with a relocation into a
Eric Christopher
2010-01-07
1
-1
/
+1
*
Use separate namespace for named metadata.
Devang Patel
2010-01-07
9
-29
/
+155
*
Fix occurrence typo
Kovarththanan Rajaratnam
2010-01-07
1
-8
/
+8
*
constant materialization could be improved.
Chris Lattner
2010-01-07
1
-0
/
+33
*
Kill dead store.
Benjamin Kramer
2010-01-07
1
-2
/
+1
*
Remove dead variable.
Benjamin Kramer
2010-01-07
1
-7
/
+2
*
Use pop_back_val instead of back()+pop_back.
Benjamin Kramer
2010-01-07
1
-7
/
+4
*
Use a do-while loop instead of while + boolean.
Benjamin Kramer
2010-01-07
1
-6
/
+4
*
Correct spelling.
Duncan Sands
2010-01-07
1
-2
/
+2
*
Be less stingy as to how many selects and phi nodes we
Duncan Sands
2010-01-07
1
-2
/
+2
*
More trivial optimizations to a function well outside the critical path
Douglas Gregor
2010-01-07
1
-15
/
+8
*
handle ConstantVector while I'm in here.
Chris Lattner
2010-01-07
1
-0
/
+3
*
fix a globalopt crash on 'bullet' (handling evaluation of a store
Chris Lattner
2010-01-07
2
-16
/
+36
*
Fix a minor regression from my dag combiner changes. One more place which nee...
Evan Cheng
2010-01-07
2
-7
/
+52
*
Switch StringRef::edit_distance over to using raw pointers, since both
Douglas Gregor
2010-01-07
1
-7
/
+25
*
Add comments.
Jakob Stoklund Olesen
2010-01-07
3
-0
/
+6
*
80 column violations
Jim Grosbach
2010-01-06
1
-4
/
+6
*
Allow double defs after tail duplication.
Jakob Stoklund Olesen
2010-01-06
1
-1
/
+2
*
Add Target hook to duplicate machine instructions.
Jakob Stoklund Olesen
2010-01-06
6
-22
/
+151
*
Addressing mode 6 (load/store) instructions can't encode an immediate offset
Jim Grosbach
2010-01-06
1
-1
/
+4
*
Anti-dependency breaking needs to be careful regarding instructions with
Jim Grosbach
2010-01-06
2
-3
/
+9
*
Move the object size intrinsic optimization to inst-combine and make
Eric Christopher
2010-01-06
2
-24
/
+12
*
Comment.
Evan Cheng
2010-01-06
1
-0
/
+3
*
Teach dag combine to fold the following transformation more aggressively:
Evan Cheng
2010-01-06
12
-120
/
+339
[next]