..
Mangler.h
give Mangler access to TargetData.
2010-03-12 20:47:28 +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
use ins/outs
2010-03-18 20:55:31 +00:00
TargetAsmBackend.h
MC: Add TargetAsmBackend::MayNeedRelaxation, for checking whether a particular instruction + fixups might need relaxation.
2010-03-23 03:13:05 +00:00
TargetAsmLexer.h
Moved InstallLexer() from the X86-specific AsmLexer
2010-01-31 02:28:18 +00:00
TargetAsmParser.h
Fix various doxygen warnings.
2010-02-22 04:10:52 +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
Revert r97064. Duncan pointed out that bitcasts are defined in
2010-02-25 15:20:39 +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 a convenient TargetInstrDesc::getNumImplicitUses/Defs method.
2010-03-24 23:07:47 +00:00
TargetInstrInfo.h
- Change MachineInstr::isIdenticalTo to take a new option that determines whether it should skip checking defs or at least virtual register defs. This subsumes part of the TargetInstrInfo::isIdentical functionality.
2010-03-03 01:44:33 +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
Fix sdisel memcpy, memset, memmove lowering:
2010-04-01 06:04:33 +00:00
TargetLoweringObjectFile.h
fix a fixme in TargetLoweringObjectFile::getExprForDwarfReference
2010-03-11 21:55:20 +00:00
TargetMachine.h
Fix unused parameter warning.
2010-03-25 00:59:51 +00:00
TargetOpcodes.h
Use Doxygen comment syntax.
2010-03-01 17:45:15 +00:00
TargetOptions.h
remove dead variable, patch by Nathan Howell!
2010-03-17 01:45:17 +00:00
TargetRegisterInfo.h
Change the Value argument to eliminateFrameIndex to a type-tagged value. This
2010-03-09 21:45:49 +00:00
TargetRegistry.h
TargetRegistry: Fix create{AsmInfo,MCDisassembler} to return non-const objects.
2010-03-20 22:36:22 +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
finally remove the immAllOnesV_bc/immAllZerosV_bc patterns
2010-03-28 08:43:23 +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