summaryrefslogtreecommitdiff
path: root/lib/Transforms
Commit message (Expand)AuthorAge
...
* Move more code back to 2.5 APIs.Owen Anderson2009-07-30
* Twines: Don't allow implicit conversion from integers, this is too tricky.Daniel Dunbar2009-07-30
* Switch obvious clients to Twine instead of utostr (when they were already usingDaniel Dunbar2009-07-30
* Eliminate a few unused-variable warningsDouglas Gregor2009-07-29
* Move types back to the 2.5 API.Owen Anderson2009-07-29
* Fix PR4645 which was fallout from the fix for PR4641.Daniel Dunbar2009-07-29
* Remove now unused Context variables.Benjamin Kramer2009-07-29
* Move ConstantExpr to 2.5 API.Owen Anderson2009-07-29
* Bulk erasing instructions without RAUWing them is unsafe. Instead, break themNick Lewycky2009-07-29
* Rename MDNode.h header. It defines MDnode and other metadata classes.Devang Patel2009-07-28
* Return ConstantVector to 2.5 API.Owen Anderson2009-07-28
* Change ConstantArray to 2.5 API.Owen Anderson2009-07-28
* Teach instcombine to respect and preserve inbounds. Add inboundsDan Gohman2009-07-28
* Fix a small little typo.Mike Stump2009-07-28
* Replace dyn_castGetElementPtr with dyn_cast<GEPOperator>.Dan Gohman2009-07-28
* Grab the LLVMContext and parent Module of SI ahead of theDan Gohman2009-07-28
* Fix a release-asserts warning. Debug functions should be marked used,Mike Stump2009-07-27
* Avoid build warnings.Mike Stump2009-07-27
* Move ConstantStruct back to 2.5 API.Owen Anderson2009-07-27
* Move ConstantFP construction back to the 2.5-ish API.Owen Anderson2009-07-27
* Do not seed mstadata into the value map.Devang Patel2009-07-27
* Remove Value::getName{Start,End}, the last of the old Name APIs.Daniel Dunbar2009-07-26
* Remove Value::getNameLenDaniel Dunbar2009-07-26
* Eliminate some uses of DOUT, cerr, and getNameStart().Daniel Dunbar2009-07-26
* Remove Value::{isName, getNameRef}.Daniel Dunbar2009-07-25
* Initial update to VMCore to use Twines for string arguments.Daniel Dunbar2009-07-25
* Fix 80-col violations.Eric Christopher2009-07-25
* Move ExtractElementInst to ::Create instead of new. Update all uses.Eric Christopher2009-07-25
* Convert a few more things to use raw_ostream.Dan Gohman2009-07-25
* Convert a few more uses of llvm/Support/Streams.h to raw_ostream.Dan Gohman2009-07-25
* Make AliasAnalysis and related classes useDan Gohman2009-07-25
* More migration to raw_ostream, the water has dried up around the iostream hole.Daniel Dunbar2009-07-25
* Revert the ConstantInt constructors back to their 2.5 forms where possible, t...Owen Anderson2009-07-24
* AliasAnalysis wants sizes in address-units, not bits.Dan Gohman2009-07-24
* Fix this condition I accidentally inverted.Dan Gohman2009-07-24
* Convert several more passes to use getAnalysisIfAvailable<TargetData>()Dan Gohman2009-07-24
* Move more to raw_ostream, provide support for writing MachineBasicBlock,Daniel Dunbar2009-07-24
* Switch to getNameStr().Daniel Dunbar2009-07-24
* Convert StringMap to using StringRef for its APIs.Daniel Dunbar2009-07-23
* refactor a blob of code out to a new 'FoldOrOfFCmps' function andChris Lattner2009-07-23
* Make some existing optimizations that would only trigger on scalarsChris Lattner2009-07-23
* refactor a bunch of code out into a helper function,Chris Lattner2009-07-23
* Remove unnecessary store to temporary std::string.Daniel Dunbar2009-07-22
* Don't give a massive inlining cost bonus to available_externally Eli Friedman2009-07-22
* Get rid of the Pass+Context magic.Owen Anderson2009-07-22
* Convert instcombine from using using getAnalysis<TargetData> toDan Gohman2009-07-21
* Rename getConstantInt{True|False} to get{True|False} at Chris' behest.Owen Anderson2009-07-21
* Update CMake files.Ted Kremenek2009-07-21
* Move a bit more state over to the LLVMContext.Owen Anderson2009-07-21
* use ExpandInlineAsm on TargetLowering instead of TargetAsmInfo.Chris Lattner2009-07-20