summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* llvmc doesn't exist anymore, and llvmc2 doesn't have a special license file.Owen Anderson2008-06-20
* Remove empty directory.Owen Anderson2008-06-20
* Share some code that is common between integer andDuncan Sands2008-06-20
* Add some methods for querying the nature of aDuncan Sands2008-06-20
* Rename the operation of turning a float type into anDuncan Sands2008-06-20
* Clean up some uses of std::distance, now that we have allnodes_size.Dan Gohman2008-06-20
* Clean up a use of std::distance.Dan Gohman2008-06-20
* Tidy up some commments and use the getAggregateOperand andDan Gohman2008-06-20
* Fix the conditions under which SCCP should examine insertvalueDan Gohman2008-06-20
* Add an allnodes_size method.Dan Gohman2008-06-20
* Add testcase that checks that DeadArgElim doesn't touch stuff it shouldn't to...Matthijs Kooijman2008-06-20
* 80 column and trailing whitespace fixes.Matthijs Kooijman2008-06-20
* Don't let DeadArgumentElimination attempt to update callers when the returnMatthijs Kooijman2008-06-20
* Don't let DeadArgElimination change the return type ({} into void and {T}Matthijs Kooijman2008-06-20
* Explicitely track if any arguments or return values were removed inMatthijs Kooijman2008-06-20
* Remove debug output.Matthijs Kooijman2008-06-20
* Recommit r52459, rewriting of the dead argument elimination pass.Matthijs Kooijman2008-06-20
* Really disable PRE.Owen Anderson2008-06-20
* "Just a small update for the project files for adding a missing preprocessorChris Lattner2008-06-20
* Fix a warning, closing PR2452Chris Lattner2008-06-20
* Fix a warning.Chris Lattner2008-06-20
* Fix an error handling redefinition of linkonce functions where theChris Lattner2008-06-20
* fix a warning.Chris Lattner2008-06-20
* Fix PR2471, which is a bug involving an invalid promotion from a conditional ...Chris Lattner2008-06-20
* Fix typo, fix suggested by Nicholas OlsenChris Lattner2008-06-20
* Add C binding for ExecutionEngine::addGlobalMapping.Gordon Henriksen2008-06-20
* Teach ReturnInst lowering about aggregate return values.Dan Gohman2008-06-20
* Change around the data structures used to store availability sets, resulting ...Owen Anderson2008-06-20
* Teach SCCP about insertvalue and extractvalue, and aboutDan Gohman2008-06-20
* Teach InlineFunction how to differentiate between multiple-valueDan Gohman2008-06-20
* Disable PRE for now. It seems to be breaking llvm-gcc bootstrapping.Evan Cheng2008-06-20
* Fix the index calculations for the extractvalue lowering code.Dan Gohman2008-06-20
* Simplify the ComputeLinearIndex logic and fix a few bugs.Dan Gohman2008-06-20
* It's invalid to take the one-past-the-end address of a non-arrayDan Gohman2008-06-20
* Simplify this code. Thanks Chris!Dan Gohman2008-06-20
* ISD::UNDEF should be expanded recursively / iteratively.Evan Cheng2008-06-19
* Add a hidden -disable-pre flag for testing purposes. This should be removedOwen Anderson2008-06-19
* PRE requires that critical edges be split.Owen Anderson2008-06-19
* Remove dead code causing a warning.Bill Wendling2008-06-19
* Use the common API for adding instructions to basic blocks instead ofDan Gohman2008-06-19
* Be sure to remove values from the value numbering table after we delete them.Owen Anderson2008-06-19
* Use Instruction::moveBefore instead of manipulating the instruction listDan Gohman2008-06-19
* Avoid using BasicBlock::getInstList directly in a few places.Dan Gohman2008-06-19
* Revert support for insertvalue and extractvalue instructions for the moment.Owen Anderson2008-06-19
* Use the transferSuccessors helper function.Dan Gohman2008-06-19
* Delete dead code.Dan Gohman2008-06-19
* Add an idx_iterator to the insertvalue and extractvalue instructions.Owen Anderson2008-06-19
* The inline keyword goes before the return type. This fixes a compiler warning.Dan Gohman2008-06-19
* Modify some ipconstprop tests to also test with invokes.Matthijs Kooijman2008-06-19
* Use a CallSite to find the nth argument of a call/invoke instruction instead ofMatthijs Kooijman2008-06-19