Remove an unnnecessary LLVMContext argument in
[oota-llvm.git] / lib / Transforms / Utils /
2009-10-05 Dan GohmanRemove an unnnecessary LLVMContext argument in
2009-10-04 Owen AndersonDo away with the strange use of BitVectors in SSI,...
2009-10-04 Owen AndersonFix a typo in the comment.
2009-10-04 Owen AndersonSSI needs to require DT and DF transitively, since...
2009-09-30 Dan GohmanFix this code so that it doesn't try to iterate through...
2009-09-28 Dan GohmanRemove a redundant #ifndef and add an assertion string.
2009-09-28 Dan GohmanConvert LoopSimplify and LoopExtractor from FunctionPas...
2009-09-27 Chris Lattnercalls are already handled, malloc doesn't need a specia...
2009-09-27 Nick LewyckyInstruction::clone does not need to take an LLVMContext...
2009-09-23 Dale JohannesenA minor improvment in accuracy to inline cost
2009-09-21 Chris Lattnertidy up
2009-09-18 Victor HernandezEnhance transform passes so that they apply the same...
2009-09-18 Victor HernandezUpdate malloc call creation code (AllocType is now...
2009-09-16 Andreas NeustifterPreserve ProfileInfo during CodeGenPrepare.
2009-09-10 Nick LewyckyCorrectly handle the case where a comparison is created...
2009-09-10 Evan ChengAdd malloc call utility functions. Patch by Victor...
2009-09-09 Dan GohmanFix SplitCriticalEdge to properly update LCSSA form...
2009-09-09 Andreas NeustifterPreserve ProfileInfo.
2009-09-08 Dan GohmanRe-apply r80926, with fixes: keep the domtree informed...
2009-09-06 Eric ChristopherFix comment.
2009-09-06 Evan ChengRevert r80926. It causes loop unswitch assertion and...
2009-09-03 Dan GohmanAdd a verifyAnalysis to LoopInfo, LoopSimplify, and...
2009-09-03 Dan GohmanChange PHINode::hasConstantValue to have a DominatorTre...
2009-09-03 Gabor Greifback out my recent commit (r80858), it seems to break...
2009-09-03 Gabor Greifre-commit r66920 (which has been backed out in r66953...
2009-09-01 Chris Lattnerremove a bunch of explicit code previously needed to...
2009-09-01 Chris LattnerChange CallGraphNode to maintain it's Function as an...
2009-08-28 Devang PatelReapply 79977.
2009-08-27 Chris Lattnerunbreak the build, yay for symlinks + makefiles. :(
2009-08-27 Chris Lattnerenhance InlineFunction to be able to optionally return
2009-08-27 Chris Lattnersmallvectorize the list of returns built by CloneAndPru...
2009-08-27 Chris Lattnerremove CloneTrace, which appears to be dead since 2004.
2009-08-27 Chris Lattnerreduce inlining factor some stuff out to a static helpe...
2009-08-26 Devang PatelRevert 79977. It causes llvm-gcc bootstrap failures...
2009-08-25 Dan GohmanEliminate the unused Context argument on one of the...
2009-08-25 Dan GohmanRename Instruction::isIdenticalTo to Instruction::isIde...
2009-08-25 Owen AndersonComment-ify.
2009-08-25 Owen AndersonSwitch to SmallVector.
2009-08-25 Owen AndersonPull out this predicate loop into a helper function.
2009-08-25 Devang PatelUpdate DebugInfo interface to use metadata, instead...
2009-08-25 Owen AndersonHandle a corner case when extracing code regions where...
2009-08-24 Owen AndersonWhen extracting SEME regions of code, the extractor...
2009-08-23 Daniel DunbarFix -Asserts warnings.
2009-08-23 Chris LattnerChange Pass::print to take a raw ostream instead of...
2009-08-23 Chris Lattnereliminate the "Value" printing methods that print to...
2009-08-19 Nick LewyckyFix up PHI nodes correctly in the presence of unreachab...
2009-08-19 Nick LewyckyBe more careful when modifying PHI nodes. Patch by...
2009-08-17 Dan GohmanUpdate comments to new-style syntax.
2009-08-17 Nick LewyckyDon't crash on critical edge. Patch by Andre Tavares.
2009-08-16 Eli FriedmanFix for PR3016: detect the tricky case, where there are
2009-08-15 Nick LewyckySSI construction should just go ahead and ignore instru...
2009-08-13 Owen AndersonActually privatize a IntegerTypes, and fix a few bugs...
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-08-12 Dan GohmanRemove a bunch more now-unnecessary Context arguments.
2009-08-11 Dan GohmanRemove unnecessary casts.
2009-08-07 Dan GohmanFix a bunch of namespace pollution.
2009-08-05 Owen AndersonPrivatize the StructType table, which unfortunately...
2009-07-31 Owen AndersonMove a few more APIs back to 2.5 forms. The only remai...
2009-07-30 Owen AndersonMove more code back to 2.5 APIs.
2009-07-30 Daniel DunbarTwines: Don't allow implicit conversion from integers...
2009-07-30 Daniel DunbarSwitch obvious clients to Twine instead of utostr ...
2009-07-29 Owen AndersonMove types back to the 2.5 API.
2009-07-29 Benjamin KramerRemove now unused Context variables.
2009-07-29 Owen AndersonMove ConstantExpr to 2.5 API.
2009-07-28 Devang PatelRename MDNode.h header. It defines MDnode and other...
2009-07-28 Owen AndersonReturn ConstantVector to 2.5 API.
2009-07-28 Owen AndersonChange ConstantArray to 2.5 API.
2009-07-28 Mike StumpFix a small little typo.
2009-07-27 Mike StumpFix a release-asserts warning. Debug functions should...
2009-07-27 Mike StumpAvoid build warnings.
2009-07-27 Owen AndersonMove ConstantStruct back to 2.5 API.
2009-07-27 Devang PatelDo not seed mstadata into the value map.
2009-07-26 Daniel DunbarRemove Value::getName{Start,End}, the last of the old...
2009-07-25 Daniel DunbarRemove Value::{isName, getNameRef}.
2009-07-25 Dan GohmanConvert a few more uses of llvm/Support/Streams.h to...
2009-07-25 Dan GohmanMake AliasAnalysis and related classes use
2009-07-25 Daniel DunbarMore migration to raw_ostream, the water has dried...
2009-07-24 Owen AndersonRevert the ConstantInt constructors back to their 2...
2009-07-24 Dan GohmanAliasAnalysis wants sizes in address-units, not bits.
2009-07-24 Daniel DunbarMove more to raw_ostream, provide support for writing...
2009-07-24 Daniel DunbarSwitch to getNameStr().
2009-07-22 Eli FriedmanDon't give a massive inlining cost bonus to available_e...
2009-07-22 Owen AndersonGet rid of the Pass+Context magic.
2009-07-21 Ted KremenekUpdate CMake files.
2009-07-18 Chris Lattneradd a fixme
2009-07-18 Eli FriedmanFix the inline cost calculation to take into account...
2009-07-17 Daniel DunbarInitialize another Context, in the hopes of unbreaking...
2009-07-17 Eli FriedmanReplace isTrapping with a new, similar method called
2009-07-16 Owen AndersonMove the ConstantInt uniquing table into LLVMContextImp...
2009-07-15 Owen AndersonRevert yesterday's change by removing the LLVMContext...
2009-07-15 Dan GohmanMake makeLoopInvariant report whether it made any chang...
2009-07-14 Owen AndersonMove EVER MORE stuff over to LLVMContext.
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-14 Dan GohmanUpdate LoopSimplify and LoopUnswitch to use the new...
2009-07-13 Owen AndersonMove more functionality over to LLVMContext.
2009-07-13 Owen AndersonBegin the painful process of tearing apart the rat...
2009-07-11 Chris Lattnersilence a vc++ warning.
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-07-11 Torok EdwinConvert more assert(0)+abort() -> LLVM_UNREACHABLE,
2009-07-10 Owen AndersonPush LLVMContext through the PatternMatch API.
next