..
Mangler.h
Remove std::string version of getNameWithPrefix.
2011-02-11 05:23:09 +00:00
SubtargetFeature.h
Increase SubtargetFeatureKV Value and Implies fields to 64 bits since some targets are getting very close to 32 subtarget features. Also teach tablegen to error when there are more than 64 features to guard against undefined behavior. rdar://9282332
2011-04-15 19:35:46 +00:00
Target.td
Don't allow per-register spill size and alignment.
2011-04-21 03:43:21 +00:00
TargetAsmBackend.h
Add createELFObjectTargetWriter method to TargetAsmBackend, which enables construction of non-standard ELFObjectWriters that can be used in MCJIT.
2011-03-09 18:44:41 +00:00
TargetAsmInfo.h
Implement the rest of the SEH directive-parsing methods in the COFFAsmParser.
2011-05-24 20:06:30 +00:00
TargetAsmLexer.h
Moved InstallLexer() from the X86-specific AsmLexer
2010-01-31 02:28:18 +00:00
TargetAsmParser.h
Introduce virtual ParseRegister method in TargetAsmParser.
2011-01-27 17:14:22 +00:00
TargetCallingConv.h
Inside the calling convention logic LocVT is always a simple
2010-11-03 11:35:31 +00:00
TargetCallingConv.td
Fix a couple of typos.
2010-08-27 21:38:11 +00:00
TargetData.h
Add TargetData::fitsInLegalInteger().
2011-03-16 00:13:28 +00:00
TargetELFWriterInfo.h
Jim Asked us to move DataLayout on ARM back to the most specialized classes. Do
2010-10-03 18:59:45 +00:00
TargetFrameLowering.h
Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs and fixes here and there.
2011-01-10 12:39:04 +00:00
TargetInstrDesc.h
- Add "Bitcast" target instruction property for instructions which perform
2011-03-15 05:09:26 +00:00
TargetInstrInfo.h
Fix a ton of comment typos found by codespell. Patch by
2011-04-15 05:18:47 +00:00
TargetInstrItineraries.h
Recommit r129383. PreRA scheduler heuristic fixes: VRegCycle, TokenFactor latency.
2011-04-13 00:38:32 +00:00
TargetIntrinsicInfo.h
Reintroduce support for overloading target intrinsics
2009-11-05 03:19:08 +00:00
TargetJITInfo.h
Merge System into Support.
2010-11-29 18:16:10 +00:00
TargetLibraryInfo.h
add a copy ctor to TargetLibraryInfo.
2011-05-21 20:09:13 +00:00
TargetLowering.h
Revert commit 131534 since it seems to have broken several buildbots.
2011-05-18 14:57:56 +00:00
TargetLoweringObjectFile.h
Add .pdata and .xdata sections to the COFF TLOF implementation.
2011-05-20 22:13:55 +00:00
TargetMachine.h
Add all the plumbing needed for MC to expand cfi to the old tables in
2011-04-30 03:44:37 +00:00
TargetOpcodes.h
Rename DBG_LABEL PROLOG_LABEL, because it's only used during prolog emission and
2010-07-16 22:20:36 +00:00
TargetOptions.h
Remove -use-divmod-libcall. Let targets opt in when they are available.
2011-04-20 22:20:12 +00:00
TargetRegisterInfo.h
Add a method to TargetRegisterInfo to get the register number that the Win64 EH
2011-05-24 16:57:53 +00:00
TargetRegistry.h
Add all the plumbing needed for MC to expand cfi to the old tables in
2011-04-30 03:44:37 +00:00
TargetSchedule.td
Comments about operand cycles and pipeline forwarding pathes.
2010-09-30 22:01:50 +00:00
TargetSelect.h
Add InitializeNativeAsmParser function.
2011-03-09 17:25:46 +00:00
TargetSelectionDAG.td
Let the immediate leaf pattern take transforms and switch the signed
2011-04-28 05:49:04 +00:00
TargetSelectionDAGInfo.h
reimplement memcpy/memmove/memset lowering to use MachinePointerInfo
2010-09-21 05:40:29 +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