summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2013-02-24Fix PR14364.Bill Schmidt4-20/+27
2013-02-24CVP: If we have a PHI with an incoming select, try to skip the select.Benjamin Kramer1-5/+24
2013-02-24TypoFrancois Pichet1-1/+1
2013-02-24Revert r169638 because it broke Mesa llvmpipe tests.Nadav Rotem1-6/+1
2013-02-24Make psuedo FEXT_T8I816_ins a custom inserter. It should be expandedReed Kotler4-22/+34
2013-02-24Add a use of an otherwise unused variable to remove a warning in non-AssertsCameron Zwarich1-0/+1
2013-02-24TwoAddressInstructionPass::tryInstructionTransform() only potentially returnsCameron Zwarich1-5/+4
2013-02-24TwoAddrInstructionPass::tryInstructionTransform() has a case where it callsCameron Zwarich1-5/+10
2013-02-23Add new base instruction def for cmpi, cmp, slt and sltu so that def/usesReed Kotler1-5/+10
2013-02-23TargetInstrInfo::commuteInstruction() doesn't actually return a new instructionCameron Zwarich1-13/+3
2013-02-23X86: Disable cmov-memory patterns on subtargets without cmov.Benjamin Kramer1-6/+8
2013-02-23Make some fixes for LiveInterval repair with debug info. Debug valueCameron Zwarich2-2/+6
2013-02-23Fix a bug with the LiveIntervals updating in the two-address pass found byCameron Zwarich1-1/+1
2013-02-23Make TwoAddressInstructionPass::sink3AddrInstruction() LiveIntervals-aware.Cameron Zwarich1-15/+34
2013-02-23Make rescheduleMIBelowKill() and rescheduleKillAboveMI() LiveIntervals-aware inCameron Zwarich1-30/+85
2013-02-23Expand pseudos/macros for Selt. This is the last of the complexReed Kotler3-0/+82
2013-02-23ARM: Convenience aliases for 'srs*' instructions.Jim Grosbach3-0/+28
2013-02-23Fixed a careless mistake.Michael Gottesman1-1/+1
2013-02-22Use getSplitDebugFilename when constructing the skeleton cu andEric Christopher1-4/+2
2013-02-22Add a field to the compile unit of where we plan on splitting outEric Christopher1-2/+3
2013-02-22Add a TODO and explain when we can get rid of the isMain field.Eric Christopher1-1/+1
2013-02-22SelectionDAG compile time improvement.Nadav Rotem1-0/+19
2013-02-22[mips] Emit call16 operator instead of got_disp. The former allows lazy binding.Akira Hatanaka1-3/+1
2013-02-22x86_64: designate most general purpose and SSE registers as callee save under...Peter Collingbourne2-21/+28
2013-02-22R600/SI: Add pattern for sign extension of i1 to i32.Michel Danzer1-0/+5
2013-02-22R600/SI: Add pattern for logical or of i1 values.Michel Danzer1-0/+4
2013-02-22R600/SI: Add pattern for fceil.Michel Danzer1-1/+3
2013-02-22Make ARMAsmPrinter generate the correct alignment specifier syntax in instruc...Kristof Beyls1-2/+1
2013-02-22Use references to attribute groups on the call/invoke instructions.Bill Wendling1-9/+11
2013-02-22Fix a nomenclature mistake. Slt->Slti in the functions. The "i" refersReed Kotler2-8/+8
2013-02-22Expand mips16 SelT form pseudso/macros.Reed Kotler3-0/+81
2013-02-22Fix isa<> check which could never be true.Pete Cooper1-1/+1
2013-02-22Remove code copied from GenRegisterInfo.inc.Andrew Trick2-57/+0
2013-02-22Code cleanup: pass Offset by pointer to parseInstruction to more explicitlyEli Bendersky1-29/+33
2013-02-22Remove warning about default covering no cases.Bill Wendling1-3/+2
2013-02-22Add a bitmask for NoBuiltin. This should *not* be used.Bill Wendling1-1/+2
2013-02-22Implement the NoBuiltin attribute.Bill Wendling8-10/+59
2013-02-21Stop relying on physical register kill flags in isKilled() in the two-addressCameron Zwarich1-3/+10
2013-02-21Previously, parsing capability of the .debug_frame section was addedEli Bendersky2-6/+171
2013-02-21Allow GlobalValues to vectorize with AliasAnalysisRenato Golin1-35/+154
2013-02-21Re-apply r175688, with the changes suggested by Jakob in PR15320.Lang Hames1-24/+15
2013-02-21Remove dead code and whitespace.Chad Rosier1-10/+0
2013-02-21Move the eliminateCallFramePseudoInstr method from TargetRegisterInfoEli Bendersky54-572/+543
2013-02-21Don't assert on empty attributes.Bill Wendling1-2/+2
2013-02-21Hexagon: Expand cttz, ctlz, and ctpop for now.Anshuman Dasgupta1-0/+5
2013-02-21Make RAFast::UsedInInstr indexed by register units.Jakob Stoklund Olesen1-22/+30
2013-02-21Radar numbers don't belong in source code.Evan Cheng3-4/+1
2013-02-21Trivial cleanupBill Schmidt1-2/+2
2013-02-21Large code model support for PowerPC.Bill Schmidt5-15/+20
2013-02-21Revert r175688 - It broke a test case (see PR15320).Lang Hames1-13/+25