summaryrefslogtreecommitdiff
path: root/lib/VMCore
Commit message (Expand)AuthorAge
* Fix a bunch of bugs handling vector compare constant expressions, fixingChris Lattner2008-07-14
* Document and fix Constant::getVectorElements to return an empty vectorChris Lattner2008-07-14
* Use find instead of lower_bound.Dan Gohman2008-07-11
* SImplify ConstantVector::get a bit and make it turn a vectorChris Lattner2008-07-10
* Fix a case where vector comparison constant folding would cause anChris Lattner2008-07-10
* add a helper method for code that wants to handle vectorChris Lattner2008-07-10
* elementwise comparison of vector constants was completely wrong. FixChris Lattner2008-07-10
* - Replace use of std::map<std::string, ..> with StringMap. Replace use of std...Evan Cheng2008-07-10
* Consistently put quotes around pass names in debugging output.Dan Gohman2008-07-09
* improve commentChris Lattner2008-07-08
* Add some helpers for manipulating functionDuncan Sands2008-07-08
* Add some convenience methods for manipulatingDuncan Sands2008-07-08
* Fix three bugs:Chris Lattner2008-07-08
* Add explicit keywords.Dan Gohman2008-07-07
* Revert my previous check-in that split up MachineModuleInfo. It turns out toBill Wendling2008-07-03
* Add newline at the end of Constants.cpp.Matthijs Kooijman2008-07-03
* Use operator new instead of new char[].Dan Gohman2008-07-03
* Disable dom info verifier by default.Devang Patel2008-07-01
* Fix typos in comments. Devang Patel2008-07-01
* Add dom info verifier.Devang Patel2008-07-01
* Move dominator info printer into tool/opt/GraphPrinters.cppDevang Patel2008-06-30
* - Re-apply 52748 and friends with fix. GetConstantStringInfo() returns an emp...Evan Cheng2008-06-30
* Revert (52748 and friends):Anton Korobeynikov2008-06-29
* implement some fixme's by making "autorenaming" in the value symbol table notChris Lattner2008-06-27
* simplify some code to avoid string thrashing.Chris Lattner2008-06-27
* Add a new version of Module::getFunction that takes a const char* insteadChris Lattner2008-06-27
* Add dominator info printer pass.Devang Patel2008-06-27
* Refactor the DebugInfoDesc stuff out of the MachineModuleInfo file. Clean upBill Wendling2008-06-27
* Move GetConstantStringInfo to lib/Analysis. RemoveEric Christopher2008-06-26
* Added MemOperands to Atomic operations since Atomics touches memory.Mon P Wang2008-06-25
* Use push_back rather than operator[], which is incorrect in this cases. Unfor...Owen Anderson2008-06-25
* In ConstantArray::getAsString(), we know the size of the resultant string in ...Owen Anderson2008-06-24
* Use const_cast instead of a C-style cast.Dan Gohman2008-06-24
* Remove two convenience constructors because they're now private, and theDan Gohman2008-06-23
* Use std::copy instead of a loop.Dan Gohman2008-06-23
* More changes from Chris' review: simplify getIndices and avoidDan Gohman2008-06-23
* Use Function's arg_size() and size() methods.Dan Gohman2008-06-21
* fix some warnings when assertions are disabled.Chris Lattner2008-06-21
* Simplify this code. Thanks Chris!Dan Gohman2008-06-20
* Auto-upgrade code for multiple-value return statements. This codeDan Gohman2008-06-17
* In InsertValueInst's copy ctor, actually copy the operands.Dan Gohman2008-06-17
* Implement the ExtractValueInst::getIndexedType that accepts oneDan Gohman2008-06-17
* Add an insertBefore method for attaching previously unattached instructions,Owen Anderson2008-06-17
* switch TypeHasCycleThroughItself from using an std::set to using a SmallPtrSet,Chris Lattner2008-06-16
* fix pr2460Chris Lattner2008-06-16
* Do not speculatively execute an instruction by hoisting it to its predecessor...Evan Cheng2008-06-12
* Re-apply 52002, allowing the verifier to accept non-MRV struct returnDan Gohman2008-06-09
* get rid of ExtractValueInst::init's Value argument, it is already passed to t...Gabor Greif2008-06-06
* make ExtractValueInst derived from UnaryInstructionGabor Greif2008-06-06
* Print debug message only if there are dead passes.Devang Patel2008-06-06