Remove warnings when using -Wshorten-64-to-32.
[oota-llvm.git] / lib / VMCore /
2008-05-10 Gabor Greifmerge of use-diet branch to trunk
2008-05-08 Anton KorobeynikovCheck for validity of aliasee pointer before dereference.
2008-05-08 Chris Lattnerconservatively say that volatile stores read memory.
2008-05-08 Chris Lattnerstore can't read from memory.
2008-05-08 Chris Lattneradd a new Instruction::mayReadFromMemory predicate...
2008-05-07 Anton KorobeynikovTurn StripPointerCast() into a method
2008-05-06 Anton KorobeynikovMake StripPointerCast a common function (should we...
2008-05-06 Dan GohmanRemove uses of llvm/System/IncludeFile.h that are no...
2008-05-04 Gordon HenriksenUse (void) instead of () in C code.
2008-05-03 Evan ChengAdd separate intrinsics for MMX / SSE shifts with i32...
2008-04-30 Chris Lattnerfix a bug in my previous patch, a classic =/== bug.
2008-04-30 Chris Lattneradd a method for comparing to see if a value has a...
2008-04-28 Gordon HenriksenExpose parameter attributes via C bindings.
2008-04-27 Chris LattnerAllow asms to return multiple results by value.
2008-04-25 Nick LewyckyRemove 'unwinds to' support from mainline. This patch...
2008-04-23 Chris Lattnertighten up verifier checks which missed cases where
2008-04-23 Chris LattnerEnforce that multiple return values have to have at...
2008-04-23 Chris LattnerVerify that the operand of a getresult instruction...
2008-04-22 Chris Lattnermore fallout from Nicholas' asmprinter patch.
2008-04-21 Chris Lattnerdon't print dominators every time it is computed with...
2008-04-21 Chris Lattneranother bug introduced in r47802 by nicholas, for no...
2008-04-21 Chris Lattnerfix a bug introduced by Nicholas' "unwinds to" stuff: we
2008-04-20 Chris Lattneradd a handy helper method to instruction, useful for...
2008-04-20 Chris Lattnerhopefully resolve PR2240
2008-04-20 Chris Lattnerrearrange some code, simplify handling of shifts.
2008-04-20 Chris LattnerUse simplified ConstantFP::get method, fix a bug handli...
2008-04-19 Chris LattnerImplement PR2206.
2008-04-19 Chris Lattnerrefactor handling of symbolic constant folding, picking up
2008-04-19 Chris Lattnerindentation fix.
2008-04-16 Dale JohannesenDon't read off end of the input array.
2008-04-16 Owen AndersonMajor repairs to the post-dominators implementation...
2008-04-14 Dan GohmanVAArg may trap.
2008-04-13 Duncan SandsMerge LLVMBuilder and FoldingBuilder, calling
2008-04-10 Dan GohmanMake several symbols static.
2008-04-09 Chris Lattneradd a simplified accessor for creating an fp constant...
2008-04-09 Chris Lattneradd a version of ConstantFP::get that doesn't take...
2008-04-08 Duncan SandsConvenience method for setting the nounwind
2008-04-07 Duncan SandsMake sure that intrinsics automagically get the
2008-04-06 Gabor Greiffix a warning
2008-04-06 Gabor GreifAPI changes for class Use size reduction, wave 1.
2008-04-01 Chris LattnerChange the MemoryBuffer::getFile* methods to take just...
2008-03-31 Nate BegemanDon't eliminate bitcast instructions that change the...
2008-03-30 Duncan SandsFix comment typo.
2008-03-28 Nick LewyckyUpdate example to new syntax.
2008-03-25 Dan GohmanAdd explicit keywords.
2008-03-25 Evan ChengHandle a special case xor undef, undef -> 0. Technicall...
2008-03-25 Bill WendlingFix PR2062: Don't build Intrinsics.gen in the source...
2008-03-24 Dan GohmanShrink the size of AllocationInst by using its SubclassData
2008-03-23 Gordon HenriksenObjective Caml bindings for basic block, function,...
2008-03-22 Anton KorobeynikovFix merge error
2008-03-22 Anton KorobeynikovAdd testcase for prev. commit. Minor fixes
2008-03-22 Anton KorobeynikovAliasing chains cleanups: update langref, add check...
2008-03-22 Anton KorobeynikovSupport chained aliases for LLVM IR printing. This...
2008-03-22 Anton KorobeynikovSlightly increase default set size. It's cheap and...
2008-03-21 Dan GohmanDon't include <map> in Pass.h, which doesn't need it...
2008-03-21 Duncan SandsMake it possible to get an empty struct using
2008-03-21 Evan ChengUndo 48570. Correctly match mmx shift instructions...
2008-03-20 Devang PatelThese passes preserve CFG.
2008-03-20 Devang PatelRestore isCFGOnly property of various analysis passes.
2008-03-20 Devang PatelKeep track of analysis information inherited from Modul...
2008-03-19 Evan ChengAdd intrinsics to match mmx shift builtin's with immedi...
2008-03-19 Devang Patel#if 1 .. #endif markers do not add any value.
2008-03-19 Devang PatelPassInfo keep tracks whether a pass is an analysis...
2008-03-19 Chris Lattneradd some convenience methods for creating GEP instructi...
2008-03-19 Gordon HenriksenC bindings for Module-, Function-, and BasicBlock:...
2008-03-19 Gordon HenriksenC and Objective Caml bindings for the various getParent...
2008-03-19 Devang PatelDo not use virtual function to identify an analysis...
2008-03-18 Devang PatelIdentify Analysis pass.
2008-03-16 Gordon HenriksenC and Objective Caml bindings for PassManagers.
2008-03-14 Gordon HenriksenExpose Module::dump via C and Ocaml.
2008-03-14 Dan GohmanUpdate comments; getPassName no longer uses RTTI.
2008-03-13 Chris Lattnermove a bunch of trivial methods to be inline.
2008-03-13 Chris LattnerVarious improvements suggested by Duncan
2008-03-13 Dan GohmanEliminate a few unnecessary uses of dynamic_cast.
2008-03-13 Dan GohmanFix a typo.
2008-03-13 Dan GohmanDon't redundantly clear std::vector members in destructors.
2008-03-13 Dan GohmanChange PMTopLevelManager's PassManagers vector element...
2008-03-13 Dan GohmanChange PMStack::push to accept a PMDataManager* instead of
2008-03-12 Chris LattnerReimplement the parameter attributes support, phase...
2008-03-11 Anton KorobeynikovAdd helper for ultimate aliasee resoltion
2008-03-11 Dan GohmanGive PassManager and FunctionPassManager a common base...
2008-03-11 Dan GohmanFix typos in comments.
2008-03-10 Dan GohmanUse utostr instead of a stringstream.
2008-03-10 Dan GohmanInitialize ArgTypes directly instead of manually copyin...
2008-03-10 Dan GohmanRemove an unnecessary #include
2008-03-10 Nick LewyckyTurn unwind_to into "unwinds to".
2008-03-09 Nick LewyckyTwo things. Preserve the unwind_to when splitting a BB.
2008-03-08 Dan GohmanRemove unused runPass methods.
2008-03-05 Devang PatelCheck struct return type first.
2008-03-04 Devang PatelPrint types for all ret operands.
2008-03-04 Devang PatelRevert SmallVector ctor variants.
2008-03-04 Devang PatelAdd FunctionType ctor variant that takes SmallVector...
2008-03-03 Devang Patels/isReturnStruct()/hasStructRetAttr()/g
2008-03-03 Devang PatelIf a function uses multive values in ret instruction...
2008-03-02 Chris LattnerAdd a new ShuffleVectorInst::getMaskValue method.
2008-03-02 Nick LewyckyAdd an unwind_to field to basic blocks, making them...
2008-03-01 Nick LewyckyPrint the name, not a pointer.
2008-03-01 Chris LattnerFix PR2113 by verifying allocations.
2008-02-29 Dan GohmanUse the new convertFromAPInt instead of convertFromZero...
2008-02-27 Devang PatelRemove dead code.
next