Since we are using GCC to assemble the program, make sure the assembly syntax is...
[oota-llvm.git] / lib / VMCore /
2008-06-27 Bill WendlingRefactor the DebugInfoDesc stuff out of the MachineModu...
2008-06-26 Eric ChristopherMove GetConstantStringInfo to lib/Analysis. Remove
2008-06-25 Mon P WangAdded MemOperands to Atomic operations since Atomics...
2008-06-25 Owen AndersonUse push_back rather than operator[], which is incorrec...
2008-06-24 Owen AndersonIn ConstantArray::getAsString(), we know the size of...
2008-06-24 Dan GohmanUse const_cast instead of a C-style cast.
2008-06-23 Dan GohmanRemove two convenience constructors because they're...
2008-06-23 Dan GohmanUse std::copy instead of a loop.
2008-06-23 Dan GohmanMore changes from Chris' review: simplify getIndices...
2008-06-21 Dan GohmanUse Function's arg_size() and size() methods.
2008-06-21 Chris Lattnerfix some warnings when assertions are disabled.
2008-06-20 Dan GohmanSimplify this code. Thanks Chris!
2008-06-17 Dan GohmanAuto-upgrade code for multiple-value return statements...
2008-06-17 Dan GohmanIn InsertValueInst's copy ctor, actually copy the operands.
2008-06-17 Dan GohmanImplement the ExtractValueInst::getIndexedType that...
2008-06-17 Owen AndersonAdd an insertBefore method for attaching previously...
2008-06-16 Chris Lattnerswitch TypeHasCycleThroughItself from using an std...
2008-06-16 Chris Lattnerfix pr2460
2008-06-12 Evan ChengDo not speculatively execute an instruction by hoisting...
2008-06-09 Dan GohmanRe-apply 52002, allowing the verifier to accept non...
2008-06-06 Gabor Greifget rid of ExtractValueInst::init's Value argument...
2008-06-06 Gabor Greifmake ExtractValueInst derived from UnaryInstruction
2008-06-06 Devang PatelPrint debug message only if there are dead passes.
2008-06-06 Duncan SandsWrap MVT::ValueType in a struct to get type safety
2008-06-05 Dan GohmanRevert 52002.
2008-06-05 Matthijs KooijmanChange the Verifier to support returning first class...
2008-06-05 Matthijs Kooijman * Make CallSite::hasArgument const and let it take...
2008-06-04 Matthijs KooijmanAdd CallSite::hasArgument to allow for seeing if a...
2008-06-04 Matthijs KooijmanAdd a Name parameter to two of the init methods of...
2008-06-04 Matthijs KooijmanImplement the two constructors in InsertValueInst and...
2008-06-04 Evan ChengMore pass manager debugging outputs.
2008-06-03 Dale JohannesenPrevent a crash in debug dumps.
2008-06-03 Devang Patel"Unable to schedule <A> required by <B>" is more helpfu...
2008-06-03 Devang PatelAdd debugging aid.
2008-06-03 Dan GohmanConstant folding for insertvalue and extractvalue.
2008-05-31 Dan GohmanAsmWriter support for insertvalue/extractvalue. These...
2008-05-31 Dan GohmanFix some bugs with the handling of indices in insertval...
2008-05-31 Dan GohmanFactor several methods, including getInversePredicate and
2008-05-31 Dan GohmanIR, bitcode reader, bitcode writer, and asmparser chang...
2008-05-30 Matthijs KooijmanLet Instruction::getOpcodeName() return something usefu...
2008-05-27 Gabor Greifback out last commit: The .cpp file for a module should...
2008-05-27 Gabor Greifprune unneeded #includes
2008-05-27 Gabor Greifremove unneeded reinterpret_casts
2008-05-27 Gabor GreifWe have the correct headers included to know that BB...
2008-05-26 Gabor Greifeliminate calls to deprecated Use::init() interface
2008-05-26 Duncan SandsFactor code to copy global value attributes like
2008-05-24 Evan ChengEliminate x86.sse2.punpckh.qdq and x86.sse2.punpckl...
2008-05-24 Evan ChengEliminate x86.sse2.movs.d, x86.sse2.shuf.pd, x86.sse2...
2008-05-24 Evan ChengAutoupgrade x86.sse2.loadh.pd and x86.sse2.loadl.pd.
2008-05-23 Dan GohmanTidy up BasicBlock::getFirstNonPHI, and change a bunch...
2008-05-23 Dan GohmanAdd #includes to make some dependencies explicit.
2008-05-23 Dan GohmanAdd more IR support for the new extractvalue and insert...
2008-05-22 Chris LattnerFix PR2267, by allowing indirect outputs to be intermixed
2008-05-19 Gordon HenriksenRemove a duplicative binding. Patch by Mahadevan R.
2008-05-17 Nick LewyckyRevert constant-folding change that will miscompile...
2008-05-17 Nick LewyckyUnbreak the build.
2008-05-17 Nick LewyckyConstant fold inttoptr and ptrtoint.
2008-05-16 Eric ChristopherAdd functions to enable adding a single attribute to...
2008-05-16 Gabor GreifAPI change for {BinaryOperator|CmpInst|CastInst}::creat...
2008-05-16 Dan GohmanRevert the change from r51157 in
2008-05-15 Dan GohmanIR support for extractvalue and insertvalue instruction...
2008-05-15 Gabor GreifFix a bunch of 80col violations that arose from the...
2008-05-15 Nate BegemanMove the operator new and operator delete out of line...
2008-05-14 Dale JohannesenAdd CommonLinkage; currently tentative definitions
2008-05-14 Dan GohmanMake PreVerifyID, IntSigsEnd, and KillSigsEnd const.
2008-05-13 Gabor GreifMerge of r51073-51074 from use-diet branch.
2008-05-13 Devang PatelDominance Frontier is cfg only pass.
2008-05-13 Gabor GreifDerive GetResultInst from UnaryInstruction, this simpli...
2008-05-13 Dan GohmanChange class' public PassInfo variables to by initializ...
2008-05-13 Dan GohmanClean up the use of static and anonymous namespaces...
2008-05-12 Nate BegemanPointer comparisons should be handled by icmp, not...
2008-05-12 Nate BegemanHard code CmpInst back to i1 for now while I go track...
2008-05-12 Nate BegemanFix build breakage
2008-05-12 Nate BegemanAdd two new instructions to the llvm IR, vicmp and...
2008-05-12 Dan GohmanUpdate comments.
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.
next