aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update LoopSimplify and LoopUnswitch to use the new makeLoopInvariantDan Gohman2009-07-141-14/+9
* Move more functionality over to LLVMContext.Owen Anderson2009-07-131-3/+4
* Begin the painful process of tearing apart the rat'ss nest that is Constants....Owen Anderson2009-07-131-6/+6
* silence a vc++ warning.Chris Lattner2009-07-111-1/+1
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-112-3/+5
* Convert more assert(0)+abort() -> LLVM_UNREACHABLE,Torok Edwin2009-07-112-3/+5
* Push LLVMContext through the PatternMatch API.Owen Anderson2009-07-101-1/+2
* This started as a small change, I swear. Unfortunately, lots of things call ...Owen Anderson2009-07-097-24/+26
* There's no need to consider PHI nodes in the same block as the instructionNick Lewycky2009-07-091-0/+4
* Add some statistics to SSI so we can see what it's up to.Nick Lewycky2009-07-091-0/+43
* Switch GlobalVariable ctors to a sane API, where *either* a context or a modu...Owen Anderson2009-07-082-11/+8
* Push LLVMContext through GlobalVariables and IRBuilder.Owen Anderson2009-07-082-4/+8