..
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
Mark DBG_LABEL, EH_LABEL, and GC_LABEL as not-duplicable, since
2009-11-12 18:36:19 +00:00
TargetAsmParser.h
Added the ParseInstruction() hook for target specific assembler directives so
2009-09-10 20:51:44 +00:00
TargetCallingConv.td
TargetData.h
Silence conversion warning from 64 to 32-bit.
2009-12-09 08:29:32 +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
Whitespace changes, comment clarification. No functional changes.
2009-12-14 06:51:19 +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 these asserts to check the invariant that the code actually
2009-12-14 23:34:36 +00:00
TargetLoweringObjectFile.h
Pass StringRef by value.
2009-11-06 10:58:06 +00:00
TargetMachine.h
Add a CodeGenOpt::Less level to match -O1. It'll be used by clients which do not want post-regalloc scheduling.
2009-10-16 21:02:20 +00:00
TargetMachOWriterInfo.h
TargetOptions.h
Changes from review:
2009-12-18 23:32:53 +00:00
TargetRegisterInfo.h
Revert 90789 for now. It caused massive compile time regression. Post-ra scheduler slowed down dramatically with this.
2009-12-08 19:34:53 +00:00
TargetRegistry.h
Pass StringRef by value.
2009-11-06 10:58:06 +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 ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used.
2009-11-23 23:20:51 +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