Early exit if we don't have invokes. The 'Unwinds' vector isn't modified unless
[oota-llvm.git] / lib /
2011-01-07 Bill WendlingEarly exit if we don't have invokes. The 'Unwinds'...
2011-01-06 Duncan SandsFix the other problem reported in PR8582. Testcase...
2011-01-06 Eric ChristopherAdd some fairly duplicated code to let type legalizatio...
2011-01-06 Chris LattnerWith Benjamin's recent amazing patches, we should be...
2011-01-06 Chris Lattneruse isNullValue() to simplify code, add an assert.
2011-01-06 Devang PatelEmit 128 bit constant.
2011-01-06 Bob WilsonPR8921: LDM/POP do not support interworking prior to...
2011-01-06 Bob WilsonRemove extra whitespace.
2011-01-06 Bob WilsonFix comment typo.
2011-01-06 Benjamin KramerAdd a note from llvmdev, this time with more info.
2011-01-06 Abramo BagnaraFixed parsing of hex floats.
2011-01-06 Rafael EspindolaCorrectly disassemble truncated asm.
2011-01-06 Benjamin KramerInstCombine: Turn _chk functions into the "unsafe"...
2011-01-06 Benjamin KramerEarlyCSE does this now (and GVN always did it).
2011-01-06 Benjamin KramerInstCombine: If we call llvm.objectsize on a malloc...
2011-01-06 Benjamin KramerInstCombine: Teach llvm.objectsize folding to look...
2011-01-06 Benjamin KramerRemove dead code and silence warnings.
2011-01-06 Evan ChengUse movups to lower memcpy and memset even if it's...
2011-01-06 Chris Lattneradd a note about object size from drystone, add a poorl...
2011-01-06 Chris Lattneradd a trivial instcombine missed in Dhrystone
2011-01-06 Evan ChengRe-implement r122936 with proper target hooks. Now...
2011-01-06 Chris Lattnerimplement constant folding support for an exotic consta...
2011-01-06 Evan ChengRevert r122936. I'll re-implement the change.
2011-01-06 Cameron ZwarichAdd the CallInst optimizations that don't involve expan...
2011-01-06 Cameron ZwarichMove the GEP handling in CodeGenPrepare to OptimizeInst().
2011-01-06 Cameron ZwarichSplit the optimizations in CodeGenPrepare that don...
2011-01-06 Jakob Stoklund OlesenZap the last two -Wself-assign warnings in llvm.
2011-01-06 Jakob Stoklund OlesenAdd the SpillPlacement analysis pass.
2011-01-06 Evan Chengr105228 reduced the memcpy / memset inline limit to...
2011-01-06 Evan ChengAvoid zero extend bit test operands to pointer type...
2011-01-06 Bill WendlingPR8919 - LLVM incorrectly generates "_alloca" as the...
2011-01-06 Bill WendlingPR8918 - When used with MinGW64, LLVM generates a ...
2011-01-06 Cameron ZwarichStop reallocating SunkAddrs for each basic block. When...
2011-01-05 Owen AndersonReorder, rename, and document some members to make...
2011-01-05 Evan ChengOptimize:
2011-01-05 Chris Lattnerfix PR8900, a shuffle miscompilation. Patch by Nadav...
2011-01-05 Chris Lattnersilence more self assignment warnings.
2011-01-05 Jakob Stoklund OlesenAdd a hidden command line option to display edge bundle...
2011-01-05 Jakob Stoklund OlesenSilence a warning from non-standard warning avoidance...
2011-01-05 Eric Christopher80-cols.
2011-01-05 Owen AndersonWhen computing the value on an edge, in certain cases...
2011-01-05 Owen AndersonRe-convert several of LazyValueInfo's internal maps...
2011-01-05 Chris Lattnerfix some -Wself-assign warnings.
2011-01-05 Cameron ZwarichAdd some more statistics to CodeGenPrepare.
2011-01-05 Wesley PeckCommit 122778 broke DWARF debug output when using the...
2011-01-05 Cameron ZwarichAdd some stats to CodeGenPrepare to make it easier...
2011-01-05 Michael J. SpencerSupport/PathV2: Implement remove_all.
2011-01-05 Michael J. SpencerSupport/Windows/PathV2: Make directory iteration ignore...
2011-01-05 Michael J. SpencerSupport/Windows/PathV2: Fix remove to handle both files...
2011-01-05 Michael J. SpencerSupport/PathV2: Implement directory_entry::status.
2011-01-05 Michael J. SpencerSupport/PathV2: Implement directory iteration on POSIX.
2011-01-05 Cameron ZwarichUse pop_back_val instead of back followed by pop_back.
2011-01-05 Cameron ZwarichUse a worklist for later iterations just like ordinary...
2011-01-05 Cameron ZwarichChange LoopInstSimplify back to a LoopPass. It revisits...
2011-01-04 Eric ChristopherRemove TODO, these appear to be implemented.
2011-01-04 Owen AndersonDon't bother value numbering instructions with void...
2011-01-04 Jakob Stoklund OlesenUse the EdgeBundles analysis in X86FloatingPoint instea...
2011-01-04 Jakob Stoklund OlesenTurn the EdgeBundles class into a stand-alone machine...
2011-01-04 Dale JohannesenEliminate a warning compiling with llvm-gcc. (IMO the
2011-01-04 Owen AndersonComplete the NumberTable --> LeaderTable rename.
2011-01-04 Owen AndersonFix typo in a comment.
2011-01-04 Owen AndersonPrune #include's.
2011-01-04 Owen AndersonClarify terminology, settling on referring to what...
2011-01-04 Owen AndersonWhen removing a value from GVN's leaders list, don...
2011-01-04 Dale JohannesenImprove the accuracy of the inlining heuristic looking...
2011-01-04 Owen AndersonBranch instructions don't produce values, so there...
2011-01-04 Owen AndersonRemove commented out code.
2011-01-04 Cameron ZwarichSwitch to the new style of asterisk placement.
2011-01-04 Chris Lattnerfix an off-by-one bug that caused a crash analyzing
2011-01-04 Cameron ZwarichSwitch to path halving from path compression for a...
2011-01-04 Duncan SandsThese methods should be "const"; make them so.
2011-01-04 Chris LattnerTeach loop-idiom to turn a loop containing a memset...
2011-01-04 Chris Lattnerrestructure this a bit. Initialize the WeakVH with...
2011-01-04 Cameron ZwarichEliminate repeated allocation of a per-BB DenseMap...
2011-01-04 Cameron ZwarichAvoid finding loop back edges when we are not splitting...
2011-01-04 Owen AndersonClean up a funky pass registration that got passed...
2011-01-04 Andrew TrickFix the ARM IIC_iCMPsi itinerary and add an important...
2011-01-04 Cameron ZwarichAddress most of Duncan's review comments. Also, make...
2011-01-04 Chris Lattneruse the very-handy getTruncateOrZeroExtend helper funct...
2011-01-03 Bill WendlingFormatting changes. No functionality change.
2011-01-03 Owen AndersonFix comment.
2011-01-03 Owen AndersonUse the new addEscapingValue callback to update Globals...
2011-01-03 Chris LattnerDuncan deftly points out that readnone functions aren't
2011-01-03 Evan ChengUse pushq / popq instead of subq $8, %rsp / addq $8...
2011-01-03 Wesley PeckFix more stack layout issues in the MBlaze backend.
2011-01-03 Owen AndersonStub out a new updating interface to AliasAnalysis...
2011-01-03 Chris Lattnerfix rdar://8813415 - a miscompilation of 164.gzip that...
2011-01-03 Owen AndersonSimplify GVN's value expression structure, allowing...
2011-01-03 Chris Lattnerstength reduce my previous patch a bit. The only instr...
2011-01-03 Chris Lattnerfix PR8895: metadata operands don't have a strong use...
2011-01-03 Duncan SandsSpeed up instsimplify by about 10-15% by not bothering...
2011-01-03 Cameron ZwarichSwitch a worklist in CodeGenPrepare to SmallVector...
2011-01-03 Chris Lattnerearlycse can do trivial with-a-block dead store
2011-01-03 Cameron ZwarichUse a RecyclingAllocator to allocate values for Machine...
2011-01-03 Chris Lattnerswitch the load table to use a recycling bump pointer...
2011-01-03 Chris Lattnernow that loads are in their own table, we can implement
2011-01-03 Chris Lattnersplit loads and calls into separate tables. Loads...
2011-01-03 Chris Lattnervarious cleanups, no functionality change.
2011-01-03 Nick LewyckyAdd spliceFunction to the CallGraph interface. This...
2011-01-03 Chris LattnerTeach EarlyCSE to do trivial CSE of loads and read...
next