summaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils
Commit message (Expand)AuthorAge
* Update DebugInfo interface to use metadata, instead of special named llvm.dbg...Devang Patel2009-08-25
* Handle a corner case when extracing code regions where one of the immediate s...Owen Anderson2009-08-25
* When extracting SEME regions of code, the extractor needs to update the domin...Owen Anderson2009-08-24
* Fix -Asserts warnings.Daniel Dunbar2009-08-23
* Change Pass::print to take a raw ostream instead of std::ostream,Chris Lattner2009-08-23
* eliminate the "Value" printing methods that print to a std::ostream.Chris Lattner2009-08-23
* Fix up PHI nodes correctly in the presence of unreachable BBs, part two. AlsoNick Lewycky2009-08-19
* Be more careful when modifying PHI nodes. Patch by Andre Tavares.Nick Lewycky2009-08-19
* Update comments to new-style syntax.Dan Gohman2009-08-17
* Don't crash on critical edge. Patch by Andre Tavares.Nick Lewycky2009-08-17
* Fix for PR3016: detect the tricky case, where there are Eli Friedman2009-08-16
* SSI construction should just go ahead and ignore instructions in unreachableNick Lewycky2009-08-15
* Actually privatize a IntegerTypes, and fix a few bugs exposed by this.Owen Anderson2009-08-13
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-13
* Remove a bunch more now-unnecessary Context arguments.Dan Gohman2009-08-12
* Remove unnecessary casts.Dan Gohman2009-08-11
* Fix a bunch of namespace pollution.Dan Gohman2009-08-07
* Privatize the StructType table, which unfortunately involves routing contexts...Owen Anderson2009-08-05
* Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson2009-07-31
* 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
* Move types back to the 2.5 API.Owen Anderson2009-07-29
* Remove now unused Context variables.Benjamin Kramer2009-07-29
* Move ConstantExpr to 2.5 API.Owen Anderson2009-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
* Fix a small little typo.Mike Stump2009-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
* 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::{isName, getNameRef}.Daniel Dunbar2009-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
* Move more to raw_ostream, provide support for writing MachineBasicBlock,Daniel Dunbar2009-07-24
* Switch to getNameStr().Daniel Dunbar2009-07-24
* 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
* Update CMake files.Ted Kremenek2009-07-21
* add a fixmeChris Lattner2009-07-18
* Fix the inline cost calculation to take into account instructions Eli Friedman2009-07-18
* Initialize another Context, in the hopes of unbreaking CBE.Daniel Dunbar2009-07-17
* Replace isTrapping with a new, similar method called Eli Friedman2009-07-17
* Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num...Owen Anderson2009-07-16