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
*
fix bogus test
Chris Lattner
2010-01-09
1
-2
/
+2
*
fix bogus test
Chris Lattner
2010-01-09
1
-1
/
+1
*
fix PR5983, reject function bodies with no blocks per the grammar.
Chris Lattner
2010-01-09
1
-0
/
+4
*
improve documentation for linkonce to be less confusing.
Chris Lattner
2010-01-09
1
-4
/
+11
*
Fix http://llvm.org/PR5729: x86-64 tail calls were putting their targets into
Jeffrey Yasskin
2010-01-09
2
-2
/
+73
*
2010 is upon us.
Chris Lattner
2010-01-09
1
-1
/
+1
*
Use WriteAsOperand instead of getName() to print loop header names,
Dan Gohman
2010-01-09
22
-37
/
+48
*
Tighten up the vim LLVM IR syntax highlighting regex for labels, and add a
Dan Gohman
2010-01-09
1
-1
/
+3
*
Set the vim auto-indent setting for open braces after case statements to
Dan Gohman
2010-01-09
1
-1
/
+1
*
Fixed linking of modules containing aliases to constant bitcasts. Existing b...
David Chisnall
2010-01-09
1
-5
/
+16
*
Suppress use of uninitialized variable warning.
Duncan Sands
2010-01-09
1
-1
/
+1
*
only factor from expressions whose uses are empty and whose
Chris Lattner
2010-01-09
2
-1
/
+24
*
Revert an earlier change to SIGN_EXTEND_INREG for vectors. The VTSDNode
Dan Gohman
2010-01-09
9
-67
/
+156
*
clean up this code, add a fixme.
Chris Lattner
2010-01-09
1
-7
/
+7
*
Delete NamedMDSymTable while destrucing Module.
Devang Patel
2010-01-09
3
-1
/
+7
*
Add DEBUG_DECLARE. Not used yet.
Dale Johannesen
2010-01-09
5
-6
/
+28
*
NamedMDNode is never used so there is no need to enumerate it here.
Devang Patel
2010-01-09
1
-1
/
+1
*
Fix nondeterministic behavior.
Julien Lerouge
2010-01-09
1
-6
/
+7
*
NamedMDNode element is either null or MDNode. Otherwise this is a malformed N...
Devang Patel
2010-01-09
1
-1
/
+3
*
Derive NamedMDNode from Value.
Devang Patel
2010-01-09
4
-15
/
+28
*
Dan pointed out checking whether a node is dead by comparing its opcode to IS...
Evan Cheng
2010-01-09
1
-8
/
+26
*
Add DEBUG_VALUE. Not used yet.
Dale Johannesen
2010-01-08
5
-6
/
+28
*
Fix a critical bug in 64-bit atomic operation lowering for 32-bit. The result...
Evan Cheng
2010-01-08
2
-8
/
+39
*
Grammar thinko.
Eric Christopher
2010-01-08
1
-1
/
+1
*
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
[next]