aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Utils
Commit message (Expand)AuthorAgeFilesLines
* Change Pass::print to take a raw ostream instead of std::ostream,Chris Lattner2009-08-231-1/+1
* eliminate the "Value" printing methods that print to a std::ostream.Chris Lattner2009-08-234-45/+46
* Fix up PHI nodes correctly in the presence of unreachable BBs, part two. AlsoNick Lewycky2009-08-191-7/+30
* Be more careful when modifying PHI nodes. Patch by Andre Tavares.Nick Lewycky2009-08-191-1/+2
* Update comments to new-style syntax.Dan Gohman2009-08-171-2/+2
* Don't crash on critical edge. Patch by Andre Tavares.Nick Lewycky2009-08-171-1/+1
* Fix for PR3016: detect the tricky case, where there are Eli Friedman2009-08-161-59/+37
* SSI construction should just go ahead and ignore instructions in unreachableNick Lewycky2009-08-151-2/+6
* Actually privatize a IntegerTypes, and fix a few bugs exposed by this.Owen Anderson2009-08-131-1/+1
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-1313-100/+131
* Remove a bunch more now-unnecessary Context arguments.Dan Gohman2009-08-122-8/+5
* Remove unnecessary casts.Dan Gohman2009-08-111-1/+1
* Fix a bunch of namespace pollution.Dan Gohman2009-08-071-0/+3
* Privatize the StructType table, which unfortunately involves routing contexts...Owen Anderson2009-08-052-3/+3
* Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson2009-07-314-32/+17
* Move more code back to 2.5 APIs.Owen Anderson2009-07-308-21/+16
* Twines: Don't allow implicit conversion from integers, this is too tricky.Daniel Dunbar2009-07-301-1/+1
* Switch obvious clients to Twine instead of utostr (when they were already usingDaniel Dunbar2009-07-301-3/+2
* Move types back to the 2.5 API.Owen Anderson2009-07-295-17/+15
* Remove now unused Context variables.Benjamin Kramer2009-07-291-1/+0
* Move ConstantExpr to 2.5 API.Owen Anderson2009-07-294-8/+8
* Rename MDNode.h header. It defines MDnode and other metadata classes.Devang Patel2009-07-281-1/+1
* Return ConstantVector to 2.5 API.Owen Anderson2009-07-281-1/+1
* Change ConstantArray to 2.5 API.Owen Anderson2009-07-282-3/+3
* Fix a small little typo.Mike Stump2009-07-281-1/+1
* Fix a release-asserts warning. Debug functions should be marked used,Mike Stump2009-07-271-0/+2
* Avoid build warnings.Mike Stump2009-07-271-0/+1
* Move ConstantStruct back to 2.5 API.Owen Anderson2009-07-271-1/+1
* Do not seed mstadata into the value map.Devang Patel2009-07-271-25/+4
* Remove Value::getName{Start,End}, the last of the old Name APIs.Daniel Dunbar2009-07-261-12/+12
* Remove Value::{isName, getNameRef}.Daniel Dunbar2009-07-251-1/+1
* Convert a few more uses of llvm/Support/Streams.h to raw_ostream.Dan Gohman2009-07-252-18/+11
* Make AliasAnalysis and related classes useDan Gohman2009-07-251-1/+1
* More migration to raw_ostream, the water has dried up around the iostream hole.Daniel Dunbar2009-07-252-6/+8
* Revert the ConstantInt constructors back to their 2.5 forms where possible, t...Owen Anderson2009-07-245-18/+18
* AliasAnalysis wants sizes in address-units, not bits.Dan Gohman2009-07-241-1/+1
* Move more to raw_ostream, provide support for writing MachineBasicBlock,Daniel Dunbar2009-07-241-3/+6
* Switch to getNameStr().Daniel Dunbar2009-07-241-4/+4
* Don't give a massive inlining cost bonus to available_externally Eli Friedman2009-07-221-2/+1
* Get rid of the Pass+Context magic.Owen Anderson2009-07-2216-114/+120
* Update CMake files.Ted Kremenek2009-07-211-2/+2
* add a fixmeChris Lattner2009-07-181-0/+5
* Fix the inline cost calculation to take into account instructions Eli Friedman2009-07-181-0/+7
* Initialize another Context, in the hopes of unbreaking CBE.Daniel Dunbar2009-07-171-0/+3
* Replace isTrapping with a new, similar method called Eli Friedman2009-07-171-17/+6
* Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num...Owen Anderson2009-07-161-0/+2
* Revert yesterday's change by removing the LLVMContext parameter to AllocaInst...Owen Anderson2009-07-154-15/+12
* Make makeLoopInvariant report whether it made any changes or not,Dan Gohman2009-07-151-6/+4
* Move EVER MORE stuff over to LLVMContext.Owen Anderson2009-07-144-21/+29
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-143-3/+3