aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add an assert to check for empty flags for MachineMemOperand.Dan Gohman2008-07-161-0/+1
* Redo InstCombiner::visitExtractValueInst. Instead of using the (complicate)Matthijs Kooijman2008-07-161-5/+80
* Reorder methods alphabetically. No functionality change.Duncan Sands2008-07-163-922/+913
* Turn on LegalizeTypes by default.Duncan Sands2008-07-161-4/+6
* Don't use ++idx_begin when I actually mean idx_begin + 1, especially since weMatthijs Kooijman2008-07-161-1/+1
* Fix PR2296. Do not transform x86_sse2_storel_dq into a full-width store.Evan Cheng2008-07-161-1/+0
* x86-64 PIC JIT fixes: do not generate the extra load for external GV's.Evan Cheng2008-07-162-8/+5
* X86-64 PIC jump table values are different from x86-32 cases, they are dest -...Evan Cheng2008-07-161-0/+4
* TargetAsmInfo::SectionForGlobal showed up in a profile. Simplify it a little.Dan Gohman2008-07-151-5/+3
* SelectionDAG::AssignNodeIds is unused.Dan Gohman2008-07-151-11/+0
* Don't sort SDNodes by their addresses in SelectionDAG::dump. Instead,Dan Gohman2008-07-151-9/+5
* Revert this, as it seems to still be broken.Owen Anderson2008-07-151-1/+1
* Enable local PRE by default.Owen Anderson2008-07-151-1/+1
* Have GVN do a pre-pass over the CFG that folds away unconditional branches wh...Owen Anderson2008-07-151-2/+63
* LegalizeTypes support for fabs on ppc long double.Duncan Sands2008-07-152-0/+15
* Allow deadargelim to change return types even though now values were dead. ThisMatthijs Kooijman2008-07-151-11/+1
* Revert r53606. It turns out that explicitely tracking the liveness of theMatthijs Kooijman2008-07-151-97/+103
* Make deadargelim a bit less smart, so it doesn't choke on nested structs asMatthijs Kooijman2008-07-151-38/+21
* Don't use isa when we can reuse a previous dyn_cast.Matthijs Kooijman2008-07-151-3/+2
* Make DeadArgElim keep liveness of the return value as a whole in addition toMatthijs Kooijman2008-07-151-126/+124
* LegalizeTypes support for promotion of bswap.Duncan Sands2008-07-152-0/+12
* LegalizeTypes support for promotion of SIGN_EXTEND_INREG.Duncan Sands2008-07-152-0/+9
* Reorder the integer promotion methods alphabetically.Duncan Sands2008-07-151-365/+356
* Let DAE keep a list of live functions, instead of simply marking all argumentsMatthijs Kooijman2008-07-151-6/+14
* Split DAE::MarkLive into MarkLive and PropagateLiveness.Matthijs Kooijman2008-07-151-0/+6
* Pass around const RetOrArg references instead of copying values. Also, markMatthijs Kooijman2008-07-151-3/+3
* Simplify debug code by using RetOrArg::getDescription().Matthijs Kooijman2008-07-151-6/+1
* Fix indentation (intentionally left out of the previous commit).Matthijs Kooijman2008-07-151-51/+51
* Move the deadargelim code for intrinsically alive functions into its ownMatthijs Kooijman2008-07-151-23/+25
* Fixed potential bug if the source and target of a bit convert have different ...Mon P Wang2008-07-151-1/+3
* Correct this inversion!Nick Lewycky2008-07-151-1/+1
* Fix up comments.Nick Lewycky2008-07-151-5/+7
* Fixed call stack alignment. Improved AsmPrinter alignment issues.Bruno Cardoso Lopes2008-07-155-18/+47
* Reapply 53476 and 53480, with a fix so that it properly updatesDan Gohman2008-07-145-35/+75
* Fix uninitialized use of the Changed variable.Dan Gohman2008-07-141-0/+2
* Improve debug output for MemOperandSDNode. PseudoSourceValue nodesDan Gohman2008-07-141-4/+7
* Fix edito in the PseudoSourceValue name list.Dan Gohman2008-07-141-1/+1
* I don't think BUILD_PAIR can have a vector result.Duncan Sands2008-07-141-12/+0
* Tighten up some checks. Fix FPOWI splitting forDuncan Sands2008-07-141-3/+3
* Reapply r53540, now with the matching header!Chris Lattner2008-07-141-1/+23
* An INSERT_VECTOR_ELT can insert a larger valueDuncan Sands2008-07-141-4/+5
* According to the docs, it is possible to have anDuncan Sands2008-07-141-11/+19
* There should be no extending loads or truncatingDuncan Sands2008-07-141-4/+4
* Ignore TargetConstant with an illegal type. TheseDuncan Sands2008-07-142-10/+23
* Added Subtarget support into RegisterInfoBruno Cardoso Lopes2008-07-149-116/+200
* Revert r53540 - it does not compile.Duncan Sands2008-07-141-23/+1
* Reimplement LinkFunctionProtos in terms of GetLinkageResult. This fixesChris Lattner2008-07-141-167/+102
* don't do any linkage, not even type resolution, of symbols that have Chris Lattner2008-07-141-6/+10
* implement linking of globals to functions, in one directionChris Lattner2008-07-141-81/+75
* wrap long lines, remove some code from a non-assert build.Chris Lattner2008-07-141-5/+7