aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils
AgeCommit message (Expand)Author
2009-07-24AliasAnalysis wants sizes in address-units, not bits.Dan Gohman
2009-07-24Move more to raw_ostream, provide support for writing MachineBasicBlock,Daniel Dunbar
2009-07-24Switch to getNameStr().Daniel Dunbar
2009-07-22Don't give a massive inlining cost bonus to available_externally Eli Friedman
2009-07-22Get rid of the Pass+Context magic.Owen Anderson
2009-07-21Update CMake files.Ted Kremenek
2009-07-18add a fixmeChris Lattner
2009-07-18Fix the inline cost calculation to take into account instructions Eli Friedman
2009-07-17Initialize another Context, in the hopes of unbreaking CBE.Daniel Dunbar
2009-07-17Replace isTrapping with a new, similar method called Eli Friedman
2009-07-16Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num...Owen Anderson
2009-07-15Revert yesterday's change by removing the LLVMContext parameter to AllocaInst...Owen Anderson
2009-07-15Make makeLoopInvariant report whether it made any changes or not,Dan Gohman
2009-07-14Move EVER MORE stuff over to LLVMContext.Owen Anderson
2009-07-14llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin
2009-07-14Update LoopSimplify and LoopUnswitch to use the new makeLoopInvariantDan Gohman
2009-07-13Move more functionality over to LLVMContext.Owen Anderson
2009-07-13Begin the painful process of tearing apart the rat'ss nest that is Constants....Owen Anderson
2009-07-11silence a vc++ warning.Chris Lattner
2009-07-11assert(0) -> LLVM_UNREACHABLE.Torok Edwin
2009-07-11Convert more assert(0)+abort() -> LLVM_UNREACHABLE,Torok Edwin
2009-07-10Push LLVMContext through the PatternMatch API.Owen Anderson
2009-07-09This started as a small change, I swear. Unfortunately, lots of things call ...Owen Anderson
2009-07-09There's no need to consider PHI nodes in the same block as the instructionNick Lewycky
2009-07-09Add some statistics to SSI so we can see what it's up to.Nick Lewycky
2009-07-08Switch GlobalVariable ctors to a sane API, where *either* a context or a modu...Owen Anderson
2009-07-08Push LLVMContext through GlobalVariables and IRBuilder.Owen Anderson
2009-07-06"LLVMContext* " --> "LLVMContext *"Owen Anderson
2009-07-06Thread LLVMContext through the constant folding APIs, which touches a lot of ...Owen Anderson
2009-07-05More LLVMContext-ification.Owen Anderson
2009-07-03Fix build.Mike Stump
2009-07-03Add Static Single Information construction pass written by André Tavares!Nick Lewycky
2009-07-01Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson
2009-07-01improve the APIs for creating struct and function types with no arguments/ele...Chris Lattner
2009-06-30Minor code simplification.Dan Gohman
2009-06-27Remove the block from the LoopInfo, rather than just the Loop.Dan Gohman
2009-06-27Teach LoopSimplify how to merge multiple loop exits into a single exit,Dan Gohman
2009-06-26Remove unused routines.Devang Patel
2009-06-26Fix linking of llvm-ld and lli with CMake, from Xerxes RånbyDouglas Gregor
2009-06-26Fix LCSSA to avoid emitting a PHI node for the unwind destination ofDan Gohman
2009-06-16Generalize instcombine's isSafeToLoadUnconditionally() functionChris Lattner
2009-06-15Fix the crash in this test. This is basically the sameDale Johannesen
2009-06-14Fix old-style type names in comments.Dan Gohman
2009-06-04Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman
2009-05-30Give embedded metadata its own type instead of relying on EmptyStructTy.Nick Lewycky
2009-05-23available_externall linkage is not local, this was confusing the codegenerator,Torok Edwin
2009-05-19Teach SCEVExpander to expand arithmetic involving pointers into GEPDan Gohman
2009-05-14Reuse existing getUnderlyingObject instead ofDale Johannesen
2009-05-13Handle some additonal cases of external weak globals.Dale Johannesen
2009-05-13Don't generate a select whose operand is load of a weakDale Johannesen