llvm-6502/include/llvm/Target
Chris Lattner 518bb53485 move target-independent opcodes out of TargetInstrInfo
into TargetOpcodes.h.  #include the new TargetOpcodes.h
into MachineInstr.  Add new inline accessors (like isPHI())
to MachineInstr, and start using them throughout the 
codebase.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95687 91177308-0d34-0410-b5e6-96231b3b80d8
2010-02-09 19:54:29 +00:00
..
Mangler.h Unnamed symbol index should be >= 1. This was lost during the mangler refactoring. Fixes PR6067. 2010-01-18 14:39:20 +00:00
SubtargetFeature.h Rollback changes r89516: Added two SubtargetFeatures::AddFeatures methods, which accept a comma-separated string or already parsed command line parameters as input, and some code re-factoring to use these new methods. 2009-11-25 22:44:18 +00:00
Target.td move target-independent opcodes out of TargetInstrInfo 2010-02-09 19:54:29 +00:00
TargetAsmLexer.h Moved InstallLexer() from the X86-specific AsmLexer 2010-01-31 02:28:18 +00:00
TargetAsmParser.h allow registering target lexers. 2010-01-22 01:10:40 +00:00
TargetCallingConv.td Add 'Indirect' LocInfo class and use to pass __m128 on win64. Also minore fixes here and there (mostly __m64). 2009-08-03 08:13:56 +00:00
TargetData.h add a method to get the alignment of an integer type even 2010-01-25 23:18:11 +00:00
TargetELFWriterInfo.h - Remove custom handling of jumptables by the elf writter (this was 2009-08-05 06:57:03 +00:00
TargetFrameInfo.h Use explicit structs instead of std::pair to map callee saved regs to spill slots. 2009-09-27 17:58:47 +00:00
TargetInstrDesc.h Add @earlyclobber TableGen constraint 2009-12-16 19:43:02 +00:00
TargetInstrInfo.h move target-independent opcodes out of TargetInstrInfo 2010-02-09 19:54:29 +00:00
TargetInstrItineraries.h Make the end-of-itinerary mark explicit. Some cleanup. 2009-09-24 20:22:50 +00:00
TargetIntrinsicInfo.h Reintroduce support for overloading target intrinsics 2009-11-05 03:19:08 +00:00
TargetJITInfo.h * Move stub allocation inside the JITEmitter, instead of exposing a 2009-11-23 23:35:19 +00:00
TargetLowering.h Revert 95130. 2010-02-02 23:55:14 +00:00
TargetLoweringObjectFile.h stop using the .lcomm pseudoop on darwin, instead, directly use the 2010-01-19 06:25:51 +00:00
TargetMachine.h change addPassesToEmitFile to return true on failure instead of its input, 2010-02-03 05:55:08 +00:00
TargetOpcodes.h move target-independent opcodes out of TargetInstrInfo 2010-02-09 19:54:29 +00:00
TargetOptions.h Rename the PerformTailCallOpt variable to GuaranteedTailCallOpt to reflect 2010-02-08 20:27:50 +00:00
TargetRegisterInfo.h constify a method argument. 2010-01-26 23:15:09 +00:00
TargetRegistry.h refactor code so that LLVMTargetMachine creates the asmstreamer and 2010-02-02 23:37:42 +00:00
TargetSchedule.td Fix apostrophos. 2009-09-15 15:08:33 +00:00
TargetSelect.h Add the rest of the build system logic for optional target disassemblers 2009-11-25 04:46:58 +00:00
TargetSelectionDAG.td Remove the CPAttrParentAsRoot code, which is unused, and inconvenient 2010-01-04 20:31:55 +00:00
TargetSubtarget.h Allow target to specify regclass for which antideps will only be broken along the critical path. 2009-11-13 19:52:48 +00:00