.. |
Mangler.h
|
Remove std::string version of getNameWithPrefix.
|
2011-02-11 05:23:09 +00:00 |
Target.td
|
Enhance the FixedLengthDecoder to be able to generate plausible-looking decoders for ARM.
|
2011-07-19 21:06:00 +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
|
Convert TargetData::getIndexedOffset to use ArrayRef.
|
2011-07-19 14:01:37 +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
|
Remove the now defunct getCompactUnwindEncoding method from the frame lowering code.
|
2011-07-20 23:04:09 +00:00 |
TargetInstrInfo.h
|
Hoist hasLoadFromStackSlot and hasStoreToStackSlot.
|
2011-08-08 20:53:24 +00:00 |
TargetIntrinsicInfo.h
|
land David Blaikie's patch to de-constify Type, with a few tweaks.
|
2011-07-18 04:54:35 +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
|
Fix a place that was clearly forgotten when the type legalization
|
2011-08-04 16:01:54 +00:00 |
TargetLoweringObjectFile.h
|
Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.
|
2011-07-20 19:50:42 +00:00 |
TargetMachine.h
|
- Move CodeModel from a TargetMachine global option to MCCodeGenInfo.
|
2011-07-20 07:51:56 +00:00 |
TargetOpcodes.h
|
Change the REG_SEQUENCE SDNode to take an explict register class ID as its first operand. This operand is lowered away by the time we reach MachineInstrs, so the actual register-allocation handling of them doesn't need to change.
|
2011-06-16 18:17:13 +00:00 |
TargetOptions.h
|
Rename TargetOptions::StackAlignment to StackAlignmentOverride.
|
2011-06-23 18:15:47 +00:00 |
TargetRegisterInfo.h
|
Trim an unneeded header.
|
2011-08-09 23:49:21 +00:00 |
TargetRegistry.h
|
Add MCInstrAnalysis class. This allows the targets to specify own versions of MCInstrDescs functions.
|
2011-08-08 18:56:44 +00:00 |
TargetSchedule.td
|
Comments about operand cycles and pipeline forwarding pathes.
|
2010-09-30 22:01:50 +00:00 |
TargetSelect.h
|
Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,
|
2011-07-22 21:58:54 +00:00 |
TargetSelectionDAG.td
|
Code generation for 'fence' instruction.
|
2011-07-27 22:21:52 +00:00 |
TargetSelectionDAGInfo.h
|
reimplement memcpy/memmove/memset lowering to use MachinePointerInfo
|
2010-09-21 05:40:29 +00:00 |
TargetSubtargetInfo.h
|
Rename TargetSubtarget to TargetSubtargetInfo for consistency.
|
2011-07-01 21:01:15 +00:00 |