summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Make GlobalOpt preserve address spaces when scalar replacing aggregate globals.Matthijs Kooijman2008-07-17
* Fix PR2553Chris Lattner2008-07-17
* When lowering certain atomics, we need to copy the memoperand from the oldMon P Wang2008-07-17
* Factorize some code for determining which libcall to use.Duncan Sands2008-07-17
* Inliner tweak. Function calls should cost more than one instruction!Evan Cheng2008-07-17
* Factor MergeBlockIntoPredecessor out into BasicBlockUtils.Owen Anderson2008-07-17
* Mark function used by asm block as used, otherwise optimizer may not see the ...Devang Patel2008-07-16
* There's no need to iterate block merging and PRE. In fact, iterating the latterOwen Anderson2008-07-16
* Somehow, custom lowering of i64 multiplications got dropped along the way.Scott Michel2008-07-16
* Fix the result type of X86's truncate to i8.Dan Gohman2008-07-16
* Fix the result type of a VECTOR_SHUFFLE+BIT_CONVERT dagcombine. ThisDan Gohman2008-07-16
* Add support for promoting and expanding AssertZextDuncan Sands2008-07-16
* Fix a comment to say nonnegative instead of positive.Dan Gohman2008-07-16
* Add an assert to check for empty flags for MachineMemOperand.Dan Gohman2008-07-16
* Redo InstCombiner::visitExtractValueInst. Instead of using the (complicate)Matthijs Kooijman2008-07-16
* Reorder methods alphabetically. No functionality change.Duncan Sands2008-07-16
* Turn on LegalizeTypes by default.Duncan Sands2008-07-16
* Don't use ++idx_begin when I actually mean idx_begin + 1, especially since weMatthijs Kooijman2008-07-16
* Fix PR2296. Do not transform x86_sse2_storel_dq into a full-width store.Evan Cheng2008-07-16
* x86-64 PIC JIT fixes: do not generate the extra load for external GV's.Evan Cheng2008-07-16
* X86-64 PIC jump table values are different from x86-32 cases, they are dest -...Evan Cheng2008-07-16
* TargetAsmInfo::SectionForGlobal showed up in a profile. Simplify it a little.Dan Gohman2008-07-15
* SelectionDAG::AssignNodeIds is unused.Dan Gohman2008-07-15
* Don't sort SDNodes by their addresses in SelectionDAG::dump. Instead,Dan Gohman2008-07-15
* Revert this, as it seems to still be broken.Owen Anderson2008-07-15
* Enable local PRE by default.Owen Anderson2008-07-15
* Have GVN do a pre-pass over the CFG that folds away unconditional branches wh...Owen Anderson2008-07-15
* LegalizeTypes support for fabs on ppc long double.Duncan Sands2008-07-15
* Allow deadargelim to change return types even though now values were dead. ThisMatthijs Kooijman2008-07-15
* Revert r53606. It turns out that explicitely tracking the liveness of theMatthijs Kooijman2008-07-15
* Make deadargelim a bit less smart, so it doesn't choke on nested structs asMatthijs Kooijman2008-07-15
* Don't use isa when we can reuse a previous dyn_cast.Matthijs Kooijman2008-07-15
* Make DeadArgElim keep liveness of the return value as a whole in addition toMatthijs Kooijman2008-07-15
* LegalizeTypes support for promotion of bswap.Duncan Sands2008-07-15
* LegalizeTypes support for promotion of SIGN_EXTEND_INREG.Duncan Sands2008-07-15
* Reorder the integer promotion methods alphabetically.Duncan Sands2008-07-15
* Let DAE keep a list of live functions, instead of simply marking all argumentsMatthijs Kooijman2008-07-15
* Split DAE::MarkLive into MarkLive and PropagateLiveness.Matthijs Kooijman2008-07-15
* Pass around const RetOrArg references instead of copying values. Also, markMatthijs Kooijman2008-07-15
* Simplify debug code by using RetOrArg::getDescription().Matthijs Kooijman2008-07-15
* Fix indentation (intentionally left out of the previous commit).Matthijs Kooijman2008-07-15
* Move the deadargelim code for intrinsically alive functions into its ownMatthijs Kooijman2008-07-15
* Fixed potential bug if the source and target of a bit convert have different ...Mon P Wang2008-07-15
* Correct this inversion!Nick Lewycky2008-07-15
* Fix up comments.Nick Lewycky2008-07-15
* Fixed call stack alignment. Improved AsmPrinter alignment issues.Bruno Cardoso Lopes2008-07-15
* Reapply 53476 and 53480, with a fix so that it properly updatesDan Gohman2008-07-14
* Fix uninitialized use of the Changed variable.Dan Gohman2008-07-14
* Improve debug output for MemOperandSDNode. PseudoSourceValue nodesDan Gohman2008-07-14
* Fix edito in the PseudoSourceValue name list.Dan Gohman2008-07-14