A brief survey of priority_queue usage in the tree turned this up
[oota-llvm.git] / lib /
2008-06-02 Devang PatelUpdate dom tree. Fix PR 2372.
2008-06-02 Dan GohmanFold adds and subtracts of zero immediately, instead...
2008-06-02 Scott MichelMinor cosmetic patch so that the hex equivalent of...
2008-06-02 Scott MichelAdd necessary 64-bit support so that gcc frontend compi...
2008-06-02 Dan GohmanImplement CBE support for first-class structs and array...
2008-06-02 Chris LattnerRemove unneeded code I added.
2008-06-02 Owen AndersonCorrectly handle removed instructions at the beginning...
2008-06-02 Wojciech MatyjewiczFixes PR2395. Looking for a constant in a GEP tail...
2008-06-02 Rafael EspindolaDon't use the GOT for symbols that are not externally...
2008-06-02 Chris Lattnermove CannotBeNegativeZero to ValueTracking. Simplify...
2008-06-02 Chris Lattnermove ComputeMaskedBits, MaskedValueIsZero, and ComputeN...
2008-06-01 Owen AndersonFix two issues that Eli Friedman pointed out, where...
2008-06-01 Owen AndersonDon't remove the memcpy when call slot substitution...
2008-06-01 Owen AndersonRemember to update the reverse non-local cache when...
2008-06-01 Owen AndersonMake ping more aggressive in finding nonlocal caching...
2008-06-01 Duncan SandsWhen simplifying a call to a bitcast function, tighten up
2008-06-01 Bruno Cardoso LopesFixed flag issue that was generating infinite loop...
2008-05-31 Dan GohmanAsmWriter support for insertvalue/extractvalue. These...
2008-05-31 Dan GohmanImproved bitcode support for insertvalue/extractvalue.
2008-05-31 Dan GohmanFix some bugs with the handling of indices in insertval...
2008-05-31 Nick LewyckyPeer through sext/zext when looking for not(cmp).
2008-05-31 Nick LewyckyYay us! Every one of these examples turns into icmp...
2008-05-31 Nick LewyckyAdd more i1 optimizations. add, sub, mul, s/udiv on...
2008-05-31 Nick LewyckyAdding i1 is always Xor.
2008-05-31 Chris LattnerFix the CBE's handling of instructions whose result...
2008-05-31 Dan GohmanFactor several methods, including getInversePredicate and
2008-05-31 Dan GohmanTeach the DAGISelEmitter to not compute the variable_op...
2008-05-31 Dan GohmanRemove an unused variable.
2008-05-31 Dan GohmanIR, bitcode reader, bitcode writer, and asmparser chang...
2008-05-30 Evan ChengFix indentation.
2008-05-30 Evan ChengFix indentation.
2008-05-30 Owen AndersonThe coalescer doesn't need LiveVariables now that we...
2008-05-30 Gabor Greifrewrite operand loops to use iterators
2008-05-30 Owen AndersonPreserve the register coallescer, and update live inter...
2008-05-30 Owen AndersonSince LCSSA switched over to DenseMap, we have to be...
2008-05-30 Matthijs KooijmanGive a proper error message when a command line option...
2008-05-30 Matthijs KooijmanUse eraseFromParent() instead of doing that manually...
2008-05-30 Matthijs KooijmanLet Instruction::getOpcodeName() return something usefu...
2008-05-30 Bill WendlingAdd the "AsCheapAsAMove" flag to some 64-bit xor instru...
2008-05-30 Dan GohmanRemove an unused variable.
2008-05-30 Dan GohmanFix a typo in a comment.
2008-05-30 Dan GohmanFix a copy+paste error in a comment.
2008-05-29 Owen AndersonMake the renumbering correct in the face of deleted...
2008-05-29 Bill WendlingUnbreak build.
2008-05-29 Dan GohmanAdd patterns for CALL32m and CALL64m. They aren't match...
2008-05-29 Bill WendlingRemove more iostream header includes. Needed to impleme...
2008-05-29 Bill WendlingRemove <iostream>.
2008-05-29 Owen AndersonAdd newline at end of file.
2008-05-29 Dan GohmanFix a tblgen problem handling variable_ops in tblgen...
2008-05-29 Dan Gohmanconst-ify getOpcode.
2008-05-29 Dan GohmanExpand small memmovs using inline code. Set the X86...
2008-05-29 Owen AndersonRevert part of my last patch that I didn't intend to...
2008-05-29 Owen AndersonRenumbering needs to account for instruction slot offse...
2008-05-29 Owen AndersonForce postdom to be linked into opt and bugpoint, even...
2008-05-29 Duncan SandsAdd a newline at the end of this file.
2008-05-29 Owen AndersonReplace the old ADCE implementation with a new one...
2008-05-29 Evan ChengImplement vector shift up / down and insert zero with...
2008-05-29 Owen AndersonRemove debugging code.
2008-05-29 Bill WendlingXOR?RI instructions aren't as cheap as moves.
2008-05-29 Gabor Greifconvert more operand loops to iterator formulation
2008-05-29 Bill WendlingImplement "AsCheapAsAMove" for some obviously cheap...
2008-05-29 Gabor Greifconvert another operand loop to iterator formulation
2008-05-28 Bill WendlingAdd a flag to indicate that an instruction is as cheap...
2008-05-28 Bill WendlingCheck the "isSafeToMove" predicate, which has a series...
2008-05-28 Owen AndersonRemap VNInfo data as well when doing renumbering.
2008-05-28 Owen AndersonFactor the numbering computation into a separate method...
2008-05-28 Evan ChengFix PR2289: vr defined by multiple implicit_def as...
2008-05-28 Evan ChengTeach local register allocator to deal with landing...
2008-05-28 Nate BegemanUpdate some comments noticed in a recent checkin
2008-05-28 Chris LattnerImplement PR2370: memmove(x,x,size) -> noop.
2008-05-28 Chris LattnerAdd chain inputs for loads.
2008-05-28 Chris LattnerFix CodeGen/Generic/2005-10-21-longlonggtu.ll on ia64.
2008-05-28 Chris Lattnerloads should get chains. THis helps but does not solve...
2008-05-28 Chris LattnerFix 2006-04-28-Sign-extend-bool.ll for ia64.
2008-05-28 Chris Lattnerreindent.
2008-05-28 Dan GohmanFix the encoding for two more "rm" instructions that...
2008-05-28 Mon P WangFixed X86 encoding error CVTPS2PD and CVTPD2PS when...
2008-05-28 Nate BegemanDon't attempt to create VZEXT_LOAD out of an extload...
2008-05-27 Dan GohmanUse Function::getEntryBlock instead of Function::begin...
2008-05-27 Dan GohmanPrint debug output when any edge becomes executable...
2008-05-27 Bill WendlingIncorporated feedback: Check that the implicitly define...
2008-05-27 Dan GohmanTidy up whitespace in ConstantRange::print output.
2008-05-27 Gabor Greifback out last commit: The .cpp file for a module should...
2008-05-27 Duncan SandsFix some constructs that gcc-4.4 warns about.
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-27 Nick LewyckyInequalityGraph::node() can create new nodes, invalidat...
2008-05-26 Nick LewyckyGrammaro.
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-26 Owen AndersonUse a DenseMap instead of an std::map, speeding up...
2008-05-26 Bill WendlingThe enabling of remat in 2-address conversion breaks...
2008-05-26 Bill WendlingA problem that's exposed when machine LICM is enabled...
2008-05-25 Nick LewyckyDon't treat values as signed when looking at loop stepp...
2008-05-25 Nick Lewycky"ret (constexpr)" can't be folded into a Constant....
2008-05-24 Owen AndersonCreate archives with the same permissions are ar.
2008-05-24 Chris LattnerAdd FreeBSD/PPC support, patch by Marcel Moolenaar!
2008-05-24 Chris LattnerFix a serious brain-o. Obviously no-one reviewed my...
2008-05-24 Chris LattnerFix PR2358 by resolving calls with undef arguments...
next