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
*
Clean up a use of std::distance.
Dan Gohman
2008-06-20
1
-2
/
+1
*
Tidy up some commments and use the getAggregateOperand and
Dan Gohman
2008-06-20
1
-9
/
+9
*
Fix the conditions under which SCCP should examine insertvalue
Dan Gohman
2008-06-20
1
-1
/
+18
*
Add an allnodes_size method.
Dan Gohman
2008-06-20
1
-0
/
+1
*
Add testcase that checks that DeadArgElim doesn't touch stuff it shouldn't to...
Matthijs Kooijman
2008-06-20
1
-0
/
+36
*
80 column and trailing whitespace fixes.
Matthijs Kooijman
2008-06-20
1
-49
/
+72
*
Don't let DeadArgumentElimination attempt to update callers when the return
Matthijs Kooijman
2008-06-20
1
-9
/
+12
*
Don't let DeadArgElimination change the return type ({} into void and {T}
Matthijs Kooijman
2008-06-20
1
-7
/
+13
*
Explicitely track if any arguments or return values were removed in
Matthijs Kooijman
2008-06-20
1
-1
/
+10
*
Remove debug output.
Matthijs Kooijman
2008-06-20
1
-4
/
+0
*
Recommit r52459, rewriting of the dead argument elimination pass.
Matthijs Kooijman
2008-06-20
2
-369
/
+522
*
Really disable PRE.
Owen Anderson
2008-06-20
1
-1
/
+1
*
"Just a small update for the project files for adding a missing preprocessor
Chris Lattner
2008-06-20
30
-60
/
+60
*
Fix a warning, closing PR2452
Chris Lattner
2008-06-20
1
-3
/
+3
*
Fix a warning.
Chris Lattner
2008-06-20
1
-3
/
+1
*
Fix an error handling redefinition of linkonce functions where the
Chris Lattner
2008-06-20
3
-19
/
+23
*
fix a warning.
Chris Lattner
2008-06-20
1
-4
/
+2
*
Fix PR2471, which is a bug involving an invalid promotion from a conditional ...
Chris Lattner
2008-06-20
2
-1
/
+23
*
Fix typo, fix suggested by Nicholas Olsen
Chris Lattner
2008-06-20
1
-1
/
+1
*
Add C binding for ExecutionEngine::addGlobalMapping.
Gordon Henriksen
2008-06-20
2
-0
/
+8
*
Teach ReturnInst lowering about aggregate return values.
Dan Gohman
2008-06-20
1
-22
/
+28
*
Change around the data structures used to store availability sets, resulting ...
Owen Anderson
2008-06-20
1
-26
/
+64
*
Teach SCCP about insertvalue and extractvalue, and about
Dan Gohman
2008-06-20
1
-13
/
+107
*
Teach InlineFunction how to differentiate between multiple-value
Dan Gohman
2008-06-20
1
-2
/
+10
*
Disable PRE for now. It seems to be breaking llvm-gcc bootstrapping.
Evan Cheng
2008-06-20
1
-2
/
+2
*
Fix the index calculations for the extractvalue lowering code.
Dan Gohman
2008-06-20
1
-2
/
+2
*
Simplify the ComputeLinearIndex logic and fix a few bugs.
Dan Gohman
2008-06-20
1
-16
/
+10
*
It's invalid to take the one-past-the-end address of a non-array
Dan Gohman
2008-06-20
1
-1
/
+2
*
Simplify this code. Thanks Chris!
Dan Gohman
2008-06-20
1
-3
/
+2
*
ISD::UNDEF should be expanded recursively / iteratively.
Evan Cheng
2008-06-19
2
-1
/
+6
*
Add a hidden -disable-pre flag for testing purposes. This should be removed
Owen Anderson
2008-06-19
1
-2
/
+8
*
PRE requires that critical edges be split.
Owen Anderson
2008-06-19
1
-0
/
+24
*
Remove dead code causing a warning.
Bill Wendling
2008-06-19
1
-2
/
+0
*
Use the common API for adding instructions to basic blocks instead of
Dan Gohman
2008-06-19
1
-11
/
+6
*
Be sure to remove values from the value numbering table after we delete them.
Owen Anderson
2008-06-19
1
-0
/
+1
*
Use Instruction::moveBefore instead of manipulating the instruction list
Dan Gohman
2008-06-19
1
-4
/
+2
*
Avoid using BasicBlock::getInstList directly in a few places.
Dan Gohman
2008-06-19
1
-9
/
+10
*
Revert support for insertvalue and extractvalue instructions for the moment.
Owen Anderson
2008-06-19
1
-63
/
+1
*
Use the transferSuccessors helper function.
Dan Gohman
2008-06-19
1
-5
/
+1
*
Delete dead code.
Dan Gohman
2008-06-19
1
-4
/
+0
*
Add an idx_iterator to the insertvalue and extractvalue instructions.
Owen Anderson
2008-06-19
1
-4
/
+6
*
The inline keyword goes before the return type. This fixes a compiler warning.
Dan Gohman
2008-06-19
1
-1
/
+1
*
Modify some ipconstprop tests to also test with invokes.
Matthijs Kooijman
2008-06-19
2
-2
/
+13
*
Use a CallSite to find the nth argument of a call/invoke instruction instead of
Matthijs Kooijman
2008-06-19
1
-11
/
+11
*
Fix some warnings reported by gcc-4.3. Hopefully
Duncan Sands
2008-06-19
2
-8
/
+10
*
Missed a check.
Evan Cheng
2008-06-19
1
-1
/
+1
*
Fix a bug with <8 x i16> shuffle lowering on X86 where parts of the
Eli Friedman
2008-06-19
2
-2
/
+10
*
Revert my last patch, which was causing regression test failures.
Owen Anderson
2008-06-19
1
-78
/
+69
*
New test case.
Evan Cheng
2008-06-19
1
-0
/
+17
*
This also got better (55 - 51 instructions). But doing one more re-materializ...
Evan Cheng
2008-06-19
1
-1
/
+1
[next]