.. |
Mangler.h
|
Remove std::string version of getNameWithPrefix.
|
2011-02-11 05:23:09 +00:00 |
Target.td
|
Add a new field to MCOperandInfo that contains information about the type of the Operand.
|
2011-07-14 21:47:18 +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
|
Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatest
|
2011-07-15 02:09:41 +00:00 |
TargetAsmLexer.h
|
|
|
TargetAsmParser.h
|
TargetAsmParser doesn't need reference to Target.
|
2011-07-08 19:33:14 +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
|
remove the InvalidateStructLayoutInfo API, which is dead and unnecessary now
|
2011-07-15 05:21:59 +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
|
Use ArrayRef instead of a std::vector&.
|
2011-07-07 04:42:01 +00:00 |
TargetInstrInfo.h
|
Use BranchProbability instead of floating points in IfConverter.
|
2011-07-10 02:58:07 +00:00 |
TargetIntrinsicInfo.h
|
|
|
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
|
Emit a more efficient magic number multiplication for exact sdivs.
|
2011-07-08 10:31:30 +00:00 |
TargetLoweringObjectFile.h
|
Use the presence of the __compact_unwind section to indicate that a target
|
2011-06-23 05:13:28 +00:00 |
TargetMachine.h
|
Eliminate asm parser's dependency on TargetMachine:
|
2011-07-08 01:53:10 +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
|
Constify getCompactUnwindRegNum.
|
2011-07-06 20:33:48 +00:00 |
TargetRegistry.h
|
Rename createAsmInfo to createMCAsmInfo and move registration code to MCTargetDesc to prepare for next round of changes.
|
2011-07-14 23:50:31 +00:00 |
TargetSchedule.td
|
Comments about operand cycles and pipeline forwarding pathes.
|
2010-09-30 22:01:50 +00:00 |
TargetSelect.h
|
Rename createAsmInfo to createMCAsmInfo and move registration code to MCTargetDesc to prepare for next round of changes.
|
2011-07-14 23:50:31 +00:00 |
TargetSelectionDAG.td
|
Add an fma TableGen node.
|
2011-07-08 22:49:34 +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 |