aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Target
AgeCommit message (Expand)Author
2008-03-11Use PassManagerBase instead of FunctionPassManager for functionsDan Gohman
2008-03-11When the register allocator runs out of registers, spill a physical register ...Evan Cheng
2008-03-10Give TargetLowering::getSetCCResultType() a parameter so that ISD::SETCC'sScott Michel
2008-03-05Add a target lowering hook to control whether it's worthwhile to compress fp ...Evan Cheng
2008-02-29Use enumeration for preffered EH dwarf encoding reasonAnton Korobeynikov
2008-02-28Interface of getByValTypeAlignment differed betweenDale Johannesen
2008-02-28Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to ...Evan Cheng
2008-02-27Preparation step for some cleanup/generalization in EH information emission:Anton Korobeynikov
2008-02-27Convert SimplifyDemandedMask and ShrinkDemandedConstant to use APInt.Dan Gohman
2008-02-26Rename PrintableName to Name.Bill Wendling
2008-02-26Change "Name" to "AsmName" in the target register info. Gee, a refactoring toolBill Wendling
2008-02-26Refactor inline asm constraint matching code out of SDIsel into TargetLowering.Evan Cheng
2008-02-24Some platforms use the same name for 32-bit and 64-bit registers (likeBill Wendling
2008-02-22Remove an invalid assertion now that there are implicit virtual register oper...Evan Cheng
2008-02-22Pass alignment on ByVal parameters, from FE, allDale Johannesen
2008-02-21Atomic op support. If any gcc test uses __sync builtins, it might start fail...Andrew Lenharth
2008-02-20Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov
2008-02-15Added CommuteChangesDestination(). This returns true if commuting the specifiedEvan Cheng
2008-02-14In TargetLowering::LowerCallTo, don't assert thatDuncan Sands
2008-02-13Simplify some logic in ComputeMaskedBits. And change ComputeMaskedBitsDan Gohman
2008-02-13Convert SelectionDAG::ComputeMaskedBits to use APInt instead of uint64_t.Dan Gohman
2008-02-11Add arbitrary integer support to getRegisterType andDuncan Sands
2008-02-11Add a isBigEndian method to complement isLittleEndian.Duncan Sands
2008-02-10Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman
2008-02-08It's not always safe to fold movsd into xorpd, etc. Check the alignment of th...Evan Cheng
2008-02-02SDIsel processes llvm.dbg.declare by recording the variable debug information...Evan Cheng
2008-02-02Frame index can be negative.Evan Cheng
2008-01-31MRegisterInfo::getLocation() is a really bad idea. Its function is to calcula...Evan Cheng
2008-01-30Even though InsertAtEndOfBasicBlock is an ugly hack it still deserves a prope...Evan Cheng
2008-01-29Use getPreferredAlignmentLog or getPreferredAlignmentDuncan Sands
2008-01-29Handle 'X' constraint in asm's better.Dale Johannesen
2008-01-25Add more assertions to catch accesses outside ofDuncan Sands
2008-01-23Let each target decide byval alignment. For X86, it's 4-byte unless the aggre...Evan Cheng
2008-01-18remove magic numbers.Chris Lattner
2008-01-17This commit changes:Chris Lattner
2008-01-15Fix and enable EH for x86-64 Darwin. AddsDale Johannesen
2008-01-10Simplify the side effect stuff a bit more and make licm/sinkingChris Lattner
2008-01-10Emit unused EH frames for weak definitions on Darwin,Dale Johannesen
2008-01-10Fix PR1845 and rdar://5676945. Generic vectors smallerChris Lattner
2008-01-08add a mayLoad property for machine instructions, a correlary to mayStore.Chris Lattner
2008-01-07split TargetInstrDesc out into its own header file.Chris Lattner
2008-01-07rename TargetInstrDescriptor -> TargetInstrDesc.Chris Lattner
2008-01-07remove a dead method.Chris Lattner
2008-01-07Rename all the M_* flags to be namespace qualified enums, and switch Chris Lattner
2008-01-07add more and significantly better comments to the rest of the machineinstrChris Lattner
2008-01-07add some mroe comments, add a isImplicitDef() method, add Chris Lattner
2008-01-07rename hasVariableOperands() -> isVariadic(). Add some comments.Chris Lattner
2008-01-07Move M_* flags down in the file. Move SchedClass up in the Chris Lattner
2008-01-07Move a bunch more accessors from TargetInstrInfo to TargetInstrDescriptorChris Lattner
2008-01-07remove MachineOpCode typedef.Chris Lattner