Correct an assertion string.
[oota-llvm.git] / lib / VMCore /
2008-08-01 Duncan SandsFix comment typos.
2008-07-30 Mon P WangAdded support for overloading intrinsics (atomics)...
2008-07-29 Nate BegemanAdd vector shifts to the IR, patch by Eli Friedman.
2008-07-29 Matthijs KooijmanAdd a GetElementPtrInst::getIndexedType that accepts...
2008-07-28 Dan GohmanFold the useful features of alist and alist_node into...
2008-07-25 Nate BegemanRemove unnecessary implicit argument
2008-07-25 Nate BegemanFix minor issues with VICmp/VFCmp constant expressions
2008-07-25 Nate BegemanAllow verifier to be run on partially materialized...
2008-07-25 Nate BegemanTab removal
2008-07-24 Evan ChengRename instance variables, parameter argument names...
2008-07-23 Dan GohmanEnable first-class aggregates support.
2008-07-22 Dan GohmanFix multiple-return-value-to-first-class-aggregates...
2008-07-21 Dan GohmanInsertValue and ExtractValue constant expressions are...
2008-07-18 Chris Lattnerverify limits-fndefn.c from the GCC testsuite before the
2008-07-14 Chris LattnerFix a bunch of bugs handling vector compare constant...
2008-07-14 Chris LattnerDocument and fix Constant::getVectorElements to return...
2008-07-11 Dan GohmanUse find instead of lower_bound.
2008-07-10 Chris LattnerSImplify ConstantVector::get a bit and make it turn...
2008-07-10 Chris LattnerFix a case where vector comparison constant folding...
2008-07-10 Chris Lattneradd a helper method for code that wants to handle vector
2008-07-10 Chris Lattnerelementwise comparison of vector constants was complete...
2008-07-10 Evan Cheng- Replace use of std::map<std::string, ..> with StringM...
2008-07-09 Dan GohmanConsistently put quotes around pass names in debugging...
2008-07-08 Chris Lattnerimprove comment
2008-07-08 Duncan SandsAdd some helpers for manipulating function
2008-07-08 Duncan SandsAdd some convenience methods for manipulating
2008-07-08 Chris LattnerFix three bugs:
2008-07-07 Dan GohmanAdd explicit keywords.
2008-07-03 Bill WendlingRevert my previous check-in that split up MachineModule...
2008-07-03 Matthijs KooijmanAdd newline at the end of Constants.cpp.
2008-07-03 Dan GohmanUse operator new instead of new char[].
2008-07-01 Devang PatelDisable dom info verifier by default.
2008-07-01 Devang PatelFix typos in comments.
2008-07-01 Devang PatelAdd dom info verifier.
2008-06-30 Devang PatelMove dominator info printer into tool/opt/GraphPrinters.cpp
2008-06-30 Evan Cheng- Re-apply 52748 and friends with fix. GetConstantStrin...
2008-06-29 Anton KorobeynikovRevert (52748 and friends):
2008-06-27 Chris Lattnerimplement some fixme's by making "autorenaming" in...
2008-06-27 Chris Lattnersimplify some code to avoid string thrashing.
2008-06-27 Chris LattnerAdd a new version of Module::getFunction that takes...
2008-06-27 Devang PatelAdd dominator info printer pass.
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...
next