Add the function attributes pass during LTO time.
[oota-llvm.git] / lib /
2009-02-26 Owen AndersonEnable stack slot coloring DCE. Evan's spiller fixes...
2009-02-26 Evan ChengADDS{D|S}rr_Int and MULS{D|S}rr_Int are not commutable...
2009-02-26 Evan ChengThe last commit was overly conservative. It's ok to...
2009-02-26 Evan ChengIf an available register falls through to a succ block...
2009-02-25 Evan ChengRevert BuildVectorSDNode related patches: 65426, 65427...
2009-02-25 Dale JohannesenFix big-endian codegen bug. We're splitting up
2009-02-25 Devang PatelPrint variable's display name in dwarf DIE.
2009-02-25 Chris LattnerFix PR3667
2009-02-25 Zhou ShengDon't block basic block with only SwitchInst to fold...
2009-02-25 Evan ChengClean up dwarf writer, part 1. This eliminated the...
2009-02-25 Nick LewyckyAdd a totally synthetic situation I came up with while...
2009-02-25 Scott MichelExpand tabs to spaces (overlooked in previous commit)
2009-02-25 Scott MichelRemove all "cached" data from BuildVectorSDNode, prefer...
2009-02-24 Mon P WangAdded support to have TableGen provide information...
2009-02-24 Devang PatelIf compile unit's language is not set then don't crash...
2009-02-24 Daniel DunbarExtension of GEP in constant folder was broken (apparen...
2009-02-24 Dan GohmanRename ScalarEvolution's getIterationCount to getBacked...
2009-02-24 Bill WendlingOverhaul my earlier submission due to feedback. It...
2009-02-24 Owen AndersonAdd a debugging option for SSC DCE.
2009-02-24 Bill Wendling- Use the "Fast" flag instead of "OptimizeForSize"...
2009-02-24 Dan GohmanFix a ValueTracking rule: RHS means operand 1, not...
2009-02-24 Dan GohmanGeneralize the ChangeCompareStride code, in preparation for
2009-02-24 Dan GohmanPreserve the DominanceFrontier analysis in the LoopDele...
2009-02-24 Devang Patelgdb uses DW_AT_prototyped to identify K&R style in...
2009-02-24 Devang PatelWhile folding unconditional return move DbgRegionEndIns...
2009-02-24 Devang PatelIf there is not any debug info available for any global...
2009-02-23 Dan GohmanBack out the change in 64918 that used sign-extensions...
2009-02-23 Dan GohmanFast-isel can't do TLS yet, so it should fall back...
2009-02-23 Dan GohmanLoopDeletion needs to inform ScalarEvolution when a...
2009-02-23 Dan GohmanIndVarSimplify preserves ScalarEvolution. In the
2009-02-23 Zhou ShengShould reset DBI_Prev if DBI_Next == 0.
2009-02-23 Evan ChengOnly v1i16 (i.e. _m64) is returned via RAX / RDX.
2009-02-23 Nate BegemanGenerate better code for v8i16 shuffles on SSE2
2009-02-23 Mon P WangChanged option name from inline-threshold to basic...
2009-02-23 Chris Lattnerfix some typos that Duncan noticed
2009-02-23 Bill WendlingPropagate debug loc info through prologue/epilogue.
2009-02-22 Scott MichelIntroduce the BuildVectorSDNode class that encapsulates...
2009-02-22 Dan GohmanRevert the part of 64623 that attempted to align the...
2009-02-22 Dan GohmanProperly parenthesize this expression, fixing a real...
2009-02-22 Evan ChengIf a use operand is marked isKill, don't forget to...
2009-02-22 Evan ChengAdd a note.
2009-02-22 Evan ChengBe bug compatible with gcc by returning MMX values...
2009-02-22 Evan ChengDo not consider MMX_MOVD64rr a move instructions. The...
2009-02-22 Evan ChengOnly try to sink immediate when TLI is not null. It...
2009-02-21 Nick LewyckyDon't sign extend the char when expanding char -> int...
2009-02-21 Richard Penningtonbug 3610: Floating point vaarg not softened.
2009-02-21 Anton KorobeynikovDrop bunch of half-working stuff in the ext_weak linkag...
2009-02-21 Evan ChengAdd AddrModeMatcher.cpp
2009-02-21 Evan ChengIf two-address def is dead and the instruction does...
2009-02-21 Evan ChengTeach LSR sink to sink the immediate portion of the...
2009-02-21 Bill WendlingMake sure this doesn't access .end() too.
2009-02-21 Bill WendlingMake sure we don't dereference the .end() of the container.
2009-02-21 Chris Lattnerrename a function to indicate that it checks for profit...
2009-02-21 Bill WendlingPropagate more debug loc infos. This also includes...
2009-02-21 Bill WendlingWe need to propagate the debug location information...
2009-02-20 Dan GohmanFix a bug that David Greene found in the DAGCombiner...
2009-02-20 Evan ChengFix strange logic in CollectIVUsers used to determine...
2009-02-20 Dan GohmanSimplify code and reduce indentation. No functionality...
2009-02-20 Dan GohmanFix 80-column violations.
2009-02-20 Dan GohmanIt's not necessary to check if Base is null here.
2009-02-20 Evan ChengSupport return of MMX values in 64-bit mode.
2009-02-20 Bill Wendling- Early exit a nested block.
2009-02-20 Dan GohmanAdd a comment about how Imm can be used for loop-varian...
2009-02-20 Torok Edwinadd note about sin
2009-02-20 Evan ChengFactor address mode matcher out of codegen prepare...
2009-02-20 Zhou ShengJust roll back the previous change to -mem2reg.
2009-02-20 Zhou Shengpatch to update the line number information in pass...
2009-02-20 Owen AndersonFix a crash in the pre-alloc splitter exposed by recent...
2009-02-20 Owen AndersonAdd a quick pass to the stack slot colorer to eliminate...
2009-02-20 Dan GohmanImplement "superhero" strength reduction, or full strength
2009-02-20 Bill WendlingAdd an accessor method to DwarfWriter to tell of debugg...
2009-02-19 Bill WendlingTemporarily revert r65065. It was causing test failures.
2009-02-19 Bill WendlingPrint out debug info when printing the machine instruction.
2009-02-19 Bill WendlingCheck for -fast here too.
2009-02-19 Bill WendlingGenerate these labels when we're in "fast" mode, not...
2009-02-19 Dan GohmanUse DEBUG() instead of passing *DOUT to WriteAsOperand,
2009-02-19 Dan GohmanMake the debug output of LSR less cryptic and more...
2009-02-19 Chris LattnerIf an executable is run through a symlink, dladdr will...
2009-02-19 Dan GohmanFix the logic in this assertion to properly validate...
2009-02-19 Dan GohmanReapply r57340. VMKit does not presently rely on materi...
2009-02-18 Bill WendlingPut code that generates debug labels into TableGen...
2009-02-18 Chris Lattneradd proper asmwriter and asmparser support for anonymou...
2009-02-18 Duncan SandsIn theory the aliasee may have dead constant users
2009-02-18 Devang PatelThe subprogram die may not exist while creating "defaul...
2009-02-18 Dan GohmanUse a sign-extend instead of a zero-extend when promoting a
2009-02-18 Dan GohmanSimplify by using dyn_cast instead of isa and cast.
2009-02-18 Dan GohmanAdd explicit keywords.
2009-02-18 Nate BegemanAdd support to the JIT for true non-lazy operation...
2009-02-18 Dan GohmanFactor out the code to add a MachineOperand to a Machin...
2009-02-18 Dan GohmanEliminate several more unnecessary intptr_t casts.
2009-02-18 Evan ChengGV with null value initializer shouldn't go to BSS...
2009-02-18 Dan GohmanFix a corner case in the new indvars promotion logic...
2009-02-18 Dan GohmanFix a typo in a comment.
2009-02-17 Duncan SandsIf an alias is dead and so is its aliasee, then globald...
2009-02-17 Devang PatelThe debugger sometimes lookup dynamically in the runtim...
2009-02-17 Scott MichelRemove trailing whitespace to reduce later commit patch...
2009-02-17 Devang PatelEmit debug info for bitfields.
2009-02-17 Dan GohmanLoopIndexSplit doesn't actually use ScalarEvolution.
2009-02-17 Dan GohmanAdd a method to ScalarEvolution for telling it when...
2009-02-17 Chris Lattnercommit a tweaked version of Daniel's patch for PR3599...
next